On Friday 23 September 2005 15:33, Michael Nottebrock wrote: > On Friday, 23. September 2005 15:24, Bjarne Wichmann Petersen wrote: > > > > I've attached the kmail debuginfo (hope I've done it correctly). > > > > > > No - press ctrl-c at the point where kmail hangs and type 'bt', then > > > mail that. > > > > ^C > > Program received signal SIGINT, Interrupt. > > [Switching to Thread 2 (LWP 100169)] > > 0x2a3463f3 in pthread_testcancel () from /usr/lib/libpthread.so.1 > > (gdb) bt > > #0 0x2a3463f3 in pthread_testcancel () from /usr/lib/libpthread.so.1 > > #1 0x2a33617c in sigaction () from /usr/lib/libpthread.so.1 > > #2 0x2a336d03 in sigaction () from /usr/lib/libpthread.so.1 > > #3 0x2a33550b in sigaction () from /usr/lib/libpthread.so.1 > > #4 0x2a33528c in sigaction () from /usr/lib/libpthread.so.1 > > #5 0x2a33e92e in pthread_mutexattr_init () from /usr/lib/libpthread.so.1 > > #6 0x00000000 in ?? () > > Okay, that's still not very useful. Do it again and type 'info threads' > after ctrl-c-ing, then switch to each thread in turn and bt there (i.e. > thread 1, bt, thread 2, bt, thread 3, bt ...)
^C Program received signal SIGINT, Interrupt. 0x2a3463f3 in pthread_testcancel () from /usr/lib/libpthread.so.1 (gdb) info threads * 3 Thread 2 (LWP 100169) 0x2a3463f3 in pthread_testcancel () from /usr/lib/libpthread.so.1 2 Thread 1 (runnable) 0x2a39a48f in select () from /lib/libc.so.5 (gdb) thread 1 Thread ID 1 not known. (gdb) thread 2 [Switching to thread 2 (Thread 1 (runnable))]#0 0x2a39a48f in select () from /lib/libc.so.5 (gdb) bt #0 0x2a39a48f in select () from /lib/libc.so.5 #1 0x2a33064d in select () from /usr/lib/libpthread.so.1 #2 0x29c182c5 in QEventLoop::processEvents () from /usr/X11R6/lib/libqt-mt.so.3 #3 0x29c79b2f in QEventLoop::enterLoop () from /usr/X11R6/lib/libqt-mt.so.3 #4 0x29c79a88 in QEventLoop::exec () from /usr/X11R6/lib/libqt-mt.so.3 #5 0x29c68a98 in QApplication::exec () from /usr/X11R6/lib/libqt-mt.so.3 #6 0x0804acb7 in main (argc=2, argv=0xbfbfea6c) at main.cpp:95 (gdb) thread 3 [Switching to thread 3 (Thread 2 (LWP 100169))]#0 0x2a3463f3 in pthread_testcancel () from /usr/lib/libpthread.so.1 (gdb) bt #0 0x2a3463f3 in pthread_testcancel () from /usr/lib/libpthread.so.1 #1 0x2a33617c in sigaction () from /usr/lib/libpthread.so.1 #2 0x2a336d03 in sigaction () from /usr/lib/libpthread.so.1 #3 0x2a33550b in sigaction () from /usr/lib/libpthread.so.1 #4 0x2a33528c in sigaction () from /usr/lib/libpthread.so.1 #5 0x2a33e92e in pthread_mutexattr_init () from /usr/lib/libpthread.so.1 #6 0x00000000 in ?? () (gdb) thread 4 Thread ID 4 not known. (gdb) thread 5 Thread ID 5 not known. (gdb) thread 6 Bjarne _______________________________________________ kde-freebsd mailing list [email protected] http://freebsd.kde.org/mailman/listinfo/kde-freebsd
