This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [ANNOUNCEMENT] [1.7] Updated: {ncurses/libncurses9/libncurses-devel/ncurses-demo}-5.7-15


Charles Wilson <cygwin <at> cwilson.fastmail.fm> writes:

> 
> ncurses is a package that provides character and terminal handling
> libraries, including 'gui-like' panels and menus.  It is often used
> instead of termcap.
> 
> This is a packaging bug fix, and an update to latest upstream.
> 
> [[ compiled using gcc-4.3.4-1 ]]
> 
> CHANGES since 5.7-14
> ========================
> o Update to 20091024 patchset
> o Rename ncurses9-config file to ncurses5-config
> o Moved ncurses*-config file to -devel package
> o Compiled using gcc-4.3.4-1


I'm getting a segmentation fault when I try to use tput.  The program runs 
successfully if you just ask it for a version number, or if asked for a non-
existent capability, but gets a seg fault when asked about a real capability.

$ tput sgr0
Segmentation fault (core dumped)                <---- this is wrong
$ tput -V
ncurses 5.7.20091024                            <---- OK, latest version
$ tput garbage
tput: unknown terminfo capability 'garbage'     <---- OK, this is correct
$ type tput
tput is hashed (/bin/tput)

The seg fault didn't happen with the previous version.  Is there anything else 
I should try to debug this?  Would you like cygcheck output?

-- 
Eric Backus



--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]