Closed
Bug 708405
Opened 14 years ago
Closed 14 years ago
"Assertion failure: !cx->isExceptionPending()" with Proxy, old NodeList binding
Categories
(Core :: DOM: Core & HTML, defect, P2)
Tracking
()
RESOLVED
FIXED
mozilla11
People
(Reporter: jruderman, Assigned: bzbarsky)
References
Details
(Keywords: assertion, testcase)
Attachments
(3 files)
1. user_pref("dom.new_bindings", false);
2. Load the testcase
Result:
Assertion failure: !cx->isExceptionPending(), at /builds/slave/m-cen-osx64-dbg/build/js/src/jsinterp.cpp:4781
| Reporter | ||
Comment 1•14 years ago
|
||
| Assignee | ||
Comment 2•14 years ago
|
||
This predates the new DOM binding work, for what it's worth. It's a regression from bug 633133. The return value of JS_HasPropertyById is being eaten.
Blocks: 633133
| Assignee | ||
Comment 3•14 years ago
|
||
Attachment #579970 -
Flags: review?(mrbkap)
| Assignee | ||
Updated•14 years ago
|
Assignee: nobody → bzbarsky
Priority: -- → P2
Whiteboard: [need review]
Updated•14 years ago
|
Attachment #579970 -
Flags: review?(mrbkap) → review+
| Assignee | ||
Comment 4•14 years ago
|
||
Flags: in-testsuite+
Whiteboard: [need review]
Target Milestone: --- → mozilla11
Comment 5•14 years ago
|
||
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•