Install lib32asan0 by entering the following commands in the terminal:
sudo apt update sudo apt install lib32asan0
Description:
AddressSanitizer -- a fast memory error detector (32bit)
AddressSanitizer (ASan) is a fast memory error detector. It finds use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs.
Homepage: http://gcc.gnu.org/
Version: 4.8.5-4ubuntu8
Section: universe/libs