[MDEV-21262] MTR does not work with Windows ASAN builds Created: 2019-12-09 Updated: 2020-03-25 Resolved: 2020-03-25 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Compiling |
| Affects Version/s: | 10.5 |
| Fix Version/s: | 10.5.2 |
| Type: | Bug | Priority: | Major |
| Reporter: | Vladislav Vaintroub | Assignee: | Vladislav Vaintroub |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
MTR does not work currently with ASAN on following reason Whenever mtr starts on ASAN build. it passes options, on Windows similar to ASAN_OPTIONS=suppressions=C:/path/asan.supp:abort_on_error=1: mtr tries to starts mysqld. and it fails, does not want to start, and ASAN complains about incorrectly formatted ASAN_OPTIONS, which is understandable, because it uses ':' as delimiter, which Windows uses as path delimiter |