[Mono-list] sigsegv under trampoline

Carlo Kok ck at carlo-kok.com
Tue Nov 15 07:49:36 EST 2005


when executing my application, it throws a SIGSEGV while trying to jit 
InitializeComponent. Mono svn checked out this morning.

How do I get more useful information so I can post a bugzilla report on 
this?

(Note this is a 2.0 project and most likely there are properties missing 
that aren't implemented yet in winforms 2.0)

$ ~/mtmp/bin/mono MegaDemoClient.exe
Mono System.Windows.Forms Assembly [Revision: 52467; built: 2005/11/3 
12:50:32]
Keyboard: VNC keyboard layout
Gtk colorscheme read

=================================================================
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:

in <0xffffffff> MegaDemoClient.Form1:.ctor ()
in <0x3e> MegaDemoClient.Form1:.ctor ()
in <0xffffffd0> (wrapper remoting-invoke-with-check) 
MegaDemoClient.Form1:.ctor ()
in <0x18> MegaDemoClient.Form1:Main ()
in <0x50bf9899> (wrapper runtime-invoke) 
System.Object:runtime_invoke_void (object,intptr,intptr,intptr)

Native stacktrace:

         /home/carlokok/mtmp/bin/mono(mono_handle_native_sigsegv+0x7f) 
[0x81383cf]
         /home/carlokok/mtmp/bin/mono [0x810c2cb]
         [0xffffe440]
         /home/carlokok/mtmp/bin/mono [0x80d1d87]
 
/home/carlokok/mtmp/bin/mono(mono_metadata_parse_type_full+0x104) 
[0x80d2064]
         /home/carlokok/mtmp/bin/mono(mono_metadata_parse_mh_full+0x3fc) 
[0x80d2cbc]
         /home/carlokok/mtmp/bin/mono(mono_method_get_header+0xa7) 
[0x80d8f67]
         /home/carlokok/mtmp/bin/mono [0x8124b42]
         /home/carlokok/mtmp/bin/mono [0x812652b]
         /home/carlokok/mtmp/bin/mono(mono_magic_trampoline+0x12) 
[0x81395d2]
         [0xb7c2a032]
         [0xb7497b82]
         [0xb7497b31]
         [0xb7496c0e]
         /home/carlokok/mtmp/bin/mono(mono_runtime_exec_main+0x52) 
[0x8090482]
         /home/carlokok/mtmp/bin/mono(mono_runtime_run_main+0x15e) 
[0x8092dae]
         /home/carlokok/mtmp/bin/mono(mono_main+0x1002) [0x805d472]
         /lib/tls/libc.so.6(__libc_start_main+0xd0) [0xb7d5de40]
         /home/carlokok/mtmp/bin/mono [0x805bf41]
Aborted


--
Carlo Kok


More information about the Mono-list mailing list