[Issue 7928] New: Regex regression - out of memory.

d-bugmail at puremagic.com d-bugmail at puremagic.com
Mon Apr 16 12:48:11 PDT 2012


http://d.puremagic.com/issues/show_bug.cgi?id=7928

           Summary: Regex regression - out of memory.
           Product: D
           Version: D2
          Platform: x86
        OS/Version: Windows
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Phobos
        AssignedTo: nobody at puremagic.com
        ReportedBy: thornik at gmail.com


--- Comment #0 from Vincent <thornik at gmail.com> 2012-04-16 12:49:02 PDT ---
I had working program with reg.exp. for parsing HTTP requests:
regex(`^(\w+)\s+((\w+)://([^/]+)(\S+))\s*(.*)`)

>From some D2 version program stopped compiling with exception "out of memory".
More simpler expression compiles fine: regex(`^([-a-zA-Z]+):\s*(.*)`);

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------


More information about the Digitalmars-d-bugs mailing list