[Mono-list] gc problem

Linus Upson linus@linus.com
Sat, 4 May 2002 23:16:44 -0700


I'm having a problem running the corlib tests in mono on Windows. Things
go fairly well until a certain point where the CPU goes to 100% for a
few seconds and then the mono process exits with no error message. A
file called gc.log is created in the current directory. For example:

DROPOUT 280$ mono NUnitConsole_mono.exe
MonoTests.AllTests,corlib_linux_test.dll
.........................................
..E.F......................................
............................F.............
......................F.......F.......E.F.F...
.....DROPOUT 281$
DROPOUT 281$
DROPOUT 281$ cat gc.log
Needed to allocate blacklisted block at 0x17da000
Needed to allocate blacklisted block at 0x1b6b000
Needed to allocate blacklisted block at 0x1e20000
Needed to allocate blacklisted block at 0x3010000
DROPOUT 282$

Is this a known problem? Does it happen on Linux?

Thanks,
Linus