-
## Describe the bug
When Ulauncher exits, all other extensions exit as expected, but calculate-anything lingers. If I start another Ulauncher, there will be two calculate-anything instances running. …
-
### Windows Version
10.0.19045.4529
### WSL Version
2.2.4.0
### Are you using WSL 1 or WSL 2?
- [X] WSL 2
- [ ] WSL 1
### Kernel Version
Linux version 5.15.153.1-microsoft-standa…
-
In the task system `iree_notification_t` is used to notify workers that tasks are available. This is currently using one futex wake per worker, resulting in additional time spent waking them all (N ke…
-
At the beginning of my day I **successfully** issue the following command ...
```
profile="some-cool-good-profile"
DISPLAY= SAML2AWS_DISABLE_KEYCHAIN=1 saml2aws login -a "$profile"
```
That **DOE…
-
A recursive mutex is a commonly used locking primitive, where re-locking from the same thread is allowed, and the lock is held until a matching number of locks/unlocks are called.
Recursive mutexes…
-
### Steps to reproduce
Random crash
### Expected results
do not crash
### Actual results
app crashes
### Code sample
Code s…
-
### Problem
Multi-threaded workloads with many syscalls stress the VMA subsystem a lot, because almost all syscalls verify their buffers for read/write access using the following functions:
- `is_…
-
This is linux 3.17.1 x86_64 with glibc 2.19 and built with gcc 4.8.3:
```
`threadpool_multiple_event_loops` failed: timeout
Output from process `threadpool_multiple_event_loops`: (no output)
```
str…
-
**Description**
When there are too may people participate in the meeting (about 20~35), the CPU load is very high, and program will crash in a few second
Below is the crash log:
`
libc.so.…
-
Feature gate: `#![feature(rwlock_downgrade)]`
This is a tracking issue for a `downgrade` method for `RwLock` as discussed in https://github.com/rust-lang/libs-team/issues/392.
The `downgrade` me…