On Mon, Oct 11, 2010 at 9:40 AM, andrea <[email protected]> wrote: > (It need a window containing an "entry1" textbox and a "button1" button!) > > It runs perfectly in Suse's image I've downloaded from mono website. > But if I try running it in a Debian armel I get the following error, is it a > Gtk library bug? (obviusly related the version I'm using in Debian!) > > > ** > ERROR:tramp-arm.c:48:mono_arch_patch_callsite: code should not be reached > Stacktrace: > > at (wrapper native-to-managed) GLib.Timeout/TimeoutProxy.Handler () > <0x00078> > at (wrapper native-to-managed) GLib.Timeout/TimeoutProxy.Handler () > <0x00078> > at (wrapper managed-to-native) Gtk.Application.gtk_main () <0xffffffff> > at Gtk.Application.Run () <0x00014> > at TestGtk.MainClass.Main (string[]) <0x00043> > at (wrapper runtime-invoke) <Module>.runtime_invoke_void_object > (object,intptr,intptr,intptr) <0x00077> > > Native stacktrace: > > > Debug info from gdb: > > > ================================================================= > Got a SIGABRT while executing native code. This usually indicates > a fatal error in the mono runtime or one of the native libraries > used by your application. > ================================================================= > > Aborted
Looks like a Mono runtime crash to me. I'd suggesting filing a bug against the JIT. -- Michael Hutchinson http://mjhutchinson.com _______________________________________________ Gtk-sharp-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/gtk-sharp-list
