Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
Impala 2.10.0
-
None
-
ghx-label-3
Description
We should use https://github.com/google/sanitizers/wiki/AddressSanitizerManualPoisoning for the to catch bugs where memory buffers are accessed after they are freed. We should do this for MemPools and the BufferPool to start off with and maybe for DiskIoMgr buffers and FreePool allocations.
We can already catch this with --disable_mem_pools but it would be good to have stricter checks enabled by default.