Hi Laurent ! >been unable to find information on the Web. POSIX says nothing >special about kill() and SIGSTOP, except SIGSTOP cannot be >blocked or ignored. Why doesn't kill(-1, SIGSTOP) stop the >calling process ?
See "man 2 kill" and scroll down to the notes. kill(-1,sig) does not send to calling process on Linux. Linux specific not POSIX. -- Harald _______________________________________________ busybox mailing list [email protected] http://lists.busybox.net/mailman/listinfo/busybox
