[Mono-bugs] [Bug 58707][Maj] Changed - Exception when trying to AppDomain.Unload()
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Mon, 24 May 2004 08:53:08 -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 lluis@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=58707
--- shadow/58707 2004-05-21 08:30:30.000000000 -0400
+++ shadow/58707.tmp.4742 2004-05-24 08:53:08.000000000 -0400
@@ -10,13 +10,13 @@
Component: misc
AssignedTo: lluis@ximian.com
ReportedBy: robik@mailbox.sk
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
-Cc:
+Cc: massi@ximian.com,vargaz@freemail.hu
Summary: Exception when trying to AppDomain.Unload()
Description of Problem:
Calling AppDomain.Unload() with self-created AppDomain causes Excetion.
@@ -152,6 +152,14 @@
(System.AppDomain)
in <0x00079> System.AppDomain:CreateDomain
(string,System.Security.Policy.Evidence,System.AppDomainSetup)
in <0x0004c> System.AppDomain:CreateDomain (string)
in <0x0012c> AppDomainTest.AppDomainTest:Main ()
+
+------- Additional Comments From lluis@ximian.com 2004-05-24 08:53 -------
+The first test case was fixed by the Thread.Abort rewrite, but the
+second test case doesn't seem related to this. I'm getting a hang
+instead of an exception. gdb shows a recursive call that never ends,
+altough the called method is not recursive, so it looks like there is
+some kind of memory corruption. Zoltan, Massi, any clue about what
+could cause this? (without the AppDomain.Unload it works).