[cairo-bugs] [Bug 50852] New: Rendering specific SVG file at certain sizes causes a segmentation fault

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Thu Jun 7 11:03:31 PDT 2012


https://bugs.freedesktop.org/show_bug.cgi?id=50852

             Bug #: 50852
           Summary: Rendering specific SVG file at certain sizes causes a
                    segmentation fault
    Classification: Unclassified
           Product: cairo
           Version: 1.12.2
          Platform: x86-64 (AMD64)
        OS/Version: Linux (All)
            Status: NEW
          Severity: major
          Priority: medium
         Component: general
        AssignedTo: cworth at cworth.org
        ReportedBy: evangelos at foutrelis.com
         QAContact: cairo-bugs at cairographics.org


Created attachment 62751
  --> https://bugs.freedesktop.org/attachment.cgi?id=62751
SVG file causing cairo to segfault

There is a bug report [1] in Arch Linux from a user who is seeing xfce4-panel
segfaults when using the Faenza icon theme and specifically the icon for the
Geany application.

I have attached a modified geany.svg which is reduced to a single path.
Converting it to the PNG format using rsvg results in a segmentation fault.

E.g.:

$ rsvg-convert geany.svg -o geany.png -w 40
Segmentation fault
$ rsvg-convert geany.svg -o geany.png -w 10 (this size works correctly)
$ rsvg-convert geany.svg -o geany.png -w 16
Segmentation fault

cairo is compiled with gcc 4.7; maybe this matters.

[1] https://bugs.archlinux.org/task/29751

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA Contact for the bug.


More information about the cairo-bugs mailing list