-
As per the title, unload isn't dispatched on sigint.
If we look to the browser, the equivalent would be a page close, which does dispatch unload.
-
BPO | [36667](https://bugs.python.org/issue36667)
--- | :---
Nosy | @blueyed
PRs | python/cpython#12880
*Note: these values reflect the state of the issue at the time it was migrated and might not re…
-
Hi, I was wondering if the rustyline team was interested for help concerning signal handling ?
Currently, rustlyline only listens to SIGWINCH and it would be nice to have at least SIGINT, (that would…
-
While https://github.com/owncloud/ocis/pull/10412 we allows services to deregister themselves, we still cannot shutdown the reva runtime properly. We effectivley exit(0) after three secs of receiving …
-
### Name and Version
bitnami/postgresql*
### What is the problem this feature will solve?
The default stop signal for containers seems to be SIGTERM which will lead to a greaceful shutdown, waiting…
-
## Issue Description(s)
### CSI responds to SIGINT differently after `readline` is loaded
When `csi` is started without an rc file (e.g. `csi -n`) it: responds to `SIGINT` immediately and prints…
-
### Current Behavior
When running any command and sending a signal to it, `.bin/nx` sends different signals to the underlying process (`run-executor`) depending on the source of the signal
If us…
-
**Notice**
If you need support or clarification regarding the usage of Drogon in your project, visit the official Drogon support channel at [gitter](https://gitter.im/drogon-web/community)
Please …
-
### 👓 What did you see?
Ctrl+C sends INT which sets `wants_to_quit`. But, rather than exiting as soon as possible, cucumber will continue to retry.
Further, when `--retry` is combined with `--fai…
-
I've modified a little the [original example](https://docs.rs/nc/latest/nc/fn.rt_sigaction.html#example) in order to make sure. The `handle_sigterm` function doesn't seem to be called ever. I've also …