[Mono-bugs] [Bug 55253][Maj] Changed - IndexOf on null string hangs.
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Mon, 8 Mar 2004 12:09: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 dave-mono@earth.li.
http://bugzilla.ximian.com/show_bug.cgi?id=55253
--- shadow/55253 2004-03-08 11:59:18.000000000 -0500
+++ shadow/55253.tmp.11843 2004-03-08 12:09:15.000000000 -0500
@@ -73,6 +73,30 @@
we made? I thought we had fixed all the regressions.
------- Additional Comments From vargaz@freemail.hu 2004-03-08 11:59 -------
I'm unable to reproduce this. Please check that you are compiling the
testcase with the latest version of mcs, since some versions mistakenly
emitted a call instead of a callvirt.
+
+------- Additional Comments From dave-mono@earth.li 2004-03-08 12:09 -------
+Monodis is definately giving me:
+
+ // method line 3
+ .method public static
+ default void 'Main' () cil managed
+ {
+ // Method begins at RVA 0x20f6
+ .entrypoint
+ // Code size 9 (0x9)
+ .maxstack 2
+ .locals init (
+ class 'Test' V_0)
+ IL_0000: ldnull
+ IL_0001: stloc.0
+ IL_0002: ldloc.0
+ IL_0003: callvirt instance void class 'Test'::'foo'()
+ IL_0008: ret
+ } // end of method Test::default void 'Main' ()
+
+I am using an mcs and mono made from CVS on Saturday.
+
+Is there anything else I can do to help?