[Mono-bugs] [Bug 72169][Wis] Changed - mono --compile-all net_2_0/System.dll crashes in emit_marshal_array
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Thu, 3 Feb 2005 06:33:15 -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 rharinath@novell.com.
http://bugzilla.ximian.com/show_bug.cgi?id=72169
--- shadow/72169 2005-02-03 06:11:52.000000000 -0500
+++ shadow/72169.tmp.14376 2005-02-03 06:33:15.000000000 -0500
@@ -39,6 +39,11 @@
g_assert_not_reached ();
}
Notice that the MARSHAL_ACTION_CONV_RESULT falls thru to the default. I
suspect that this fall thru is not intended. If I add the 'break;' the
--compile-all succeeds.
+
+------- Additional Comments From rharinath@novell.com 2005-02-03 06:33 -------
+Created an attachment (id=14057)
+oneliner proposed fix
+