Michael Eriksson <Michael.Eriksson@era-t.ericsson.se> writes: > I now have a problem that the output from ptys gets truncated when the > slave process exits. It looks like SA bug. ltsleep(PCATCH) called inside exit1() returns EINTR. So, ttywait() fails to drain ouput. enami.