Clear signal mask _between_ fork() and exec*().
Before fork() would break VLC's own sigmask. After exec*() would rely on the children program to do it (and many don't).
Showing
Please register or sign in to comment
Before fork() would break VLC's own sigmask. After exec*() would rely on the children program to do it (and many don't).