[Gtk-sharp-list] Simple Gtk window crash when Entry's text refreshed via a timer

Michael Hutchinson m.j.hutchinson at gmail.com
Mon Oct 11 18:38:39 EDT 2010


On Mon, Oct 11, 2010 at 9:40 AM, andrea <andrea at acquacontrol.it> 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


More information about the Gtk-sharp-list mailing list