Closed
Bug 367368
Opened 19 years ago
Closed 18 years ago
<svg:circle> kills firefox: "cairo-pen.c:323: failed assertion `i < pen->num_vertices'"
Categories
(Core :: SVG, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: jruderman, Unassigned)
References
Details
(4 keywords)
Attachments
(1 file)
233 bytes,
application/xhtml+xml
|
Details |
Loading this testcase kills Firefox (Mac trunk debug) with the message:
mozilla/gfx/cairo/cairo/src/cairo-pen.c:323: failed assertion `i < pen->num_vertices'
Could this be a regression from bug 367273?
Comment 1•19 years ago
|
||
(In reply to comment #0)
> Created an attachment (id=251937) [details]
> testcase
>
> Loading this testcase kills Firefox (Mac trunk debug) with the message:
>
> mozilla/gfx/cairo/cairo/src/cairo-pen.c:323: failed assertion `i <
> pen->num_vertices'
>
> Could this be a regression from bug 367273?
>
Did you really mean this bug number? It's some kind of UI thing.
Regression caused by bug 367031.
![]() |
||
Comment 3•18 years ago
|
||
The patch for bug 367031 was backed out. Should we just close this or try and figure out if the crash is something we could encounter on valid code paths?
Comment 4•18 years ago
|
||
Perhaps we could add the testcase to bug 367031 with a note to say whatever fix we do should be tested against that.
![]() |
||
Comment 5•18 years ago
|
||
This bug is in its depends field so I'll be doing that anyway.
![]() |
||
Comment 6•18 years ago
|
||
I added the test as http://lxr.mozilla.org/seamonkey/source/layout/reftests/svg/bugs/bug367368.xhtml
Status: NEW → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
![]() |
||
Updated•18 years ago
|
Flags: in-testsuite+
You need to log in
before you can comment on or make changes to this bug.
Description
•