-
Common pthread APIs like `pthread_mutex_lock` do not seem to have ASAN or MSAN interceptors. The following program is not caught by ASAN, though it is caught by TSAN with a `ThreadSanitizer: heap-use-…
-
We only ever test the multithreaded aspects of the library with pthreads on Linux (build and a small number of actually concurrent tests) and FreeBSD (build, and single-threaded tests only). We should…
-
We currently store the state of our synchronization primitives with a layer of indirection: there are lists in `SynchronizationObjects` and then we use IDs to index into these lists. These lists keep …
-
If software crashes during the development process, can you help solve it? We will pay compensation.
09-29 16:08:24.376 18635 18635 F DEBUG : signal 6 (SIGABRT), code -1 (SI_QUEUE), fault addr --…
-
Hello, thanks for the great work.
I encountered this problem while running the command: libgcc_s.so.1 must be installed for pthread_cancel to work.
Looking forward to your response. Thank you ver…
-
This is a regression in 3.1.70, on previously tested version 3.1.56 it worked correctly. My application gets undefined reference to __embind_initialize_bindings during runtime.
There is a code whic…
-
I love the new inline worker change, but now we can't never use a 3rd-party CDN to serve those files again, because Worker construction requires the file to be in the same origin. Previously, we can j…
msqr1 updated
1 month ago
-
This appears to have regressed on https://github.com/JuliaLang/julia/pull/56409. Specifically, wehn building Base, Julia aborts at
```
Compiling the compiler. This may take several minutes ...
Base.Co…
-
**Description**
When code using threads is compiled with Emscripten and then bundled with Vite it does not bundle and throws the following Vite error:
```
[vite:worker-import-meta-url] Vite is …
-
**Describe the bug:**
Our app crashes when minimized or moved to the background, and the crash logs show that the Microsoft Intune SDK's cmarDeviceComplianceEnabled method is involved. This issue s…