Ticket #1022: Mail-dbg.txt

File Mail-dbg.txt, 2.4 KB (added by kaoutsis, 17 years ago)

"Et voila" what the gdb said...

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 190 caused an exception: Segment violation
10Reading symbols from /boot/beos/system/lib/libroot.so...done.
11Loaded symbols for /boot/beos/system/lib/libroot.so
12Reading symbols from /boot/beos/system/lib/libbe.so...done.
13Loaded symbols for /boot/beos/system/lib/libbe.so
14Reading symbols from /boot/beos/system/lib/libtracker.so...done.
15Loaded symbols for /boot/beos/system/lib/libtracker.so
16Reading symbols from /boot/beos/system/lib/libstdc++.r4.so...done.
17Loaded symbols for /boot/beos/system/lib/libstdc++.r4.so
18Reading symbols from /boot/beos/system/lib/libmail.so...done.
19Loaded symbols for /boot/beos/system/lib/libmail.so
20Reading symbols from /boot/beos/system/lib/libtextencoding.so...done.
21Loaded symbols for /boot/beos/system/lib/libtextencoding.so
22Reading symbols from /boot/beos/system/lib/libqoca.so...done.
23Loaded symbols for /boot/beos/system/lib/libqoca.so
24Reading symbols from /boot/beos/system/lib/libtranslation.so...done.
25Loaded symbols for /boot/beos/system/lib/libtranslation.so
26Reading symbols from /boot/beos/system/lib/libnetwork.so...done.
27Loaded symbols for /boot/beos/system/lib/libnetwork.so
28[Switching to team /boot/beos/apps/Mail (181) thread Mail (190)]
290x004b0aae in _BInlineInput_::IsActive () from /boot/beos/system/lib/libbe.so
30(gdb) where
31#0 0x004b0aae in _BInlineInput_::IsActive ()
32 from /boot/beos/system/lib/libbe.so
33#1 0x0049aa01 in BTextView::HandleInputMethodChanged ()
34 from /boot/beos/system/lib/libbe.so
35#2 0x004927e0 in BTextView::MessageReceived ()
36 from /boot/beos/system/lib/libbe.so
37#3 0x0023155a in TTextView::MessageReceived ()
38#4 0x00405b59 in BLooper::DispatchMessage ()
39 from /boot/beos/system/lib/libbe.so
40#5 0x004ab887 in BWindow::DispatchMessage ()
41 from /boot/beos/system/lib/libbe.so
42#6 0x004aec9f in BWindow::task_looper () from /boot/beos/system/lib/libbe.so
43#7 0x0040701f in BLooper::_task0_ () from /boot/beos/system/lib/libbe.so
44#8 0x0029d2d0 in thread_entry () from /boot/beos/system/lib/libroot.so
45#9 0x70080fec in ?? ()
46(gdb)