-
When using C ```exit``` function, the IlmThreadpool deadlocks during shutdown on Windows.
This is happening because the worker threads have not run yet (and so have not posted on the "started" sema…
-
Many of our tests simply have a `Thread.sleep(duration)` when testing multi-threaded code. This is inherently flaky.
Instead we should use synchronization classes (generally `Semaphore`) to synchro…
-
Hi, I'd would like to create a pull request to add the ability for Semaphore to send GChat alerts. I read the docs about creating a PR and it says to create a issue here first. This feature comes down…
-
## The devDependency [bootstrap](https://github.com/twbs/bootstrap) was updated from `4.1.3` to `4.2.1`.
🚨 [View failing branch](https://github.com/saas-consulting/saas-dev-platform/compare/master..…
-
## Version **1.3.5** of [babel-plugin-transform-decorators-legacy](https://github.com/loganfsmyth/babel-plugin-transform-decorators-legacy) was just published.
Branch
…
-
**Describe the bug**
A hardware TLB exception occurs when calling k_sem_take in the blocking completion consume call.
**To Reproduce**
west build -p -b qemu_xtensa/dc233c/mmu tests/subsys/rtio/rt…
-
`pypy3` produces several `KeyError` and, potentially, tries to hash a `UserDict` (thus throwing an error) when run with a `forkserver` or by `spawn`.
Errors are as follows:
```
Traceback (most re…
-
[Enter steps to reproduce below:]
1. ...
2. ...
**Atom Version**: 0.165.0
**System**: Mac OS X 10.10.2
**Thrown From**: [a-package-loader](https://github.com/zren/atom-a-package-loader) package, v1.0…
-
### Version
2.3.55.2
### Operating system type + version
MacOS Big Sur 11.1 (20C69)
### 3D printer brand / version + firmware version (if known)
Longer LK4Pro, Marlin
### Behavior
* _Desc…
-
Sometimes it is useful for a test suite to use a default that is different than the one that `tasty` uses.
For example a test suite might have some concurrency issues and needs `NumThreads 1` to be…