Closed
Bug 789396
Opened 12 years ago
Closed 12 years ago
Crash when changing opacity of multiple nested elements, with border
Categories
(Core :: Graphics, defect)
Tracking
()
VERIFIED
FIXED
mozilla18
People
(Reporter: jruderman, Assigned: mattwoodrow)
References
Details
(4 keywords)
Crash Data
Attachments
(3 files)
287 bytes,
text/html
|
Details | |
6.18 KB,
text/plain
|
Details | |
3.32 KB,
patch
|
roc
:
review+
akeybl
:
approval-mozilla-aurora+
|
Details | Diff | Splinter Review |
With
user_pref("layers.acceleration.disabled", true);
the testcase causes a crash:
[@ mozilla::::ContainerState::PopThebesLayerData ]
bp-87a7ce66-5fb3-49bb-8ac9-f841c2120907
This is similar to bug 770381 (which is WFM)
Reporter | ||
Comment 1•12 years ago
|
||
Comment 2•12 years ago
|
||
I can reproduce the crash in Windows7 with HWA disabled.
bp-f5e5cb43-4eef-4201-b0cb-5f4fb2120907 : Aurora17.0a2
bp-4bf49925-c4f8-4018-9a7e-ba7d42120907 : Nightly18.0a1
Regression window(m-c)
Good:
http://hg.mozilla.org/mozilla-central/rev/82b6c5885345
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/17.0 Firefox/17.0 ID:20120723030606
Crash:
http://hg.mozilla.org/mozilla-central/rev/d78729026fb9
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/17.0 Firefox/17.0 ID:20120723063342
Pushlog:
http://hg.mozilla.org/mozilla-central/pushloghtml?fromchange=82b6c5885345&tochange=d78729026fb9
Regression window(m-c)
Good:
http://hg.mozilla.org/integration/mozilla-inbound/rev/9302468f64fa
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/17.0 Firefox/17.0 ID:20120722192842
Crash:
http://hg.mozilla.org/integration/mozilla-inbound/rev/a5ee3b2e133a
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/17.0 Firefox/17.0 ID:20120722200242
Pushlog:
http://hg.mozilla.org/integration/mozilla-inbound/pushloghtml?fromchange=9302468f64fa&tochange=a5ee3b2e133a
Suspected: Bug 741682
Updated•12 years ago
|
Crash Signature: [@ mozilla::::ContainerState::PopThebesLayerData ] → [@ mozilla::::ContainerState::PopThebesLayerData ]
[@ mozilla::`anonymous namespace''::ContainerState::PopThebesLayerData()]
Keywords: regression
OS: Mac OS X → All
Hardware: x86_64 → All
Version: Trunk → 17 Branch
Comment 3•12 years ago
|
||
Assignee: nobody → matt.woodrow
Assignee | ||
Comment 5•12 years ago
|
||
Attachment #659931 -
Flags: review?(roc)
Attachment #659931 -
Flags: review?(roc) → review+
Assignee | ||
Comment 6•12 years ago
|
||
Comment 7•12 years ago
|
||
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla18
Comment on attachment 659931 [details] [diff] [review]
Don't overwrite mContainerLayerGeneration
Review of attachment 659931 [details] [diff] [review]:
-----------------------------------------------------------------
Fairly straightforward fix to a topcrasher.
Attachment #659931 -
Flags: approval-mozilla-aurora?
Updated•12 years ago
|
tracking-firefox17:
--- → +
Keywords: topcrash
Updated•12 years ago
|
Attachment #659931 -
Flags: approval-mozilla-aurora? → approval-mozilla-aurora+
Comment 11•12 years ago
|
||
I verified the fix using the steps from the description, on build Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/17.0 Firefox/17.0. The crash didn't occur.
When verifying in Socorro I found some crashes with the same signature:
https://crash-stats.mozilla.com/report/index/63510313-7de7-40d5-9524-e03452121007
https://crash-stats.mozilla.com/report/index/4b84fa5f-b379-4a82-b11f-64f812121002
https://crash-stats.mozilla.com/report/index/5e3647ad-0f66-49df-9983-10ee92120928
https://crash-stats.mozilla.com/report/index/4b84fa5f-b379-4a82-b11f-64f812121002
https://crash-stats.mozilla.com/report/index/4f94edc2-ca27-4f90-87f8-26f812121002
Matt, could you please take a look if the crashes are related to the bug?
Keywords: verifyme
Whiteboard: [qa?]
Comment 12•12 years ago
|
||
Manuela, I think this might be different. The signatures are the same but the stacks are different. Marking this bug verified fixed based on the crash no longer being reproducible.
If someone thinks this should be reopened, please do so.
You need to log in
before you can comment on or make changes to this bug.
Description
•