NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: bin/41954: "sh -i" regressed in 5.99



The following reply was made to PR bin/41954; it has been noted by GNATS.

From: Aleksej Saushev <asau%inbox.ru@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: 
Subject: Re: bin/41954: "sh -i" regressed in 5.99
Date: Wed, 28 Oct 2009 00:09:22 +0300

 Aleksej Saushev <asau%inbox.ru@localhost> writes:
 
 >  The following information may be of some interest:
 >  when I configure Emacs to start "sh +i" instead of "sh -i",
 >  the inferior shell starts.
 
 Another data point: I see same symptoms while working with gnuplot,
 which suggests bug in library rather than the shell itself.
 This library may be editline or termcap:
 
 /bin/sh:
        -lc.12 => /lib/libc.so.12
        -ltermcap.0 => /lib/libtermcap.so.0
        -ledit.3 => /lib/libedit.so.3
 /bin/ksh:
        -lc.12 => /lib/libc.so.12
 
 ksh works correctly here, and "sh +i" possibly avoids problematic functions.
 
 
 -- 
 HE CE3OH...
 


Home | Main Index | Thread Index | Old Index