[Mono-dev] [ARM] [WINFORMS] mono jit error

Zoltan Varga vargaz at gmail.com
Fri Jan 25 22:28:35 EST 2008


Hi,

This is now fixed in SVN.

    Zoltan

2008/1/22 Tim Cussins <timcussins at eml.cc>:
> Hi guys,
>
> I'm attempting to get mono (esp WinForms) running on the Nokia N800,
> which requires armel binaries. I've built mono and libgdiplus from
> anonsvn using r93462, and I'm building and running the following:
>
> using System;
> using System.Windows.Forms;
>
> class MessageBoxTestApp
> {
>     public static void Main()
>     {
>         Console.WriteLine( "MessageBoxTestApp can write to Console." );
>         MessageBox.Show( "MessageBoxTestApp can show a MessageBox." );
>     }
> }
>
> On the N800:
>
> Nokia-N800-50-2:~/bin# mono messagebox.exe
> MessageBoxTestApp can write to Console.
> mono[4094]: GLIB ERROR ** default - file mini-arm.c: line 1932
> (arm_patch): should not be reached
> aborting...
>
> The stacktrace is attached.
>
> I guess this is Zoltan's dept - let me know what help I can be in
> diagnosing this one.
>
> Cheers,
> Tim
>
> _______________________________________________
> Mono-devel-list mailing list
> Mono-devel-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-devel-list
>
>



More information about the Mono-devel-list mailing list