-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
posix-spawn/run fail to run, no output on CentOS 7 #4
Comments
I've tried gdb to check what's going on but didn't find useful information.
Based on the descriptoin we should use this flag when we want to set sigmask. With that, I have a patch as shown below to correctly run ls command. strace
|
The proposal fix also resolves the issue |
On CentOS 7, below simple program is failing to run. There is no output on
CentOS 7.
From strace we can see there is no relevant system call like clone, fork or
vfork.
The text was updated successfully, but these errors were encountered: