[Mono-list] gtk-sharp problem

Mike Kestner mkestner@speakeasy.net
23 Jul 2002 00:05:50 -0500


Okay, so I hacked ref params for value types into the Gtk# code
generator and:

[mike@localhost gtk-sharp]$ mono sample/button.exe
connecting delete_event with key 0

** ERROR **: file marshal.c: line 1689
(mono_marshal_get_managed_wrapper): should not be reached
aborting...
Trace/breakpoint trap

which is triggered by:

                if (t->byref) {
                        /* fixme: */
                        g_assert_not_reached ();
                }

So I'm assuming you knew this would blow up on me when I got here?  :)

Mike