Closed
Bug 708405
Opened 12 years ago
Closed 12 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•12 years ago
|
||
![]() |
Assignee | |
Comment 2•12 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•12 years ago
|
||
Attachment #579970 -
Flags: review?(mrbkap)
![]() |
Assignee | |
Updated•12 years ago
|
Assignee: nobody → bzbarsky
Priority: -- → P2
Whiteboard: [need review]
Updated•12 years ago
|
Attachment #579970 -
Flags: review?(mrbkap) → review+
![]() |
Assignee | |
Comment 4•12 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/403c7bcfb42a
Flags: in-testsuite+
Whiteboard: [need review]
Target Milestone: --- → mozilla11
Comment 5•12 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/403c7bcfb42a
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Updated•5 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•