Closed
Bug 709954
Opened 13 years ago
Closed 12 years ago
"Assertion failure: !cx->isExceptionPending()" with invalid regexp in <input pattern>
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla19
People
(Reporter: jruderman, Assigned: Ms2ger)
References
Details
(Keywords: assertion, testcase, Whiteboard: [fuzzblocker:isExceptionPending])
Attachments
(3 files)
Assertion failure: !cx->isExceptionPending(), at js/src/jscntxtinlines.h:314
Reporter | ||
Comment 1•13 years ago
|
||
Assignee | ||
Comment 2•13 years ago
|
||
nsContentUtils::IsPatternMatching should probably clear the exception when JS_NewUCRegExpObjectNoStatics or JS_ExecuteRegExpNoStatics fails or use another JSContext.
Updated•13 years ago
|
OS: Mac OS X → All
Hardware: x86_64 → All
Comment 3•13 years ago
|
||
(In reply to Ms2ger from comment #2)
> nsContentUtils::IsPatternMatching should probably clear the exception when
> JS_NewUCRegExpObjectNoStatics or JS_ExecuteRegExpNoStatics fails or use
> another JSContext.
Do you want to fix this bug? :)
Reporter | ||
Updated•12 years ago
|
Whiteboard: [fuzzblocker:isExceptionPending]
Assignee | ||
Updated•12 years ago
|
Assignee: nobody → Ms2ger
Assignee | ||
Comment 4•12 years ago
|
||
Attachment #676928 -
Flags: review?(bzbarsky)
Comment 5•12 years ago
|
||
Comment on attachment 676928 [details] [diff] [review]
Patch v1
r=me
Attachment #676928 -
Flags: review?(bzbarsky) → review+
Assignee | ||
Comment 6•12 years ago
|
||
Status: NEW → RESOLVED
Closed: 12 years ago
Flags: in-testsuite+
Resolution: --- → FIXED
Target Milestone: --- → mozilla19
You need to log in
before you can comment on or make changes to this bug.
Description
•