[Mono-bugs] [Bug 75210][Nor] Changed - Crash sending signals
service with LinuxThreads
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Mon Jul 4 12:48:01 EDT 2005
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by joergr at voelcker.com.
http://bugzilla.ximian.com/show_bug.cgi?id=75210
--- shadow/75210 2005-07-04 12:41:02.000000000 -0400
+++ shadow/75210.tmp.25046 2005-07-04 12:48:01.000000000 -0400
@@ -140,6 +140,34 @@
#27 0x0805b139 in main (argc=4, argv=0xbffff294) at main.c:6
#28 0x4014a8ae in __libc_start_main () from /lib/libc.so.6
------- Additional Comments From bmaurer at users.sf.net 2005-07-04 12:41 -------
can you get a bt from all threads
+
+------- Additional Comments From JoergR at voelcker.com 2005-07-04 12:48 -------
+(gdb) thread 2
+[Switching to thread 2 (Thread 32769 (LWP 1449))]#0 0x4020e5e7 in
+poll () from /lib/libc.so.6
+(gdb) bt
+#0 0x4020e5e7 in poll () from /lib/libc.so.6
+#1 0x400b596e in __pthread_manager () from /lib/libpthread.so.0
+#2 0x400b5b67 in __pthread_manager_event () from /lib/libpthread.so.0
+(gdb) thread 3
+[Switching to thread 3 (Thread 16386 (LWP 1450))]#0 0x400bc576 in
+nanosleep () from /lib/libpthread.so.0
+(gdb) bt
+#0 0x400bc576 in nanosleep () from /lib/libpthread.so.0
+#1 0x00000000 in ?? ()
+(gdb) thread 4
+[Switching to thread 4 (Thread 32771 (LWP 1451))]#0 0x400bc576 in
+nanosleep () from /lib/libpthread.so.0
+(gdb) bt
+#0 0x400bc576 in nanosleep () from /lib/libpthread.so.0
+#1 0x00000000 in ?? ()
+(gdb) thread 5
+[Switching to thread 5 (Thread 49156 (LWP 1452))]#0 0x400bc576 in
+nanosleep () from /lib/libpthread.so.0
+(gdb) bt
+#0 0x400bc576 in nanosleep () from /lib/libpthread.so.0
+#1 0x00000000 in ?? ()
+
More information about the mono-bugs
mailing list