[Mono-list] Re: Apache error log shows serious Mono runtime error

apocalypznow apocalypznow at gmail.com
Thu Mar 9 20:17:48 EST 2006


An update on what I've found:

When I run:
/opt/mono-1.1.13.4/bin/mod-mono-server --port 5050

I get this:
=================================================================
Got a SIGSEGV while executing native code. This usually indicates
a fatal error in the mono runtime or one of the native libraries
used by your application.
=================================================================

Stacktrace:


Native stacktrace:

         /opt/mono-1.1.13.4/bin/mono(mono_handle_native_sigsegv+0xbb) 
[0x814ee2b]
         /opt/mono-1.1.13.4/bin/mono [0x813b2cf]
         /lib/i686/libpthread.so.0 [0x400b3666]
         /lib/i686/libc.so.6 [0x401543b0]
         [0x409d4b7c]
         [0x409d491b]
         [0x409d4701]
         [0x40cb36ad]
         [0x40cb158a]
         [0x40cb13ec]
         [0x409cc430]
         [0x409cc403]
         [0x40cbced9]
         [0x409c8e6c]
         [0x409c886c]
         /opt/mono-1.1.13.4/bin/mono [0x813b180]
         /opt/mono-1.1.13.4/bin/mono(mono_runtime_invoke+0x27) [0x80d63f7]
         /opt/mono-1.1.13.4/bin/mono(mono_runtime_exec_main+0xb1) 
[0x80d7561]
         /opt/mono-1.1.13.4/bin/mono(mono_runtime_run_main+0x171) 
[0x80d7131]
         /opt/mono-1.1.13.4/bin/mono(strftime+0x1b6a) [0x805d002]
         /opt/mono-1.1.13.4/bin/mono(mono_main+0x841) [0x805d9d1]
         /opt/mono-1.1.13.4/bin/mono(__fxstat64+0x133) [0x805c3cb]
         /lib/i686/libc.so.6(__libc_start_main+0xc7) [0x401417f7]
         /opt/mono-1.1.13.4/bin/mono(sinh+0x49) [0x805c321]
Aborted

*********************************************************

Furthermore, when I run:
/opt/mono-1.1.13.4/bin/mod-mono-server2 --port 5050

I get this:
Unhandled Exception: System.NullReferenceException: Object reference not 
set to an instance of an object
in <0x0002e> System.IO.StreamWriter:LowLevelWrite (System.String s)
in <0x0001d> System.IO.StreamWriter:Write (System.String value)
in <0x00010> System.IO.UnexceptionalStreamWriter:Write (System.String value)
in <0x0000e> System.IO.TextWriter:WriteLine (System.String value)
in <0x0002b> System.IO.SynchronizedWriter:WriteLine (System.String value)
in <0x00015> System.Console:WriteLine (System.String value)
in <0x00a2b> Mono.XSP.Server:Main (System.String[] args)



More information about the Mono-list mailing list