Bug 1157248 - [abrt] ImageMagick: NewLinkedList(): convert killed by SIGSEGV
Summary: [abrt] ImageMagick: NewLinkedList(): convert killed by SIGSEGV
Keywords:
Status: CLOSED EOL
Alias: None
Product: Fedora
Classification: Fedora
Component: libgsf
Version: 21
Hardware: x86_64
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Caolan McNamara
QA Contact: Fedora Extras Quality Assurance
URL: https://retrace.fedoraproject.org/faf...
Whiteboard: abrt_hash:6bddde9a956b80507805a6e07d7...
: 1173328 1188459 (view as bug list)
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2014-10-26 16:33 UTC by Ivan Virgili
Modified: 2015-12-02 16:26 UTC (History)
13 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2015-12-02 04:31:05 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
File: backtrace (507.53 KB, text/plain)
2014-10-26 16:33 UTC, Ivan Virgili
no flags Details
File: cgroup (190 bytes, text/plain)
2014-10-26 16:33 UTC, Ivan Virgili
no flags Details
File: core_backtrace (311.56 KB, text/plain)
2014-10-26 16:33 UTC, Ivan Virgili
no flags Details
File: dso_list (2.75 KB, text/plain)
2014-10-26 16:33 UTC, Ivan Virgili
no flags Details
File: environ (1.01 KB, text/plain)
2014-10-26 16:33 UTC, Ivan Virgili
no flags Details
File: exploitable (82 bytes, text/plain)
2014-10-26 16:33 UTC, Ivan Virgili
no flags Details
File: limits (1.29 KB, text/plain)
2014-10-26 16:34 UTC, Ivan Virgili
no flags Details
File: maps (18.49 KB, text/plain)
2014-10-26 16:34 UTC, Ivan Virgili
no flags Details
File: open_fds (117 bytes, text/plain)
2014-10-26 16:34 UTC, Ivan Virgili
no flags Details
File: proc_pid_status (936 bytes, text/plain)
2014-10-26 16:34 UTC, Ivan Virgili
no flags Details
File: var_log_messages (194 bytes, text/plain)
2014-10-26 16:34 UTC, Ivan Virgili
no flags Details

Description Ivan Virgili 2014-10-26 16:33:38 UTC
Version-Release number of selected component:
ImageMagick-6.8.8.10-5.fc21

Additional info:
reporter:       libreport-2.3.0
backtrace_rating: 4
cmdline:        convert /tmp/gsf-thumbnailer-YQMEOX +matte -thumbnail 256x256 png:/tmp/.gnome_desktop_thumbnail.IC5DOX
crash_function: NewLinkedList
executable:     /usr/bin/convert
kernel:         3.17.1-303.fc21.x86_64
runlevel:       N 5
type:           CCpp
uid:            1000

Truncated backtrace:
Thread no. 1 (10 frames)
 #4 NewLinkedList at magick/hashmap.c:1367
 #5 GetExceptionInfo at magick/exception.c:463
 #6 NewLinkedList at magick/hashmap.c:1369
 #7 GetExceptionInfo at magick/exception.c:463
 #8 NewLinkedList at magick/hashmap.c:1369
 #9 GetExceptionInfo at magick/exception.c:463
 #10 NewLinkedList at magick/hashmap.c:1369
 #11 GetExceptionInfo at magick/exception.c:463
 #12 NewLinkedList at magick/hashmap.c:1369
 #13 GetExceptionInfo at magick/exception.c:463

Potential duplicate: bug 879541

Comment 1 Ivan Virgili 2014-10-26 16:33:48 UTC
Created attachment 950800 [details]
File: backtrace

Comment 2 Ivan Virgili 2014-10-26 16:33:49 UTC
Created attachment 950801 [details]
File: cgroup

Comment 3 Ivan Virgili 2014-10-26 16:33:55 UTC
Created attachment 950802 [details]
File: core_backtrace

Comment 4 Ivan Virgili 2014-10-26 16:33:56 UTC
Created attachment 950803 [details]
File: dso_list

Comment 5 Ivan Virgili 2014-10-26 16:33:57 UTC
Created attachment 950804 [details]
File: environ

Comment 6 Ivan Virgili 2014-10-26 16:33:58 UTC
Created attachment 950805 [details]
File: exploitable

Comment 7 Ivan Virgili 2014-10-26 16:34:00 UTC
Created attachment 950806 [details]
File: limits

