[Mono-bugs] [Bug 77650][Nor] Changed - crash when running a pure
managed console assembly compiled with MS.NET 1.1
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Tue Feb 28 13:35:45 EST 2006
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 matt at use.net.
http://bugzilla.ximian.com/show_bug.cgi?id=77650
--- shadow/77650 2006-02-27 11:23:49.000000000 -0500
+++ shadow/77650.tmp.10588 2006-02-28 13:35:45.000000000 -0500
@@ -65,6 +65,90 @@
I can coordinate with people on IRC for further debugging, but can't
provide access to the program in question. It is scarily reproducible
across different machines, distros, and mono versions.
------- Additional Comments From lupus at ximian.com 2006-02-27 11:23 -------
A --trace of the execution could be useful.
+
+------- Additional Comments From matt at use.net 2006-02-28 13:35 -------
+More information lupus requested on irc:
+
+(gdb) info threads
+ 4 Thread 32771 (LWP 30030) 0x00002aaaab17bd95 in nanosleep ()
+from /lib/libpthread.so.0
+ 3 Thread 16386 (LWP 30029) 0x00002aaaab17bd95 in nanosleep ()
+from /lib/libpthread.so.0
+ 2 Thread 32769 (LWP 30028) 0x00002aaaab6530c2 in poll ()
+from /lib/libc.so.6
+* 1 Thread 16384 (LWP 30025) 0x00000000400bea34 in ?? ()
+
+(gdb) t a a bt
+
+Thread 4 (Thread 32771 (LWP 30030)):
+#0 0x00002aaaab17bd95 in nanosleep () from /lib/libpthread.so.0
+#1 0x00002aaaab1785e4 in __pthread_timedsuspend_new
+(self=0x2aaaac4b4a90, abstime=0x2aaaac4b4cf0) at pthread.c:1364
+#2 0x00002aaaab175162 in __pthread_cond_timedwait
+(cond=0x2aaaab9cd268, mutex=0x2aaaab9cd240, abstime=0x2aaaac4b4cf0)
+at restart.h:45
+#3 0x00000000004a7fc0 in timedwait_signal_poll_cond
+(cond=0x2aaaab9cd268, mutex=0x2aaaab9cd240, timeout=0x0) at
+handles.c:1276
+#4 0x00000000004a815c in _wapi_handle_timedwait_signal_handle
+(handle=0x2aaaac4b4a90, timeout=0x0) at handles.c:1345
+#5 0x00000000004b4c3f in WaitForSingleObjectEx (handle=0x404,
+timeout=4294967295, alertable=1) at wait.c:179
+#6 0x0000000000465c26 in finalizer_thread (unused=0x2aaaac4b4a90)
+at gc.c:751
+#7 0x0000000000478593 in start_wrapper (data=0x2aaaac4b4a90) at
+threads.c:301
+#8 0x00000000004b40f4 in thread_start_routine (args=0x2aaaac4b4a90)
+at threads.c:192
+#9 0x00000000004c8737 in GC_start_routine (arg=0x2aaaac4b4a90) at
+pthread_support.c:1330
+#10 0x00002aaaab175bb9 in pthread_start_thread (arg=0x2aaaac4b4a90)
+at manager.c:310
+#11 0x00002aaaab175c63 in pthread_start_thread_event (arg=0x720160)
+at manager.c:334
+#12 0x00002aaaab65af33 in clone () from /lib/libc.so.6
+#13 0x0000000300905a4d in ?? ()
+#14 0x0000ffff00000004 in ?? ()
+#15 0x00000000000000b8 in ?? ()
+#16 0x0000000000000040 in ?? ()
+#17 0x0000000000000000 in ?? ()
+
+Thread 3 (Thread 16386 (LWP 30029)):
+#0 0x00002aaaab17bd95 in nanosleep () from /lib/libpthread.so.0
+#1 0x00000000005155f4 in collection_thread (unused=0x2aaaac2adee0)
+at collection.c:43
+#2 0x00002aaaab175bb9 in pthread_start_thread (arg=0x2aaaac2adee0)
+at manager.c:310
+#3 0x00002aaaab175c63 in pthread_start_thread_event (arg=0x6d5760)
+at manager.c:334
+#4 0x00002aaaab65af33 in clone () from /lib/libc.so.6
+#5 0x2ff4001020010324 in ?? ()
+#6 0x0000540449d80679 in ?? ()
+#7 0x32365f5a5f464e00 in ?? ()
+...
+#1538 0x2e594d4544414341 in ?? ()
+#1539 0x0000000000006f73 in ?? ()
+#1540 0x00ca17bd00770d0d in ?? ()
+#1541 0x0065190000000000 in ?? ()
+#1542 0x0000000000660229 in ?? ()
+#1543 0x00ce037e00511ca6 in ?? ()
+#1544 0x00a41ec900000000 in ?? ()
+#1545 0x0000000000000000 in ?? ()
+
+Thread 2 (Thread 32769 (LWP 30028)):
+#0 0x00002aaaab6530c2 in poll () from /lib/libc.so.6
+#1 0x00002aaaab1761bc in __pthread_manager (arg=0xa9) at
+manager.c:152
+#2 0x00002aaaab176ae0 in __pthread_manager_event (arg=0x6d4a60) at
+manager.c:249
+#3 0x00002aaaab65af33 in clone () from /lib/libc.so.6
+#4 0x0000000000000000 in ?? ()
+
+Thread 1 (Thread 16384 (LWP 30025)):
+#0 0x00000000400bea34 in ?? ()
+Cannot access memory at address 0x7fffff4ddfe0
+
+
More information about the mono-bugs
mailing list