[Mono-bugs] [Bug 74455][Maj] Changed - deadlock in mono_method_desc_new?

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 7 Apr 2005 16:08:33 -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 naresh@ximian.com.

http://bugzilla.ximian.com/show_bug.cgi?id=74455

--- shadow/74455	2005-04-06 21:47:47.000000000 -0400
+++ shadow/74455.tmp.13349	2005-04-07 16:08:33.000000000 -0400
@@ -10,13 +10,12 @@
 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.