-
I have been reading the Intel SGX Developer Guide _(https://download.01.org/intel-sgx/latest/linux-latest/docs/Intel_SGX_Developer_Guide.pdf, Thu 12 Sep 2024 05:51:39 AM UTC)_ and encountered some con…
-
**Describe the bug**
A data race occurs in the vrb_open_ep function in the verbs provider when creating multiple endpoints using multiple threads. The race is detected by Thread Sanitizer and involve…
-
```
Unhandled exception. System.Threading.SynchronizationLockException: Object synchronization method was called from an unsynchronized block of code.
at System.Threading.Monitor.Exit(Object) + 0x1…
-
We could put the actual nav mesh generation on another thread, then where it's finished, swap out the existing navigation info on the next available frame. I think godot does something like this with …
-
The test `VMerkleDual-NDReconnect-500-60m` had two failures recently where the cause seem to be a timeout.
- [develop failure](http://35.247.76.217:8095/swirlds-automation/develop/4N/Reconnect/202403…
-
There's a plethora of synchronization primitives in embassy, and some for our threading.
Threads can `block_on()` embassy (async) futures.
But, how can those be used for reasonable interactions? T…
-
### Introduce the problem
use `lv_tick_inc` in another thread:
```cpp
main {
thread {
while (1) {
lv_tick_inc(5);
usleep(5000);
}
}
while(1) {
uint32_t t…
-
### Describe your feature request or suggestion in detail
Currently, the auction search implementation has race conditions that lead to crashes (like [this one](https://gist.github.com/Nyeriah/d331…
-
As part of an experiment I recently switched from `ducc`'s `latch` class to C++20's `std::latch`, and to my surprise I noticed a significant speedup when benchmarking the overhead when submitting work…
-
### Issue Description
Random crashes in MSBuild where trying to parallelize .net builds in Docker:
* System.IO.IOException: The system cannot open the device or file specified. : 'NuGet-Migrations…