Halo,
ich habe wieder mal eine mir nichts sagende Meldung von Mono 1.2 unter Windows:
mono --trace=all TestProgramm.exe
ENTER: (wrapper runtime-invoke) System.Object:runtime_invoke_void_string (object
,intptr,intptr,intptr)([System.OutOfMemoryException:01190F90], 0022FCE8, 0000000
0, 01061438, )
. ENTER: System.OutOfMemoryException:.ctor (string)(this:01190F90[System.OutOfMe
moryException TestProgramm.exe], [STRING:01191FC8:Out of memory], )
. . ENTER: System.SystemException:.ctor (string)(this:01190F90[System.OutOfMemor
yException TestProgramm.exe], [STRING:01191FC8:Out of memory], )
. . . ENTER: System.Exception:.ctor (string)(this:01190F90[System.OutOfMemoryExc
eption TestProgramm.exe], [STRING:01191FC8:Out of memory], )
. . . LEAVE: System.Exception:.ctor (string)
. . . ENTER: System.Exception:set_HResult (int)(this:01190F90[System.OutOfMemory
Exception TestProgramm.exe], -2146233087, )
. . . LEAVE: System.Exception:set_HResult (int)
. . LEAVE: System.SystemException:.ctor (string)
. . ENTER: System.Exception:set_HResult (int)(this:01190F90[System.OutOfMemoryEx
ception TestProgramm.exe], -2147024882, )
. . LEAVE: System.Exception:set_HResult (int)
. LEAVE: System.OutOfMemoryException:.ctor (string)
LEAVE: (wrapper runtime-invoke) System.Object:runtime_invoke_void_string (object
,intptr,intptr,intptr)[OBJECT:00000000]
ENTER: (wrapper runtime-invoke) System.Object:runtime_invoke_void_string (object
,intptr,intptr,intptr)([System.NullReferenceException:01190F60], 0022FCE8, 00000
000, 01061550, )
. ENTER: System.NullReferenceException:.ctor (string)(this:01190F60[System.NullR
eferenceException TestProgramm.exe], [STRING:01193ED8:A null value was found _
where
an object instance was required], )
. . ENTER: System.SystemException:.ctor (string)(this:01190F60[System.NullRefere
nceException TestProgramm.exe], [STRING:01193ED8:A null value was found where _
an ob
ject instance was required], )
. . . ENTER: System.Exception:.ctor (string)(this:01190F60[System.NullReferenceE
xception TestProgramm.exe], [STRING:01193ED8:A null value was found where an _
object
instance was required], )
. . . LEAVE: System.Exception:.ctor (string)
. . . ENTER: System.Exception:set_HResult (int)(this:01190F60[System.NullReferen
ceException TestProgramm.exe], -2146233087, )
. . . LEAVE: System.Exception:set_HResult (int)
. . LEAVE: System.SystemException:.ctor (string)
. LEAVE: System.NullReferenceException:.ctor (string)
LEAVE: (wrapper runtime-invoke) System.Object:runtime_invoke_void_string (object
,intptr,intptr,intptr)[OBJECT:00000000]
ENTER: (wrapper runtime-invoke) System.Object:runtime_invoke_void_string (object
,intptr,intptr,intptr)([System.StackOverflowException:01190F30], 0022FCE8, 00000
000, 01061598, )
. ENTER: System.StackOverflowException:.ctor (string)(this:01190F30[System.Stack
OverflowException TestProgramm.exe], [STRING:01194F50:The requested operation _
cause
d a stack overflow.], )
. . ENTER: System.SystemException:.ctor (string)(this:01190F30[System.StackOverf
lowException TestProgramm.exe], [STRING:01194F50:The requested operation caused _
a s
tack overflow.], )
. . . ENTER: System.Exception:.ctor (string)(this:01190F30[System.StackOverflowE
xception TestProgramm.exe], [STRING:01194F50:The requested operation caused a _
stack
overflow.], )
. . . LEAVE: System.Exception:.ctor (string)
. . . ENTER: System.Exception:set_HResult (int)(this:01190F30[System.StackOverfl
owException TestProgramm.exe], -2146233087, )
. . . LEAVE: System.Exception:set_HResult (int)
. . LEAVE: System.SystemException:.ctor (string)
. LEAVE: System.StackOverflowException:.ctor (string)
LEAVE: (wrapper runtime-invoke) System.Object:runtime_invoke_void_string (object
,intptr,intptr,intptr)[OBJECT:00000000] Interessant ist wieder mal, daß das Programm in älteren Monos den Startbildschirm anzeigte. Jetzt wird schon die erste Zeile in Sub Main nicht mehr ausgeführt. |