Thomas Heller

Results 12 comments of Thomas Heller

@stevenrbrandt right, the only way to get rid of the segfault right now is to disable the leaksanitizer by setting the environment `ASAN_OPTIONS=detect_leaks=0`. The address sanitizer features like heap use...

@stevenrbrandt if you configure HPX with `-DHPX_WITH_STACKOVERFLOW_DETECTION=Off`, the leak sanitizer segfault goes away.