-
Notifications
You must be signed in to change notification settings - Fork 365
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
^C do not kill all subprocess during a install #3373
Comments
On Linux, opam relay the |
Oh I mixed SIGINT and SIGTERM. So this is more a issue of ocamlbuild that opam ? |
Yes, not really an opam issue. Given this tree:
|
Ok thanks for the reply. |
During the compilation of dose3 I try to kill the compilation with a ^C. This return me to the shell but there is still some process running.
This is what is running after a ^C:
I have to send a SIGTERM to stop it.
opam config report:
The text was updated successfully, but these errors were encountered: