[Mono-bugs] [Bug 72152][Maj] Changed - segmentation fault on simple regex test
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Fri, 18 Feb 2005 14:36:09 -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@gmail.com.
http://bugzilla.ximian.com/show_bug.cgi?id=72152
--- shadow/72152 2005-02-09 01:03:16.000000000 -0500
+++ shadow/72152.tmp.20724 2005-02-18 14:36:09.000000000 -0500
@@ -1,16 +1,16 @@
Bug#: 72152
-Product: Mono: Runtime
+Product: Mono: Class Libraries
Version: 1.0
OS: unknown
OS Details:
Status: NEW
Resolution:
Severity: Unknown
Priority: Major
-Component: misc
+Component: CORLIB
AssignedTo: mono-bugs@ximian.com
ReportedBy: mcsulits@gmail.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
Cc:
@@ -79,6 +79,10 @@
* 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
+
+------- Additional Comments From vargaz@gmail.com 2005-02-18 14:36 -------
+It happens in HEAD too just increase the iteration length from 600
+to 6000. The regexp code should not use recursion.