Bug 956270 - [abrt] yum-3.4.3-47.fc18: subprocess.py:1143:_execute_child:OSError: [Errno 12] No se pudo asignar memoria
Summary: [abrt] yum-3.4.3-47.fc18: subprocess.py:1143:_execute_child:OSError: [Errno 1...
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Fedora
Classification: Fedora
Component: python-urlgrabber
Version: 18
Hardware: x86_64
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Packaging Maintenance Team
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard: abrt_hash:0c1079ebd367ee8bed11905ec05...
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-04-24 14:47 UTC by lbesteban
Modified: 2013-04-25 11:07 UTC (History)
7 users (show)

Fixed In Version: python-urlgrabber-3.9.1-23.fc18
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-04-25 11:07:34 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
File: backtrace (2.13 KB, text/plain)
2013-04-24 14:48 UTC, lbesteban
no flags Details
File: core_backtrace (1.34 KB, text/plain)
2013-04-24 14:48 UTC, lbesteban
no flags Details
File: dso_list (102 bytes, text/plain)
2013-04-24 14:48 UTC, lbesteban
no flags Details
File: environ (1.90 KB, text/plain)
2013-04-24 14:48 UTC, lbesteban
no flags Details

Description lbesteban 2013-04-24 14:47:59 UTC
Version-Release number of selected component:
yum-3.4.3-47.fc18

Additional info:
cmdline:        /usr/bin/python /bin/yum update
executable:     /bin/yum
kernel:         3.6.10-4.fc18.x86_64
uid:            0
ureports_counter: 1

Truncated backtrace:
subprocess.py:1143:_execute_child:OSError: [Errno 12] No se pudo asignar memoria

Traceback (most recent call last):
  File "/bin/yum", line 29, in <module>
    yummain.user_main(sys.argv[1:], exit_code=True)
  File "/usr/share/yum-cli/yummain.py", line 319, in user_main
    errcode = main(args)
  File "/usr/share/yum-cli/yummain.py", line 227, in main
    return_code = base.doTransaction()
  File "/usr/share/yum-cli/cli.py", line 558, in doTransaction
    problems = self.downloadPkgs(downloadpkgs, callback_total=self.download_callback_total_cb)
  File "/usr/lib/python2.7/site-packages/yum/__init__.py", line 2224, in downloadPkgs
    self.plugins.run('predownload', pkglist=pkglist)
  File "/usr/lib/python2.7/site-packages/yum/plugins.py", line 187, in run
    func(conduitcls(self, self.base, conf, **kwargs))
  File "/usr/lib/yum-plugins/presto.py", line 610, in predownload_hook
    (problems, more) = downloadPkgs(conduit, pinfo, download_pkgs)
  File "/usr/lib/yum-plugins/presto.py", line 410, in downloadPkgs
    urlgrabber.grabber.parallel_wait()
  File "/usr/lib/python2.7/site-packages/urlgrabber/grabber.py", line 2310, in parallel_wait
    start(opts, 1)
  File "/usr/lib/python2.7/site-packages/urlgrabber/grabber.py", line 2182, in start
    dl.start(opts)
  File "/usr/lib/python2.7/site-packages/urlgrabber/grabber.py", line 2112, in start
    dl = _ExternalDownloader()
  File "/usr/lib/python2.7/site-packages/urlgrabber/grabber.py", line 2035, in __init__
    stdout = subprocess.PIPE,
  File "/usr/lib64/python2.7/subprocess.py", line 679, in __init__
    errread, errwrite)
  File "/usr/lib64/python2.7/subprocess.py", line 1143, in _execute_child
    self.pid = os.fork()
OSError: [Errno 12] No se pudo asignar memoria

Local variables in innermost frame:
executable: '/usr/libexec/urlgrabber-ext-down'
shell: False
errpipe_read: 28
p2cread: 14
errread: None
startupinfo: None
close_fds: False
c2pread: 26
args: ['/usr/libexec/urlgrabber-ext-down']
gc_was_enabled: True
errwrite: None
cwd: None
self: <subprocess.Popen object at 0xa495c90>
p2cwrite: 25
env: None
c2pwrite: 27
errpipe_write: 29
creationflags: 0
preexec_fn: None
universal_newlines: False

Comment 1 lbesteban 2013-04-24 14:48:03 UTC
Created attachment 739489 [details]
File: backtrace

Comment 2 lbesteban 2013-04-24 14:48:05 UTC
Created attachment 739490 [details]
File: core_backtrace

Comment 3 lbesteban 2013-04-24 14:48:29 UTC
Created attachment 739491 [details]
File: dso_list

Comment 4 lbesteban 2013-04-24 14:48:32 UTC
Created attachment 739492 [details]
File: environ

Comment 5 Zdeněk Pavlas 2013-04-25 10:55:02 UTC
It's a dupe of BZ 873851.  I'm about to rebase python-urlgrabber in F18.

Comment 6 Zdeněk Pavlas 2013-04-25 11:07:34 UTC
Ok, it's been fixed already.


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