[Gtk-sharp-list] Re: [Mono-devel-list] Sample crashes
Dietmar Maurer
dietmar@maurer-it.com
06 May 2003 14:38:20 +0200
should work now
On Tue, 2003-05-06 at 14:00, Richard Torkar wrote:
> (CC to mono-devel since it seems to be a mini thing?)
> Since it's close to release time I thought I'd mention this.
>
> This is with latest mono/mcs/gtk# from CVS:
>
> [torkar@~/install/gtk-sharp/sample]$ mono gnome-hello-world.exe
> ** (gnome-hello-world:25903): WARNING **: wrong maximal instruction length of instruction call (exptected 8, got 11)
> ** ERROR **: file mini-x86.c: line 2828 (mono_arch_output_basic_block): should not be reached
> aborting...
>
> No idea why it reaches mono_arch_output_basic_block. Attached is two
> minor patches that fixes the above typos, but not the actual problem...
>
> I thought it might be a good idea to have the samples working now :)
>
>
> /Richard