Closed
Bug 458331
Opened 17 years ago
Closed 17 years ago
[Mac] 308917-1.svg triggers UMR [@ SurfacePatternDrawFunc]
Categories
(Core :: Graphics, defect, P3)
Tracking
()
VERIFIED
FIXED
People
(Reporter: jruderman, Assigned: vlad)
Details
(Keywords: testcase, valgrind, verified1.9.1)
Attachments
(2 files)
|
7.38 KB,
text/plain
|
Details | |
|
716 bytes,
patch
|
joe
:
review+
|
Details | Diff | Splinter Review |
STR:
1. valgrind firefox-bin central/layout/svg/crashtests/308917-1.svg
Result:
"Conditional jump or move depends on uninitialised value(s)" in SurfacePatternDrawFunc
I first saw this in a debug build, but I can reproduce in an opt build too.
Flags: in-testsuite+
| Assignee | ||
Comment 1•17 years ago
|
||
Holy crap, valgrind really works with firefox even to this level? That is awesome!
Assignee: nobody → vladimir
Flags: blocking1.9.1+
Priority: -- → P3
| Assignee | ||
Comment 2•17 years ago
|
||
This should fix it; do_reflect wasn't being initialized properly.
Attachment #342095 -
Flags: review?(joe)
Updated•17 years ago
|
Attachment #342095 -
Flags: review?(joe) → review+
| Assignee | ||
Comment 3•17 years ago
|
||
Checked in.
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
| Reporter | ||
Comment 4•17 years ago
|
||
Verified FIXED. Retested with a newer Mac Valgrind and an opt Firefox build.
Status: RESOLVED → VERIFIED
Updated•17 years ago
|
Keywords: fixed1.9.1
Updated•17 years ago
|
Keywords: verified1.9.1
Updated•17 years ago
|
Keywords: fixed1.9.1
You need to log in
before you can comment on or make changes to this bug.
Description
•