Gergely Fürnstáhl has uploaded this change for review. ( http://gerrit.cloudera.org:8080/19598
Change subject: IMPALA-11935: Generate core dumps if ASAN/TSAN/UBSAN built be tests crash ...................................................................... IMPALA-11935: Generate core dumps if ASAN/TSAN/UBSAN built be tests crash By default, programs built with sanitizers do no produce minidumps nor coredumps due to them being too large, but the unnecessary part can be stripped and the core dumps can be generated. This helps investigating crashes in sanitized builds. Testing: - Locally injected an std::abort() to a test case, built it with TSAN and verified the creation of the core dump and gdb showed the correct stack frame. Change-Id: Idd868fe0f666d683084a24808dd0dcd7766b837c --- M bin/run-backend-tests.sh 1 file changed, 5 insertions(+), 1 deletion(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/98/19598/1 -- To view, visit http://gerrit.cloudera.org:8080/19598 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: Idd868fe0f666d683084a24808dd0dcd7766b837c Gerrit-Change-Number: 19598 Gerrit-PatchSet: 1 Gerrit-Owner: Gergely Fürnstáhl <[email protected]>
