The following issue has been SUBMITTED. ====================================================================== http://www.cmake.org/Bug/view.php?id=14295 ====================================================================== Reported By: milk Assigned To: ====================================================================== Project: CMake Issue ID: 14295 Category: CMake Reproducibility: sometimes Severity: crash Priority: normal Status: new ====================================================================== Date Submitted: 2013-07-16 11:16 EDT Last Modified: 2013-07-16 11:16 EDT ====================================================================== Summary: CMake segfaults during compilation Description: CMake segfaults during compilation of our project. Compilation is done with several threads (-j8).
Additional Information: We compile cmake inside our own toolchain with GCC 4.8.1 === backtrace: Core was generated by `/sandbox/toolchain/bin/cmake -E cmake_link_script CMakeFiles/load'. Program terminated with signal SIGSEGV, Segmentation fault. http://www.cmake.org/Bug/view.php?id=0 0x00007f9bcb33821b in check_match.12444 () from /lib64/ld-linux-x86-64.so.2 (gdb) bt http://www.cmake.org/Bug/view.php?id=0 0x00007f9bcb33821b in check_match.12444 () from /lib64/ld-linux-x86-64.so.2 http://www.cmake.org/Bug/view.php?id=1 0x00007f9bcb338a7a in do_lookup_x () from /lib64/ld-linux-x86-64.so.2 http://www.cmake.org/Bug/view.php?id=2 0x00007f9bcb338e4a in _dl_lookup_symbol_x () from /lib64/ld-linux-x86-64.so.2 http://www.cmake.org/Bug/view.php?id=3 0x00007f9bcb33cfe0 in _dl_fixup () from /lib64/ld-linux-x86-64.so.2 http://www.cmake.org/Bug/view.php?id=4 0x00007f9bcb343715 in _dl_runtime_resolve () from /lib64/ld-linux-x86-64.so.2 http://www.cmake.org/Bug/view.php?id=5 0x000000000094e7ca in kwsysProcessesSignalHandler (signum=17, info=0x7fff27df4970, ucontext=0x7fff27df4840) at /sandbox/cmake-git/Source/kwsys/ProcessUNIX.c:2739 http://www.cmake.org/Bug/view.php?id=6 <signal handler called> http://www.cmake.org/Bug/view.php?id=7 0x00007f9bca6a34d3 in __select_nocancel () from /lib64/libc.so.6 http://www.cmake.org/Bug/view.php?id=8 0x000000000094bece in kwsysProcessWaitForPipe (cp=0x1cf1050, data=0x0, length=0x0, wd=0x7fff27df4ed0) at /sandbox/cmake-git/Source/kwsys/ProcessUNIX.c:1159 http://www.cmake.org/Bug/view.php?id=9 0x000000000094b9f4 in cmsysProcess_WaitForData (cp=0x1cf1050, data=0x0, length=0x0, userTimeout=0x0) at /sandbox/cmake-git/Source/kwsys/ProcessUNIX.c:995 http://www.cmake.org/Bug/view.php?id=10 0x000000000094bfc9 in cmsysProcess_WaitForExit (cp=0x1cf1050, userTimeout=0x0) at /sandbox/cmake-git/Source/kwsys/ProcessUNIX.c:1289 http://www.cmake.org/Bug/view.php?id=11 0x000000000078075e in cmake::ExecuteLinkScript (args=...) at /sandbox/cmake-git/Source/cmake.cxx:3378 http://www.cmake.org/Bug/view.php?id=12 0x000000000077a61c in cmake::ExecuteCMakeCommand (args=...) at /sandbox/cmake-git/Source/cmake.cxx:1689 http://www.cmake.org/Bug/view.php?id=13 0x00000000006c4d0d in do_cmake (ac=5, av=0x7fff27df5c48) at /sandbox/cmake-git/Source/cmakemain.cxx:508 http://www.cmake.org/Bug/view.php?id=14 0x00000000006c4145 in main (ac=5, av=0x7fff27df5c48) at /sandbox/cmake-git/Source/cmakemain.cxx:338 ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2013-07-16 11:16 milk New Issue ====================================================================== -- Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Follow this link to subscribe/unsubscribe: http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers
