Description of problem: abrt catched a core dump and then it tries to download the corresponding debuginfo files, but files because of a python TypeError: --- Running analyze_LocalGDB --- Analyzing coredump 'coredump' Coredump referenziert 232 Debuginfo-Dateien, 232 davon sind nicht installiert Nach erforderlichen Paketen in den Softwarebeständen wird gesucht Pakete für 6 Debuginfo-Dateien können nicht gefunden werden Herunterzuladende Pakete: 116 298.31Mb werden heruntergeladen, installierte Größe: 1262.10Mb Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/urlgrabber/grabber.py", line 1695, in _progress_update self.opts.progress_obj.update(downloaded) File "/usr/lib/python2.7/site-packages/yum/callbacks.py", line 91, in update BaseMeter.update( self, amount_read, now ) File "/usr/lib/python2.7/site-packages/urlgrabber/progress.py", line 141, in update self._do_update(amount_read, now) File "/usr/lib/python2.7/site-packages/yum/callbacks.py", line 113, in _do_update self.updateProgress(name,frac,fread,frtime) File "/usr/bin/abrt-action-install-debuginfo", line 172, in updateProgress % (self.downloaded_pkgs + 1, self.total_pkgs, name, pct) Version-Release number of selected component (if applicable): $ yum list installed abrt* Installierte Pakete abrt.i686 2.0.3-1.fc15 @updates abrt-addon-ccpp.i686 2.0.3-1.fc15 @updates abrt-addon-kerneloops.i686 2.0.3-1.fc15 @updates abrt-addon-python.i686 2.0.3-1.fc15 @updates abrt-cli.i686 2.0.3-1.fc15 @updates abrt-desktop.i686 2.0.3-1.fc15 @updates abrt-devel.i686 2.0.3-1.fc15 @updates abrt-gui.i686 2.0.3-1.fc15 @updates abrt-libs.i686 2.0.3-1.fc15 @updates abrt-plugin-bugzilla.i686 2.0.3-1.fc15 @updates abrt-plugin-logger.i686 2.0.3-1.fc15 @updates abrt-plugin-mailx.i686 2.0.3-1.fc15 @updates abrt-plugin-reportuploader.i686 2.0.3-1.fc15 @updates abrt-plugin-rhtsupport.i686 2.0.3-1.fc15 @updates
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 ***