[Webkit-unassigned] [Bug 41458] New: Yarr Interpreter is crashing in some cases of look-ahead regex patterns

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jul 1 05:16:46 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=41458

           Summary: Yarr Interpreter is crashing in some cases of
                    look-ahead regex patterns
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: pvarga at inf.u-szeged.hu
                CC: ggaren at apple.com, barraclough at apple.com,
                    zherczeg at webkit.org


The Yarr Interpreter is crashing with "*** glibc detected ***" backtrace on
stdout in some cases of patterns which contain look-ahead assertion.

Eg.:
"ab".match(/a(?=b|c)/)

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list