Hi guys! As I'm trying to get NAnt and Mono to cooperate on Linux, I started encountering warnings like:
---------- GC Warning: Finalization cycle involving 915c000 GC Warning: Finalization cycle involving 9405e40 GC Warning: Finalization cycle involving 9405ed8 --------- My question is: should I be worried or is it normal? NAnt seems to run fine despite the warnings. The warnings occur whenever NAnt utilizes AppDomain (and it uses them a lot). I haven't noticed these warnings in single-appdomain scenarios (yet). Is it a known issue? Should I file a bug for this? Jarek BTW. Can someone commit my patch for bug #54980? It removes a race condition with finalizer which is a small step towards fixing Mono for use with NAnt. Some bugs remain, but the probability of successful running NAnt is improved with this. _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
