-
### What version of Go are you using (`go version`)?
$ go version
go version go1.16.6
### Does this issue reproduce with the latest release?
Yes
### What operating system and pr…
-
I'm using chantools to conduct a zombie channel recovery. I am making an offer:
`chantools zombierecovery makeoffer --node1_keys preparedkeys-2024-08-25-xxx.json --node2_keys preparedkeys-2024-08-2…
-
Currently the MPC processes become zombies when there is a panic, or the network connection breaks.
Ideally, these issues should result in a restart:
- [x] any panic should propagate to the main l…
-
Built from git: 7adf022 on 20190724. Running on Ubuntu 16.04.2 LTS with Radeon HD 7770.
I have a test system (for my PhD dissertation) that loads a bunch of smallish test cases repeatedly via webdr…
-
Init is a job-control service.
## HTTP IPC
You communicate with init over http.
For example, to start a job you `PUT` to `/job/:name` where `:name` is the unique identifier for your job.
``` json
{…
-
Kata created a container and specified device [VFIO device]. It was found that the virtual machine could not be started and the CPU reached 100%.The configuration used is "cold_plug_vfio = "root-port"…
-
The current behaviour of stopping a process is not satisfactory no matter how you slice it.
## Without goon
Below, we have an error in the stream name which happens in the spawned process that contro…
-
```
#!watchflakes
default
-
I currently have 2 `prusti-server` and 5 `prusti-server-driver` unused programs running in the background:
```
$ ps ax | grep [p]rusti
5638 pts/18 Sl 0:00 ../target/debug/prusti-server --por…
-
As described in this comment: https://news.ycombinator.com/item?id=30858713
envkey-source needs to properly handle `SIGCHLD` signals on unix to avoid potential zombie processes.