Closed
Bug 845260
Opened 12 years ago
Closed 12 years ago
Crash on a page with large number of images and HWA on
Categories
(Core :: Graphics, defect)
Tracking
()
RESOLVED
FIXED
mozilla22
People
(Reporter: mayankleoboy1, Unassigned)
References
()
Details
(Keywords: crash, reproducible)
Crash Data
Attachments
(1 file)
(deleted),
text/plain
|
Details |
User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:22.0) Gecko/20130225 Firefox/22.0
Build ID: 20130225031141
Steps to reproduce:
i have a saved webpage with 1792 images , total size 80MB.
With HWA on : Page takes about 2.4GB of RAM. Fast Scrolling _once_ from top to botton to top is smooth. But fast scrolling after that getsjanky. Task Manager shows Nightly using ~2.5GB RAM. Using a GPU monitoring utility, i see that the GPU VRAM gets filled up. My GPU is a HD5470M (Dx11, 512MB VRAM) . As soon as the VRAM usage get ~500MB, the Nightly crashes.
Craash dump : https://crash-stats.mozilla.com/report/index/bp-0c001947-3014-4b27-9a34-1077c2130226
With HWA off : Nightly takes ~3GB RAM. Smooth no matter how much or how fast you scroll up and down.
Looks like an OOM crash to me, not much firefox can do about the crash in it self. The memory usage might be worth looking into though.
Crash Signature: [@ moz_abort | arena_run_split | arena_malloc_large | je_malloc | moz_xmalloc | mozilla::gfx::AlphaBoxBlur::Blur() ]
Comment 2•12 years ago
|
||
Your Troubleshooting Information page says HW acceleration is disabled.
Does it happen in Safe Mode because many extensions doesn't help in memory usage (see https://support.mozilla.org/kb/troubleshoot-firefox-issues-using-safe-mode)?
It's likely a duplicate of bug 829954.
Severity: normal → critical
Component: Untriaged → Graphics
Flags: needinfo?(mayankleoboy1)
Keywords: crash
Product: Firefox → Core
Hardware: x86_64 → x86
Version: 22 Branch → Trunk
Reporter | ||
Comment 3•12 years ago
|
||
Yes, Nightly is crashing with a new profile.
Just wanted to be clear that crash is only when HWA is ON.
Also, when GPU memory is high, heavy paging starts occuring. (But i use a SSD so doesnt make much of a difference)
With HWA off, RAM use is 3GB, but there is no (or very little) paging. And no crashes occur.
Flags: needinfo?(mayankleoboy1)
Comment 4•12 years ago
|
||
Please provide a URL or a testcase to reproduce.
Flags: needinfo?(mayankleoboy1)
Reporter | ||
Comment 5•12 years ago
|
||
http://funnymama.com/search?q=funny+korean+comics
Now scroll down. And down.And down.And down.And down.And down.And down.And down.And down.And down.And down.And down.
After quite some time, you will find no more images will load. Now save the complete webpage. Its size should be around 80MB.
Now close Nightly and open the saved webpage from disc.
Flags: needinfo?(mayankleoboy1)
Comment 6•12 years ago
|
||
I've got an empty crash signature: bp-ca9ca466-42a4-455f-939f-1d3a62130226.
Reporter | ||
Comment 7•12 years ago
|
||
I also get a empty crash signature on a fresh profile. And usualyy it happens while the page is loading. I tried 4-5 times in a fresh profile, and each time i got the empty crash.
In my normal profile, i always get the signature linked in comment 0 .
Comment 8•12 years ago
|
||
I can't reproduce it in today's nightly that contains the fix of bug 689623.
Are you able to reproduce it?
Flags: needinfo?(mayankleoboy1)
Reporter | ||
Comment 9•12 years ago
|
||
my latest nightly is :
http://hg.mozilla.org/mozilla-central/rev/73f0c5b00572
does this have the fixes of bug 686923 ?
Flags: needinfo?(mayankleoboy1)
Comment 10•12 years ago
|
||
no, but it contains the fix for bug 689623 ;)
Joke aside, yes that one has the fixes.
Reporter | ||
Comment 11•12 years ago
|
||
yes it has magically fixed the issue.
Memory usage is arounf 500-600MB (down from 2.4GB+ ) .
But this has caused LARGE janks in quick vertical scrolling (behaviour also showed by Chrome).
So this bug is fixed.
Updated•12 years ago
|
Status: NEW → RESOLVED
Closed: 12 years ago
Depends on: 689623
Resolution: --- → FIXED
Target Milestone: --- → mozilla22
Reporter | ||
Comment 12•12 years ago
|
||
Scoobidiver : Can you please check if you noticed any change in STR of comment 5 after bug 689623 has landed ? Specially, after opening the saved webpage from the disc, scroll try to do fast scrolls.
You need to log in
before you can comment on or make changes to this bug.
Description
•