[MDEV-22263] main.func_debug fails on a valgrind build with wrong result Created: 2020-04-16 Updated: 2020-04-20 Resolved: 2020-04-20 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Tests |
| Affects Version/s: | 10.3, 10.4 |
| Fix Version/s: | 10.3.23, 10.4.13 |
| Type: | Bug | Priority: | Major |
| Reporter: | Elena Stepanova | Assignee: | Anel Husakovic |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | regression | ||
| Description |
|
The failure below only happens for me on a Valgrind build (-DCMAKE_BUILD_TYPE=Debug -DWITH_VALGRIND=YES), not on a plain debug or ASAN builds.
Reproducible on 10.3 and on 10.4 after the recent merge, so it must have been introduced recently. I didn't bisect for the exact commit. |
| Comments |
| Comment by Anel Husakovic [ 2020-04-16 ] |
| Comment by Oleksandr Byelkin [ 2020-04-17 ] |
|
Ok to push! Thanks for the fix! |
| Comment by Anel Husakovic [ 2020-04-20 ] |
|
Pushed to 10.3 with 42af2b1d8b8a85. |