sdaitzman / flyback

Automatically exported from code.google.com/p/flyback
0 stars 0 forks source link

Out of Memory Exception at End of Backup #95

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Running FlyBack 6.5.1 for the first time on Ubuntu 10.10.

Towards the end of the backup, I got a malloc failure and an exception is 
thrown.  However, the exception doesn't seem to be caught properly and FlyBack 
just sits there.
:
create mode 100644 xplicence
$ GIT_DIR="/media/BigDisk/.flybackdb_701f6a5c41e6eaf23bede9ae55f3bbc98536786f" 
GIT_WORK_TREE="/home/andrew" git repack -A -d --max-pack-size=2000
warning: minimum pack size limit is 1 MiB
Counting objects: 108688, done.
Delta compression using up to 2 threads.
fatal: Out of memory, malloc failed4938)   
Exception in thread Thread-3:
Traceback (most recent call last):
  File "/usr/lib/python2.6/threading.py", line 532, in __bootstrap_inner
    self.run()
  File "/usr/share/flyback/manage_backup_gui.py", line 78, in run
    backup.backup(gui.uuid, gui.host, gui.path)
  File "/usr/share/flyback/backup.py", line 274, in backup
    raise Exception(s)
Exception

On killing and restarting FThe backup seems to have worked, though I haven't 
tried restoring any files.

Regards,

Andrew

Original issue reported on code.google.com by palme...@gmail.com on 2 Nov 2010 at 8:00