Bug 1036726 - [abrt] yum-3.4.3-106.fc20: grabber.py:2423:estimate:OverflowError: (34, '\xc4\x8c\xc3\xadseln\xc3\xbd v\xc3\xbdsledek mimo rozsah')
Summary: [abrt] yum-3.4.3-106.fc20: grabber.py:2423:estimate:OverflowError: (34, '\xc4...
Keywords:
Status: CLOSED DUPLICATE of bug 1013733
Alias: None
Product: Fedora
Classification: Fedora
Component: python-urlgrabber
Version: 20
Hardware: x86_64
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Packaging Maintenance Team
QA Contact: Fedora Extras Quality Assurance
URL: https://retrace.fedoraproject.org/faf...
Whiteboard: abrt_hash:c17a0124e5d4ed9298952f54944...
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-12-02 14:13 UTC by Martin Bříza
Modified: 2013-12-02 15:18 UTC (History)
5 users (show)

Fixed In Version: python-urlgrabber-3.10-0.fc20
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-12-02 15:18:05 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
File: backtrace (1.95 KB, text/plain)
2013-12-02 14:13 UTC, Martin Bříza
no flags Details
File: environ (3.44 KB, text/plain)
2013-12-02 14:13 UTC, Martin Bříza
no flags Details

Description Martin Bříza 2013-12-02 14:13:09 UTC
Description of problem:
Trying to install a package after having the system in the year 2150 for a while

Version-Release number of selected component:
yum-3.4.3-106.fc20

Additional info:
reporter:       libreport-2.1.9
cmdline:        /usr/bin/python /usr/bin/yum install kdm
dso_list:       python-urlgrabber-3.9.1-32.fc20.noarch
executable:     /usr/bin/yum
kernel:         3.11.8-300.fc20.x86_64
runlevel:       N 5
type:           Python
uid:            0

Truncated backtrace:
grabber.py:2423:estimate:OverflowError: (34, '\xc4\x8c\xc3\xadseln\xc3\xbd v\xc3\xbdsledek mimo rozsah')

Traceback (most recent call last):
  File "/usr/bin/yum", line 29, in <module>
    yummain.user_main(sys.argv[1:], exit_code=True)
  File "/usr/share/yum-cli/yummain.py", line 316, in user_main
    errcode = main(args)
  File "/usr/share/yum-cli/yummain.py", line 219, in main
    return_code = base.doTransaction()
  File "/usr/share/yum-cli/cli.py", line 630, in doTransaction
    problems = self.downloadPkgs(downloadpkgs, callback_total=self.download_callback_total_cb)
  File "/usr/lib/python2.7/site-packages/yum/__init__.py", line 2449, in downloadPkgs
    **kwargs
  File "/usr/lib/python2.7/site-packages/yum/yumRepo.py", line 1054, in getPackage
    **kwargs
  File "/usr/lib/python2.7/site-packages/yum/yumRepo.py", line 1012, in _getFile
    result = self.grab.urlgrab(misc.to_utf8(relative), local,
  File "/usr/lib/python2.7/site-packages/yum/yumRepo.py", line 693, in <lambda>
    grab = property(lambda self: self._getgrab())
  File "/usr/lib/python2.7/site-packages/yum/yumRepo.py", line 688, in _getgrab
    self._setupGrab()
  File "/usr/lib/python2.7/site-packages/yum/yumRepo.py", line 654, in _setupGrab
    failure_callback=mirror_failure)
  File "/usr/lib/python2.7/site-packages/urlgrabber/mirror.py", line 275, in __init__
    self.mirrors.sort(key=estimate, reverse=True)
  File "/usr/lib/python2.7/site-packages/urlgrabber/mirror.py", line 269, in estimate
    speed, fail = _TH.estimate(m['mirror'])
  File "/usr/lib/python2.7/site-packages/urlgrabber/grabber.py", line 2423, in estimate
    k = 2**((ts - time.time()) / default_grabber.opts.half_life)
OverflowError: (34, '\xc4\x8c\xc3\xadseln\xc3\xbd v\xc3\xbdsledek mimo rozsah')

Local variables in innermost frame:
ts: 4294967314
default_speed: 1000000.0
baseurl: 'http://download.eng.brq.redhat.com/pub/fedora/linux/updates/testing/20/x86_64/'
host: 'download.eng.brq.redhat.com'
fail: 0
speed: 20420000

Comment 1 Martin Bříza 2013-12-02 14:13:26 UTC
Created attachment 831600 [details]
File: backtrace

Comment 2 Martin Bříza 2013-12-02 14:13:30 UTC
Created attachment 831601 [details]
File: environ

Comment 3 Zdeněk Pavlas 2013-12-02 15:18:05 UTC
I firmly believe this is fixed in python-urlgrabber-3.10-0.fc20 please reopen if not.

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


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