Ticket #1674: gdb and backtrace

File gdb and backtrace, 4.2 KB (added by cebif, 16 years ago)
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
9[tcsetpgrp failed in terminal_inferior: Invalid Argument]
10Thread 166 called debugger(): View method requires owner and doesn't have one.
11Reading symbols from /boot/beos/system/lib/libbe.so...(no debugging symbols found)...done.
12Loaded symbols for /boot/beos/system/lib/libbe.so
13Reading symbols from /boot/beos/system/lib/libtracker.so...(no debugging symbols found)...done.
14Loaded symbols for /boot/beos/system/lib/libtracker.so
15Reading symbols from /boot/beos/system/lib/libroot.so...done.
16Loaded symbols for /boot/beos/system/lib/libroot.so
17Reading symbols from /boot/beos/system/lib/libstdc++.r4.so...done.
18Loaded symbols for /boot/beos/system/lib/libstdc++.r4.so
19Reading symbols from /boot/beos/system/lib/libtranslation.so...done.
20Loaded symbols for /boot/beos/system/lib/libtranslation.so
21Reading symbols from /boot/beos/system/lib/libtextencoding.so...done.
22Loaded symbols for /boot/beos/system/lib/libtextencoding.so
23Reading symbols from /boot/beos/apps/NetworkStatus...done.
24Loaded symbols for /boot/beos/apps/NetworkStatus
25Reading symbols from /boot/beos/system/lib/libnetwork.so...done.
26Loaded symbols for /boot/beos/system/lib/libnetwork.so
27Reading symbols from /boot/beos/apps/ProcessController...done.
28Loaded symbols for /boot/beos/apps/ProcessController
29[tcsetpgrp failed in terminal_inferior: Invalid Argument]
30
31[Switching to team /boot/beos/system/Deskbar (76) thread w>Configure Leaf Menu (166)]
320xffff0102 in ?? ()
33(gdb) bt
34#0 0xffff0102 in ?? ()
35#1 0x006caf76 in debugger () from /boot/beos/system/lib/libroot.so
36#2 0x003b4903 in BView::do_owner_check () from /boot/beos/system/lib/libbe.so
37#3 0x003acc99 in BView::GetMouse () from /boot/beos/system/lib/libbe.so
38#4 0x0039ea63 in BTextView::WindowActivated ()
39 from /boot/beos/system/lib/libbe.so
40#5 0x003b42e3 in BView::_Activate () from /boot/beos/system/lib/libbe.so
41#6 0x003b4301 in BView::_Activate () from /boot/beos/system/lib/libbe.so
42#7 0x003b4301 in BView::_Activate () from /boot/beos/system/lib/libbe.so
43#8 0x003b4301 in BView::_Activate () from /boot/beos/system/lib/libbe.so
44#9 0x003b7c2f in BWindow::DispatchMessage ()
45 from /boot/beos/system/lib/libbe.so
46#10 0x003b9aee in BWindow::UpdateIfNeeded ()
47 from /boot/beos/system/lib/libbe.so
48#11 0x003accbb in BView::GetMouse () from /boot/beos/system/lib/libbe.so
49#12 0x003a69eb in BTextView::_Deactivate () from /boot/beos/system/lib/libbe.so
50#13 0x0039ee0e in BTextView::MakeFocus () from /boot/beos/system/lib/libbe.so
51#14 0x0039cdea in _BTextInput_::MakeFocus ()
52 from /boot/beos/system/lib/libbe.so
53#15 0x003b44bd in BView::_Detach () from /boot/beos/system/lib/libbe.so
54#16 0x003b4435 in BView::_Detach () from /boot/beos/system/lib/libbe.so
55#17 0x003b4435 in BView::_Detach () from /boot/beos/system/lib/libbe.so
56#18 0x003b4435 in BView::_Detach () from /boot/beos/system/lib/libbe.so
57#19 0x003b1a1e in BView::_RemoveSelf () from /boot/beos/system/lib/libbe.so
58---Type <return> to continue, or q <return> to quit---
59#20 0x003b19d1 in BView::RemoveSelf () from /boot/beos/system/lib/libbe.so
60#21 0x003b5de6 in BWindow::~BWindow () from /boot/beos/system/lib/libbe.so
61#22 0x005969ef in BPrivate::TFavoritesConfigWindow::~TFavoritesConfigWindow ()
62 from /boot/beos/system/lib/libtracker.so
63#23 0x0030c066 in BLooper::Quit () from /boot/beos/system/lib/libbe.so
64#24 0x003b651e in BWindow::Quit () from /boot/beos/system/lib/libbe.so
65#25 0x0030d6d3 in BLooper::_QuitRequested ()
66 from /boot/beos/system/lib/libbe.so
67#26 0x0030bbea in BLooper::DispatchMessage ()
68 from /boot/beos/system/lib/libbe.so
69#27 0x003b8bad in BWindow::DispatchMessage ()
70 from /boot/beos/system/lib/libbe.so
71#28 0x003bc33c in BWindow::task_looper () from /boot/beos/system/lib/libbe.so
72#29 0x0030d13f in BLooper::_task0_ () from /boot/beos/system/lib/libbe.so
73#30 0x006cf0f0 in thread_entry () from /boot/beos/system/lib/libroot.so
74#31 0x700c1fec in ?? ()
75(gdb)