We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
do-release-upgrade
int main() { return 0; }
clang: error: unable to execute command: posix_spawn failed: Operation not permitted
strace.zip
I assume the relevant line is: clone(child_stack=0x7f0b04c10ff0, flags=CLONE_VM|CLONE_VFORK|SIGCHLD) = -1 EINVAL (Invalid argument)
clone(child_stack=0x7f0b04c10ff0, flags=CLONE_VM|CLONE_VFORK|SIGCHLD) = -1 EINVAL (Invalid argument)
clang version 3.8.1-12ubuntu1
logs.zip
Thanks for providing WSL.
The text was updated successfully, but these errors were encountered:
Same as #1005. There's a brief discussion here and here.
Sorry, something went wrong.
Thanks for the hints. I close this a duplicate.
No branches or pull requests
Clang doesn't compile anything.
do-release-upgrade
), install clangint main() { return 0; }
Compile hello.c to a.out
clang: error: unable to execute command: posix_spawn failed: Operation not permitted
Microsoft Windows [version 10.0.14946]
strace.zip
I assume the relevant line is:
clone(child_stack=0x7f0b04c10ff0, flags=CLONE_VM|CLONE_VFORK|SIGCHLD) = -1 EINVAL (Invalid argument)
clang version 3.8.1-12ubuntu1
logs.zip
Thanks for providing WSL.
The text was updated successfully, but these errors were encountered: