RESOLVED DUPLICATE of bug 19370 20344
[GTK] Segfault when svg is embedded with an <img> tag
https://bugs.webkit.org/show_bug.cgi?id=20344
Summary [GTK] Segfault when svg is embedded with an <img> tag
Adrien Nader
Reported 2008-08-11 02:00:23 PDT
When trying to display a page embedding an svg file with an <img> tag, webkigtk crashes. To reproduce, the svg file can be valid or invalid, with only headers for instance, or even with a single character. An example page is : (yes, as simple) <img src="./circle.svg"/> An example for svg is : <?xml version="1.0"?> <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN" "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd"> <svg xmlns="http://www.w3.org/2000/svg"> </svg> When the svg file is displayed alone or with <object data="./circle.svg"/>, there is no problem. To check it, you can make your webkitgtk crash with 244bytes and the following link : http://pers.yaxm.org/temp/kate
Attachments
Backtrace of the segfault (1.95 KB, text/plain)
2008-08-11 02:01 PDT, Adrien Nader
no flags
Adrien Nader
Comment 1 2008-08-11 02:01:56 PDT
Created attachment 22725 [details] Backtrace of the segfault Corresponding backtrace
Pierre-Luc Beaudoin
Comment 2 2008-08-11 07:51:28 PDT
*** This bug has been marked as a duplicate of 19370 ***
Note You need to log in before you can comment on or make changes to this bug.