Darcs segfault
Erik de Castro Lopo <mle+tools <at> mega-nerd.com>
2011-03-09 03:14:41 GMT
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)
(Continue reading)