Bug 1033057

Summary: ccmake version 3.7.2 segfaults
Product: [openSUSE] openSUSE Tumbleweed Reporter: Forgotten User CxMpa5voWs <forgotten_CxMpa5voWs>
Component: DevelopmentAssignee: Simon Lees <simonf.lees>
Status: RESOLVED DUPLICATE QA Contact: E-mail List <qa-bugs>
Severity: Normal    
Priority: P5 - None CC: dmueller, forgotten_CxMpa5voWs, forgotten_DV81ZEWZkN, simonf.lees, vcizek
Version: Current   
Target Milestone: ---   
Hardware: x86-64   
OS: Other   
Whiteboard:
Found By: --- Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---

Description Forgotten User CxMpa5voWs 2017-04-08 10:47:29 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).
Comment 1 Dr. Werner Fink 2017-04-10 10:53:52 UTC
This is very likely a duplicate of boo#1033198

*** This bug has been marked as a duplicate of bug 1033198 ***