Bug 877681

Summary: [abrt] inkscape-0.48.3.1-2.fc17: Inkscape::Extension::Implementation::Script::effect: Process /usr/bin/inkscape was killed by signal 11 (SIGSEGV)
Product: [Fedora] Fedora Reporter: James Heather <drfudgeboy>
Component: inkscapeAssignee: Gwyn Ciesla <gwync>
Status: CLOSED CURRENTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 17CC: duffy, gwync, lkundrak, mcepl, mcepl
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Unspecified   
Whiteboard: abrt_hash:39d229c8be552c4fc5573d8181da1463b178be6f
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-01-30 18:33:24 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
File: backtrace
none
File: cgroup
none
File: core_backtrace
none
File: dso_list
none
File: environ
none
File: limits
none
File: maps
none
File: open_fds
none
File: proc_pid_status
none
File: smolt_data
none
File: var_log_messages
none
backtrace
none
testcase
none
INX file for the extension
none
Python script of the extension none

Description James Heather 2012-11-17 20:58:47 UTC
Description of problem:
Seems to happen whenever an extension is run on a file that doesn't have a name of 'base' on the root element of the tree.

Version-Release number of selected component:
inkscape-0.48.3.1-2.fc17

Additional info:
backtrace_rating: 4
cmdline:        inkscape bb-logo.svg
crash_function: Inkscape::Extension::Implementation::Script::effect
executable:     /usr/bin/inkscape
kernel:         3.6.6-1.fc17.x86_64
remote_result:  NOTFOUND
uid:            1000
xsession_errors: 

Truncated backtrace:
Thread no. 1 (10 frames)
 #0 Inkscape::Extension::Implementation::Script::effect at extension/implementation/script.cpp:734
 #1 Inkscape::Extension::ExecutionEnv::run at extension/execution-env.cpp:210
 #2 Inkscape::Extension::Effect::effect at extension/effect.cpp:275
 #3 Inkscape::Extension::PrefDialog::on_response at extension/prefdialog.cpp:207
 #4 Gtk::Dialog_Class::response_callback at dialog.cc:181
 #9 _g_closure_invoke_va at gclosure.c:840
 #12 gtk_real_button_released at gtkbutton.c:1725
 #18 gtk_button_button_release at gtkbutton.c:1617
 #20 _gtk_marshal_BOOLEAN__BOXED at gtkmarshalers.c:86
 #25 gtk_widget_event_internal at gtkwidget.c:5017

Comment 1 James Heather 2012-11-17 20:58:51 UTC
Created attachment 646970 [details]
File: backtrace

Comment 2 James Heather 2012-11-17 20:58:53 UTC
Created attachment 646971 [details]
File: cgroup

Comment 3 James Heather 2012-11-17 20:58:55 UTC
Created attachment 646972 [details]
File: core_backtrace

Comment 4 James Heather 2012-11-17 20:58:58 UTC
Created attachment 646973 [details]
File: dso_list

Comment 5 James Heather 2012-11-17 20:59:00 UTC
Created attachment 646974 [details]
File: environ

Comment 6 James Heather 2012-11-17 20:59:02 UTC
Created attachment 646975 [details]
File: limits

Comment 7 James Heather 2012-11-17 20:59:04 UTC
Created attachment 646976 [details]
File: maps

Comment 8 James Heather 2012-11-17 20:59:06 UTC
Created attachment 646977 [details]
File: open_fds

Comment 9 James Heather 2012-11-17 20:59:08 UTC
Created attachment 646978 [details]
File: proc_pid_status

Comment 10 James Heather 2012-11-17 20:59:10 UTC
Created attachment 646979 [details]
File: smolt_data

Comment 11 James Heather 2012-11-17 20:59:12 UTC
Created attachment 646980 [details]
File: var_log_messages

Comment 12 Matěj Cepl 2013-01-29 21:21:16 UTC
Created attachment 690030 [details]
backtrace

Do you think this is the same crash?

I have 100% method of reproduction with inkscape-0.48.3.1-1:

1) Install the attached extension
2) Start Inkscape
3) Open the attached PDF
4) Run Extensions/Arrange/Deep Ungroup

Comment 13 Matěj Cepl 2013-01-29 21:21:56 UTC
Created attachment 690031 [details]
testcase

Comment 14 Matěj Cepl 2013-01-29 21:22:33 UTC
Created attachment 690032 [details]
INX file for the extension

Comment 15 Matěj Cepl 2013-01-29 21:26:27 UTC
Created attachment 690033 [details]
Python script of the extension

Comment 16 Gwyn Ciesla 2013-01-30 14:08:26 UTC
Does this still crash on 0.48.4?

Comment 17 Matěj Cepl 2013-01-30 18:07:03 UTC
(In reply to comment #16)
> Does this still crash on 0.48.4?

Actually, no it doesn't. Thanks.

inkscape-0.48.4-1.el7.x86_64 seems to fix the issue.

Comment 18 Gwyn Ciesla 2013-01-30 18:33:24 UTC
Excellent!