Closed
Bug 749532
Opened 13 years ago
Closed 7 years ago
[SeaMonkey] 3 xpinstall tests leak DOMWindow(s) and DocShell(s), worse after bug 695480
Categories
(Toolkit :: Add-ons Manager, defect, P2)
Toolkit
Add-ons Manager
Tracking
()
RESOLVED
INACTIVE
People
(Reporter: sgautherie, Unassigned)
References
(Blocks 2 open bugs)
Details
(Keywords: memory-leak, regression)
***** SM 2.10:
(In reply to Serge Gautherie (:sgautherie) from bug 675412 comment #5)
> http://tinderbox.mozilla.org/showlog.cgi?log=SeaMonkey/1331186151.1331190870.
> 3486.gz&fulltext=1
> Linux comm-central-trunk debug test mochitest-other on 2012/03/07 21:55:51
> {
> [toolkit/mozapps/extensions/test/xpinstall/browser_whitelist2.js]
> 1 window(s) [url =
> http://example.com/browser/toolkit/mozapps/extensions/test/xpinstall/
> installtrigger.html?%7B%22Unsigned%20XPI%22%3A%22http%3A%2F%2Fexample.
> org%2Fbrowser%2Ftoolkit%2Fmozapps%2Fextensions%2Ftest%2Fxpinstall%2Funsigned.
> xpi%22%7D]
> 1 docShell(s)
>
> [toolkit/mozapps/extensions/test/xpinstall/browser_whitelist5.js]
> 1 window(s) [url =
> http://example.com/browser/toolkit/mozapps/extensions/test/xpinstall/
> startsoftwareupdate.html?%20http%3A%2F%2Fexample.
> com%2Fbrowser%2Ftoolkit%2Fmozapps%2Fextensions%2Ftest%2Fxpinstall%2Funsigned.
> xpi]
> 1 docShell(s)
>
> [toolkit/mozapps/extensions/test/xpinstall/browser_whitelist6.js]
> 1 window(s) [url =
> http://example.com/browser/toolkit/mozapps/extensions/test/xpinstall/
> installchrome.html?%20http%3A%2F%2Fexample.
> com%2Fbrowser%2Ftoolkit%2Fmozapps%2Fextensions%2Ftest%2Fxpinstall%2Funsigned.
> xpi]
> 1 docShell(s)
> }
***** SM 2.12:
http://tinderbox.mozilla.org/showlog.cgi?log=SeaMonkey/1335360502.1335367242.917.gz&fulltext=1
WINNT 5.2 comm-central-trunk debug test mochitest-other on 2012/04/25 06:28:22
mozilla-central/75c7378c87b6
Same leaks.
http://tinderbox.mozilla.org/showlog.cgi?log=SeaMonkey/1335445198.1335452248.31019.gz&fulltext=1
WINNT 5.2 comm-central-trunk debug test mochitest-other on 2012/04/26 05:59:58
mozilla-central/cc5254f9825f
(Bug 695480 very push!)
Firefox is fixed (per bug 675412 comment 7), SeaMonkey "regressed":
same leaks + "2 window(s) [url = about:blank]" each.
Reporter | ||
Updated•13 years ago
|
Blocks: SeaMonkey_bc-leaks
Reporter | ||
Comment 1•13 years ago
|
||
Not sure whether this bug could be related to bug 749106, but just in case...
Depends on: 749106
Reporter | ||
Comment 2•13 years ago
|
||
A clue, hopefully: (at least wrt the regression)
{
TEST-INFO | chrome://mochitests/content/browser/toolkit/mozapps/extensions/test/xpinstall/browser_navigateaway2.js | Console message: [JavaScript Error: "can't access dead object" {file: "resource:///components/amWebInstallListener.js" line: 176}]
}
Code is
http://mxr.mozilla.org/mozilla-central/source/toolkit/mozapps/extensions/amWebInstallListener.js#175
117 Installer.prototype = {
...
126 checkAllDownloaded: function() {
...
176 if (failed.length > 0) {
Reporter | ||
Comment 3•13 years ago
|
||
(In reply to Serge Gautherie (:sgautherie) from comment #2)
> A clue, hopefully: (at least wrt the regression)
Disregard this comment: moved to Firefox bug 675412.
Ftr, SM reports no "can't access dead obj" :-)
Reporter | ||
Comment 4•13 years ago
|
||
(In reply to Serge Gautherie (:sgautherie) from comment #1)
> Not sure whether this bug could be related to bug 749106, but just in case...
http://tinderbox.mozilla.org/showlog.cgi?log=SeaMonkey/1336332678.1336339161.9271.gz&fulltext=1
WINNT 5.2 comm-central-trunk debug test mochitest-other on 2012/05/06 12:31:18
(As +/- expected,) Bug 749106 didn't help (enough).
Reporter | ||
Updated•13 years ago
|
Comment 5•7 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: 7 years ago
Resolution: --- → INACTIVE
You need to log in
before you can comment on or make changes to this bug.
Description
•