[Mono-bugs] [Bug 58706][Nor] Changed - deadlocks on SMP
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Wed, 19 May 2004 12:51:32 -0400 (EDT)
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 lupus@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=58706
--- shadow/58706 2004-05-19 11:49:31.000000000 -0400
+++ shadow/58706.tmp.8175 2004-05-19 12:51:32.000000000 -0400
@@ -1,14 +1,14 @@
Bug#: 58706
Product: Mono: Runtime
Version: unspecified
-OS:
+OS: unknown
OS Details:
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Normal
Component: misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: lupus@ximian.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -115,6 +115,12 @@
#9 0x8fe1a58c in __dyld__dyld_start ()
In this case it looks like the threads hashtable still contains an entry
for the thread, but the thread already disappeared (note it doesn't show up
in the backtrace from gdb: only the current and the finalizer thread are
there).
+
+------- Additional Comments From lupus@ximian.com 2004-05-19 12:51 -------
+To reproduce run make clean; make in the mcs module: it usually
+happens at least once in two-three runs.
+Additional note: attaching to mono from gdb and exiting makes the
+deadlock breaks and mono terminates correctly.