Temporary hack to run NAnt / NUnit on mono is to comment out the contents of "Unload()" method
mcs/class/corlib/System/AppDomain.cs and recompile mcs. AppDomain memory won't be reclaimed, but at least nant/nunit will run. BTW. What mono/glibc/kernel version do you use? Jarek ----- Original Message ----- From: "JÃrg Rosenkranz" <[EMAIL PROTECTED]> To: "Jaroslaw Kowalski" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Monday, March 01, 2004 2:16 PM Subject: AW: [Mono-list] Problem building NAnt on Mono/CVS > Hi all, > > -----UrsprÃngliche Nachricht----- > Von: [EMAIL PROTECTED] im Auftrag von Jaroslaw Kowalski > Gesendet: Do 26.02.2004 21:02 > An: [EMAIL PROTECTED] > Cc: Gert Driesen; Ian MacLean; Scott Hernandez > Betreff: [Mono-list] Problem building NAnt on Mono/CVS > > > > ** (bin/NAnt.exe:7986): WARNING **: Finalization of domain > TypeGatheringDomain timed out. > > > > I'm getting exactly the same message when unloading AppDomains in our application. It hangs after loading a new AppDomain and running some code inside of this new one. > > Joerg. > > 22jj _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
