-
This thread dump got reported here:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=530450
It looks like the autowired hyperlink detector blocks the UI because it is waiting for the beans model to b…
-
Given that the `lock `keyword simply "wraps" a critical section and critical sections are confined to a single process it strikes me as possible - in principle - for the CLR to be able to perform a ki…
-
# Problem
From the Postgres [documentation](https://www.postgresql.org/docs/current/explicit-locking.html#LOCKING-DEADLOCKS), why the deadlocks occur:
> Consider the case in which two concurrent…
-
`max_clients` in `CurlAsyncHTTPClient` defaults to 10 (which seems low for high-load applications), and there is no option to warn when its `_process_queue` can't fit all `self._requests` into `self._…
ssb22 updated
6 years ago
-
In our rspec test environment, some feature specs occasionally hang. Generating stack traces using the [sigdump gem](https://github.com/frsyuki/sigdump) and `ActionDispatch::DebugLocks` I was able to …
-
Not sure how this is happening but in extremely rare circumstances it is possible to hang indefinitely. See #57 workflow run for more info.
My guess is there is one very small outlying situation th…
-
**Describe the bug**
Hello,
I'm using whkd with komorebi and sometimes whkd seem to get stuck.
Hotkeys stop working entirely.
I am also using PowerToys and AltSnap at the same time.
The configu…
-
`GHC.Conc.Sync` currently says
```haskell
-- ToDo: data ThreadId = ThreadId (Weak ThreadId#)
-- But since ThreadId# is unlifted, the Weak type must use open
-- type variables.
```
That seems…
-
The following litmus test has a trivial deadlock
```
C lock
{
}
P0(int *a, int *b, spinlock_t *l)
{
spin_lock(l);
WRITE_ONCE(*a, 1);
}
P1(int *a, int *b, spinlock_t *l)
{
spin_l…
-
## Purpose
Having QC flags for each detection so that users can see which detections might be erroneous and why.
## Background
Extensive work was carried out last year with @astecken, Colin…