GNOME Bugzilla – Bug 776808
a svg file makes nautilus crash(Arithmetic exception)
Last modified: 2017-12-13 18:25:21 UTC
Created attachment 342761 [details] the svg file caused nautilus crash The nautilus crashed when i open the fold contained test svg file. Step to reproduce: 1. Get the attached test.svg file 2. Put it in in a directory like home 3. Browse the directory 4. Nautilus crashed Linux localhost.localdomain 4.2.3-300.fc23.x86_64 #1 SMP Mon Oct 5 15:42:54 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux version: librsvg2-2.40.11-1.fc23.x86_64 Debug information ======================================================== Program received signal SIGFPE, Arithmetic exception.
+ Trace 237032
Thread 140345844389632 (LWP 112119)
test.svg <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> <filter id="filter1"> <feImage x="0" y="0" width="5%" height="20%" result="raster1" xlink:href="../../../../../testing/crashtest/images/tree.gif" /> <feTile /> </filter> <rect x="0" y="0" width="100%" height="100%" filter="url(#filter1)" /> </svg>
-- GitLab Migration Automatic Message -- This bug has been migrated to GNOME's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.gnome.org/GNOME/librsvg/issues/158.