[Mono-bugs] [Bug 72152][Nor] Changed - Regexp code should not be recursive

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Fri, 18 Feb 2005 15:54:45 -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 miguel@ximian.com.

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

--- shadow/72152	2005-02-18 14:36:09.000000000 -0500
+++ shadow/72152.tmp.22374	2005-02-18 15:54:45.000000000 -0500
@@ -3,21 +3,21 @@
 Version: 1.0
 OS: unknown
 OS Details: 
 Status: NEW   
 Resolution: 
 Severity: Unknown
-Priority: Major
+Priority: Normal
 Component: CORLIB
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: mcsulits@gmail.com               
 QAContact: mono-bugs@ximian.com
-TargetMilestone: ---
+TargetMilestone: 2_0
 URL: 
 Cc: 
-Summary: segmentation fault on simple regex test
+Summary: Regexp code should not be recursive
 
 After compiling the following source with mcs from mono 1.0.5 and running
 it I get a segmentation fault. I tested it on debian with mono 1.0.5 x86
 and gentoo x86 with mono 1.0.5 too.
 
 using System;
@@ -83,6 +83,10 @@
 ------- 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.
+
+------- Additional Comments From miguel@ximian.com  2005-02-18 15:54 -------
+Resetting to normal, it is not likely that we will redo the
+Regexp code for 1.2