Skip to content

Instantly share code, notes, and snippets.

@wjwwood
Created December 16, 2011 06:17
Show Gist options
  • Select an option

  • Save wjwwood/1484767 to your computer and use it in GitHub Desktop.

Select an option

Save wjwwood/1484767 to your computer and use it in GitHub Desktop.
rviz_qt output
2011-12-16 00:16:13.743 rviz_qt[35783:3f03] invalid drawable
[ INFO] [1324016174.070551000]: Texture for pass 0: creating with size 1 x 1
[ INFO] [1324016174.071353000]: Texture for pass 1: creating with size 1 x 1
Reading symbols for shared libraries . done
Program received signal EXC_BAD_ACCESS, Could not access memory.
Reason: KERN_INVALID_ADDRESS at address: 0x000000000f620260
0x00007fff87013e8c in objc_msgSend ()
(gdb) bt
#0 0x00007fff87013e8c in objc_msgSend ()
#1 0x00007fff8800ffe6 in -[NSOpenGLContext setView:] ()
#2 0x000000010cd62b4e in Ogre::OSXCocoaWindow::create (this=0x108778fa8, name=<value temporarily unavailable, due to optimizations>, width=485, height=619, fullScreen=false, miscParams=<value temporarily unavailable, due to optimizations>) at /Users/william/ros/visualization_common/ogre/build/ogre_src_v1-7-3/RenderSystems/GL/src/OSX/OgreOSXCocoaWindow.mm:241
#3 0x000000010cd66da1 in Ogre::OSXGLSupport::newWindow (this=<value temporarily unavailable, due to optimizations>, name=<value temporarily unavailable, due to optimizations>, width=485, height=619, fullScreen=false, miscParams=<value temporarily unavailable, due to optimizations>) at /Users/william/ros/visualization_common/ogre/build/ogre_src_v1-7-3/RenderSystems/GL/src/OSX/OgreOSXGLSupport.mm:332
#4 0x000000010cd1c5d0 in Ogre::GLRenderSystem::_createRenderWindow (this=0x108707568, name=@0x7fff5fbfde10, width=485, height=619, fullScreen=false, miscParams=0x7fff5fbfdd90) at /Users/william/ros/visualization_common/ogre/build/ogre_src_v1-7-3/RenderSystems/GL/src/OgreGLRenderSystem.cpp:1008
#5 0x00000001002058dc in Ogre::Root::createRenderWindow (this=0x1086f6dd8, name=<value temporarily unavailable, due to optimizations>, width=<value temporarily unavailable, due to optimizations>, height=<value temporarily unavailable, due to optimizations>, fullScreen=<value temporarily unavailable, due to optimizations>, miscParams=<value temporarily unavailable, due to optimizations>) at /Users/william/ros/visualization_common/ogre/build/ogre_src_v1-7-3/OgreMain/src/OgreRoot.cpp:1199
#6 0x0000000100d88cd0 in ogre_tools::RenderSystem::makeRenderWindow (this=0x7fff5fbfde40, window_id=1, width=1606409792, height=1606409792) at render_system.cpp:196
#7 0x0000000100d8abe6 in ogre_tools::RenderWidget::showEvent (this=0x104195e00, event=0x7fff5fbfe520) at render_widget.cpp:99
#8 0x0000000100d9df50 in ogre_tools::QtOgreRenderWindow::showEvent (this=0x104195e00, event=0x7fff883d6f28) at qt_ogre_render_window.cpp:153
#9 0x000000010259af94 in QWidget::event ()
#10 0x000000010254778d in QApplicationPrivate::notify_helper ()
#11 0x000000010254df44 in QApplication::notify ()
#12 0x00000001031a7c0c in QCoreApplication::notifyInternal ()
#13 0x00000001025a0425 in QWidgetPrivate::show_helper ()
#14 0x00000001025a075f in QWidget::setVisible ()
#15 0x00000001025a0c01 in QWidgetPrivate::showChildren ()
#16 0x00000001025a0304 in QWidgetPrivate::show_helper ()
#17 0x00000001025a075f in QWidget::setVisible ()
#18 0x0000000101d53fdb in QWidget::show (this=0x10450ac00) at qwidget.h:487
#19 0x0000000101d69ea2 in rviz::VisualizerApp::init (this=0x7fff5fbff0b8, argc=1, argv=0x7fff5fbff158) at visualizer_app.cpp:190
#20 0x000000010000e18a in main (argc=1, argv=0x7fff5fbff158) at main.cpp:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment