Commit d2ae8cf
committed
MDEV-36345: Add Leak Sanitizer suppression for _dl_catch_exception
This showed up when executing under ASAN(includes LSAN) the
tests in the following order:
* plugins.show_all_plugins
* plugins.simple_password_check
* plugins.sql_error_log
* plugins.two_password_validations
* roles.acl_load_mutex-5170
Or an "INSTALL PLUGIN" (existing or not), followed by "SHUTDOWN"
as exhibited in MDEV-35772.
Given the common depth of stack the internal glibc symbol
was chosen based on its exception naming and the
msan libunwind bug llvm/llvm-project#84348
that maybe is going into ASAN resolving too.1 parent a2ee2c7 commit d2ae8cf
1 file changed
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
3 | 7 | | |
4 | 8 | | |
5 | 9 | | |
| |||
0 commit comments