-
**Problem:**
When building there are no errors, but when running it gives the above error.
**Enviroment Info:**
Distro: Arch Linux
**How to reproduce**
```
make
make run
```
-
It fails in our builds: https://github.com/ClickHouse/ClickHouse/pull/11718
MSan fails in `roseRunProgram`: https://clickhouse-test-reports.s3.yandex.net/11718/abb59a262134987adf07b99d714efa51dcea1…
-
### Is this a duplicate?
- [X] I confirmed there appear to be no [duplicate issues](https://github.com/NVIDIA/cccl/issues) for this request and that I agree to the [Code of Conduct](CODE_OF_CONDUCT.m…
-
I'm updating the Fides CI to use ADIOS 2.9 and found a couple of memory leaks as well as an error found by undefined behavior sanitizer.
Memory leaks:
- [BP5Deserializer::InstallMetaData](https:/…
-
This (and the other sanitizer issues) will be complete when we have a guide for running the tests in MoveIt with the sanitizers.
Fixing the issues they find and creating a CI job to run these autom…
-
https://lab.llvm.org/buildbot/#/builders/sanitizer-windows
```
command timed out: 1200 seconds without output running ['python', '../llvm-zorg/zorg/buildbot/builders/annotated/sanitizer-windows.py…
-
Due to some fundamental limitations of thread sanitizer's implementation it's not able to trace the happens-before relationships through our threadqueues reliably. I suspect this is causing most (if n…
-
**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…
-
### Describe the bug
there are warnings when compiling with the latest rust nightly version 1.85.0:
```
warning: unexpected `cfg` condition name: `frb_expand`
--> rust_lib/src/api/commons/commo…
-
In an attempt to debug memory safety issues in our C++ SGX application, I've attempted to enable the address sanitizer when building our SGX application. I add `-fsanitize=address` to both the compile…