[Mono-list] ConvertTest reveals runtime bug

Nick Drochak ndrochak@gol.com
17 May 2002 11:53:47 +0900


Hi.  When I run the new ConvertTest we just received, mono gives this
output:

 ./mono NUnitConsole_mono.exe
MonoTests.System.ConvertTest,corlib_linux_test.dll
.
(process:5920): ** ERROR **: file codegen-x86.c: line 5792
(mono_burg_emit_254): should not be reached
aborting...
Trace/breakpoint trap

Since NUnit is only spitting out one dot, and the Test*() methods are
usually run in reverse order compared to their physical order in the
source, I guess that the problem is happening in
TestFromBase64CharArray().

BTW, there is no such file as 'codegen-x86.c' as reported by the assert.

Nick D.