Closed
Bug 1181442
Opened 10 years ago
Closed 10 years ago
fatal assertion printing a page with box-shadow blur
Categories
(Core :: Graphics, defect)
Core
Graphics
Tracking
()
RESOLVED
DUPLICATE
of bug 1181028
People
(Reporter: dbaron, Assigned: mchang)
References
Details
(Keywords: assertion, crash, Whiteboard: gfx-noted)
Attachments
(1 file)
|
85 bytes,
text/html
|
Details |
I just hit a fatal assertion printing a page with box-shadow.
Steps to reproduce:
* load attached testcase
* File -> Print
* choose to print to PDF
* print
Actual results: fatal assertion (crash)
I'm seeing this on a 64-bit Linux debug build.
Assertion failure: boxShadowDT->GetType() == aDT.GetType(), at /home/dbaron/builds/ssd/mozilla-central/mozilla/gfx/thebes/gfxBlur.cpp:442
I'm guessing this is related to bug 1155828.
| Reporter | ||
Updated•10 years ago
|
| Reporter | ||
Comment 1•10 years ago
|
||
[Tracking Requested - why for this release]: I suspect this does something bad (crashes?) in non-DEBUG builds, though I haven't confirmed.
| Assignee | ||
Comment 2•10 years ago
|
||
Removing nomination.
Thanks for finding it! It doesn't really do anything bad, but it can be really slow to draw on some platforms. I'll take a look at this.
Assignee: nobody → mchang
Status: NEW → ASSIGNED
tracking-firefox41:
? → ---
tracking-firefox42:
? → ---
Flags: needinfo?(mchang)
Whiteboard: gfx-noted
| Assignee | ||
Updated•10 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•