[Mono-bugs] [Bug 47659][Maj] New - Cannot create another AppDomain after a first one was created and unloaded.
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Fri, 15 Aug 2003 11:01:12 -0400 (EDT)
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 joergr@voelcker.com.
http://bugzilla.ximian.com/show_bug.cgi?id=47659
--- shadow/47659 2003-08-15 11:01:12.000000000 -0400
+++ shadow/47659.tmp.4844 2003-08-15 11:01:12.000000000 -0400
@@ -0,0 +1,48 @@
+Bug#: 47659
+Product: Mono/Runtime
+Version: unspecified
+OS: Debian Woody
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Major
+Component: misc
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: JoergR@voelcker.com
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: Cannot create another AppDomain after a first one was created and unloaded.
+
+Description of Problem:
+After one AppDomain was loaded and unloaded another AppDomain.CreateDomain
+call fails with NullReferenceException.
+
+Steps to reproduce the problem:
+1. Compile the attached source.
+2. Run it.
+
+Actual Results:
+Create AppDomain.
+AppDomain created.
+AppDomain unloaded.
+Create AppDomain.
+
+Unhandled Exception: System.NullReferenceException: A null value was found
+where an object instance was required
+
+
+Expected Results:
+Create AppDomain.
+AppDomain created.
+AppDomain unloaded.
+Create AppDomain.
+AppDomain created.
+AppDomain unloaded.
+
+How often does this happen?
+Always.
+
+Additional Information: