Bug 757559
Summary: | [abrt] tumbler-0.1.22-4.fc16: __libc_message: Process /usr/lib64/tumbler-1/tumblerd was killed by signal 6 (SIGABRT) | ||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Raphael Groner <projects.rg> | ||||||||||||||
Component: | tumbler | Assignee: | Christoph Wickert <christoph.wickert> | ||||||||||||||
Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||||||||
Severity: | unspecified | Docs Contact: | |||||||||||||||
Priority: | unspecified | ||||||||||||||||
Version: | 16 | CC: | christoph.wickert, kevin, maxamillion, tgl | ||||||||||||||
Target Milestone: | --- | ||||||||||||||||
Target Release: | --- | ||||||||||||||||
Hardware: | x86_64 | ||||||||||||||||
OS: | Unspecified | ||||||||||||||||
Whiteboard: | abrt_hash:ab554ff55dc07c5228a2877255486e5b5f60bcf6 | ||||||||||||||||
Fixed In Version: | tumbler-0.1.23-1.fc16 | Doc Type: | Bug Fix | ||||||||||||||
Doc Text: | Story Points: | --- | |||||||||||||||
Clone Of: | Environment: | ||||||||||||||||
Last Closed: | 2011-12-13 21:56:02 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
Raphael Groner
2011-11-27 19:36:52 UTC
Created attachment 537223 [details]
File: event_log
Created attachment 537224 [details]
File: build_ids
Created attachment 537225 [details]
File: dso_list
Created attachment 537226 [details]
File: maps
Created attachment 537227 [details]
File: backtrace
Can't upload 'coredump', it's too large (29659136 bytes) Package: tumbler-0.1.22-4.fc16 Architecture: x86_64 OS Release: Fedora release 16 (Verne) Comment ----- tumbler crashes randomly Package: tumbler-0.1.22-4.fc16 Architecture: x86_64 OS Release: Fedora release 16 (Verne) Comment ----- I have deleted a folder, then abrt reported the crash. Reassigning to libpng, due to backtrace ... #6 0x000000344361c522 in png_default_error (error_message=0x3443621188 "Read Error", png_ptr=0x7fd5f800a030) at pngerror.c:296 No locals. #7 png_error (png_ptr=0x7fd5f800a030, error_message=0x3443621188 "Read Error") at pngerror.c:84 msg = "\000\000\000\000\000\000\000\000\240\377\377\377\377\377\377\377" #8 0x0000003443611b1d in png_read_info (png_ptr=0x7fd5f800a030, info_ptr=0x7fd5f8001480) at pngread.c:367 num_checked = 0 num_to_check = 8 You've apparently got a corrupted png file, and a quick look at xdg_cache_cache_read_thumbnail_info shows that it contains no provision whatsoever for error handling. libpng is trying to return control via longjmp after an error, but there has been no setjmp call, so the longjmp call crashes. This is not a libpng bug; it is failure on the caller's part to pay any attention to the libpng API specification. (In reply to comment #10) Tim, thanks for your analysis. Upstream has been contacted about my report. libc debuginfo is missing. Please run $ debuginfo-install glibc and regenerate the backtrace. Thanks! Created attachment 539971 [details]
upstream patch for png issue
This patch is from upstream.
Please add the upstream bug as external reference. (In reply to comment #14) > Please add the upstream bug as external reference. I am not quite sure, if it's reported upstream. Thought, there's some discussion on the mailing list. http://mail.xfce.org/pipermail/xfce4-dev/2011-December/029394.html Maybe, is this a dup of bug #742733 ? tumbler-0.1.23-1.fc16 has been submitted as an update for Fedora 16. https://admin.fedoraproject.org/updates/tumbler-0.1.23-1.fc16 Package tumbler-0.1.23-1.fc16: * should fix your issue, * was pushed to the Fedora 16 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing tumbler-0.1.23-1.fc16' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2011-16969/tumbler-0.1.23-1.fc16 then log in and leave karma (feedback). tumbler-0.1.23-1.fc16 has been pushed to the Fedora 16 stable repository. If problems still persist, please make note of it in this bug report. |