Tim Armstrong has uploaded a new patch set (#2). Change subject: IMPALA-5245: fix ASAN buffer-allocator-test ......................................................................
IMPALA-5245: fix ASAN buffer-allocator-test * Use the allocator_may_return_null=1 ASAN option so that the allocation just fails instead of crashing the process. * Work around an bug in the implementation of the option where posix_memalign() does not return ENOMEM. I filed an upstream bug https://bugs.llvm.org/show_bug.cgi?id=32968. Change-Id: I2f295f841b8b6e7996d54bdf2dfc0a092dcb864c --- M be/src/runtime/bufferpool/buffer-allocator-test.cc M be/src/runtime/bufferpool/system-allocator.cc M be/src/testutil/mem-util.h M be/src/util/aligned-new.h M be/src/util/bloom-filter.cc M bin/run-backend-tests.sh M bin/start-catalogd.sh M bin/start-impalad.sh M bin/start-statestored.sh 9 files changed, 12 insertions(+), 10 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/19/6819/2 -- To view, visit http://gerrit.cloudera.org:8080/6819 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: newpatchset Gerrit-Change-Id: I2f295f841b8b6e7996d54bdf2dfc0a092dcb864c Gerrit-PatchSet: 2 Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-Owner: Tim Armstrong <[email protected]> Gerrit-Reviewer: Jim Apple <[email protected]>
