[darcs-users] Darcs segfault
Erik de Castro Lopo
mle+tools at mega-nerd.com
Wed Mar 9 03:14:41 UTC 2011
Hi all,
I've just scp (secure copied) a darcs repo from an powerpc-linux
(big endian) machine to a x86_64-linux machine (little endian)
and now "darcs whatsnew -s" is segfaulting (strace below).
Is this a known issue?
Cheers,
Erik
stat("_darcs/pristine.hashed/0000003820-105a9fa0c2cd3b46f41cfbf3be3eda001c425cd9a505397efc717f796671075d", {st_mode=S_IFREG|0640, st_size=2140, ...}) = 0
open("_darcs/pristine.hashed/0000003820-105a9fa0c2cd3b46f41cfbf3be3eda001c425cd9a505397efc717f796671075d", O_RDONLY|O_NOCTTY|O_NONBLOCK) = 5
fstat(5, {st_mode=S_IFREG|0640, st_size=2140, ...}) = 0
fcntl(5, F_GETFL) = 0x8800 (flags O_RDONLY|O_NONBLOCK|O_LARGEFILE)
ioctl(5, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffa952da00) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(5, {st_mode=S_IFREG|0640, st_size=2140, ...}) = 0
read(5, "\37\213\10\0\0\0\0\0\0\3]\227\331n\\\307\21\206\357\371.\207\350}\361\235\242\20\261a[\t"..., 8192) = 2140
close(5) = 0
getcwd("/Other/erikd/Haskell/ghc-upstream", 4096) = 34
chdir("/Other/erikd/Haskell/ghc-upstream") = 0
open("_darcs/patches/pending", O_RDONLY|O_NOCTTY|O_NONBLOCK) = 5
fstat(5, {st_mode=S_IFREG|0640, st_size=4, ...}) = 0
fcntl(5, F_GETFL) = 0x8800 (flags O_RDONLY|O_NONBLOCK|O_LARGEFILE)
ioctl(5, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffa952da00) = -1 ENOTTY (Inappropriate ioctl for device)
read(5, "{\n}\n", 8192) = 4
close(5) = 0
open("_darcs/patches/pending", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0640, st_size=4, ...}) = 0
fstat(5, {st_mode=S_IFREG|0640, st_size=4, ...}) = 0
mmap(NULL, 4, PROT_READ, MAP_PRIVATE, 5, 0) = 0x7fb5d1ca8000
close(5) = 0
chdir("/Other/erikd/Haskell/ghc-upstream") = 0
stat("_darcs/index_invalid", 0x7fb5cdf57eb0) = -1 ENOENT (No such file or directory)
stat("_darcs/index", {st_mode=S_IFREG|0640, st_size=107068, ...}) = 0
open("_darcs/index", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0640, st_size=107068, ...}) = 0
mmap(NULL, 4, PROT_READ, MAP_PRIVATE, 5, 0) = 0x7fb5d1ca7000
close(5) = 0
stat("_darcs/index", {st_mode=S_IFREG|0640, st_size=107068, ...}) = 0
lstat("_darcs/index", {st_mode=S_IFREG|0640, st_size=107068, ...}) = 0
open("_darcs/index", O_RDWR|O_CREAT, 0666) = 5
fstat(5, {st_mode=S_IFREG|0640, st_size=107068, ...}) = 0
mmap(NULL, 107068, PROT_READ|PROT_WRITE, MAP_SHARED, 5, 0) = 0x7fb5d1c67000
close(5) = 0
lstat(".", {st_mode=S_IFDIR|0750, st_size=4096, ...}) = 0
--- SIGSEGV (Segmentation fault) @ 0 (0) ---
+++ killed by SIGSEGV +++
Segmentation fault
--
----------------------------------------------------------------------
Erik de Castro Lopo
http://www.mega-nerd.com/
More information about the darcs-users
mailing list