GNOME Bugzilla – Bug 361276
crash in Image Viewer: Just open svg file with ...
Last modified: 2007-04-10 17:47:29 UTC
Version: 2.16.1 What were you doing when the application crashed? Just open svg file with this content: <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1 Tiny//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11-tiny.dtd"> <svg version="1.1" baseProfile="tiny" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="320px" viewBox="0 0 480 360"> <title>9.2 Animace</title> <desc>Testuje zakladni animacni prvek 'animate'</desc> <g font-family="Helvetica" font-size="24"> <!-- vykresleni souradnic s popisem casu --> <line x1="190" x2="190" y1="45" y2="300" stroke="black" stroke-width="4"/> <line x1="460" x2="460" y1="45" y2="300" stroke="black" stroke-width="4"/> <text x="156" y="32">0-2 sec.</text> <text x="380" y="32">->5 sec.</text> <!-- 4 nasledujici animace funguji i v KSVG 3.2 --> <!-- a ukazuji ze pro stejny efext lze vyuzit --> <!-- ruznorode zpusoby nastaveni meznich hodnot.--> <g> <rect x="160" y="60" width="30" height="30" fill="#FFAA44" stroke="red" stroke-width="4"> <animate attributeName="width" from="30" to="300" begin="2s" dur="3s" fill="freeze"/> </rect> <text x="20" y="85" fill="red">from->to</text> </g> <g> <rect x="160" y="100" width="30" height="30" fill="#FFAA44" stroke="red" stroke-width="4"> <animate attributeName="width" from="30" by="270" begin="2s" dur="3s" fill="freeze"/> </rect> <text x="20" y="125" fill="red">from->by</text> </g> <g> <rect x="160" y="140" width="30" height="30" fill="#FFAA44" stroke="red" stroke-width="4"> <animate attributeName="width" by="270" begin="2s" dur="3s" fill="freeze"/> </rect> <text x="20" y="165" fill="red">->by</text> </g> <g> <rect x="160" y="180" width="30" height="30" fill="#FFAA44" stroke="red" stroke-width="4"> <animate attributeName="width" to="300" begin="2s" dur="3s" fill="freeze"/> </rect> <text x="20" y="205" fill="red">->to</text> </g> <g> <rect x="160" y="220" width="30" height="30" fill="#FFAA44" stroke="red" stroke-width="4"> <!-- 'additive="sum"' je IGNOROVAN v KSVG 3.2 --> <animate attributeName="x" from="0" to="270" begin="2s" dur="3s" fill="freeze" additive="sum"/> </rect> <text x="20" y="245" fill="red">anim. 'x'</text> </g> <g> <rect x="160" y="260" width="300" height="30" fill="#FFAA44" stroke="red" stroke-width="4"> <!-- toto nefunguje vubec v KSVG 3.2 --> <animate attributeName="fill" from="#FFAA44" to="#00AA44" begin="2s" dur="3s" fill="freeze"/> </rect> <text x="20" y="285" fill="red">anim. 'fill'</text> </g> </g> <!-- obrys platna --> <rect x="1" y="1" width="478" height="358" fill="none" stroke-width="2" stroke="blue"/> </svg> Distribution: Ubuntu 6.10 (edgy) Gnome Release: 2.16.1 2006-10-02 (Ubuntu) BugBuddy Version: 2.16.0 Memory status: size: 81752064 vsize: 0 resident: 81752064 share: 0 rss: 15917056 rss_rlim: 0 CPU usage: start_time: 1160515837 rtime: 0 utime: 55 stime: 0 cutime:52 cstime: 0 timeout: 3 it_real_value: 0 frequency: 0 Backtrace was generated from '/usr/bin/eog' (no debugging symbols found) Using host libthread_db library "/lib/tls/i686/cmov/libthread_db.so.1". (no debugging symbols found) [Thread debugging using libthread_db enabled] [New Thread -1226417984 (LWP 9037)] [New Thread -1277650016 (LWP 9042)] [New Thread -1228096608 (LWP 9041)] (no debugging symbols found) 0xffffe410 in __kernel_vsyscall ()
+ Trace 75695
Thread 2 (Thread -1277650016 (LWP 9042))
*** This bug has been marked as a duplicate of 357939 ***
Thanks for the bug report. This particular bug has already been reported into our bug tracking system, but please feel free to report any further bugs you find. Also, thanks for the details. :)
*** Bug 402015 has been marked as a duplicate of this bug. ***
*** Bug 409477 has been marked as a duplicate of this bug. ***
*** Bug 409909 has been marked as a duplicate of this bug. ***
*** Bug 410812 has been marked as a duplicate of this bug. ***
*** Bug 410975 has been marked as a duplicate of this bug. ***
*** Bug 428251 has been marked as a duplicate of this bug. ***