Bug 703212
| Summary: | [abrt] wxPython-2.8.11.0-4.fc14: strcpy: Process /usr/bin/python was killed by signal 6 (SIGABRT) | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Aleksey <konovalov.aleks> |
| Component: | python-imaging | Assignee: | José Matos <jamatos> |
| Status: | CLOSED WORKSFORME | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 14 | CC: | dan, dmalcolm, jamatos, rpandit, rrakus |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | i686 | ||
| OS: | Unspecified | ||
| Whiteboard: | abrt_hash:ac119ca2c6ec426f6a446affa154d9e5baaa988d | ||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2011-06-14 17:32:44 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: | |||
Package: wxPython-2.8.11.0-4.fc14
Architecture: i686
OS Release: Fedora release 14 (Laughlin)
How to reproduce
-----
I wrote a python script:
import Image
img = Image.open("fedora.jpg")
img.convert("YCbCr")
Don't see wxPython involved here, python-imaging looks more appropriate. python-imaging-1.1.7-3.fc14 has been submitted as an update for Fedora 14. https://admin.fedoraproject.org/updates/python-imaging-1.1.7-3.fc14 Package python-imaging-1.1.7-3.fc14: * should fix your issue, * was pushed to the Fedora 14 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing python-imaging-1.1.7-3.fc14' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/python-imaging-1.1.7-3.fc14 then log in and leave karma (feedback). python-imaging-1.1.7-4.fc15 has been submitted as an update for Fedora 15. https://admin.fedoraproject.org/updates/python-imaging-1.1.7-4.fc15 Verified. It's work correctly. Thank you. python-imaging-1.1.7-4.fc15 has been pushed to the Fedora 15 stable repository. If problems still persist, please make note of it in this bug report. |
abrt version: 1.1.18 architecture: i686 Attached file: backtrace, 15745 bytes cmdline: /usr/bin/python /usr/bin/pyshell component: wxPython Attached file: coredump, 15437824 bytes crash_function: strcpy executable: /usr/bin/python kernel: 2.6.35.12-90.fc14.i686.PAE package: wxPython-2.8.11.0-4.fc14 rating: 4 reason: Process /usr/bin/python was killed by signal 6 (SIGABRT) release: Fedora release 14 (Laughlin) time: 1304958756 uid: 500 How to reproduce ----- I wrote a python script: import Image img = Image.open("fedora.jpg") img.convert("YCbCr")