[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 11:59:18 -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 vargaz@freemail.hu.

http://bugzilla.ximian.com/show_bug.cgi?id=55253

--- shadow/55253	2004-03-07 00:35:38.000000000 -0500
+++ shadow/55253.tmp.11600	2004-03-08 11:59:18.000000000 -0500
@@ -68,6 +68,11 @@
         }
 }
 
 ------- Additional Comments From bmaurer@users.sf.net  2004-03-07 00:35 -------
 This is weird. Miguel, does this have to do with the callvirt changes
 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.