[Mono-bugs] [Bug 55253][Maj] Changed - IndexOf on null string hangs.

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sun, 7 Mar 2004 00:35:38 -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 bmaurer@users.sf.net.

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

--- shadow/55253	2004-03-06 11:01:04.000000000 -0500
+++ shadow/55253.tmp.13365	2004-03-07 00:35:38.000000000 -0500
@@ -10,13 +10,12 @@
 Component: misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: dave-mono@earth.li               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
-Cc: 
 Summary: IndexOf on null string hangs.
 
 Please fill in this template when reporting a bug, unless you know what you
 are doing.
 Description of Problem:
 
@@ -65,6 +64,10 @@
         public static void Main()
         {
           Test bar = null;
           bar.foo();
         }
 }
+
+------- 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.