-
```
From Dominique Pellé:
====================================================================
First of all, thank you for the address sanitizer.
This one exciting new tool for c++ developers.
A long…
-
```
From Dominique Pellé:
====================================================================
First of all, thank you for the address sanitizer.
This one exciting new tool for c++ developers.
A long…
-
# Bug report
### Bug description:
```text
0:00:00 load avg: 1.17 Run 22 tests in parallel using 4 worker processes
0:00:04 load avg: 1.40 [ 1/22] test_capi.test_pyatomic passed
0:00:10 load avg: 1.6…
-
We need to modify the Bazel config to allow running the unit tests with thread and undefined behavior sanitizers, address sanitizer & static analyzer.
To pick up after #1291 is merged.
cc @mwils…
-
```
In sanitizer_allocator_internal.h, the computed kSize1 template parameter used
in the typedef of ByteMap can be zero if SANITIZER_MMAP_RANGE_SIZE is not at
least 64 GB. This causes the map1_ arr…
-
```
In sanitizer_allocator_internal.h, the computed kSize1 template parameter used
in the typedef of ByteMap can be zero if SANITIZER_MMAP_RANGE_SIZE is not at
least 64 GB. This causes the map1_ arr…
-
**Describe your environment**
gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0
opentelemetry-cpp 1.8.3#6
Same behaviour on latest too.
**Steps to reproduce**
```cpp
// Exporter
auto export…
-
### 🐛 Describe the bug
A test of `torch.nn.Replication2D` reports "invalid configuration argument" error when it's run under compute sanitizer. Without sanitizers it terminates normally on GPU.
Test…
-
This is a follow-on from #1682. I'm building S3D on a variety of machines, and the behavior I currently see is:
* Sapling:
* CUDA hijack on: works
* CUDA hijack off: data/memory corruption…
-
| | |
|--------------------|----|
| Bugzilla Link | [PR50225](https://bugs.llvm.org/show_bug.cgi?id=50225) |
| Status | NEW |
| Importance | P normal |
|…