Bug 719057
Summary: | 1:1.4.7-3.fc15 trap divide error | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Harald Reindl <h.reindl> |
Component: | cups | Assignee: | Tim Waugh <twaugh> |
Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 15 | CC: | iaslanidis, jpopelka, rhbugzilla, twaugh |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | cups-1.4.8-1.fc15 | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2011-08-03 02:39:22 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: |
Description
Harald Reindl
2011-07-05 15:53:37 UTC
We need some more info. Please install debuginfo with: debuginfo-install cups maybe you'll need to install the debuginfo from updates-testing because cups-debuginfo-1.4.7-3.fc15 hasn't populated stable repo at the moment: yum --enablerepo=updates-testing-debuginfo install cups-debuginfo Then attach gdb to cupsd and leave it running until it crashes. Do this by finding the PID of cupsd (ps ax | grep [c]upsd) and running gdb like this: gdb /usr/sbin/cupsd 1711 (gdb) continue If the crash occurs when cupsd starts you need to run it like: gdb /usr/sbin/cupsd (gdb) run After it crashes again, please run these gdb commands: bt info locals up info locals up info locals and paste the results here. Thanks! See also http://fedoraproject.org/wiki/StackTraces#gdb Can you try cups-1.4.7-6.fc15 ? https://koji.fedoraproject.org/koji/taskinfo?taskID=3185613 cups-1.4.7-6.fc15.x86_64 works for me! cups-1.4.7-6.fc15 has been submitted as an update for Fedora 15. https://admin.fedoraproject.org/updates/cups-1.4.7-6.fc15 cups-1.4.7-5.fc14 has been submitted as an update for Fedora 14. https://admin.fedoraproject.org/updates/cups-1.4.7-5.fc14 Package cups-1.4.7-6.fc15: * should fix your issue, * was pushed to the Fedora 15 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing cups-1.4.7-6.fc15' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/cups-1.4.7-6.fc15 then log in and leave karma (feedback). *** Bug 725119 has been marked as a duplicate of this bug. *** *** Bug 725403 has been marked as a duplicate of this bug. *** cups-1.4.8-1.fc15 has been pushed to the Fedora 15 stable repository. If problems still persist, please make note of it in this bug report. cups-1.4.8-2.fc14 has been submitted as an update for Fedora 14. https://admin.fedoraproject.org/updates/cups-1.4.8-2.fc14 cups-1.4.8-2.fc14 has been pushed to the Fedora 14 stable repository. If problems still persist, please make note of it in this bug report. |