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

Tim Cussins timcussins at eml.cc
Tue Jan 22 08:02:20 EST 2008


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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: messagebox.log
Type: text/x-log
Size: 4239 bytes
Desc: not available
Url : http://lists.ximian.com/pipermail/mono-devel-list/attachments/20080122/a3d57f21/attachment.bin 


More information about the Mono-devel-list mailing list