[Mono-list] Problems with 0.31 RE ("Killed")

Hinrich Aue h_aue@gmx.de
Thu, 1 Apr 2004 14:46:34 +0200


I installed the latest version (0.31) from source.
That's a bit tricky sometimes, because sometimes
it complains when doing make install.
(mono and mcs) before that I've been using 0.30.2.
mcs and mono compiles fine.
mcs even compiles my small C# program.
But when I start it with "mono programm.exe"
I get the message "Killed".
When I do "mono -v programm.exe" I get :
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------
mono -v mysqltest_0.1_30.03.2004.exe
Method (wrapper managed-to-native) System.Object:__icall_wrapper_mono_ldftn 
(intptr) emitted at 0x41322000 to 0x41322037 [mysqltest_0.1_30.03.2004.exe]
Method (wrapper managed-to-native) 
System.Object:__icall_wrapper_mono_thread_get_pending_exception () emitted at 
0x41322038 to 0x41322068 [mysqltest_0.1_30.03.2004.exe]
Method (wrapper runtime-invoke) System.OutOfMemoryException:.ctor 
(object,intptr,intptr) emitted at 0x41322070 to 0x413220ff 
[mysqltest_0.1_30.03.2004.exe]
Method System.OutOfMemoryException:.ctor () emitted at 0x41322100 to 
0x41322140 [mysqltest_0.1_30.03.2004.exe]
Method Locale:GetText (string) emitted at 0x41322148 to 0x41322150 
[mysqltest_0.1_30.03.2004.exe]
Method System.SystemException:.ctor (string) emitted at 0x41322158 to 
0x4132217f [mysqltest_0.1_30.03.2004.exe]
Method System.Exception:.ctor (string) emitted at 0x41322180 to 0x413221e1 
[mysqltest_0.1_30.03.2004.exe]
Method System.Object:.ctor () emitted at 0x413221e8 to 0x413221ed 
[mysqltest_0.1_30.03.2004.exe]
Method System.MonoType:get_FullName () emitted at 0x413221f0 to 0x4132220a 
[mysqltest_0.1_30.03.2004.exe]
Method (wrapper managed-to-native) System.MonoType:getFullName () emitted at 
0x41322210 to 0x41322247 [mysqltest_0.1_30.03.2004.exe]
Method System.Exception:set_HResult (int) emitted at 0x41322248 to 0x41322256 
[mysqltest_0.1_30.03.2004.exe]
Method (wrapper runtime-invoke) System.NullReferenceException:.ctor 
(object,intptr,intptr) emitted at 0x41322258 to 0x413222e7 
[mysqltest_0.1_30.03.2004.exe]
Method System.NullReferenceException:.ctor () emitted at 0x413222e8 to 
0x41322328 [mysqltest_0.1_30.03.2004.exe]
Method (wrapper runtime-invoke) System.StackOverflowException:.ctor 
(object,intptr,intptr) emitted at 0x41322330 to 0x413223bf 
[mysqltest_0.1_30.03.2004.exe]
Method System.StackOverflowException:.ctor () emitted at 0x413223c0 to 
0x413223ee [mysqltest_0.1_30.03.2004.exe]
cannot open assembly mysqltest_0.1_30.03.2004.exe
Method (wrapper runtime-invoke) System.Threading.Thread:Finalize 
(object,intptr,intptr) emitted at 0x413223f0 to 0x4132247f 
[mysqltest_0.1_30.03.2004.exe]
Method (wrapper runtime-invoke) System.Threading.Thread:.cctor 
(object,intptr,intptr) emitted at 0x41322480 to 0x41322500 
[mysqltest_0.1_30.03.2004.exe]
Method System.Threading.Thread:.cctor () emitted at 0x41322508 to 0x41322515 
[mysqltest_0.1_30.03.2004.exe]
Method System.Threading.Thread:Finalize () emitted at 0x41322518 to 0x41322550 
[mysqltest_0.1_30.03.2004.exe]
Method (wrapper managed-to-native) 
System.Threading.Thread:Thread_free_internal (intptr) emitted at 0x41322558 
to 0x4132258f [mysqltest_0.1_30.03.2004.exe]
Method System.Object:Finalize () emitted at 0x41322590 to 0x413225a5 
[mysqltest_0.1_30.03.2004.exe]
rizzo@gurke:~/Programmieren/c_sharp/mysqltest/Datenbank-Testproggi$
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Does anyone have any suggestions?
Thanks,
	Hinrich