GNOME Bugzilla – Bug 145149
Reproducible segfault with a SVG file
Last modified: 2004-12-22 21:47:04 UTC
When using the SphereCrystal GTK+ theme with librsvg 2.7.2, all applications segfault. The explication follows: Starting program: /usr/bin/rsvg-view /usr/share/themes/SphereCrystal/gtk-2.0/scrollbar_vertical.svg (no debugging symbols found)...[Thread debugging using libthread_db enabled] [New Thread 1091040096 (LWP 12361)] Program received signal SIGSEGV, Segmentation fault.
+ Trace 47276
Thread 1091040096 (LWP 12361)
Created attachment 29092 [details] The file that produces the segfault
this is solely sodipodi's fault. you can't have a <feMergeNode> that is not inside of a <feMerge> element. i've stopped the SEGV, but you need to file this as a bug against sodipodi. http://www.w3.org/TR/SVG/filters.html#feMergeNodeElement <filter id="edgeFuzz"> <feGaussianBlur in="SourceGraphic" stdDeviation="1" result="MyBlur" /> <feMergeNode in="SourceGraphic" /> </filter>
Thanks for the quick fix!