Closed llvmbot closed 12 years ago
@Eli Friedman: it is indeed OK now after I did "svn up" and rebuilt.
Indeed fixed by r146950.
This bug has been marked as a duplicate of bug llvm/llvm-project#11943
This should be fixed as of r146950; would you mind checking that?
Looks like this is related to bug 11571.
Extended Description
Hi all. Thanks for your work on LLVM and clang.
When I try to build Freecell Solver ( http://fc-solve.shlomifish.org/ ) using it, I'm getting a segfault on one of its board generation programs:
shlomif[fcs]:$trunk/fc-solve/source/board_gen$ /home/shlomif/apps/llvm/bin/clang-3.1 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -disable-free -disable-llvm-verifier -main-file-name make_aisleriot_freecell_board.c -mrelocation-model static -masm-verbose -mconstructor-aliases -munwind-tables -target-cpu x86-64 -momit-leaf-frame-pointer -coverage-file CMakeFiles/make-aisleriot-freecell-board.dir/make_aisleriot_freecell_board.c.o -resource-dir /home/shlomif/apps/llvm/bin/../lib/clang/3.1 -D NDEBUG -fmodule-cache-path /home/shlomif/tmp/clang-module-cache -internal-isystem /usr/local/include -internal-isystem /home/shlomif/apps/llvm/bin/../lib/clang/3.1/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -O3 -fdebug-compilation-dir /home/shlomif/progs/freecell/trunk/fc-solve/source/board_gen -ferror-limit 19 -fmessage-length 80 -mstackrealign -fgnu-runtime -fobjc-runtime-has-arc -fobjc-runtime-has-weak -fobjc-fragile-abi -fdiagnostics-show-option -fcolor-diagnostics -x c make_aisleriot_freecell_board.c Stack dump:
I'll attach the offending file soon, and a reproducing script, and a patch I applied to the clang svn trunk to get it to run properly on Mageia Linux.
Regards,
-- Shlomi Fish