2007-11-05 darwin.i386 ksh

env -i ./ksh
$ ulimit -u 10 # I have more than 10 processes running
$ date
^c works

dtruss shows repeated fork() -1/EAGAIN and wait4

if you try
$ date &
The shell will never return to the user; ^c is ignored.

_______________________________________________
ast-developers mailing list
[email protected]
https://mailman.research.att.com/mailman/listinfo/ast-developers

Reply via email to