Bug 1033057 - ccmake version 3.7.2 segfaults
Summary: ccmake version 3.7.2 segfaults
Status: RESOLVED DUPLICATE of bug 1033198
Alias: None
Product: openSUSE Tumbleweed
Classification: openSUSE
Component: Development (show other bugs)
Version: Current
Hardware: x86-64 Other
: P5 - None : Normal (vote)
Target Milestone: ---
Assignee: Simon Lees
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-04-08 10:47 UTC by Forgotten User CxMpa5voWs
Modified: 2017-04-10 10:53 UTC (History)
5 users (show)

See Also:
Found By: ---
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***