[Mono-bugs] [Bug 74455][Maj] New - deadlock in mono_method_desc_new?
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Wed, 6 Apr 2005 13:19:05 -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 james@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=74455
--- shadow/74455 2005-04-06 13:19:05.000000000 -0400
+++ shadow/74455.tmp.30053 2005-04-06 13:19:05.000000000 -0400
@@ -0,0 +1,22 @@
+Bug#: 74455
+Product: Mono: Runtime
+Version: 1.1
+OS:
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Major
+Component: misc
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: james@ximian.com
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: deadlock in mono_method_desc_new?
+
+We are experiencing frequent deadlocks with our application. All threads
+appear to be halted, even ones that are completely autonomous where no
+deadlock is possible. After attaching with gdb, it shows that almost all
+threads are waiting in mono_method_desc_new. I will attach the traces.