Closed
Bug 693124
Opened 14 years ago
Closed 14 years ago
"Assertion failure: cannot reenter" in Proxy::objectClassIs
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
FIXED
mozilla10
People
(Reporter: jruderman, Assigned: luke)
References
Details
(Keywords: assertion, regression, testcase)
Attachments
(3 files)
On about 25% of launches of Firefox, this testcase triggers:
Assertion failure: cannot reenter, at js/src/jsproxy.cpp:880
This assertion was added in:
http://hg.mozilla.org/mozilla-central/rev/b626aecfddf7
Bug 683361 - Fix part 6: add and call Proxy::objectClassIs (r=waldo)
| Reporter | ||
Comment 1•14 years ago
|
||
Related to bug 618906?
| Reporter | ||
Comment 2•14 years ago
|
||
| Assignee | ||
Comment 3•14 years ago
|
||
Jesse, can you still reproduce the crash? Also, what platform?
Regardless, this shouldn't be an infinite recursion; it isn't in the shell...
| Assignee | ||
Comment 4•14 years ago
|
||
Ah, so the infinite recursion is happening outside the engine when XPConnect tries to convert the cyclic object to nsISupports and the assert is bogus and can be removed. I added the assert for visual symmetry with the other Proxy functions but it clearly has false negatives.
| Assignee | ||
Comment 5•14 years ago
|
||
Updated•14 years ago
|
Attachment #565972 -
Flags: review?(jwalden+bmo) → review+
| Assignee | ||
Comment 6•14 years ago
|
||
Target Milestone: --- → mozilla10
Comment 7•14 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•