Closed
Bug 732836
Opened 13 years ago
Closed 13 years ago
"ASSERTION: Unknown unit type" with multiple <svg:use>
Categories
(Core :: SVG, defect)
Tracking
()
RESOLVED
FIXED
mozilla13
People
(Reporter: jruderman, Assigned: longsonr)
References
Details
(Keywords: assertion, testcase)
Attachments
(4 files, 1 obsolete file)
448 bytes,
image/svg+xml
|
Details | |
9.49 KB,
text/plain
|
Details | |
2.02 KB,
patch
|
dholbert
:
review+
|
Details | Diff | Splinter Review |
1.06 KB,
patch
|
dholbert
:
review+
|
Details | Diff | Splinter Review |
###!!! ASSERTION: Unknown unit type: 'Not Reached', file content/svg/content/src/nsSVGLength2.cpp, line 270
You might have to hover over the testcase to see the assertion failure.
Reporter | ||
Comment 1•13 years ago
|
||
Assignee | ||
Comment 2•13 years ago
|
||
Assignee: nobody → longsonr
Attachment #602947 -
Flags: review?(dholbert)
Comment 3•13 years ago
|
||
Does the crashtest reproduce the bug in the crashtest harness? (without the mouse hovering over the crashtest?)
Assignee | ||
Comment 4•13 years ago
|
||
(In reply to Daniel Holbert [:dholbert] from comment #3)
> Does the crashtest reproduce the bug in the crashtest harness? (without the
> mouse hovering over the crashtest?)
Erm no, but this version does ;-)
Attachment #602947 -
Attachment is obsolete: true
Attachment #602956 -
Flags: review?(dholbert)
Attachment #602947 -
Flags: review?(dholbert)
Assignee | ||
Updated•13 years ago
|
Attachment #602956 -
Attachment is patch: true
Comment 5•13 years ago
|
||
Comment on attachment 602956 [details] [diff] [review]
updated
Cool. :) Looks good, thanks!
Attachment #602956 -
Flags: review?(dholbert) → review+
Assignee | ||
Comment 6•13 years ago
|
||
I had another look at this and although the first patch does fix the testcase, there is an underlying issue in copying values when a use attribute goes away. This patch reverts part of bug 730658 to fix that.
This patch on its own also fixes the testcase not to assert.
Attachment #603318 -
Flags: review?(dholbert)
Comment 7•13 years ago
|
||
Comment on attachment 603318 [details] [diff] [review]
fix the real issue
Cool. (Make sure to grab the crashtest from the other patch, too.)
Attachment #603318 -
Flags: review?(dholbert) → review+
Assignee | ||
Comment 8•13 years ago
|
||
I plan to land both patches.
Assignee | ||
Comment 9•13 years ago
|
||
Flags: in-testsuite+
Target Milestone: --- → mozilla13
Comment 10•13 years ago
|
||
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•