Comment 12 for bug 608026

Revision history for this message
Bruno Girin (brunogirin) wrote : Re: librsvg crashes with SIGSEGV when opening attached SVG file

After some investigation, it appears that this is due to a very broken SVG file. The library should be robust enough to deal with that. I created a test case in Vala that reproduces the problem with minimum amount of code. In order to build and run this test case, do the following (you will need the Vala compiler for this):

tar zxvf test-608026.tgz
valac -g --pkg librsvg-2.0 test-608026.vala
./test-608026