[Mono-bugs] [Bug 72152][Maj] Changed - segmentation fault on simple regex test
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Wed, 9 Feb 2005 01:02:55 -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-08 11:14:12.000000000 -0500
+++ shadow/72152.tmp.18153 2005-02-09 01:02:55.000000000 -0500
@@ -5,13 +5,13 @@
OS Details:
Status: NEW
Resolution:
Severity: Unknown
Priority: Major
Component: misc
-AssignedTo: mono-bugs@ximian.com
+AssignedTo: gonzalo@ximian.com
ReportedBy: mcsulits@gmail.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
Cc:
Summary: segmentation fault on simple regex test
@@ -76,6 +76,9 @@
* mono seems to still suffer from crashs in case of stack overflows (a
simple "class Test { public static void Main() { Main(); } }" crashs
here too, but this bug is already filled a number of times.
* The regex library has a bug that produces a stack overflow for this
simple testcase...
+
+------- Additional Comments From gonzalo@ximian.com 2005-02-09 01:02 -------
+See also bug #60550