[Mono-bugs] [Bug 77470][Nor] Changed - mono_thread_attach/mono_thread_detach can cause deadlock/segfault on OS X

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Tue Apr 18 22:52:08 EDT 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 stephen at concepts.net.nz.

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

--- shadow/77470	2006-04-18 20:30:51.000000000 -0400
+++ shadow/77470.tmp.19559	2006-04-18 22:52:08.000000000 -0400
@@ -193,6 +193,13 @@
 
 I have tried out the racy code and it does not segfault for me.  I
 will investigate the problem further though because I am still getting
 issues.
 
 
+
+------- Additional Comments From stephen at concepts.net.nz  2006-04-18 22:52 -------
+I am able to get around this problem by just attaching once at the
+start  of the thread and detaching at the end.  I don't know if it's
+considered a bug but the problem seems to be with attaching and
+detaching more than once on the same thread, which is similar to
+original bug but not exactly the same.


More information about the mono-bugs mailing list