Bug 728681
Summary: | abrt fails to download debuginfo because of "TypeError: %d format" in grabber.py | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Thomas Meyer <thomas.mey> |
Component: | abrt | Assignee: | Jiri Moskovcak <jmoskovc> |
Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | medium | Docs Contact: | |
Priority: | unspecified | ||
Version: | 15 | CC: | anton, dfediuck, dvlasenk, iprikryl, jmoskovc, kklic, lb.pirat, mtoman, npajkovs |
Target Milestone: | --- | Keywords: | Reopened |
Target Release: | --- | ||
Hardware: | i686 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2011-11-03 09:20:26 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: | |||
Bug Depends On: | |||
Bug Blocks: | 744774 |
Description
Thomas Meyer
2011-08-06 11:05:14 UTC
Does this problem still occur on your system? *** Bug 742214 has been marked as a duplicate of this bug. *** Sorry, but I did upgrade this machine to Fedora 16 beta over the weekend. I don't know if the error still occurs. Ok, closing this bug as it seems to be fixed, feel free to reopen it if it happens again. Just tried it and the bug is not fixed. reproducer: 0. clean /var/cache/abrt-di/ 1. crash something 2. run LANG=de_DE.UTF-8 abrt-gui 3. generate backtrace I found the problem - it's caused by the German translation file, the translator switched %s with %i, so the code is getting string where it should get integer, will build a new version with the fix asap. The workaround is to run abrt-gui with the C locale: $ LANG=C abrt-gui Same as bug 730422. Still present in FC16. *** This bug has been marked as a duplicate of bug 730422 *** |