Bug 1038018

Summary: [abrt] ImageMagick-6.8.6.3-3.fc20: NewLinkedList: Process /usr/bin/convert was killed by signal 11 (SIGSEGV)
Product: [Fedora] Fedora Reporter: autarch princeps <autarch>
Component: ImageMagickAssignee: Pavel Alexeev <pahan>
Status: CLOSED INSUFFICIENT_DATA QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 20CC: antonio.montagnani, atenrok, gaeran, ihatewindoze, jlsmi45, nmurray, pahan, phil.noroy, rosset.filipe, thomas, zbechir
Target Milestone: ---Keywords: Reopened
Target Release: ---Flags: pahan: needinfo?
Hardware: x86_64   
OS: Unspecified   
URL: https://retrace.fedoraproject.org/faf/reports/bthash/4495686a7ae3fefdd1a2d0d92c01225b3d2d28e4
Whiteboard: abrt_hash:6bddde9a956b80507805a6e07d76466510c7be68
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-04-04 07:45:35 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: exploitable
none
File: limits
none
File: maps
none
File: open_fds
none
File: proc_pid_status
none
File: var_log_messages
none
images to reproduce the issue none

Description autarch princeps 2013-12-04 09:37:56 UTC
Version-Release number of selected component:
ImageMagick-6.8.6.3-3.fc20

Additional info:
reporter:       libreport-2.1.9
backtrace_rating: 4
cmdline:        convert /tmp/gsf-thumbnailer-T3CA7W +matte -thumbnail 128x128 png:/tmp/.gnome_desktop_thumbnail.9OFA7W
crash_function: NewLinkedList
executable:     /usr/bin/convert
kernel:         3.11.10-300.fc20.x86_64
runlevel:       N 5
type:           CCpp
uid:            1000

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

Potential duplicate: bug 879541

Comment 1 autarch princeps 2013-12-04 09:38:06 UTC
Created attachment 832492 [details]
File: backtrace

Comment 2 autarch princeps 2013-12-04 09:38:09 UTC
Created attachment 832493 [details]
File: cgroup

Comment 3 autarch princeps 2013-12-04 09:38:14 UTC
Created attachment 832494 [details]
File: core_backtrace

Comment 4 autarch princeps 2013-12-04 09:38:18 UTC
Created attachment 832495 [details]
File: dso_list

Comment 5 autarch princeps 2013-12-04 09:38:23 UTC
Created attachment 832496 [details]
File: environ

Comment 6 autarch princeps 2013-12-04 09:38:27 UTC
Created attachment 832497 [details]
File: exploitable

Comment 7 autarch princeps 2013-12-04 09:38:30 UTC
Created attachment 832498 [details]
File: limits

Comment 8 autarch princeps 2013-12-04 09:38:33 UTC
Created attachment 832499 [details]
File: maps

Comment 9 autarch princeps 2013-12-04 09:38:40 UTC
Created attachment 832500 [details]
File: open_fds

Comment 10 autarch princeps 2013-12-04 09:38:44 UTC
Created attachment 832501 [details]
File: proc_pid_status

Comment 11 autarch princeps 2013-12-04 09:38:50 UTC
Created attachment 832502 [details]
File: var_log_messages

Comment 12 Pavel Alexeev 2013-12-15 09:16:09 UTC
*** Bug 879541 has been marked as a duplicate of this bug. ***

Comment 13 Pavel Alexeev 2013-12-15 09:20:10 UTC
Thank you for the bug report and willing make free software better.

Reported upstream: http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=24646

Comment 14 Pavel Alexeev 2013-12-15 20:22:34 UTC
Could you please attach reproduce image?

Comment 15 Filipe Rosset 2014-03-23 01:38:05 UTC
This issue happened for me right now, I'm uploading a file with images to reproduce (one of these files is the culprit, I'm not sure which one).

Bohol_Tarsier.jpg is my wallpapper
The other 3 files are in my desktop (~/Desktop)
I'm using MATE 1.6.x desktop environment ATM

Comment 16 Filipe Rosset 2014-03-23 01:38:58 UTC
Created attachment 877709 [details]
images to reproduce the issue

Comment 17 Pavel Alexeev 2014-03-30 14:58:34 UTC
*** Bug 1050978 has been marked as a duplicate of this bug. ***

Comment 18 Pavel Alexeev 2014-03-30 14:59:18 UTC
I can't reproduce it with attached images:

$ for F in *.{jpg,png}; do convert $F +matte -thumbnail 128x128 png:${F//.}; echo "Converting $F, result: $?"; done
Converting Bohol_Tarsier.jpg, result: 0
Converting weblogic-domain.png, result: 0
Converting weblogic_management_screen.png, result: 0
Converting wildfly_management_screen.png, result: 0

All converted without a problems.

$ rpm -q ImageMagick
ImageMagick-6.8.6.3-3.fc20.x86_64

Comment 19 Pavel Alexeev 2014-04-04 07:45:35 UTC
Unfortunately I can't reproduce it as well as upstream author. So I closing it. Feel free to reopen if you find reproduce way.