Closed
Bug 923977
Opened 11 years ago
Closed 11 years ago
CSS Background-size on body causes crash
Categories
(Core :: Graphics, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 844819
People
(Reporter: mcoates, Unassigned, NeedInfo)
Details
(Keywords: regression)
Attachments
(2 files, 1 obsolete file)
The following style causes a crash in Aurora 26.0a2 and Nightly 27.01. This is not a problem in Release 24.
The problem is with including background-size.
<style>
body
{
background-image:url('fox.jpg');
background-color:#cccccc;
background-size:100% 100%;
}
</style>
Reporter | ||
Comment 1•11 years ago
|
||
image used for poc - shouldn't be related to the problem, but an image is needed for the crash to happen.
Comment 2•11 years ago
|
||
Attachment #813975 -
Attachment is obsolete: true
Comment 3•11 years ago
|
||
Hmm. I don't see a crash here, on Mac. In a debug build I do see:
WARNING: Surface size too large (exceeds CoreGraphics limit)!: file ../../../mozilla/gfx/thebes/gfxASurface.cpp, line 373
Michael, do you have a breakpad incident for the crash you see?
Flags: needinfo?(mcoates)
Keywords: regression
Reporter | ||
Comment 4•11 years ago
|
||
Here you go:
Nightly with fresh profile
https://crash-stats.mozilla.com/report/index/852751ad-0299-452f-97ac-ee0552131006
mozalloc_abort(char const*) | Abort | NS_DebugBreak | gfxPlatform::GetSourceSurfaceForSurface(mozilla::gfx::DrawTarget*, gfxASurface*)
Flags: needinfo?(mcoates)
Comment 5•11 years ago
|
||
That sure looks like bug 844819, but that's reported on Windows.
I wonder whether we're managing to OOM in the graphics code somewhere here or something.
Component: DOM: CSS Object Model → Graphics
Flags: needinfo?(jmuizelaar)
Comment 6•11 years ago
|
||
Group: core-security
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•