[Mono-bugs] [Bug 352096] New: Regex engine enters in an infinite bucle

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Mon Jan 7 14:08:34 EST 2008


https://bugzilla.novell.com/show_bug.cgi?id=352096


           Summary: Regex engine enters in an infinite bucle
           Product: Mono: Class Libraries
           Version: 1.2.4
          Platform: i686
        OS/Version: Ubuntu
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: System
        AssignedTo: mono-bugs at ximian.com
        ReportedBy: marcsabat at gmail.com
         QAContact: mono-bugs at ximian.com
          Found By: ---


Description of Problem:


Steps to reproduce the problem:
1. Just try to complie an application with the following line of code:
System.Text.RegularExpressions.Regex.IsMatch("Hello", "^*$");

If I am not wrong the regex used in this case (^*$) should match any string.
This works fine on Microsoft's implementation.

Actual Results:
The application hangs forever.

Expected Results:
It should return "True"

How often does this happen? 
Always that I know.

Additional Information:
I am using the mono runtime provided by default in Ubuntu Gutsy.


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the mono-bugs mailing list