I'm having problems with a crashed upgrade process. When I was running dist upgrade it suddenly started taking up all of the memory on my computer, finally ending when dist-upgrade.py literally ran out of memory and died. It was near the end of or shortly after the Install the Upgrades step. I haven't restarted the upgrade program because I don't want to further mess anything up.
I looked in /var/log/dist-upgrade/main.log and found this traceback near the end.
As always, any help is greatly appreciated.
-Pingveno
I looked in /var/log/dist-upgrade/main.log and found this traceback near the end.
Code:
Traceback (most recent call last): File "/tmp/kde-root/adept_managerz3wXkb.tmp-extract/dist-upgrade.py", line 59, in <module> app.run() File "/tmp/kde-root/adept_managerz3wXkb.tmp-extract/DistUpgradeControler.py", line 1346, in run self.fullUpgrade() File "/tmp/kde-root/adept_managerz3wXkb.tmp-extract/DistUpgradeControler.py", line 1335, in fullUpgrade self.doPostUpgrade() File "/tmp/kde-root/adept_managerz3wXkb.tmp-extract/DistUpgradeControler.py", line 945, in doPostUpgrade res = self.cache.commit(fprogress,iprogress) File "/tmp/kde-root/adept_managerz3wXkb.tmp-extract/DistUpgradeCache.py", line 69, in commit apt.Cache.commit(self, fprogress, iprogress) File "/usr/lib/python2.5/site-packages/apt/cache.py", line 203, in commit if fetchProgress == None: File "/usr/lib/python2.5/site-packages/apt/cache.py", line 178, in installArchives # this can throw a exception File "/usr/lib/python2.5/site-packages/apt/progress.py", line 213, in run pid = self.fork() File "/tmp/kde-root/adept_managerz3wXkb.tmp-extract/DistUpgradeViewKDE.py", line 244, in fork self.child_pid = os.fork() OSError: [Errno 12] Cannot allocate memory 2007-10-21 17:16:11,106 ERROR failed to import apport python module, can't report bug: No module named python_hook
-Pingveno
Comment