BackupPC-users

[BackupPC-users] backuppcfuse.pl dies with "Segmentation fault"

2012-04-06 09:11:54
Subject: [BackupPC-users] backuppcfuse.pl dies with "Segmentation fault"
From: Dan Johansson <Dan.Johansson AT dmj DOT nu>
To: backuppc-users AT lists.sourceforge DOT net
Date: Fri, 06 Apr 2012 15:10:10 +0200
Hi,

I have at last come around to play with backuppcfuse.pl.
But when I start it, it fails with "Segmentation fault":

$ perl -I /usr/lib /usr/local/scripts/backuppcfs.pl -f /mnt/backuppc/
Segmentation fault

Here are the last few lines of a strace:
brk(0xece000)                           = 0xece000
read(3, "rn undef;\n    }\n    ($sub)=(cach"..., 4096) = 4096
read(3, "e ($pos<$offset) { # as long a t"..., 4096) = 4096
brk(0xeef000)                           = 0xeef000
read(3, "ew session: $!\";\n}\n\ndaemonize if"..., 4096) = 1014
read(3, "", 4096)                       = 0
close(3)                                = 0
getgroups(0, NULL)                      = 2
getgroups(2, [16, 442])                 = 2
stat("/mnt/backuppc/", {st_mode=S_IFDIR|0777, st_size=48, ...}) = 0
--- {si_signo=SIGSEGV, si_code=SI_KERNEL, si_addr=0} (Segmentation fault) ---
+++ killed by SIGSEGV +++
Segmentation fault


The mountpoint is there (owned by backluppc and mode 777):
$ ls -pal  /mnt/backuppc/
total 0
drwxrwxrwx 2 backuppc backuppc  48 Apr  6 14:22 ./
drwxr-xr-x 9 root     root     240 Apr  6 14:22 ../

Any suggestions on how to resolve this and get backuppcfuse.pl up & running.

-- 
Dan Johansson, <http://www.dmj.nu>
***************************************************
This message is printed on 100% recycled electrons!
***************************************************

------------------------------------------------------------------------------
For Developers, A Lot Can Happen In A Second.
Boundary is the first to Know...and Tell You.
Monitor Your Applications in Ultra-Fine Resolution. Try it FREE!
http://p.sf.net/sfu/Boundary-d2dvs2
_______________________________________________
BackupPC-users mailing list
BackupPC-users AT lists.sourceforge DOT net
List:    https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:    http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/

<Prev in Thread] Current Thread [Next in Thread>
  • [BackupPC-users] backuppcfuse.pl dies with "Segmentation fault", Dan Johansson <=