Comment 35 for bug 153996

Revision history for this message
Mouse (a-kachalov) wrote :

Not work for me:
$ svnadmin create --fs-type bdb $PWD/test
$ svnadmin dump $PWD/test
Segmentation fault (core dumped)

$ strace -fF svnadmin dump $PWD/test
open("/tmp/test/db/lock-tokens", O_RDWR|O_LARGEFILE) = 15
fcntl64(15, F_SETFD, FD_CLOEXEC) = 0
read(15, "\0\0\0\0\1\0\0\0\0\0\0\0b1\5\0\t\0\0\0\0\20\0\0\0\t\0\0"..., 512) = 512
close(15) = 0
stat64("/tmp/test/db/lock-tokens", {st_mode=S_IFREG|0644, st_size=8192, ...}) = 0
open("/tmp/test/db/lock-tokens", O_RDWR|O_LARGEFILE) = 15
fcntl64(15, F_SETFD, FD_CLOEXEC) = 0
fstat64(15, {st_mode=S_IFREG|0644, st_size=8192, ...}) = 0
time(NULL) = 1197650286
open("/tmp/test/db/format", O_RDONLY|O_LARGEFILE) = 16
read(16, "2\n", 80) = 2
close(16) = 0
--- SIGSEGV (Segmentation fault) @ 0 (0) ---
+++ killed by SIGSEGV (core dumped) +++

GDB says:
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread -1216657744 (LWP 28205)]
0x00000000 in ?? ()

Pkgs:
subversion = 1.4.4dfsg1-1ubuntu3
libdb4.4 = 4.4.20-8.1ubuntu3.1