Bug 742214 - Running analyze_LocalGDB resulting in Python Type Error
Summary: Running analyze_LocalGDB resulting in Python Type Error
Keywords:
Status: CLOSED DUPLICATE of bug 728681
Alias: None
Product: Fedora
Classification: Fedora
Component: abrt
Version: 15
Hardware: i686
OS: Linux
unspecified
unspecified
Target Milestone: ---
Assignee: Jiri Moskovcak
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2011-09-29 12:23 UTC by lb
Modified: 2015-02-01 22:54 UTC (History)
9 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2011-10-10 14:16:06 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

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 ***


Note You need to log in before you can comment on or make changes to this bug.