Comment 8 Ivan Virgili 2014-10-26 16:34:01 UTC
Created attachment 950807 [details]
File: maps

Comment 9 Ivan Virgili 2014-10-26 16:34:02 UTC
Created attachment 950808 [details]
File: open_fds

Comment 10 Ivan Virgili 2014-10-26 16:34:04 UTC
Created attachment 950809 [details]
File: proc_pid_status

Comment 11 Ivan Virgili 2014-10-26 16:34:05 UTC
Created attachment 950810 [details]
File: var_log_messages

Comment 12 Pavel Alexeev 2014-10-26 20:46:23 UTC
Hello.
Thank you for the bugreport.
Please provide file for reproduce that.

Comment 13 Ivan Virgili 2014-10-26 22:05:39 UTC
Hi, but I've uploaded everything I've got.
I think I got the error message after uninstalling Darktable, but I hadn't opened any image file.

Comment 14 Pavel Alexeev 2014-10-27 09:48:50 UTC
I assume it come from gsf-office-thumbnailer. So reassigning to its maintainer. Could you please provide more details what it do and what /tmp/gsf-thumbnailer-YQMEOX file is in that example?

Comment 15 Caolan McNamara 2014-10-28 10:02:06 UTC
While the input is from gsf-thumbnailer, the actual crashing application is definitely imagemagick's convert

Comment 16 Pavel Alexeev 2014-10-28 18:40:31 UTC
Sure. No doubt. But could you please say what /tmp/gsf-thumbnailer-YQMEOX is in gsf-thumbnailer?

Comment 17 Milan Bouchet-Valat 2015-01-30 14:18:17 UTC
I've just experienced the same crash. The problem is, the file in question no longer existed when I tried to access it. I strongly suspect it was a thumbnail generated by gsf-office-thumbnailer from a .doc file, since I had modified no other file when the crash occurred. But I'm not able to extract a thumbnail from it to pass it to 'convert':
$ gsf-office-thumbnailer -i myfile.doc -o output.png -s 256
error: The metadata does not have a thumbnail property

So maybe gsf-office-thumbnailer is passing `convert` an empty file, or a corrupt file of some sort when it's not able to create a thumbnail?

Comment 18 Pavel Alexeev 2015-03-09 19:34:08 UTC
I also have tend it is just outer misuse. Please provide details when and how you call convert. How it may be reproduced?

Comment 19 Pavel Alexeev 2015-03-09 19:45:56 UTC
*** Bug 1188459 has been marked as a duplicate of this bug. ***

Comment 20 Pavel Alexeev 2015-03-09 20:48:17 UTC
*** Bug 1173328 has been marked as a duplicate of this bug. ***

Comment 21 Fedora End Of Life 2015-11-04 10:46:24 UTC
This message is a reminder that Fedora 21 is nearing its end of life.
Approximately 4 (four) weeks from now Fedora will stop maintaining
and issuing updates for Fedora 21. It is Fedora's policy to close all
bug reports from releases that are no longer maintained. At that time
this bug will be closed as EOL if it remains open with a Fedora  'version'
of '21'.

Package Maintainer: If you wish for this bug to remain open because you
plan to fix it in a currently maintained version, simply change the 'version' 
to a later Fedora version.

Thank you for reporting this issue and we are sorry that we were not 
able to fix it before Fedora 21 is end of life. If you would still like 
to see this bug fixed and are able to reproduce it against a later version 
of Fedora, you are encouraged  change the 'version' to a later Fedora 
version prior this bug is closed as described in the policy above.

Although we aim to fix as many bugs as possible during every release's 
lifetime, sometimes those efforts are overtaken by events. Often a 
more recent Fedora release includes newer upstream software that fixes 
bugs or makes them obsolete.

Comment 22 Fedora End Of Life 2015-12-02 04:31:13 UTC
Fedora 21 changed to end-of-life (EOL) status on 2015-12-01. Fedora 21 is
no longer maintained, which means that it will not receive any further
security or bug fix updates. As a result we are closing this bug.

If you can reproduce this bug against a currently maintained version of
Fedora please feel free to reopen this bug against that version. If you
are unable to reopen this bug, please file a new report against the
current release. If you experience problems, please add a comment to this
bug.

Thank you for reporting this bug and we are sorry it could not be fixed.


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