-
**Describe the bug**
As initially reported in adlai#5, SBCL occasionally reports deadlock caused by the thread pool.
**To Reproduce**
Steps to reproduce the behavior:
1. Run multiple parallel th…
adlai updated
10 hours ago
-
This needs to be additionally confirmed, but filing here so it's not lost.
I've run an instance on commit f1e4447ce91d33c3785db1a7c2bafc768eb3f790 (Linux commit 715ca9dd687f89ddaac8ec8ccb3b5e5a30311a9…
-
# Bug report
### Bug description:
Windows default (non free-threading) debug build, the current main branch, happens during running the regrtest:
```python
...a lot of the same lines
0:40:12 …
-
Requirement [11.1.6](https://github.com/OWASP/ASVS/blob/master/5.0/en/0x19-V11-BusLogic.md#v111-business-logic-security) alludes to a few different problems, including:
- Thread safety
- TOC/TOU
…
-
Please do not include emoticons in these conversations!
```
If you feel compelled to click reaction buttons,
I'm not gonna tell you nor me to stop doing that;
however, please do not include ANY…
-
Tracking known blockers to actual support of Python's new `t` free-threaded ABI - add new ones as we discover them.
* [x] Extensions built with `Py_LIMITED_API` (default) under `t` ABI will always …
-
Hey, we're experiencing frequent issues with a deadlock occurring when our ruby 3.0.3 subprocesses exits. It appears to be part of a finaliser ([process.c:4348](https://github.com/ruby/ruby/blob/3fb7…
-
We have an application where we are running wasm code in a chrome extension.
The wasm main loop runs in the main browser thread and there are some web workers ( approximately 8-9 in number) running o…
-
Currently, some, but not all, PortAudio Host APIs will use a finite timeout when joining the audio streaming thread in `Pa_StopStream()`. Examples include:
MME:
https://github.com/PortAudio/port…
-
### What is the bug?
The HttpConnection class contains the following code in the Request method:
`responseMessage = client.SendAsync(requestMessage, HttpCompletionOption.ResponseHeadersRead).GetAwai…