Ticket #1233: gdb debug and a bactrace

File gdb debug and a bactrace, 3.3 KB (added by cebif, 17 years ago)
Line 
1gdb debud info followed by a bactrace:
2
3GNU gdb 6.3
4Copyright 2004 Free Software Foundation, Inc.
5GDB is free software, covered by the GNU General Public License, and you are
6welcome to change it and/or distribute copies of it under certain conditions.
7Type "show copying" to see the conditions.
8There is absolutely no warranty for GDB. Type "show warranty" for details.
9This GDB was configured as "i586-pc-haiku"...(no debugging symbols found)
10
11Thread 243 caused an exception: Segment violation
12Reading symbols from /boot/beos/system/lib/libbe.so...(no debugging symbols found)...done.
13Loaded symbols for /boot/beos/system/lib/libbe.so
14Reading symbols from /boot/beos/system/lib/libgame.so...(no debugging symbols found)...done.
15Loaded symbols for /boot/beos/system/lib/libgame.so
16Reading symbols from /boot/beos/system/lib/libtracker.so...
17(no debugging symbols found)...done.
18Loaded symbols for /boot/beos/system/lib/libtracker.so
19Reading symbols from /boot/beos/system/lib/libmedia.so...(no debugging symbols found)...done.
20Loaded symbols for /boot/beos/system/lib/libmedia.so
21Reading symbols from /boot/beos/system/lib/libroot.so...done.
22Loaded symbols for /boot/beos/system/lib/libroot.so
23Reading symbols from /boot/beos/system/lib/libqoca.so...done.
24Loaded symbols for /boot/beos/system/lib/libqoca.so
25Reading symbols from /boot/beos/system/lib/libstdc++.r4.so...done.
26Loaded symbols for /boot/beos/system/lib/libstdc++.r4.so
27Reading symbols from /boot/beos/system/lib/libtranslation.so...done.
28Loaded symbols for /boot/beos/system/lib/libtranslation.so
29Reading symbols from /boot/beos/system/lib/libtextencoding.so...done.
30Loaded symbols for /boot/beos/system/lib/libtextencoding.so
31Reading symbols from /boot/beos/system/add-ons/media/mixer.media_addon...done.
32Loaded symbols for /boot/beos/system/add-ons/media/mixer.media_addon
33Reading symbols from /boot/beos/system/add-ons/media/plugins/wav_reader...done.
34Loaded symbols for /boot/beos/system/add-ons/media/plugins/wav_reader
35Reading symbols from /boot/beos/system/add-ons/media/plugins/raw_decoder...done.Loaded symbols for /boot/beos/system/add-ons/media/plugins/raw_decoder
36
37[Switching to team /boot/beos/preferences/Sounds (208) thread GameProducer.h control (243)]
380x0078ef0c in memcpy () from /boot/beos/system/lib/libroot.so
39(gdb) backtrace
40#0 0x0078ef0c in memcpy () from /boot/beos/system/lib/libroot.so
41#1 0x00496a45 in BFileGameSound::Load () from /boot/beos/system/lib/libgame.so
42#2 0x00496356 in BFileGameSound::FillBuffer ()
43 from /boot/beos/system/lib/libgame.so
44#3 0x0049a135 in StreamingSoundBuffer::FillBuffer ()
45 from /boot/beos/system/lib/libgame.so
46#4 0x004993bc in GameSoundBuffer::Play ()
47 from /boot/beos/system/lib/libgame.so
48#5 0x00498bbb in GameProducer::FillNextBuffer ()
49 from /boot/beos/system/lib/libgame.so
50#6 0x004989b7 in GameProducer::HandleEvent ()
51 from /boot/beos/system/lib/libgame.so
52#7 0x006c704b in BMediaEventLooper::DispatchEvent ()
53 from /boot/beos/system/lib/libmedia.so
54#8 0x006c6cb4 in BMediaEventLooper::ControlLoop ()
55 from /boot/beos/system/lib/libmedia.so
56#9 0x006c70e7 in BMediaEventLooper::_ControlThreadStart ()
57 from /boot/beos/system/lib/libmedia.so
58#10 0x0073e6b0 in thread_entry () from /boot/beos/system/lib/libroot.so
59#11 0x701c5fec in ?? ()
60(gdb)