[Mono-bugs] [Bug 72152][Maj] Changed - segmentation fault on simple regex test
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Thu, 3 Feb 2005 14:26:41 -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 gonzalo@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=72152
--- shadow/72152 2005-02-02 20:51:29.000000000 -0500
+++ shadow/72152.tmp.19919 2005-02-03 14:26:41.000000000 -0500
@@ -1,14 +1,14 @@
Bug#: 72152
Product: Mono: Runtime
Version: 1.0
-OS:
+OS: unknown
OS Details:
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Major
Component: misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: mcsulits@gmail.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -34,6 +34,10 @@
Match m = Regex.Match(cont2, "(.|\n)*");
return 0;
}
}
+
+------- Additional Comments From gonzalo@ximian.com 2005-02-03 14:26 -------
+Just verified that this fails on 1-0, not on HEAD and that there are
+no source code differences among the files in 1-0 and the ones in HEAD.