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 [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=82007 --- shadow/82007 2007-08-17 13:42:15.000000000 -0400 +++ shadow/82007.tmp.9830 2007-08-20 19:07:54.000000000 -0400 @@ -1,13 +1,13 @@ Bug#: 82007 Product: Mono: Runtime Version: 1.2 OS: unknown OS Details: -Status: NEW -Resolution: +Status: RESOLVED +Resolution: NOTABUG Severity: Unknown Priority: Blocker Component: JIT AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] QAContact: [EMAIL PROTECTED] @@ -132,6 +132,11 @@ ------- Additional Comments From [EMAIL PROTECTED] 2007-08-17 13:42 ------- There is no reccomended or supported way to create/destroy appdomains from C code (which should be pretty clear from those symbols being marked internal and having names obviously not part of the mono API). Can you reproduce by using a C# program that does the create/unload sequence? + +------- Additional Comments From [EMAIL PROTECTED] 2007-08-20 19:07 ------- +I changed the code to create the domain and unload the domain completely from managed +code. This fixed the issue. +So this issue can be closed. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
