-
**Describe the bug**
As a consequence of an unexpected or abnormal workflow shutdown, the workflow can hang and incomplete bookkeeping prevents monitoring.db from providing an accurate summary status…
-
`-r, --remove remove files on exit`
When --remove is set, files should be removed regardless of how we exit.
Currently, `engine.remove()` is only triggered on `SIGINT` and `SIGTERM` and no…
-
**Affiliation**
SPC-EPFL
**Version(s) Affected**
The MDSplus Version(s) affected, if any.
e.g. Client Version: Alpha 7.148.0, Server Version: Stable 7.142.81
**Platform(s)**
Ubuntu 24.04
…
-
`test_open_proc_SIGINT_can_be_ignored`, `test_open_proc_SIGINT_while_running` and `test_open_proc_with_trio_KeyboardInterrupt_while_running` all fail randomly when using the `open_in_process_with_trio…
-
### Issue details
On Windows, browser-sync often does not exit right away after CTRL-C. This locks up my terminal indefinitely so I can't enter new commands (and I think the ports are blocked for n…
-
It would be nice of the resulting bash commands could be pretty printed.
E.g.:
``` bash
(trap "kill 0" SIGINT; export LC_ALL=C; curl -s -N "http://some.tld/data" | tail -n+2|awk -F',' '{q=0; o=""; f…
-
## What's going wrong?
On error i got error `EADDRINUSE`
## How could we reproduce this issue?
1. Use ANY vps or docker temporarily container
2. Install nodejs and install pm2
3. Setup …
-
## What's going wrong?
Some processes seem to be "escaping" the pm2 daemon on Windows. In this case, `calc.exe`.
## How could we reproduce this issue?
1. Write the following to `ecosystem.yml` on…
-
### **I Have Been trying to run a simple program**
const prompt = require('prompt-sync')({sigint: true});
let me = prompt('Name :');
console.log(me);
**Expected output**
Name : [input]
But…
-
Windows 7/8 do not send SIGINT to console apps when the window is closed. This needs to be detected and handled as a reboot scenario, or, if it cannot be handled, the app will need to be compiled with…