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