Closed
Bug 603531
Opened 15 years ago
Closed 15 years ago
"ASSERTION: bad outer object hook" and crash [@ js::gc::Cell::compartment]
Categories
(Core :: XPConnect, defect)
Tracking
()
RESOLVED
FIXED
| Tracking | Status | |
|---|---|---|
| blocking2.0 | --- | beta7+ |
People
(Reporter: jruderman, Assigned: peterv)
References
Details
(Keywords: assertion, crash, testcase, Whiteboard: fixed-in-tracemonkey)
Crash Data
Attachments
(3 files)
On TM branch, post-Compartments-landing:
ASSERTION: bad outer object hook!: 'flat',
file js/src/xpconnect/src/xpcconvert.cpp
Crash [@ js::gc::Cell::compartment]
Updated•15 years ago
|
blocking2.0: --- → ?
| Reporter | ||
Comment 1•15 years ago
|
||
| Assignee | ||
Updated•15 years ago
|
Assignee: nobody → peterv
Status: NEW → ASSIGNED
Updated•15 years ago
|
blocking2.0: ? → beta7+
| Assignee | ||
Comment 2•15 years ago
|
||
We need to make the inner window hold a strong reference to its outer.
| Assignee | ||
Updated•15 years ago
|
Attachment #482699 -
Flags: review?(mrbkap)
Comment 3•15 years ago
|
||
Comment on attachment 482699 [details] [diff] [review]
v1
>@@ -1652,16 +1650,18 @@ nsGlobalWindow::SetNewDocument(nsIDocume
>
> if (IsFrozen()) {
> // This outer is now getting its first inner, thaw the outer now
> // that it's ready and is getting an inner window.
>
> Thaw();
> }
>
>+ // XXX Brain transplant outer window JSObject and create new one!
No need for this comment to come back.
Attachment #482699 -
Flags: review?(mrbkap) → review+
| Assignee | ||
Comment 4•15 years ago
|
||
http://hg.mozilla.org/tracemonkey/rev/d468bf98f7a1
http://hg.mozilla.org/tracemonkey/rev/612e2a9ca9ee
Whiteboard: fixed-in-tracemonkey
Comment 5•15 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Updated•15 years ago
|
Crash Signature: [@ js::gc::Cell::compartment]
You need to log in
before you can comment on or make changes to this bug.
Description
•