-
OpenCPN installs out of date Windows redistributables, in particular msvcp140.dll.
Perhaps I'm the only plugin developer using mutexes, but the following issue bit me in the bum.
Refer to the Mi…
-
Also handle map doesn't destroy its mutexes but I will be taking care of that as part of addressing https://github.com/nfs-ganesha/nfs-ganesha/issues/796.
So something needs to be done to make the …
-
Semaphore tracing relies on queue tracing, which does not catch the initial count because it is set directly when creating a semaphore, not through the queue-send API as is done for mutexes
-
```
E WARNING: ThreadSanitizer: data race (pid=1)
E Write of size 8 at 0x727800238158 by thread T1073 (mutexes: read M0, write M1, write M2):
E #0 __tsan_memset …
-
As far as I understand the SDK officially supports C++11.
There are a bunch of features in the 2014 and 2017 revisions that are fairly useful such as std::optional or std::shared_mutexes.
Are t…
-
It would be useful to have a tool that can simulate the impact of a hypothetical optimization to a function/query. For example, let's say someone has an idea that allows speeding up `typeck_tables_of`…
-
**Describe the bug**
An APP cannot be correctly stopped by CFE_ES if the `CFE_ES_StopAppCmd` is sent in the same moment that the APP has a mutex locked. Although the app is terminated (with errors), …
-
There is a lack of synchronization in the implementation. The solution may not be simply global mutexes, since ideally you'd only lock the resource in use (e.g., the specific recipe, note, image, etc)…
-
We use a simple bandwidth testing program that utilizes `send` and `recv`, and we found that asterinas's bandwidth still lags behind Linux by nearly 8 times. We attempted to identify the performance b…
-
Today I helped my colleague to pinpoint deadlock cause in VS2015 project
It was 30 seconds debug session.
The first 10 seconds were as following:
![vis](https://user-images.githubusercontent.com/…