Bug 560330 - [abrt] crash in system-config-language => urlgrabber (os.utime() on "no such file")
Summary: [abrt] crash in system-config-language => urlgrabber (os.utime() on "no such ...
Keywords:
Status: CLOSED DUPLICATE of bug 537394
Alias: None
Product: Fedora
Classification: Fedora
Component: python-urlgrabber
Version: 12
Hardware: x86_64
OS: Linux
low
medium
Target Milestone: ---
Assignee: James Antill
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard: abrt_hash:49b68667
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2010-01-31 01:22 UTC by Eric Alexander
Modified: 2014-01-21 23:13 UTC (History)
6 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2010-08-30 16:14:10 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
File: backtrace (3.08 KB, text/plain)
2010-01-31 01:22 UTC, Eric Alexander
no flags Details

Description Eric Alexander 2010-01-31 01:22:34 UTC
abrt 1.0.4 detected a crash.

architecture: x86_64
Attached file: backtrace
cmdline: /usr/bin/python /usr/share/system-config-language/system-config-language.py 
component: system-config-language
executable: /usr/share/system-config-language/system-config-language.py
kernel: 2.6.31.5-127.fc12.x86_64
package: system-config-language-1.3.3-3.fc12
release: Fedora release 12 (Constantine)

Comment 1 Eric Alexander 2010-01-31 01:22:38 UTC
Created attachment 387796 [details]
File: backtrace

Comment 2 Naveen Kumar 2010-04-21 10:20:53 UTC
in this bug bracktrace error:

Traceback (most recent call last):
........
........
  File "/usr/lib/python2.6/site-packages/yum/depsolve.py", line 84, in doTsSetup
    return self._getTs()
  File "/usr/lib/python2.6/site-packages/yum/depsolve.py", line 99, in _getTs
    self._getTsInfo(remove_only)
  File "/usr/lib/python2.6/site-packages/yum/depsolve.py", line 110, in _getTsInfo
    pkgSack = self.pkgSack
  File "/usr/lib/python2.6/site-packages/yum/__init__.py", line 720, in <lambda>
    pkgSack = property(fget=lambda self: self._getSacks(),
  File "/usr/lib/python2.6/site-packages/yum/__init__.py", line 549, in _getSacks
    self.repos.populateSack(which=repos)
  File "/usr/lib/python2.6/site-packages/yum/repos.py", line 277, in populateSack
    sack.populate(repo, mdtype, callback, cacheonly)
  File "/usr/lib/python2.6/site-packages/yum/yumRepo.py", line 172, in populate
    db_fn = repo._retrieveMD(mydbtype)
  File "/usr/lib/python2.6/site-packages/yum/yumRepo.py", line 1553, in _retrieveMD
    size=thisdata.size)
  File "/usr/lib/python2.6/site-packages/yum/yumRepo.py", line 823, in _getFile
    size=size
  File "/usr/lib/python2.6/site-packages/urlgrabber/mirror.py", line 408, in urlgrab
    return self._mirror_try(func, url, kw)
  File "/usr/lib/python2.6/site-packages/urlgrabber/mirror.py", line 394, in _mirror_try
    return func_ref( *(fullurl,), **kwargs )
  File "/usr/lib/python2.6/site-packages/urlgrabber/grabber.py", line 976, in urlgrab
    return self._retry(opts, retryfunc, url, filename)
  File "/usr/lib/python2.6/site-packages/urlgrabber/grabber.py", line 880, in _retry
    r = apply(func, (opts,) + args, {})
  File "/usr/lib/python2.6/site-packages/urlgrabber/grabber.py", line 962, in retryfunc
    fo = PyCurlFileObject(url, filename, opts)
  File "/usr/lib/python2.6/site-packages/urlgrabber/grabber.py", line 1056, in __init__
    self._do_open()
  File "/usr/lib/python2.6/site-packages/urlgrabber/grabber.py", line 1314, in _do_open
    self._do_grab()
  File "/usr/lib/python2.6/site-packages/urlgrabber/grabber.py", line 1455, in _do_grab
    os.utime(self.filename, (mod_time, mod_time))
OSError: [Errno 2] No existe el fichero o el directorio: '/var/cache/yum/x86_64/12/updates/150dfc735df57bee7bc14f7dcd16e557e9a03409642f3d05224528381826584f-primary.sqlite.bz2'

All these traces point to yumrepo and urlgrabber modules in python. Also our class guiinstall in gui_install.py inherits from yum.YumBase. And in stack trace error looks to occur at superclass function doTSSetup. So reassigning to python...

Comment 3 James Antill 2010-04-21 20:23:40 UTC
Yeh, this looks like a urlgrabber problem ... does this happen a lot, or were you having a temporary network problem?

Also the above looks a little familiar, so it might be fixed in F-13 ... is it possible for you to try that?

Comment 4 seth vidal 2010-08-30 16:14:10 UTC

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


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