tech-userlevel archive

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

Re: hangup in close(2) after posix_openpt(3)



On Sat, Oct 17, 2015 at 03:23:44PM +0900, Izumi Tsutsui wrote:
> I notice we can avoid the hangup in lwp_park() after exit(3)
> by calling _exit(2) instead exit(3) in the parent canuum,
> so I'll put it as a kludge for now.

Be careful, that bypasses all atexit handler. The reason why it might
work is that this includes the fflush of stdin and stdout.

Joerg


Home | Main Index | Thread Index | Old Index