The following issue has been SUBMITTED. ====================================================================== http://www.cmake.org/Bug/view.php?id=15133 ====================================================================== Reported By: N. Thompson Assigned To: ====================================================================== Project: CMake Issue ID: 15133 Category: CMake Reproducibility: have not tried Severity: minor Priority: normal Status: new ====================================================================== Date Submitted: 2014-09-06 21:27 EDT Last Modified: 2014-09-06 21:27 EDT ====================================================================== Summary: CMake 3.0.1 shows Segmentation Fault after installation under Cygwin64 on Windows7 Description: The CMake 3.0.1 source was downloaded (cmake-3.0.1.tar.gz with LF line endings), compiled and installed following the instructions on the CMake web site. Everything worked normally as the attached log file shows. When CMake was subsequently run to show the version number using cmake -version, a segmentation fault occurred (see log file).
Steps to Reproduce: 1, Delete all previous remnants of cygwin from system 2. Download and run http://cygwin.com/setup-x86_64.exe to install 64-bit cygwin 3. When asked, selected the option to install everything 4. From cygwin terminal window run "cmake -version" to confirm version is 2.8 5. Download and decompress cmake-3.0.1.tar.gz (version with LF line endings) 6. Run "tar -xzvf cmake-3.0.1.tar.gz" to decompress and extract cmake 7. Change to cmake-3.0.1 directory created by previous step. 8. Run "./configure" 9. Run "make" 10. Run "make install" 11. Reboot system 12. Run "cmake -version" from a cywgin terminal window 13. The segmentation fault will occur Additional Information: The system is running Windows X64 Ultimate. Since a 64-bit version of cygwin was needed, the 32-bit version of cygwin that was originally installed on this system was removed. All remnants of cygwin were deleted from the system including the directories and desktop icons and start-menu entries. A new 64-bit was installed successfully without any failures. Every application in the cygwin package was installed. After cygwin64 was installed, cmake was run to show the version of cmake that came with the cygwin installer. It ran successfully and showed something like 2.8.11. ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2014-09-06 21:27 N. Thompson New Issue 2014-09-06 21:27 N. Thompson File Added: cmake-3.0.1-cygwin64-failed-install-log-20140906.log ====================================================================== -- Powered by www.kitware.com Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Kitware offers various services to support the CMake community. For more information on each offering, please visit: CMake Support: http://cmake.org/cmake/help/support.html CMake Consulting: http://cmake.org/cmake/help/consulting.html CMake Training Courses: http://cmake.org/cmake/help/training.html Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Follow this link to subscribe/unsubscribe: http://public.kitware.com/mailman/listinfo/cmake-developers
