[Mono-bugs] [Bug 426142] New: Regex hogs memory

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Sat Sep 13 17:43:38 EDT 2008


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


           Summary: Regex hogs memory
           Product: Mono: Class Libraries
           Version: unspecified
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: System
        AssignedTo: mono-bugs at lists.ximian.com
        ReportedBy: Dax at daxxfiles.net
         QAContact: mono-bugs at lists.ximian.com
          Found By: ---


"^[^.\d]*(\d+)(?:\D+(\d+))?" should match "MD 9.18", but all it does is hog CPU
und memory resources endlessly (will probably crash on x86 due to address space
limitations. my x64 started swapping at 5gb for the mono process, kill -9
helped). Removing the complete first expression solves this, MONO_OLD_RX works
fine.


-- 
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