1 | GNU gdb 6.3
|
---|
2 | Copyright 2004 Free Software Foundation, Inc.
|
---|
3 | GDB is free software, covered by the GNU General Public License, and you are
|
---|
4 | welcome to change it and/or distribute copies of it under certain conditions.
|
---|
5 | Type "show copying" to see the conditions.
|
---|
6 | There is absolutely no warranty for GDB. Type "show warranty" for details.
|
---|
7 | This GDB was configured as "i586-pc-haiku"...(no debugging symbols found)
|
---|
8 |
|
---|
9 | Thread 242 caused an exception: Segment violation
|
---|
10 | Reading symbols from /boot/beos/system/lib/libbe.so...(no debugging symbols found)...done.
|
---|
11 | Loaded symbols for /boot/beos/system/lib/libbe.so
|
---|
12 | Reading symbols from /boot/beos/system/lib/libGL.so...(no debugging symbols found)...done.
|
---|
13 | Loaded symbols for /boot/beos/system/lib/libGL.so
|
---|
14 | Reading symbols from /boot/beos/system/lib/libgame.so...
|
---|
15 | (no debugging symbols found)...done.
|
---|
16 | Loaded symbols for /boot/beos/system/lib/libgame.so
|
---|
17 | Reading symbols from /boot/beos/system/lib/libroot.so...done.
|
---|
18 | Loaded symbols for /boot/beos/system/lib/libroot.so
|
---|
19 | Reading symbols from /boot/beos/system/lib/libqoca.so...done.
|
---|
20 | Loaded symbols for /boot/beos/system/lib/libqoca.so
|
---|
21 | Reading symbols from /boot/beos/system/lib/libstdc++.r4.so...done.
|
---|
22 | Loaded symbols for /boot/beos/system/lib/libstdc++.r4.so
|
---|
23 | Reading symbols from /boot/beos/system/lib/libmedia.so...done.
|
---|
24 | Loaded symbols for /boot/beos/system/lib/libmedia.so
|
---|
25 | Reading symbols from /boot/beos/system/add-ons/opengl/Mesa Software Renderer...done.
|
---|
26 | Loaded symbols for /boot/beos/system/add-ons/opengl/Mesa Software Renderer
|
---|
27 |
|
---|
28 | [Switching to team /boot/beos/demos/GLTeapot (237) thread Simon (242)]
|
---|
29 | 0x008a2d37 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)
|
---|