[Mono-bugs] [Bug 55996][Nor] Changed - Appdomain unloading problems under Nunit/NAnt
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Mon, 10 May 2004 16:51:51 -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 gert.driesen@pandora.be.
http://bugzilla.ximian.com/show_bug.cgi?id=55996
--- shadow/55996 2004-03-24 11:37:48.000000000 -0500
+++ shadow/55996.tmp.9084 2004-05-10 16:51:51.000000000 -0400
@@ -1,17 +1,17 @@
Bug#: 55996
Product: Mono: Runtime
Version: unspecified
-OS:
+OS: unknown
OS Details:
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Normal
Component: misc
-AssignedTo: mono-bugs@ximian.com
+AssignedTo: vargaz@freemail.hu
ReportedBy: vargaz@freemail.hu
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
Cc:
Summary: Appdomain unloading problems under Nunit/NAnt
@@ -19,6 +19,21 @@
Some people report problems running Nant/Nunit under mono, for example:
http://lists.ximian.com/archives/public/mono-devel-list/2004-March/004677.html
When the appdomain unloading code is commented out, the problems seem to
go away.
+
+------- Additional Comments From gert.driesen@pandora.be 2004-05-10 16:51 -------
+I'm able to reproduce this issue consistently using NAnt (CVS) :
+
+$ export CVSROOT=:pserver:anonymous@cvs.sourceforge.net:/cvsroot/nant
+$ cvs -z3 co nant
+$ cd nant
+$ make
+
+(it might take a few hours to have my lastest commits to NAnt cvs
+become available in anoncvs though)
+
+I've attached a verbose log.
+
+Zoltan, can you have a look at this ?