Ticket #1440: gdb and GL Teapot with Screensaver Test backtrace

File gdb and GL Teapot with Screensaver Test backtrace, 2.7 KB (added by cebif, 17 years ago)

gdb and a backtrace.txt

Line 
1GNU gdb 6.3
2Copyright 2004 Free Software Foundation, Inc.
3GDB is free software, covered by the GNU General Public License, and you are
4welcome to change it and/or distribute copies of it under certain conditions.
5Type "show copying" to see the conditions.
6There is absolutely no warranty for GDB. Type "show warranty" for details.
7This GDB was configured as "i586-pc-haiku"...(no debugging symbols found)
8
9Thread 242 caused an exception: Segment violation
10Reading symbols from /boot/beos/system/lib/libbe.so...(no debugging symbols found)...done.
11Loaded symbols for /boot/beos/system/lib/libbe.so
12Reading symbols from /boot/beos/system/lib/libGL.so...(no debugging symbols found)...done.
13Loaded symbols for /boot/beos/system/lib/libGL.so
14Reading symbols from /boot/beos/system/lib/libgame.so...
15(no debugging symbols found)...done.
16Loaded symbols for /boot/beos/system/lib/libgame.so
17Reading symbols from /boot/beos/system/lib/libroot.so...done.
18Loaded symbols for /boot/beos/system/lib/libroot.so
19Reading symbols from /boot/beos/system/lib/libqoca.so...done.
20Loaded symbols for /boot/beos/system/lib/libqoca.so
21Reading symbols from /boot/beos/system/lib/libstdc++.r4.so...done.
22Loaded symbols for /boot/beos/system/lib/libstdc++.r4.so
23Reading symbols from /boot/beos/system/lib/libmedia.so...done.
24Loaded symbols for /boot/beos/system/lib/libmedia.so
25Reading symbols from /boot/beos/system/add-ons/opengl/Mesa Software Renderer...done.
26Loaded symbols for /boot/beos/system/add-ons/opengl/Mesa Software Renderer
27
28[Switching to team /boot/beos/demos/GLTeapot (237) thread Simon (242)]
290x008a2d37 in update_materials ()
30 from /boot/beos/system/add-ons/opengl/Mesa Software Renderer
31(gdb) backtrace
32#0 0x008a2d37 in update_materials ()
33 from /boot/beos/system/add-ons/opengl/Mesa Software Renderer
34#1 0x008a70c8 in light_fast_rgba_material ()
35 from /boot/beos/system/add-ons/opengl/Mesa Software Renderer
36#2 0x008a964d in run_lighting ()
37 from /boot/beos/system/add-ons/opengl/Mesa Software Renderer
38#3 0x008a273f in _tnl_run_pipeline ()
39 from /boot/beos/system/add-ons/opengl/Mesa Software Renderer
40#4 0x00989bdc in _tnl_draw_prims ()
41 from /boot/beos/system/add-ons/opengl/Mesa Software Renderer
42#5 0x0094fdad in vbo_exec_vtx_flush ()
43 from /boot/beos/system/add-ons/opengl/Mesa Software Renderer
44#6 0x0094ebe2 in vbo_exec_End ()
45 from /boot/beos/system/add-ons/opengl/Mesa Software Renderer
46#7 0x00207bc9 in TriangleObject::DoDrawing ()
47#8 0x00206a81 in GLObject::Draw ()
48#9 0x00209b2b in ObjectView::DrawFrame ()
49#10 0x00207dcf in simonThread ()
50#11 0x005b3850 in thread_entry () from /boot/beos/system/lib/libroot.so
51#12 0x70080fec in ?? ()
52(gdb)