looks like the fix for the race condition may have included some unintended side effects ... if you execute say: xterm -e script and then resize the xterm, script will terminate because the read() in doinput() returned -1 (with errno being set to EINTR) ... i tried just making the logic (read() > 0 || errno == EINTR), but that didnt seem to work very well ;) -mike
Attachment:
signature.asc
Description: This is a digitally signed message part.