giacomo boffi <boffi(a)rachele.stru.polimi.it> writes:
1 select(5, [0 3 4], NULL, NULL, NULL <unfinished ...>
2 --- SIGHUP (Hangup) ---
3 --- SIGCONT (Continued) ---
4 <... select resumed> ) = -1 ENOSYS (Function not
implemented)
It is getting the SIGHUP but it is not dying... (Are signal handler
settings preseverd over fork/xexec.
5 read(0, "", 1) = 0
However it read should have return -1. Is stdin for some reason in
N_DELAY mode? Is this inherited from the window manager?
Jan