-
DBA Dash already captures Deadlocks/sec performance counter by default. This lets us know if we have any deadlocks but doesn't provide any detail on the deadlocks to assist with troubleshooting. It'…
-
### Link to reproduction
_No response_
### Environment Info
```text
Binaries:
Node: 20.17.0
Relevant Packages:
payload: 3.0.0-beta.108
next: 15.0.0-canary.160
@payloadcms/db-postgres: …
-
### Preliminary Checks
- [X] I have reviewed the documentation: https://unkey.com/docs
- [X] I have searched for existing issues: https://github.com/unkeyed/unkey/issues
- [X] This issue is not a q…
-
**Previous issues**
Have you searched the issue tracker to ensure this hasn't been discussed before?
- Yes
https://github.com/pact-foundation/pact-net/issues?q=is%3Aissue+hangs
https://github.com/…
-
The following deadlock was reported:
```
Found one Java-level deadlock:
=============================
"pool-1-thread-3":
waiting for ownable synchronizer 0x000000060175c6c0, (a java.util.concur…
-
Reproduction steps:
1. Set a short TTL for your user (like 1 minute) and require a hardware key.
2. Log in.
3. Start a connection to a kube proxy.
4. After your cert expires, run a command like `kubec…
-
Current commit messages are just a generic "reparsed data". For PRs this is fine, but the commit history needs something for each case:
push - `MERGE [v0.2.1-5555] - deadlock-wiki/deadbot@1234567` …
-
This code cannot possibly work with static initialization... when deal-ii is used inside a windows dll:
https://github.com/dealii/dealii/blob/ec5bc16adb02bc916fc5e3653b0b1f9872fe96c5/source/base/mu…
kcris updated
3 weeks ago
-
1. enable inactivityTimeout will cause o.rpcMutex.RLock() dead lock in here Sometimes.
![image](https://github.com/user-attachments/assets/7687117d-c511-4dfa-81cc-3752262b80af)
2. I trace this prob…
-
### Description
Motivation:
1. Holding the GIL can cause deadlocks when parallelization happens: the method awaits Rayon, threads in Rayon try to acquire GIL, deadlock. See #19358 for an example, …