Subject: Re: Truncated output from ptys at slave exit
To: Michael Eriksson <Michael.Eriksson@era-t.ericsson.se>
From: enami tsugutomo <enami@sm.sony.co.jp>
List: current-users
Date: 09/05/2003 19:23:46
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.