-
When rebuilding after a change, Ctrl-C kills the daemon but not the build. (Ppow quits after the build finishes.)
Steps to reproduce:
1. Write a large Go app that takes a few seconds to rebuild.…
-
Hey Team :)
We're using the image tag `timescale/timescaledb-ha:pg13.16-ts2.15.3` with Patroni and since the last update to that tag (which came with an upgrade to Patroni 4.0.2 and the STOPSIGNAL…
-
### Current behavior
I'm running cypress and a few other commands using foreman. After tests have run, I Ctrl+C to quit foreman. This used to work fine, but now I'm always receiving a crash report fo…
-
### What happened?
When bringing down the container, SIGINT is sent to gateway. It dies with a panic instead of gracefully handling the signal:
```
[gateway] | thread '' panicked at /usr/loc…
-
Seems like `spin` is sending a `SIGTERM` (or `SIGKILL`?)signal to the underlying process when it receives a `SIGINT`, which seems odd when working in a `spin run python -i /path/to/script.py` kinda co…
-
**LRR Version and OS**
v0.9.21, Linux, installed from source
**Bug Details**
I notice that the SIGINT handler is called multiple times when a SIGINT is received. This seems to be the result of 1.…
-
### What version of Turborepo are you using?
1.7.4
### What package manager are you using / does the bug impact?
npm
### What operating system are you using?
Linux
### Describe the B…
-
### DB Selector
DB3K
### DBID to Copy
Aircraft 7062
### Hypothetical
No
### Name
TB-001 Twin-Tailed Scorpion UAV, Electronic Warfare
### Country
China
### Service
PLAA…
-
The current implementation of handling `SIGINT` signals in Ares from king sets a sentinel value which is polled on every call to Nock `2`, Nock `9`, and push to mean stack. If the sentinel value is se…
-
안녕하세요,
README에는 서버에서 SIGINT가 첫번째로 들어오면 thread를 terminate하고 그 다음에 SIGINT가 한번 더 들어오면 statistics를 print하고 프로그램을 terminate해야 하는 것으로 나와있는데,
스켈레톤과 reference에는 첫 SIGINT를 받으면 thread가 terminate되고 sleep한 후 …