Closed
Bug 795646
Opened 12 years ago
Closed 12 years ago
Crash in mozilla::FrameLayerBuilder::ClearManagerData with MozBackfaceVisibility
Categories
(Core :: Graphics, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 795591
People
(Reporter: jruderman, Unassigned)
References
Details
(Keywords: crash, regression, testcase)
Crash Data
Attachments
(3 files)
1. Set
user_pref("layers.acceleration.disabled", true);
2. Load the testcase
Result:
Crash in mozilla::FrameLayerBuilder::ClearManagerData
Probably a regression from bug 539356. Same crash signature as bug 795591.
Reporter | ||
Comment 1•12 years ago
|
||
Reporter | ||
Updated•12 years ago
|
Crash Signature: [@ mozilla::FrameLayerBuilder::ClearManagerData]
Valgrind log
http://pastebin.mozilla.org/1850344
Updated•12 years ago
|
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → DUPLICATE
Comment 4•12 years ago
|
||
Attachment #666265 -
Flags: review?(jones.chris.g)
Comment on attachment 666265 [details] [diff] [review]
Conversion of Jesse's testcase to a crashtest
>diff --git a/layout/base/crashtests/795646.html b/layout/base/crashtests/795646.html
>@@ -0,0 +1,8 @@
>+<!DOCTYPE html>
>+<html style="position: fixed; backface-visibility: hidden;"><head>
>+<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1"></head><body onload="setTimeout(function() {
Do we need this <meta> garbage? Jesse's test doesn't have it. Remove it if not necessary.
r=me with that.
Attachment #666265 -
Flags: review?(jones.chris.g) → review+
Comment 6•12 years ago
|
||
You need to log in
before you can comment on or make changes to this bug.
Description
•