Closed
Bug 713413
Opened 13 years ago
Closed 13 years ago
"ASSERTION: null nsSVGPathGeometry frame" and crash
Categories
(Core :: SVG, defect)
Core
SVG
Tracking
()
RESOLVED
FIXED
mozilla12
Tracking | Status | |
---|---|---|
firefox11 | --- | unaffected |
firefox12 | --- | verified |
People
(Reporter: jruderman, Assigned: longsonr)
References
Details
(Keywords: assertion, regression, testcase, Whiteboard: [qa+])
Crash Data
Attachments
(3 files)
###!!! ASSERTION: null nsSVGPathGeometry frame: 'mMarkedFrame', file layout/svg/base/src/nsSVGMarkerFrame.cpp, line 104
Crash [@ nsSVGMarkerFrame::GetCanvasTM]
Reporter | ||
Comment 1•13 years ago
|
||
Assignee | ||
Comment 2•13 years ago
|
||
Assignee: nobody → longsonr
Attachment #584335 -
Flags: review?(dholbert)
Assignee | ||
Updated•13 years ago
|
Keywords: regression
Comment 3•13 years ago
|
||
Comment on attachment 584335 [details] [diff] [review]
patch
Makes sense. It'd be nice to have a comment explaining this chunk, e.g.
> // No need to invalidate on first reflow - that will happen elsewhere.
> // (Moreover, we don't know our bounds yet, so we don't know what to invalidate.)
(assuming that that's true)
Attachment #584335 -
Flags: review?(dholbert) → review+
Comment 4•13 years ago
|
||
er, s/on first reflow/before first reflow/
Assignee | ||
Comment 5•13 years ago
|
||
Target Milestone: --- → mozilla12
Updated•13 years ago
|
OS: Mac OS X → All
Hardware: x86_64 → All
Comment 6•13 years ago
|
||
Note: I've backed out the patch that regressed this from aurora (in bug 708155 comment 12), so now mozilla12 (current trunk) is the only version to be affected by this bug. (and it'll be fixed there once comment 5 is merged to m-c)
Updated•13 years ago
|
status-firefox11:
--- → unaffected
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Updated•13 years ago
|
status-firefox12:
--- → fixed
Updated•13 years ago
|
Crash Signature: [@ nsSVGMarkerFrame::GetCanvasTM] → [@ nsSVGMarkerFrame::GetCanvasTM]
[@ nsSVGMarkerFrame::GetCanvasTM()]
Comment 8•13 years ago
|
||
Verified using today's (19.4) beta debug build on Ubuntu 11.10. No crash/assertion occurred when loading the testcase from comment 0.
You need to log in
before you can comment on or make changes to this bug.
Description
•