Closed
Bug 474559
Opened 17 years ago
Closed 8 years ago
ASSERTION: Non-global object has the wrong flags | ASSERTION: wrapper already in new scope! - in dom 3 core
Categories
(Core :: XPConnect, defect)
Core
XPConnect
Tracking
()
RESOLVED
INACTIVE
People
(Reporter: bc, Unassigned)
References
()
Details
(Keywords: assertion)
<http://test.bclary.com/tests/w3.org/2001/DOM-Test-Suite/build/ecmascript/jsunit/testRunner.html?testpage=http%3A%2F%2Ftest.bclary.com%2Ftests%2Fw3.org%2F2001%2FDOM-Test-Suite%2fbuild%2Fecmascript%2Flevel3%2Fcore%2Falltests.html?implementation=iframe&contentType=text%2Fxml&autorun=true&skipIncompatibleTests=true>
ASSERTION: Non-global object has the wrong flags: '!(jsclazz->flags & JSCLASS_IS_GLOBAL)', file /work/mozilla/builds/1.9.2/mozilla/js/src/xpconnect/src/xpcwrappednative.cpp, line 917
this assert only occurs twice when running this remotely. It doesn't appear when I run it on my local machine.
see bug 459095, bug 460790, bug 460809, bug 469960
ASSERTION: wrapper already in new scope!: '!newMap->Find(wrapper->GetIdentityObject())', file /work/mozilla/builds/1.9.2/mozilla/js/src/xpconnect/src/xpcwrappednative.cpp, line 1325
this assert appears three times both locally and remotely.
see bug 346512
I've tried to isolate the individual test that causes the wrapper assert, but it seems to appear for different tests (in or after the document adopt node tests).
Sorry for the horrendous unreduced tests (the link will run over 500 dom3 core tests).
Comment 1•8 years ago
|
||
Per policy at https://wiki.mozilla.org/Bug_Triage/Projects/Bug_Handling/Bug_Husbandry#Inactive_Bugs. If this bug is not an enhancement request or a bug not present in a supported release of Firefox, then it may be reopened.
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → INACTIVE
You need to log in
before you can comment on or make changes to this bug.
Description
•