Closed
Bug 799326
Opened 12 years ago
Closed 9 years ago
Canvas strokeText crash [@ CA::OGL::Shape::FillRenderer::render_lines]
Categories
(Core :: Graphics, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: jruderman, Unassigned)
References
Details
(Keywords: crash, regression, testcase)
Crash Data
Attachments
(4 files)
Firefox trunk, Mac OS X 10.7.5
With:
user_pref("gfx.canvas.azure.accelerated", true);
Reporter | ||
Comment 1•12 years ago
|
||
Reporter | ||
Comment 2•12 years ago
|
||
Reporter | ||
Comment 3•12 years ago
|
||
Reporter | ||
Comment 4•12 years ago
|
||
Seems to be stack exhaustion, without recursion. Weird.
Stack exhaustion breaks breakpad (bug 507876).
Updated•12 years ago
|
Keywords: regression
Version: Trunk → 18 Branch
Reporter | ||
Comment 6•12 years ago
|
||
> Ohh cool, I didn't know anyone was testing this already :).
gfx.canvas.azure.accelerated is one of the prefs randomized by the DOM fuzzer. I'm not browsing with these settings.
Reporter | ||
Comment 7•12 years ago
|
||
See also bug 801821.
Comment 8•12 years ago
|
||
I can't reproduce this on 10.8, it might have been fixed.
Reporter | ||
Comment 9•12 years ago
|
||
WFM on 10.8. I no longer have 10.7.
Reporter | ||
Comment 11•12 years ago
|
||
Oh, I just realized that I still have 10.7 on one of my Mac Minis. And I can still reproduce the bug there.
Mac OS X Crash Reporter reports SIGILL and gets confused about what thread is responsible for the crash. Well, at least with an ASan build.
Comment 12•10 years ago
|
||
Taking ni? off. This is required to ship accelerated quartz but it's not a priority at the moment. We will fix this for sure before flipping the flag however.
Updated•9 years ago
|
Flags: needinfo?(bgirard)
Mass resolving WFM: signature(s) hasn't(/haven't) reported in past 28 days.
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
•