-
Should there be a free(sem) in https://github.com/os-ospp-dsp/threads-synchronization-deadlock/blob/main/mandatory/psem/linux_semaphores.c or does sem_destroy take care of this?
-
-
### What happens?
It appears that `con.table` (through it's magic stackframe inspecting behavior) can trigger other python `__del__` methods to be called mid call to `con.table`. If those `__del__` m…
-
### Problem:
We are testing ZFS as backend storage to Veeam.
We are running Rocky9 on x64 on a Dell Poweredge server with 23x16TB spindles striping across 4x raid1 vdevs wih 192GB ram.
We notice th…
-
There is a source of deadlock in LegacyMapBoxImageGenerator.MergeImages between the method-level lock and the _backgroundImagesLocker.
A thread may acquire the lock on _backgroundImagesLocker in Ha…
ghost updated
2 years ago
-
This issue is intended as a place for discussion about approaches we can all use to improve our assurances that we correctly implement this proposal. A place to share relevant papers, moonshot ideas, …
-
**Describe the bug**
The SMC simulate query does not 'show' (with an error message, in the plot, some other way) that a model contains deadlock. Therefore, a user might get the impression that the mo…
-
Here is the tracepoint output, showing issues writing to the promote device
(from perf trace -e 'bcachefs:*')
```
163193.447 kworker/u49:12/210640 bcachefs:read_promote(dev: 265289742, sector: 12…
-
This issue broken out from github issue #118. It relates to that issue only in that in high frame rate animations being hard to pause, I was rapidly hitting 'p' to pause causing our unix signal signal…
-
It's currently *very* easy to deadlock two actors that send each other messages. For example:
```rust
#[derive(Actor)]
pub struct Foo {
bar: BarProxy,
}
#[thespian::actor]
impl Foo {
…