Skip to content
Snippets Groups Projects
Commit f01e7a47 authored by Marko Mäkelä's avatar Marko Mäkelä
Browse files

MDEV-22035 Memory leak in main.mysqltest

The test main.mysqltest could crash or hang with
cmake -DWITH_ASAN=ON builds. The reason appears to be
a memory leak, which was found out by manually invoking

echo --replace_regex a > file
ASAN_OPTIONS=log_path=/dev/shm/asan mysqltest ... < file

and then examining the /dev/shm/asan.* file.
parent 9a7d284e
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment