After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 361276 - crash in Image Viewer: Just open svg file with ...
crash in Image Viewer: Just open svg file with ...
Status: RESOLVED DUPLICATE of bug 357939
Product: eog
Classification: Core
Component: general
2.16.x
Other All
: High critical
: ---
Assigned To: EOG Maintainers
EOG Maintainers
: 402015 409477 409909 410812 410975 428251 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2006-10-10 21:32 UTC by Petr Odut
Modified: 2007-04-10 17:47 UTC
See Also:
GNOME target: ---
GNOME version: 2.15/2.16



Description Petr Odut 2006-10-10 21:32:09 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">-&gt;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-&gt;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-&gt;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">-&gt;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">-&gt;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 ()

Thread 2 (Thread -1277650016 (LWP 9042))

  • #0 __kernel_vsyscall
  • #1 __waitpid_nocancel
    from /lib/tls/i686/cmov/libpthread.so.0
  • #2 gnome_gtk_module_info_get
    from /usr/lib/libgnomeui-2.so.0
  • #3 <signal handler called>
  • #4 __kernel_vsyscall
  • #5 raise
    from /lib/tls/i686/cmov/libc.so.6
  • #6 abort
    from /lib/tls/i686/cmov/libc.so.6
  • #7 __assert_fail
    from /lib/tls/i686/cmov/libc.so.6
  • #8 cairo_ft_scaled_font_unlock_face
    from /usr/lib/libcairo.so.2
  • #9 cairo_ft_scaled_font_lock_face
    from /usr/lib/libcairo.so.2
  • #10 pango_cairo_fc_font_get_type
    from /usr/lib/libpangocairo-1.0.so.0
  • #11 pango_fc_font_lock_face
    from /usr/lib/libpangoft2-1.0.so.0
  • #12 script_engine_init
    from /usr/lib/pango/1.5.0/modules/pango-basic-fc.so
  • #13 pango_coverage_new
    from /usr/lib/libpango-1.0.so.0
  • #14 pango_shape
    from /usr/lib/libpango-1.0.so.0
  • #15 pango_layout_set_width
    from /usr/lib/libpango-1.0.so.0
  • #16 pango_layout_iter_get_char_extents
    from /usr/lib/libpango-1.0.so.0
  • #17 pango_layout_iter_get_char_extents
    from /usr/lib/libpango-1.0.so.0
  • #18 pango_layout_iter_get_char_extents
    from /usr/lib/libpango-1.0.so.0
  • #19 pango_layout_get_pixel_extents
    from /usr/lib/libpango-1.0.so.0
  • #20 pango_layout_get_pixel_size
    from /usr/lib/libpango-1.0.so.0
  • #21 rsvg_handle_new_from_data
    from /usr/lib/librsvg-2.so.2
  • #22 rsvg_handle_new_from_data
    from /usr/lib/librsvg-2.so.2
  • #23 rsvg_handle_new_from_data
    from /usr/lib/librsvg-2.so.2
  • #24 rsvg_handle_new_from_data
    from /usr/lib/librsvg-2.so.2
  • #25 rsvg_handle_new_from_data
    from /usr/lib/librsvg-2.so.2
  • #26 rsvg_handle_new_from_data
    from /usr/lib/librsvg-2.so.2
  • #27 rsvg_handle_new_from_data
    from /usr/lib/librsvg-2.so.2
  • #28 rsvg_handle_new_from_data
    from /usr/lib/librsvg-2.so.2
  • #29 rsvg_handle_new_from_data
    from /usr/lib/librsvg-2.so.2
  • #30 rsvg_handle_new_from_data
    from /usr/lib/librsvg-2.so.2
  • #31 rsvg_handle_render_cairo_sub
    from /usr/lib/librsvg-2.so.2
  • #32 rsvg_handle_get_pixbuf_sub
    from /usr/lib/librsvg-2.so.2
  • #33 rsvg_handle_get_pixbuf
    from /usr/lib/librsvg-2.so.2
  • #34 fill_info
    from /usr/lib/gtk-2.0/2.10.0/loaders/svg_loader.so
  • #35 ??
  • #36 ??

Comment 1 Karsten Bräckelmann 2006-10-10 22:33:17 UTC

*** This bug has been marked as a duplicate of 357939 ***
Comment 2 Karsten Bräckelmann 2006-10-10 22:36:22 UTC
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. :)
Comment 3 Christian Kirbach 2007-01-29 22:18:11 UTC
*** Bug 402015 has been marked as a duplicate of this bug. ***
Comment 4 palfrey 2007-02-19 16:28:55 UTC
*** Bug 409477 has been marked as a duplicate of this bug. ***
Comment 5 palfrey 2007-02-20 17:17:48 UTC
*** Bug 409909 has been marked as a duplicate of this bug. ***
Comment 6 palfrey 2007-02-22 15:00:33 UTC
*** Bug 410812 has been marked as a duplicate of this bug. ***
Comment 7 palfrey 2007-02-23 10:30:56 UTC
*** Bug 410975 has been marked as a duplicate of this bug. ***
Comment 8 palfrey 2007-04-10 17:47:29 UTC
*** Bug 428251 has been marked as a duplicate of this bug. ***