Closed
Bug 160493
Opened 23 years ago
Closed 23 years ago
loading this page leaks webshells
Categories
(Core :: Layout, defect, P1)
Tracking
()
RESOLVED
FIXED
Future
People
(Reporter: bbaetz, Assigned: attinasi)
References
()
Details
(Keywords: memory-footprint)
I'm seeing:
Document http://www.perl.com/ loaded successfully
WEBSHELL+ = 8
WEBSHELL+ = 9
Document http://www.perl.com/pub/a/2002/07/30/mod_perl.html loaded successfully
WEBSHELL+ = 10
Document http://www.perl.com/pub/a/2002/07/30/mod_perl.html?page=2 loaded
successfully
WEBSHELL+ = 11
Document http://www.perl.com/pub/a/2002/07/30/mod_perl.html?page=3 loaded
successfully
then I open a new window to get +13. Closing the original window leaves me at
12, and if I quit, the file WEBSHELL- line is WEBSHELL- = 9 (rather than the
expected 0)
I don't know who owns this. There is an <iframe> on the page (for the ad), so
this may be realted to/a dupe of bug 160268.
Comment 1•23 years ago
|
||
As you say, quite likely related and/or same bug.
Updated•23 years ago
|
QA Contact: petersen → moied
Comment 2•23 years ago
|
||
Bradley: Do you still see it leaking webshells now that a fix for bug 160268 has
been checked in?
Comment 3•23 years ago
|
||
It is fixed using current trunk build from today on WinXP. I see the webshell
count go down to 0, after loading the URL, loading a new window, closing the
original window, then closing the window I opened using Ctrl+N.
I think it was fixed by the checkin for bug 160268.
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•