mail-archives/mono-bugs/2005-June/030465.html

135 строки
5.4 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<TITLE> [Mono-bugs] [Bug 75276][Nor] New - Failure with
System.AppDomain:InternalUnload
</TITLE>
<LINK REL="Index" HREF="index.html" >
<LINK REL="made" HREF="mailto:mono-bugs%40lists.ximian.com?Subject=%5BMono-bugs%5D%20%5BBug%2075276%5D%5BNor%5D%20New%20-%20Failure%20with%0A%09System.AppDomain%3AInternalUnload&In-Reply-To=bug-75276%40chernobyl.ximian.com">
<META NAME="robots" CONTENT="index,nofollow">
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
<LINK REL="Previous" HREF="030464.html">
<LINK REL="Next" HREF="030466.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[Mono-bugs] [Bug 75276][Nor] New - Failure with
System.AppDomain:InternalUnload</H1>
<B>bugzilla-daemon at bugzilla.ximian.com</B>
<A HREF="mailto:mono-bugs%40lists.ximian.com?Subject=%5BMono-bugs%5D%20%5BBug%2075276%5D%5BNor%5D%20New%20-%20Failure%20with%0A%09System.AppDomain%3AInternalUnload&In-Reply-To=bug-75276%40chernobyl.ximian.com"
TITLE="[Mono-bugs] [Bug 75276][Nor] New - Failure with
System.AppDomain:InternalUnload">bugzilla-daemon at bugzilla.ximian.com
</A><BR>
<I>Wed Jun 15 10:47:58 EDT 2005</I>
<P><UL>
<LI>Previous message: <A HREF="030464.html">[Mono-bugs] [Bug 75275][Maj] New - i encounter this problem when i
call a web service from xsp
</A></li>
<LI>Next message: <A HREF="030466.html">[Mono-bugs] [Bug 75184][Nor] Changed - Differences in Type.ToString
for Generics
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#30465">[ date ]</a>
<a href="thread.html#30465">[ thread ]</a>
<a href="subject.html#30465">[ subject ]</a>
<a href="author.html#30465">[ author ]</a>
</LI>
</UL>
<HR>
<!--beginarticle-->
<PRE>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 <A HREF="http://lists.ximian.com/mailman/listinfo/mono-bugs">joannes.vermorel at ens.fr.</A>
<A HREF="http://bugzilla.ximian.com/show_bug.cgi?id=75276">http://bugzilla.ximian.com/show_bug.cgi?id=75276</A>
--- shadow/75276 2005-06-15 10:47:58.000000000 -0400
+++ shadow/75276.tmp.17012 2005-06-15 10:47:58.000000000 -0400
@@ -0,0 +1,61 @@
+Bug#: 75276
+Product: Mono: Class Libraries
+Version: 1.1
+OS: Red Hat 9.0
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Normal
+Component: CORLIB
+AssignedTo: <A HREF="http://lists.ximian.com/mailman/listinfo/mono-bugs">mono-bugs at ximian.com</A>
+ReportedBy: <A HREF="http://lists.ximian.com/mailman/listinfo/mono-bugs">joannes.vermorel at ens.fr</A>
+QAContact: <A HREF="http://lists.ximian.com/mailman/listinfo/mono-bugs">mono-bugs at ximian.com</A>
+TargetMilestone: ---
+URL:
+Cc:
+Summary: Failure with System.AppDomain:InternalUnload
+
+I have a DLL containing NUnit tests that succeed on WinXP .Net 1.1 and
+fails against mono (most recent SVN build). The problem seems related the
+AppDomain unloading.
+
+===== Steps to reproduce the problem =====
+1. Download &quot;NGrid.Rosette-v0.1.1.zip&quot; from
+<A HREF="https://sourceforge.net/project/showfiles.php?group_id=108410">https://sourceforge.net/project/showfiles.php?group_id=108410</A>
+2. Unzip the archive.
+3. Run unit tests from NUnit console
+$ mono nunit-console.exe NGrid.Rosette.dll
+
+===== Actual Results: =====
+
+Tests run: 1, Failures: 1, Not run: 0, Time: 15.057713 seconds
+
+Failures:
+1) NGrid.Rosette.HubServices+Tests.AllTests :
+TearDown : System.CannotUnloadAppDomainException : Attempt to unload
+application domain failed.
+
+--TearDown
+in &lt;0x00000&gt; &lt;unknown method&gt;
+in (wrapper managed-to-native) System.AppDomain:InternalUnload (int)
+in &lt;0x0002c&gt; System.AppDomain:Unload (System.AppDomain domain)
+in &lt;0x00074&gt; NGrid.Rosette.HubServices+Tests:TearDown ()
+in &lt;0x00000&gt; &lt;unknown method&gt;
+in (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke
+(object,object[])
+in &lt;0x000af&gt; System.Reflection.MonoMethod:Invoke (System.Object obj,
+BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[]
+parameters, System.Globalization.CultureInfo culture)
+
+
+===== Expected Results =====
+Do not pay attention to the large amount of trace lines. The tests require
+about 15s to be run. At the end, there should be a NUnit message indicating
+that the tests have succeed.
+
+===== How often does this happen? =====
+Always
+
+===== Additional Information =====
+I am running mono on an AMD64 machine (64b OS).
</PRE>
<!--endarticle-->
<HR>
<P><UL>
<!--threads-->
<LI>Previous message: <A HREF="030464.html">[Mono-bugs] [Bug 75275][Maj] New - i encounter this problem when i
call a web service from xsp
</A></li>
<LI>Next message: <A HREF="030466.html">[Mono-bugs] [Bug 75184][Nor] Changed - Differences in Type.ToString
for Generics
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#30465">[ date ]</a>
<a href="thread.html#30465">[ thread ]</a>
<a href="subject.html#30465">[ subject ]</a>
<a href="author.html#30465">[ author ]</a>
</LI>
</UL>
<hr>
<a href="http://lists.ximian.com/mailman/listinfo/mono-bugs">More information about the mono-bugs
mailing list</a><br>
</body></html>