Closed Bug 752345 Opened 12 years ago Closed 8 years ago

Large Memory Use From ads.lfstmedia.com

Categories

(Core :: JavaScript: GC, defect)

13 Branch
x86_64
Windows 7
defect
Not set
normal

Tracking

()

RESOLVED INCOMPLETE

People

(Reporter: jykng, Unassigned)

Details

User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:13.0) Gecko/20100101 Firefox/13.0
Build ID: 20120501201020

Steps to reproduce:

I have left my browser running overnight, and it's memory use is around 2GB.  The biggest source of the memory use happens to be from http://ads.lfstmedia.com/slot/slot5517?ad_size=728x90&adkey=994 

The following potentionally problematic ad-ons installed are:
Download Helper 4.9.9
DownThemAll! 2.0.13
Firebug 1.9.1

There are a bunch of RealPlayer plugins, and there's Quicktime, DivX, WinAmp, iTunes, Java Deployment Toolkit, Nvidia 3d vision and Adobe Flash and Shockwave among the plugins.  I have not tried safe mode or disabling anything yet, to see if this would happen again.  


Actual results:

The memory usage looks to be:

2,022.86 MB (100.0%) -- explicit
├──1,397.81 MB (69.10%) -- js
│  ├────829.64 MB (41.01%) -- compartment(http://ads.lfstmedia.com/slot/slot5517?ad_size=728x90&adkey=994)
│  │    ├──617.70 MB (30.54%) -- gc-heap
│  │    │  ├──454.86 MB (22.49%) -- objects
│  │    │  │  ├──328.84 MB (16.26%) ── non-function
│  │    │  │  └──126.02 MB (06.23%) ── function
│  │    │  ├───96.72 MB (04.78%) -- shapes
│  │    │  │   ├──49.61 MB (02.45%) ── dict
│  │    │  │   ├──24.61 MB (01.22%) ── tree
│  │    │  │   └──22.49 MB (01.11%) ── base
│  │    │  ├───42.49 MB (02.10%) ── scripts
│  │    │  └───23.62 MB (01.17%) ++ (3 tiny)
│  │    ├──106.50 MB (05.26%) ── script-data
│  │    ├───50.29 MB (02.49%) -- shapes-extra
│  │    │   ├──29.59 MB (01.46%) ++ (3 tiny)
│  │    │   └──20.70 MB (01.02%) ── dict-tables
│  │    ├───39.79 MB (01.97%) -- objects
│  │    │   ├──22.57 MB (01.12%) ── slots
│  │    │   └──17.23 MB (00.85%) ++ (2 tiny)
│  │    └───15.36 MB (00.76%) ++ (4 tiny)
│  ├────247.41 MB (12.23%) ++ (98 tiny)
│  ├────146.75 MB (07.25%) -- compartment([System Principal], 0x7288000)
│  │    ├───97.15 MB (04.80%) -- gc-heap
│  │    │   ├──54.43 MB (02.69%) -- objects
│  │    │   │  ├──33.85 MB (01.67%) ── non-function
│  │    │   │  └──20.58 MB (01.02%) ── function
│  │    │   ├──26.74 MB (01.32%) ++ shapes
│  │    │   └──15.97 MB (00.79%) ++ (5 tiny)
│  │    └───49.60 MB (02.45%) ++ (7 tiny)
│  ├────123.40 MB (06.10%) -- compartment(http://tap2-cdn.rubiconproject.com/partner/scripts/rubicon/emily.html?rtb_ext=1&pc=8777/14415&geo=na&co=ca)
│  │    ├───77.72 MB (03.84%) -- gc-heap
│  │    │   ├──42.48 MB (02.10%) ++ shapes
│  │    │   ├──29.57 MB (01.46%) -- objects
│  │    │   │  ├──21.67 MB (01.07%) ── function
│  │    │   │  └───7.90 MB (00.39%) ── non-function
│  │    │   └───5.68 MB (00.28%) ++ (4 tiny)
│  │    └───45.68 MB (02.26%) ++ (7 tiny)
│  └─────50.60 MB (02.50%) -- compartment(http://www.da-ads.com/static_adframe.html?7#0%3Aca-pub-2005626271413567%3B1%3Aatf_top_728x90_v6_profile%3B3%3Agoogle_hints%3Agraphic+design%2C+web+design%2C+gaming%2C+photography%2C+animation%2C+comic+books%2C+digital+images%3B2%3Apageid%3A1821803%3B3%3Agoogle_ad_channel%3A6449026110%3B3%3Agoogle_kw_type%3Abroad%3B2%3ALoggedIn%3AYes%3B2%3AGender%3AMale%3B2%3AAge%3A32%3B2%3AIsPremium%3ANo%3B2%3Ahindex%3A20%3B2%3Aadtag%3Aadobe2%3B2%3Aadtag%3Adigital2%3B2%3Aadtag%3Amusic%3B2%3Aadtag%3Aonline_gam%3B2%3Aadtag%3Apulpfictio%3B2%3Aadtag%3Atradit%3B2%3Aexpand%3Ayes)
│        ├──25.74 MB (01.27%) ++ gc-heap
│        └──24.86 MB (01.23%) ++ (7 tiny)
├────499.81 MB (24.71%) ── heap-unclassified
├─────58.11 MB (02.87%) -- images
│     ├──57.27 MB (02.83%) -- content
│     │  ├──57.27 MB (02.83%) -- used
│     │  │  ├──33.10 MB (01.64%) ── uncompressed-heap
│     │  │  ├──24.16 MB (01.19%) ── raw
│     │  │  └───0.00 MB (00.00%) ── uncompressed-nonheap
│     │  └───0.00 MB (00.00%) ++ unused
│     └───0.84 MB (00.04%) ++ chrome
├─────44.99 MB (02.22%) ++ (9 tiny)
└─────22.14 MB (01.09%) -- storage
      ├──20.78 MB (01.03%) ++ sqlite
      └───1.36 MB (00.07%) ++ prefixset
Jasno, Do you still see this issue when using a current version of firefox?
Flags: needinfo?(jykng)
Hello Reporter, thank for reporting this issue. 

I did not monitor or let my system running with Firefox (with this URL) for several hours but I did it for 30 minutes. I didn't see any memory growth with this URL. Memory usage used to go up but the garbage collected used return the memory after a short while.

I tried duplicating this problem on Windows 7 64 bit machine using:

Name 	Firefox
Version 	43.0.4
Build ID 	20160105164030
Update Channel 	release
User Agent 	Mozilla/5.0 (Windows NT 6.1; WOW64; rv:43.0) Gecko/20100101 Firefox/43.0


If you have not upgraded so far, may I request you to try again on the latest FF version and let us know if you still see the problem.
Component: Untriaged → JavaScript: GC
Product: Firefox → Core
Resolved-Incomplete due to time since last communication/update by reporter.
Please feel free to reopen if the error occurs in a current Firefox version.
Status: UNCONFIRMED → RESOLVED
Closed: 8 years ago
Resolution: --- → INCOMPLETE
Flags: needinfo?(jykng)
You need to log in before you can comment on or make changes to this bug.