dotgnu-pnet
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pnet-developers] [bugs #11439] Regex produces assert


From: anonymous
Subject: [Pnet-developers] [bugs #11439] Regex produces assert
Date: Wed, 29 Dec 2004 15:48:13 +0000 (UTC)
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.5) Gecko/20041128 Firefox/1.0 (Debian package 1.0-4)

This mail is an automated notification from the bugs tracker
 of the project: DotGNU Portable.NET.




/**************************************************************************/
[bugs #11439] Full Item Snapshot:

URL: <http://savannah.gnu.org/bugs/?func=detailitem&item_id=11439>
Project: DotGNU Portable.NET
Submitted by: 0
On: Wed 12/29/2004 at 10:48

Category:  None
Severity:  5 - Average
Item Group:  None
Resolution:  None
Privacy:  Public
Assigned to:  None
Status:  Open


Summary:  Regex produces assert

Original Submission:  The following code produces assert with ilrun but not 
with mono.

    Regex dname  = new Regex("fo.*b([^p]+)");
    Match start = dname.Match("foobp");

The assert is:
        at System.Diagnostics.DefaultTraceListener.Fail(String, String) in 
./Diagnostics/DefaultTraceListener.cs:94
        at System.Diagnostics.Trace.Fail(String, String) in 
./Diagnostics/Trace.cs:233
        at System.Diagnostics.Trace.Assert(Boolean, String, String) in 
./Diagnostics/Trace.cs:208
        at System.Diagnostics.Debug.Assert(Boolean, String, String) in 
./Diagnostics/Debug.cs:92
        at System.Text.RegularExpressions.Interpreter.Backtrack(Int32) in 
./Text/RegularExpressions/interpreter.cs:860
        at System.Text.RegularExpressions.Interpreter.Eval(Mode, Int32&, Int32) 
in ./Text/RegularExpressions/interpreter.cs:599
        at System.Text.RegularExpressions.Interpreter.TryMatch(Int32&, Int32) 
in ./Text/RegularExpressions/interpreter.cs:744
        at System.Text.RegularExpressions.Interpreter.Eval(Mode, Int32&, Int32) 
in ./Text/RegularExpressions/interpreter.cs:166
        at System.Text.RegularExpressions.Interpreter.Scan(Regex, String, 
Int32, Int32) in ./Text/RegularExpressions/interpreter.cs:42
        at System.Text.RegularExpressions.Regex.Match(String, Int32) in 
./Text/RegularExpressions/regex.cs:293
        at System.Text.RegularExpressions.Regex.Match(String) in 
./Text/RegularExpressions/regex.cs:288

The version of cscc is:
cscc version 0.6.10
ILRUN 0.6.10 - IL Program Runtime












For detailed info, follow this link:
<http://savannah.gnu.org/bugs/?func=detailitem&item_id=11439>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]