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

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Fri, 1 Apr 2005 22:18:08 -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-01 22:18:08.000000000 -0500
+++ shadow/74330.tmp.17222	2005-04-01 22:18:08.000000000 -0500
@@ -0,0 +1,31 @@
+Bug#: 74330
+Product: Mono: Runtime
+Version: 1.0
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: misc
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: bmaurer@users.sf.net               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Various failures and hangs with mcs run in multiple appdomains
+
+By mixing up mcs, appdomains, and threads, I was able to get a test case
+that seems to expose various runtime races. What this test case does is to
+load up mcs in multiple appdomains -- each instance running in its own
+thread. Then at the same time the versions of mcs compile a file. The most
+common error from this test seems to be the runtime hanging. The other
+errors are not reproduceable -- just various assertions get hit. I've also
+not tested the valididity of the generated files.
+
+I ran with:
+
+class X { static void Main (); }
+
+in foo.cs. More complicated tests could expose other errors.