semctl01 and shmctl01 will hang during uClinux test: ltp test case shmctl01 and semctl01 can not execute. When press ctrl and c, it can not exist.
--
root:/> shmctl01

^Cshmctl01    0  INFO  :  received unexpected signal 2
^Cshmctl01    0  INFO  :  received unexpected signal 2
--
The reason is the child will unlink the pipe if pipename isn't NULL,which may make the parent waitting forever. Signed-off-by: Bob Liu <lliubbo@gmail.com>.
2 files changed