[Mono-list] Problem building NAnt on Mono/CVS

Jaroslaw Kowalski jaroslaw.kowalski@atm.com.pl
Mon, 1 Mar 2004 14:33:34 +0100


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" <joergr@voelcker.com>
To: "Jaroslaw Kowalski" <jaak@zd.com.pl>; <mono-list@ximian.com>
Sent: Monday, March 01, 2004 2:16 PM
Subject: AW: [Mono-list] Problem building NAnt on Mono/CVS


> Hi all,
>
> -----Ursprüngliche Nachricht----- 
> Von: mono-list-admin@lists.ximian.com im Auftrag von Jaroslaw Kowalski
> Gesendet: Do 26.02.2004 21:02
> An: mono-list@ximian.com
> 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