filePro 32-bit binaries segv on CentOS 64-bit

Kenneth Brody kenbrody at spamcop.net
Wed Feb 19 07:55:21 PST 2014


On 2/18/2014 11:18 PM, Fairlight wrote:
[...]
> The screen(1) program puts an entire termcap entry into $TERMCAP in the
> environment.  If one runs screen and unsets $TERMCAP, no segv and it seems
> to perform as expected.  If one leaves the entry below in the environment
> variable, definite and immediate segv.
[...]
> TERMCAP=SC|screen.linux|VT 100/ANSI X3.64 virtual terminal:\
[...]
>          :kr=\EOC:kl=\EOD:
[...]

Termcap entries are (or, at least "were") limited to 1024 characters.  The 
one that screen sets in the environment is 1227 characters.

As a quick test, I modified the value to make it 1000 characters, and I now 
get the expected "terminal type not found" error.

-- 
Kenneth Brody


More information about the Filepro-list mailing list