-
```
Deadlock detection. As soon as pessimistic locking is added, deadlock
detection should be added.
```
Original issue reported on code.google.com by `alarmnum...@gmail.com` on 23 Nov 2008 at 9:02…
-
```
What steps will reproduce the problem?
1. Use a popular and big enough (large files; e.g. 23x 1.4 GiB files) torrent
2. Set Maximal priority on one of the files.
3. After some time all UL/DL is st…
-
We've hit a deadlock with RythmEngine when calling the same template from two different threads. From the 2 relevant stacks bellow, you can see that one thread goes through the constructor of Template…
-
This was reported internally related to a .NET Native project compiled using `ilc.exe`, which invokes MSBuild programmatically.
`BuildManager.BeginBuild` [attempts to `LogBuildStarted`](https://git…
-
### Jenkins and plugins versions report
Environment
```text
* core: 2.387.3
* opentelemetry:2.11.0
* workflow-api:1208.v0cc7c6e0da_9e
* workflow-cps:3653.v07ea_433c90b_4
…
-
During experiments i found the following "deadlock" when deleting an application.
I have an application which provisions an appproject a namespace and a new application (which is in the new projec…
-
Here is a sample code that should create a deadlock, but does not:
```swift
import Lock
import Semaphore // http://github.com/groue/Semaphore
actor MyActor {
// How many times lock2 was a…
groue updated
2 months ago
-
### ⚠️ Before submitting, please verify the following: ⚠️
- [X] This is a **bug**, not a question or a configuration issue.
- [X] This issue is **not** already reported on Github (I've searched it).
…
-
I'm struggling with deadlocks in the renderloop where helix will hang on sufaceD3D.Lock() after Windows goes to sleep or after monitors have been turned of by Windows. This seems to occur on some comp…
-
**Issue Summary:**
When using subprocess in Python with `pipe_stderr=True` but not reading from it, there are potential issues related to blocking behavior.
**Steps to Reproduce:**
1. Increase `m…