[Mono-list] RFC: Corlib Unit Test on Linux How-To

Nick Drochak ndrochak@gol.com
Tue, 30 Apr 2002 00:03:46 +0900


| I tried testing corlib on Windows (using mono, not .net, very 
| similar to the setup you describe in the HOWTO) and am 
| running in to a problem. It appears that the Windows 

With the recent changes to cvs, I am getting this:
$ ./mono NUnitConsole.exe MonoTests.AllTests,corlib_test.dll
.
(process:3972): ** WARNING **: unhandled exception
System.ArgumentNullException:
 "Argument cannot be null"
in System.Array:Sort ()
in MonoTests.System.ArrayTest:TestSort ()
in (unmanaged) System.Reflection.MonoMethod:InternalInvoke ()

Seems like mono stopping on the first exception thrown, like --dieonex
does for mint.

| I'm new to mono so I'm not set up to debug the runtime yet. 
| Is it possible to build/debug the mono runtime with the MSFT 
| tools or should I install gdb to track this down?

I haven't tried debugging on windows yet, except with a little bit of
gdb.  I had some problems which I don't remember any more and gave up.
However, maybe it's time to try again.

Nick D.