[Mono-bugs] [Bug 47659][Maj] Changed - Cannot create another AppDomain after a first one was created and unloaded.

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 4 Nov 2003 05:53:56 -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 joergr@voelcker.com.

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

--- shadow/47659	2003-11-01 14:23:54.000000000 -0500
+++ shadow/47659.tmp.19532	2003-11-04 05:53:56.000000000 -0500
@@ -1,13 +1,13 @@
 Bug#: 47659
 Product: Mono/Runtime
 Version: unspecified
 OS: Debian Woody
 OS Details: 
-Status: RESOLVED   
-Resolution: FIXED
+Status: REOPENED   
+Resolution: 
 Severity: Unknown
 Priority: Major
 Component: misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: JoergR@voelcker.com               
 QAContact: mono-bugs@ximian.com
@@ -69,6 +69,30 @@
 Created an attachment (id=5816)
 remoting changes
 
 
 ------- Additional Comments From vargaz@freemail.hu  2003-11-01 14:23 -------
 This really works now.
+
+------- Additional Comments From JoergR@voelcker.com  2003-11-04 05:53 -------
+I have to reopen this bug because it doesn't work when cross AppDomain
+remoting is involved. AppDomain.Unload hangs when a remoting call was
+done to this AppDomain.
+
+Try the attached sample.
+
+Actual Results:
+Create AppDomain.
+AppDomain created.
+Hello from AppDomain Test 0
+
+
+Expected Results:
+Create AppDomain.
+AppDomain created.
+Hello from AppDomain Test 0
+AppDomain unloaded.
+Create AppDomain.
+AppDomain created.
+Hello from AppDomain Test 1
+AppDomain unloaded.
+