Closed
Bug 806318
Opened 13 years ago
Closed 9 years ago
crash in mozilla::gfx::AlphaBoxBlur::AlphaBoxBlur
Categories
(Core :: Graphics, defect, P5)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: speciesx, Unassigned)
References
()
Details
(Keywords: crash, reproducible, Whiteboard: [gfx-noted])
Crash Data
User Agent: Mozilla/5.0 (Windows NT 6.2; Win64; x64; rv:19.0) Gecko/19.0 Firefox/19.0
Build ID: 20121028030617
Steps to reproduce:
Mozilla/5.0 (Windows NT 6.2; Win64; x64; rv:19.0) Gecko/19.0 Firefox/19.0
go to this link http://forum.benchmark.pl/topic/15338-greq-main-ver-30/page__st__260 wait until page will be loaded and scroll down to the bottom.
Firefox used in my case over 5.5 GB memory on this page.
bp-d8cde7b6-8138-480c-937d-02d762121029
bp-fff862e8-18d2-49ec-8e04-32e902121028
Actual results:
crash
Expected results:
not crash.
Comment 1•13 years ago
|
||
It might related to bug 745676 and bug 754663.
Severity: normal → critical
Crash Signature: [@ memset | mozilla::gfx::AlphaBoxBlur::AlphaBoxBlur(mozilla::gfx::Rect const&, mozilla::gfx::IntSize const&, mozilla::gfx::IntSize const&, mozilla::gfx::Rect const*, mozilla::gfx::Rect const*)]
Keywords: crash
I'm the one who post STR for this crash, my report was empty, I try to repo this one more time without success.
This huge RAM usage is bit strange, in my case that was +/- 3.5GB, I've check this on IE9 and RAM usage was big but not bigger then 1GB.
my results:
Hardware acceleration = on
https://crash-stats.mozilla.com/report/index/bp-d44e1179-7bef-4253-9946-99c352121028
Hardware acceleration = off
https://crash-stats.mozilla.com/report/index/bp-1eb81e7c-d42f-4856-980f-bf9352121028
Updated•13 years ago
|
Status: UNCONFIRMED → NEW
Crash Signature: [@ memset | mozilla::gfx::AlphaBoxBlur::AlphaBoxBlur(mozilla::gfx::Rect const&, mozilla::gfx::IntSize const&, mozilla::gfx::IntSize const&, mozilla::gfx::Rect const*, mozilla::gfx::Rect const*)] → [@ memset | mozilla::gfx::AlphaBoxBlur::AlphaBoxBlur(mozilla::gfx::Rect const&, mozilla::gfx::IntSize const&, mozilla::gfx::IntSize const&, mozilla::gfx::Rect const*, mozilla::gfx::Rect const*)]
[@ moz_abort | arena_run_split]
Ever confirmed: true
Keywords: reproducible
![]() |
||
Updated•13 years ago
|
Crash Signature: [@ memset | mozilla::gfx::AlphaBoxBlur::AlphaBoxBlur(mozilla::gfx::Rect const&, mozilla::gfx::IntSize const&, mozilla::gfx::IntSize const&, mozilla::gfx::Rect const*, mozilla::gfx::Rect const*)]
[@ moz_abort | arena_run_split] → [@ memset | mozilla::gfx::AlphaBoxBlur::AlphaBoxBlur(mozilla::gfx::Rect const&, mozilla::gfx::IntSize const&, mozilla::gfx::IntSize const&, mozilla::gfx::Rect const* mozilla::gfx::Rect const*)]
[@ moz_abort | arena_run_split]
[@ moz_abort | arena_run_sp…
Updated•13 years ago
|
Crash Signature: mozilla::gfx::Rect const*)]
[@ moz_abort | arena_run_split]
[@ moz_abort | arena_run_split | arena_malloc_large | je_malloc | mozilla::gfx::AlphaBoxBlur::AlphaBoxBlur] → mozilla::gfx::Rect const*)]
[@ moz_abort | arena_run_split]
[@ moz_abort | arena_run_split | arena_malloc_large | je_malloc | mozilla::gfx::AlphaBoxBlur::AlphaBoxBlur(mozilla::gfx::Rect const&, mozilla::gfx::IntSize const&, mozilla::gfx::IntSize const& …
![]() |
||
Updated•13 years ago
|
Summary: crash [@ memset | mozilla::gfx::AlphaBoxBlur::AlphaBoxBlur(mozilla::gfx::Rect const&, mozilla::gfx::IntSize const&, mozilla::gfx::IntSize const&, mozilla::gfx::Rect const*, mozilla::gfx::Rect const*)] → crash in mozilla::gfx::AlphaBoxBlur::AlphaBoxBlur
Updated•10 years ago
|
Crash Signature: , mozilla::gfx::IntSize const&, mozilla::gfx::Rect const*, mozilla::gfx::Rect const*)] → , mozilla::gfx::IntSize const&, mozilla::gfx::Rect const*, mozilla::gfx::Rect const*)]
[@ memset | mozilla::gfx::AlphaBoxBlur::AlphaBoxBlur]
[@ moz_abort | arena_run_split | arena_malloc_large | je_malloc | mozilla::gfx::AlphaBoxBlur::AlphaBoxBlur]
SpeciesX, can you please check if your testcase still reproduces a crash? The only signature that shows up anymore is [@ moz_abort | arena_run_split ] which may be a different issue from this bug; crashes with mozilla::gfx::AlphaBoxBlur::AlphaBoxBlur don't show up anymore.
Flags: needinfo?(speciesx)
Priority: -- → P5
Whiteboard: [gfx-noted]
(In reply to Anthony Hughes (:ashughes) [GFX][QA][Mentor] from comment #4)
> SpeciesX, can you please check if your testcase still reproduces a crash?
I'm no longer able to reproduce this crash.
Flags: needinfo?(speciesx)
(In reply to SpeciesX from comment #5)
> I'm no longer able to reproduce this crash.
Thanks, I'm closing this bug since there are no more reports and since the testcase is no longer reproducible.
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•