[Mono-list] System.String::.ctor cant be resolved

Nick Drochak ndrochak@gol.com
21 Apr 2002 17:32:36 +0900


I tried to run the tests on mono with the latest from CVS, but I got
this output, and then it exited without doing anything else:

./mono NUnitConsole_mono.exe MonoTests.AllTests,corlib_linux_test.dll

(process:11258): ** WARNING **: cant resolve internal call to
"System.String::.ctor(char*)" (tested without signature also)

(process:11258): ** WARNING **: cant resolve internal call to
"System.String::.ctor(char*,uint,uint)" (tested without signature also)

(process:11258): ** WARNING **: cant resolve internal call to
"System.String::.ctor(sbyte*)" (tested without signature also)

(process:11258): ** WARNING **: cant resolve internal call to
"System.String::.ctor(sbyte*,uint,uint)" (tested without signature also)

(process:11258): ** WARNING **: cant resolve internal call to
"System.String::.ctor(sbyte*,uint,uint,System.Text.Encoding)" (tested
without signature also)

(process:11258): ** WARNING **: cant resolve internal call to
"System.String::.ctor(char[],uint,uint)" (tested without signature also)

(process:11258): ** WARNING **: cant resolve internal call to
"System.String::.ctor(char[])" (tested without signature also)

(process:11258): ** WARNING **: cant resolve internal call to
"System.String::.ctor(char,uint)" (tested without signature also)

(process:11258): ** WARNING **: unhandled exception
System.NullReferenceException: "A null value was found where an object
instance was required"
TODO: implement stack traces


Must be because of the recent String constructor work that was just
comitted. I get the same thing for all the .exe's I tried.


Nick D.