Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
10.0.11
Description
Compile with ASan:
cmake -DWITH_ASAN=ON -DMYSQL_MAINTAINER_MODE=ON
Run tests in all TokuDB suites. Many (if not all) tests report $subj:
==30066== ERROR: AddressSanitizer: attempting to call malloc_usable_size() for pointer which is not owned: 0x601200008f80
|
==30066== AddressSanitizer CHECK failed: ../../../../src/libsanitizer/asan/asan_allocator2.cc:216 "((id)) != (0)" (0x0, 0x0)
|
5.5 is most probably affected as well.
Attachments
Issue Links
- relates to
-
MDEV-6314 Compile/run MariaDB with ASan
- Closed