Comment 57 for bug 107188

Revision history for this message
Scott Kitterman (kitterman) wrote : Re: [MASTER] [kde] Upgrade tool crashed with " Cannot allocate memory" (edgy -> feisty)

Still getting this on PIII-700 w/256 MB RAM and current Feisty Kubuntu + 3.5.7:

Traceback (most recent call last):
  File "dist-upgrade.py", line 56, in <module>
    app.run()
  File "/home/kitterma/upgrader/DistUpgradeControler.py", line 1255, in run
    self.fullUpgrade()
  File "/home/kitterma/upgrader/DistUpgradeControler.py", line 1237, in fullUpgrade
    if not self.doDistUpgrade():
  File "/home/kitterma/upgrader/DistUpgradeControler.py", line 769, in doDistUpgrade
    res = self.cache.commit(fprogress,iprogress)
  File "/usr/lib/python2.5/site-packages/apt/cache.py", line 203, in commit
    res = self.installArchives(pm, installProgress)
  File "/usr/lib/python2.5/site-packages/apt/cache.py", line 178, in installArchives
    res = installProgress.run(pm)
  File "/usr/lib/python2.5/site-packages/apt/progress.py", line 213, in run
    pid = self.fork()
  File "/home/kitterma/upgrader/DistUpgradeViewKDE.py", line 227, in fork
    self.child_pid = os.fork()
OSError: [Errno 12] Cannot allocate memory