Bugzilla – Bug 1033057
ccmake version 3.7.2 segfaults
Last modified: 2017-04-10 10:53:52 UTC
Running "ccmake ." segfaults, if being executed (irrespective of the directory given). Segfaults also occur for calling ccmake without directory, but with option parameters, eg. ccmake -Wdev. "ccmake --version" or "ccmake --help" don't segfault. "gdb --args ccmake . " gives the following output: Program received signal SIGSEGV, Segmentation fault. 0x00007ffff7780bb2 in _nc_init_acs_sp () from /lib64/libtinfo.so.6 which hints to the problem being ncurses related? Using cmake-gui works (and can be used to configure the options).
This is very likely a duplicate of boo#1033198 *** This bug has been marked as a duplicate of bug 1033198 ***