[Mono-bugs] [Bug 53986][Nor] New - Native to managed marshaling via ICustomMarshaler aborts
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Fri, 6 Feb 2004 15:24:47 -0500 (EST)
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by mkestner@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=53986
--- shadow/53986 2004-02-06 15:24:47.000000000 -0500
+++ shadow/53986.tmp.10304 2004-02-06 15:24:47.000000000 -0500
@@ -0,0 +1,30 @@
+Bug#: 53986
+Product: Mono/Runtime
+Version: unspecified
+OS:
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Normal
+Component: misc
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: mkestner@ximian.com
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: Native to managed marshaling via ICustomMarshaler aborts
+
+The attached sample with current Gtk# cvs crashes with:
+
+
+** (gnome-hello-world:3306): WARNING **: custom marshalling of type 11 is
+currently not supported
+
+** ERROR **: file marshal.c: line 3438 (mono_marshal_get_native_wrapper):
+should not be reached
+aborting...
+
+When the app is closed. The stimulus is a [return:MarshalAs()] invocation
+triggered by the WindowDelete handler accessing the DateEdit.Time property.