[Mono-bugs] [Bug 80799][Wis] Changed - Multithreaded App crashes in random locations
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Sun Feb 11 18:32:15 EST 2007
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 joncham at gmail.com.
http://bugzilla.ximian.com/show_bug.cgi?id=80799
--- shadow/80799 2007-02-11 18:26:00.000000000 -0500
+++ shadow/80799.tmp.26806 2007-02-11 18:32:15.000000000 -0500
@@ -78,6 +78,11 @@
I did some debugging. IMO, this looks like race condition in the
runtime. The apps dies with two threads under
mono_marshal_get_native_wrapper looking for the same method. Neither
found it in the cache, which seems wrong (I would expect one to create
the wrapper and cache it, and the other to find it in the cache and
shortcut out). I'm moving to runtime for now.
+
+------- Additional Comments From joncham at gmail.com 2007-02-11 18:32 -------
+Created an attachment (id=18670)
+Sample patch
+
More information about the mono-bugs
mailing list