-
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 …
-
### What version of Bun is running?
1.1.27+267afa293
### What platform is your computer?
Darwin 23.6.0 arm64 arm
### What steps can reproduce the bug?
1. Install either bun version 1.1.27, 1.1.28…
-
I don't have much details here unfortunately.
I have gdb in one terminal attached to qemu, which qemu running in another (with a disabled breakpoint).
If I hit ^C in gdb to interrupt qemu, gdb seg…
-
The system test (https://github.com/ros2/rclc/pull/225) as well as manual tests revealed, that handling of SIGINT doesn't seem to work properly, yet.
That is, when using `rclc_executor_spin()` for ex…
norro updated
9 months ago
-
We should support graceful shutdown
-
We probably shouldn't register a signal handler in quest, as that may interfere with client applications.
Instead, we should catch the corresponding exception in `handle_step` (and other locations?) …
-
### Aims
1. Surface the background magic of ALiVE in a realistic manner by exercising the Intel layer in a more coherent way.
2. Provide tools for players to collect, analyse and disseminate Intel i…
-
the shell should ignore SIGINT
ghost updated
9 years ago
-
webvirt freezes for a few seconds before exiting when I do CTRL-C.
This may be related to either the libvirt connection or a http connection, but i haven't been able to determine the exact cause.
-
I'm running a MCMC algorithm with the following basic structure. I'm using Julia 1.7.2 on MacOS.
```
try
while true
disable_sigint() do
for i in 1:5
# S…