Closed
Bug 614335
Opened 14 years ago
Closed 13 years ago
browser_581593.js triggers ASSERTION: XPConnect is being called on a scope without a 'Components' property
Categories
(Firefox :: Session Restore, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 708426
People
(Reporter: dbaron, Unassigned)
References
Details
(Keywords: assertion, memory-leak)
browser/components/sessionstore/test/browser/browser_581593.js triggers a huge number of:
###!!! ASSERTION: XPConnect is being called on a scope without a 'Components' property! (stack follows): 'Error', file /builds/slave/tryserver-linux-debug/build/js/src/xpconnect/src/xpcwrappednativescope.cpp, line 781
The assertions appear to be because the treeView object in browser/components/sessionstore/content/aboutSessionRestore.js remains registered to a tree after the window containing the javascript has been closed.
Comment 1•13 years ago
|
||
I just filed bug 708426 which has the new error string. Same problem though, the root of which you mentioned in comment 0, is tracked in bug 691255.
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•