Closed
Bug 512815
Opened 15 years ago
Closed 14 years ago
"ASSERTION: What kind of wrapper is this?" doing toString on script element being added
Categories
(Core :: XPConnect, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: jruderman, Assigned: peterv)
References
Details
(Keywords: assertion, testcase)
Attachments
(2 files)
###!!! ASSERTION: What kind of wrapper is this?: 'IS_SLIM_WRAPPER(mCurrentJSObject)', file /Users/jruderman/central/js/src/xpconnect/src/xpccallcontext.cpp, line 212
This assertion was added as part of adding slimwrappers (bug 482788).
Reporter | ||
Comment 1•15 years ago
|
||
Assignee | ||
Comment 2•15 years ago
|
||
The slim wrapper morphs while the lazy call context holds it, but the call context doesn't know that the object morphed.
Assignee: nobody → peterv
Comment 3•15 years ago
|
||
I see this in the DOM TS as well on linux for 1.9.3 but not 1.9.2.
Comment 4•15 years ago
|
||
> The slim wrapper morphs while the lazy call context holds it
Is that why the assert gets hit on content/base/crashtests/354645-1.xul as well?
Reporter | ||
Comment 5•14 years ago
|
||
WFM on trunk.
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → WORKSFORME
Reporter | ||
Comment 6•14 years ago
|
||
Flags: in-testsuite+
You need to log in
before you can comment on or make changes to this bug.
Description
•