Bug 742214

Summary: Running analyze_LocalGDB resulting in Python Type Error
Product: [Fedora] Fedora Reporter: lb <lb.pirat>
Component: abrtAssignee: Jiri Moskovcak <jmoskovc>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 15CC: anton, dfediuck, dvlasenk, iprikryl, jmoskovc, kklic, mmilata, mtoman, npajkovs
Target Milestone: ---   
Target Release: ---   
Hardware: i686   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2011-10-10 14:16:06 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 lb 2011-09-29 12:23:47 UTC
Description of problem:
I tried to run a local analyze of a coredump but after checking for neccessary debug packages the abrt tool always exiting with exitcode 1.

Version-Release number of selected component (if applicable):
2.0.3

How reproducible:
3 / 3

Steps to Reproduce:
1. Crash Program
2. Run Abrt
3. Choose local gnu debugger
  
Actual results:
Exitcode 1

Expected results:
Downloading neccessary debug packages

Additional info:

--- Running analyze_LocalGDB ---
Analyzing coredump 'coredump'
Coredump referenziert 106 Debuginfo-Dateien, 106 davon sind nicht installiert 
Nach erforderlichen Paketen in den Softwarebeständen wird gesucht
Pakete für 3 Debuginfo-Dateien können nicht gefunden werden
Herunterzuladende Pakete: 65
369.13Mb werden heruntergeladen, installierte Größe: 1728.15Mb
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)
TypeError: %d format: a number is required, not str
Can't download debuginfos: %d format: a number is required, not str
(exited with 1)

Comment 1 Jiri Moskovcak 2011-10-10 14:16:06 UTC

*** This bug has been marked as a duplicate of bug 728681 ***