-
```
What steps will reproduce the problem?
1. Just "make check"
What is the expected output? What do you see instead?
======================================
2 of 22 tests failed
Please report…
-
```
What steps will reproduce the problem?
1. Just "make check"
What is the expected output? What do you see instead?
======================================
2 of 22 tests failed
Please report…
-
We discussed that we want to check for any output changes in the unit tests, and report any inconsistencies with respect to previously saved and audited logs.
-
```
What steps will reproduce the problem?
1. Just "make check"
What is the expected output? What do you see instead?
======================================
2 of 22 tests failed
Please report…
-
```
I have a small ArchLinux setup with the newest Kernel/compiler/perftool
version. Tcmalloc works fine as it boosts my performance significantly! But
HEAPCHECK does not work.
What steps will repr…
-
```
What steps will reproduce the problem?
1. build the tools with --enable-heap-check
2. write a small program. Compile and link it with libtcmalloc.
#include
#include
int main(int argc, char*…
-
You can use a reference cycle to leak a `JoinGuard` and then the scoped thread can access freed memory:
``` Rust
use std::thread;
use std::sync::atomic::AtomicBool;
use std::sync::atomic::Ordering::S…
-
```
What steps will reproduce the problem?
1. build the tools with --enable-heap-check
2. write a small program. Compile and link it with libtcmalloc.
#include
#include
int main(int argc, char*…
-
```
What steps will reproduce the problem?
1. build the tools with --enable-heap-check
2. write a small program. Compile and link it with libtcmalloc.
#include
#include
int main(int argc, char*…
-
```
I have a small ArchLinux setup with the newest Kernel/compiler/perftool
version. Tcmalloc works fine as it boosts my performance significantly! But
HEAPCHECK does not work.
What steps will repr…