GNOME Bugzilla – Bug 329636
rsvg_cairo_render segfault with some files
Last modified: 2006-02-03 04:51:14 UTC
Steps to reproduce: 1. Download http://www.cs.helsinki.fi/u/irkheikk/rsvg_crash.tar.gz 2. make 3. ./rsvg_crash Stack trace:
+ Trace 65859
Other information: Other file i've managed to crash rsvg_cairo_render with is http://www.croczilla.com/svg/samples/butterfly/butterfly.svg
Neither image crashes rsvg here. Both render perfectly. Downgrading severity, but leaving open so I can double-check with Valgrind that nothing wonky is happening.
Hmm, this thing seems to have something to do with the system used to find out the SVG's size. I'll Accept this one.
Ok, the "only draw this part" system was causing the size finding system to crash. I fixed it now though.
Thank you very much, just checked against the CVS and it's working great now.