WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED WORKSFORME
42666
YARR: "Assertion failure: buf[idx + 1] >= buf[idx]"
https://bugs.webkit.org/show_bug.cgi?id=42666
Summary
YARR: "Assertion failure: buf[idx + 1] >= buf[idx]"
Oliver Hunt
Reported
2010-07-20 14:05:28 PDT
From mozilla:
https://bugzilla.mozilla.org/show_bug.cgi?id=576836
The input has to be in the form of a .js file rather than shell input. "AAB".split(/A|B(((?=)){1,2})/); Assertion failure: get(0, 1) <= int(input->length()), at ../jscntxt.h:1699 "AAB".split(/B(((?=)){1,2})/); Assertion failure: buf[idx + 1] >= buf[idx], at ../jsregexp.cpp:225
Attachments
Add attachment
proposed patch, testcase, etc.
Gavin Barraclough
Comment 1
2010-11-21 12:54:44 PST
Cannot repro a bug here.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug