[Mono-bugs] [Bug 75007][Maj] Changed - Deadlock with --debug
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Thu Jul 7 11:48:46 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 bmaurer at users.sf.net.
http://bugzilla.ximian.com/show_bug.cgi?id=75007
--- shadow/75007 2005-07-07 11:44:29.000000000 -0400
+++ shadow/75007.tmp.5943 2005-07-07 11:48:46.000000000 -0400
@@ -232,6 +232,15 @@
This only happens with --debug
------- Additional Comments From martin at ximian.com 2005-07-07 11:44 -------
Why did you assing that to me ?
Unless someone gives me an SMP machine to test this on, all I can do
about this is close it as WONTFIX.
+
+------- Additional Comments From bmaurer at users.sf.net 2005-07-07 11:48 -------
+You don't need an smp box to test this issue. It is a classic locking
+order issue. One thread acquires the locks in order a b, the other in
+order b a. You can fix this without being able to reproduce. You just
+need to make sure that the debugger takes locks in the correct order.
+
+Also, there are tons of smp boxes inside the firewall: you can use
+hardhat and x86-mono.
More information about the mono-bugs
mailing list