[Mono-bugs] [Bug 74330][Nor] Changed - Various failures and hangs with mcs run in multiple appdomains

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sat, 2 Apr 2005 14:25:26 -0500 (EST)


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@users.sf.net.

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

--- shadow/74330	2005-04-02 05:43:31.000000000 -0500
+++ shadow/74330.tmp.26126	2005-04-02 14:25:26.000000000 -0500
@@ -36,6 +36,15 @@
 
 
 ------- Additional Comments From vargaz@gmail.com  2005-04-02 05:43 -------
 This is not suprising since our implementation of Reflection.Emit is
 not thread-safe at all.
 
+
+------- Additional Comments From bmaurer@users.sf.net  2005-04-02 14:25 -------
+Eeek! SRE being not thread safe seems like something that will kick us
+in the ass at some point in the future. It'd be a blocker for regexes
+to be implemented with sre.
+
+Since binary serialization is built with sre, I guess that we could
+see really funky races there if two threads ever tried to serialize a
+new type at the same time.