-
## Unmet Need:
Currently, a `Gathering` will live forever after it is spawned. This is not ideal as it will cause memory exhaustion.
## Solution:
The `Gathering` actor is the only component in th…
-
### Please confirm the following
- [X] I agree to follow this project's [code of conduct](https://docs.ansible.com/ansible/latest/community/code_of_conduct.html).
- [X] I have checked the [current is…
-
a small reproduction
```bash
#!/usr/bin/env bash
set -euxo pipefail
rm -rf uwsgi-dogstatsd
git clone https://github.com/DataDog/uwsgi-dogstatsd
cd uwsgi-dogstatsd/example
virtualenv venv
…
-
Hello,
some programs (redis-server or mailcatcher for example) wont stop after stopping them using 'x'.
Quitting mprocs afterwards makes it hung indefinitely and I need to \ to terminate it.
Afte…
-
## 🐛 Bug Report
`beforeExit` event is never called.
We are using this event to release resources of a Rust library upon object's garbage collection, using https://github.com/node-ffi-napi/we…
-
### Windows Terminal version (or Windows build number)
1.9.1445.0
### Other Software
_No response_
### Steps to reproduce
1. Compile the following simple program:
```C++
#include
int main()…
-
### Description
Hi, before going further, allow me to clarify that maybe this issue seems to be somewhat similar to(***not very sure***) - **Tracing a program running inside docker container may fa…
-
|[](https://github.com/mwhudson)| @mwhudson reported|
|-|-|
|Trac ID|trac#3856|
|Type|enhancement|
|Created|2009-05-26 12:35:56Z|
I have a desire to attach a process that already exists to a ProcessP…
-
while trying to solve the same issue i noticed that the calls can return errno 75 and non-zero and even if you override the values steam bails out because of that.
clearing errno to 0 and returning…
-
In chapter 13, there is a question which asks us to write a program which can monitor multiple processes(workers). I have written a program which can monitor one process, but am not sure how to scale …