[Bug 145149] New: - Reproducible segfault with a SVG file

bugzilla-daemon@bugzilla.gnome.org bugzilla-daemon@bugzilla.gnome.org
Tue, 29 Jun 2004 12:17:47 -0400 (EDT)


http://bugzilla.gnome.org/show_bug.cgi?id=145149
librsvg | general | Ver: unspecified

           Summary: Reproducible segfault with a SVG file
           Product: librsvg
           Version: unspecified
          Platform: Other
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: critical
          Priority: Normal
         Component: general
        AssignedTo: librsvg-maint@bugzilla.gnome.org
        ReportedBy: joss@debian.org
                CC: pkg-gnome-maintainers@lists.alioth.debian.org


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.
[Switching to Thread 1091040096 (LWP 12361)]
0x40039a56 in rsvg_start_filter_primitive_merge_node ()
   from /usr/lib/librsvg-2.so.2
(gdb) bt
#0  0x40039a56 in rsvg_start_filter_primitive_merge_node ()
   from /usr/lib/librsvg-2.so.2
#1  0x40050070 in rsvg_filter_handler_start () from /usr/lib/librsvg-2.so.2
#2  0x40050a28 in rsvg_start_element () from /usr/lib/librsvg-2.so.2
#3  0x4085b4a5 in xmlParseStartTag () from /usr/lib/libxml2.so.2
#4  0x408608eb in xmlParseExtParsedEnt () from /usr/lib/libxml2.so.2
#5  0x4086133f in xmlParseChunk () from /usr/lib/libxml2.so.2
#6  0x40050eea in rsvg_handle_write_impl () from /usr/lib/librsvg-2.so.2
#7  0x400513c4 in rsvg_handle_write () from /usr/lib/librsvg-2.so.2
#8  0x40033eb6 in rsvg_pixbuf_from_data_with_size_data ()
   from /usr/lib/librsvg-2.so.2
#9  0x0804bced in main ()

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.