[MDEV-26761] main.mysql_client_test test_mdev19838 fails with MemorySanitizer Created: 2021-10-04 Updated: 2021-10-06 Resolved: 2021-10-05 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | libmariadb, Tests |
| Affects Version/s: | 10.5, 10.6, 10.7 |
| Fix Version/s: | 10.5.13, 10.6.5, 10.7.1 |
| Type: | Bug | Priority: | Major |
| Reporter: | Marko Mäkelä | Assignee: | Georg Richter |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | MSAN | ||
| Issue Links: |
|
||||||||||||||||
| Description |
|
This came up while I was working on
I suspect that fixing test_mdev19838() requires some changes in libmariadb itself. I am getting the following trace:
For now, I will disable test_mdev19838() under MemorySanitizer. It was already disabled for the embedded server. |
| Comments |
| Comment by Marko Mäkelä [ 2021-10-05 ] | ||||||||||||||
|
For what it is worth, also this simpler fix would seem to have fixed the issue for me:
I tested the fix on 10.5 and 10.6 and updated libmariadb on both. |