inkscape crashed with SIGSEGV in nr_arena_shape_update

Bug #330566 reported by Jan David Mol
8
Affects Status Importance Assigned to Milestone
inkscape (Ubuntu)
Incomplete
Medium
Unassigned

Bug Description

Binary package hint: inkscape

I was merely changing filler patterns..

ProblemType: Crash
Architecture: amd64
DistroRelease: Ubuntu 9.04
ExecutablePath: /usr/bin/inkscape
Package: inkscape 0.46-5ubuntu1
ProcCmdline: inkscape
ProcEnviron:
 SHELL=/bin/bash
 LANG=en_US.UTF-8
Signal: 11
SourcePackage: inkscape
StacktraceTop:
Title: inkscape crashed with SIGSEGV
Uname: Linux 2.6.28-7-generic x86_64
UserGroups: adm admin cdrom dialout fuse lpadmin plugdev sambashare

#0 sp_pattern_painter_free (painter=<value optimized out>) at sp-pattern.h:41
 pat_i = (SPPattern *) 0x71a94d0
 pp = (SPPatPainter *) 0x7132300
 pat = <value optimized out>
#1 0x00000000004a578b in sp_painter_free (painter=0x7132300)
    at sp-paint-server.cpp:141
 __PRETTY_FUNCTION__ = "SPPainter* sp_painter_free(SPPainter*)"
#2 0x000000000073a34b in nr_arena_shape_update (item=0x5e62990, area=0x0,
    gc=0x7fff0dd76150, state=<value optimized out>,
    reset=<value optimized out>) at display/nr-arena-shape.cpp:326
 bbox = {x0 = 64.682649240496971, y0 = -433.31735265878547,
  x1 = 167.31734524421725, y1 = -359.6826550215651}
 shape = (NRArenaShape *) 0x5e62990
 beststate = 510
 newstate = <value optimized out>
 outline = false
#3 0x0000000000733cf5 in nr_arena_item_invoke_update (item=0x5e62990,
    area=0x0, gc=0x7fff0dd76210, state=510, reset=0)
    at display/nr-arena-item.cpp:257
 childgc = {parent = 0x7fff0dd76290, transform = {c = {
      0.49497474669999991, 0, 0, 0.49497474669999991, 0,
      -520.89270477760147}}}
#4 0x0000000000735355 in nr_arena_group_update (item=0x31d5c30, area=0x0,
    gc=0x7fff0dd76290, state=510, reset=0) at display/nr-arena-group.cpp:175
 cgc = {parent = 0x7fff0dd76290, transform = {c = {
      0.49497474669999991, 0, 0, 0.49497474669999991, 0,
      -520.89270477760147}}}
 child = (NRArenaItem *) 0x5e62990
 newstate = <value optimized out>
 group = (NRArenaGroup *) 0x31d5c30
 beststate = 510
#5 0x0000000000733cf5 in nr_arena_item_invoke_update (item=0x31d5c30,
    area=0x0, gc=0x7fff0dd76350, state=510, reset=0)
    at display/nr-arena-item.cpp:257
 childgc = {parent = 0x7fff0dd763d0, transform = {c = {
      0.49497474669999991, 0, 0, 0.49497474669999991, 0,
      -520.89270477760147}}}
#6 0x0000000000735355 in nr_arena_group_update (item=0x31d5d68, area=0x0,
    gc=0x7fff0dd763d0, state=510, reset=0) at display/nr-arena-group.cpp:175
 cgc = {parent = 0x7fff0dd763d0, transform = {c = {
      0.49497474669999991, 0, 0, 0.49497474669999991, 0,
      -520.89270477760147}}}
 child = (NRArenaItem *) 0x31d5c30
 newstate = <value optimized out>
 group = (NRArenaGroup *) 0x31d5d68
 beststate = 510

Revision history for this message
Jan David Mol (jjdmol) wrote :
Revision history for this message
Apport retracing service (apport) wrote : Symbolic stack trace

StacktraceTop:sp_painter_free (painter=0x7132300)
nr_arena_shape_update (item=0x5e62990, area=0x0,
nr_arena_item_invoke_update (item=0x5e62990,
nr_arena_group_update (item=0x31d5c30, area=0x0,
nr_arena_item_invoke_update (item=0x31d5c30,

Revision history for this message
Apport retracing service (apport) wrote : Symbolic threaded stack trace
Changed in inkscape:
importance: Undecided → Medium
Bryce Harrington (bryce)
description: updated
summary: - inkscape crashed with SIGSEGV
+ inkscape crashed with SIGSEGV in nr_arena_shape_update
Revision history for this message
Bryce Harrington (bryce) wrote :

similar to bug 277366

Revision history for this message
Bryce Harrington (bryce) wrote :

A pre-release of the upcoming Inkscape 0.47 is now available in Ubuntu
Karmic for testing. Because *so* much stuff has changed compared with
the version you reported your bug against, would you mind re-testing
this new version and see if this bug is now resolved?

Karmic Alpha CD ISO images are available at:

  http://cdimage.ubuntu.com/releases/karmic/

If you're not testing Karmic yet, there are .debs of this new Inkscape
for Jaunty, Hardy, and Intrepid here:

  https://launchpad.net/~inkscape.testers/+archive/ppa

You might find further bugs when testing this alpha release. If that is
the case, please file a NEW bug report here:

   https://edge.launchpad.net/inkscape/+filebug

Thanks ahead of time for your testing efforts, and enjoy the new Inkscape!

Changed in inkscape (Ubuntu):
status: New → Incomplete
Revision history for this message
Alex Valavanis (valavanisalex) wrote :

I was unable to reproduce this bug using karmic alpha 4. I tried the following steps:

* Draw a circle
* Double click the Fill colour swatch in the bottom-left of the screen
* In the Fill and Stroke dialog, select the "fill" tab
* Choose the "pattern fill" button
* Select ten different patterns arbitrarily, including both vector and bitmap fills

If different steps are required to reproduce the bug, please let me know.

$ lsb_release -rd
Description: Ubuntu karmic (development branch)
Release: 9.10

$ apt-cache policy inkscape
inkscape:
  Installed: 0.47~pre1-0ubuntu1
  Candidate: 0.47~pre1-0ubuntu1
  Version table:
 *** 0.47~pre1-0ubuntu1 0
        500 http://gb.archive.ubuntu.com karmic/main Packages
        100 /var/lib/dpkg/status

Revision history for this message
Alex Valavanis (valavanisalex) wrote :

I'm pretty sure this is a duplicate of bug #183973, which should now be fixed. If you still experience this bug with the latest development release of Inkscape, feel free to reopen this report.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.