From: Kenneth P. <sh...@se...> - 2010-11-29 00:27:25
|
I've put a backtrace of a segfault in restore 0.4b43 here: <http://pastebin.com/kBhdnMxb> I'm verifying a backup of an entire partition from a file on a mounted USB drive. The file being compared exists, but it looks like one that's probably been logrotated since the backup. Summary: Core was generated by `/sbin/restore -C -l -L 10000 -b 64 -f /mnt/Backup/0/root/dump -a'. #0 readxattr (buffer=0xbfd76bf8 "") at tape.c:1294 1294 if (curfile.dip->di_size > XATTR_MAXSIZE) { (gdb) bt #0 readxattr (buffer=0xbfd76bf8 "") at tape.c:1294 #1 0x080548bc in compareattr (name=0x8069ec7 "./var/log/named/queries") at tape.c:1731 #2 0x0805789d in comparefile (name=0x8069ec7 "./var/log/named/queries") at tape.c:1946 #3 0x0805025a in compare_entry (ep=0x18633ed0, do_compare=1) at restore.c:694 #4 0x0805049f in compareleaves () at restore.c:748 #5 0x0804ed98 in main (argc=Cannot access memory at address 0x0 ) at main.c:475 |