On Sat, Jul 18, 2009 at 03:45:51PM +0200, Nicolas Sebrecht wrote:
Running 'sh t4114-apply-typechange.sh --verbose --debug' fails since its
introduction by b67b9612e1a90ae093445abeaeff930e9f4cf936 with this
output:
* expecting success:
git checkout -f foo-becomes-binary &&
git diff-tree -p --binary HEAD foo-symlinked-to-bar > patch &&
git apply --index < patch
./test-lib.sh: line 234: 26816 Segmentation fault git checkout -f
foo-becomes-binary
Sorry, I can't reproduce here (I tried v1.6.3 and the current
'next'). The tests pass just fine with --debug (which, IIRC, doesn't
actually do much). What is the exact commit you're seeing it fail on?
Can you try running it under gdb to get a stack trace? If you have
valgrind installed, can you run the test script with --valgrind?
-Peff