Bug 877681 - [abrt] inkscape-0.48.3.1-2.fc17: Inkscape::Extension::Implementation::Script::effect: Process /usr/bin/inkscape was killed by signal 11 (SIGSEGV)
Summary: [abrt] inkscape-0.48.3.1-2.fc17: Inkscape::Extension::Implementation::Script:...
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Fedora
Classification: Fedora
Component: inkscape
Version: 17
Hardware: x86_64
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Gwyn Ciesla
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard: abrt_hash:39d229c8be552c4fc5573d8181d...
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-11-17 20:58 UTC by James Heather
Modified: 2018-04-11 07:38 UTC (History)
5 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2013-01-30 18:33:24 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
File: backtrace (50.35 KB, text/plain)
2012-11-17 20:58 UTC, James Heather
no flags Details
File: cgroup (128 bytes, text/plain)
2012-11-17 20:58 UTC, James Heather
no flags Details
File: core_backtrace (4.42 KB, text/plain)
2012-11-17 20:58 UTC, James Heather
no flags Details
File: dso_list (12.42 KB, text/plain)
2012-11-17 20:58 UTC, James Heather
no flags Details
File: environ (3.19 KB, text/plain)
2012-11-17 20:59 UTC, James Heather
no flags Details
File: limits (1.29 KB, text/plain)
2012-11-17 20:59 UTC, James Heather
no flags Details
File: maps (58.19 KB, text/plain)
2012-11-17 20:59 UTC, James Heather
no flags Details
File: open_fds (331 bytes, text/plain)
2012-11-17 20:59 UTC, James Heather
no flags Details
File: proc_pid_status (929 bytes, text/plain)
2012-11-17 20:59 UTC, James Heather
no flags Details
File: smolt_data (5.06 KB, text/plain)
2012-11-17 20:59 UTC, James Heather
no flags Details
File: var_log_messages (313 bytes, text/plain)
2012-11-17 20:59 UTC, James Heather
no flags Details
backtrace (6.73 KB, text/plain)
2013-01-29 21:21 UTC, Matěj Cepl
no flags Details
testcase (31.02 KB, application/pdf)
2013-01-29 21:21 UTC, Matěj Cepl
no flags Details
INX file for the extension (491 bytes, application/xml)
2013-01-29 21:22 UTC, Matěj Cepl
no flags Details
Python script of the extension (1.55 KB, text/x-python)
2013-01-29 21:26 UTC, Matěj Cepl
no flags Details

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!


Note You need to log in before you can comment on or make changes to this bug.