[MDEV-15012] ASAN: numerous test failures in PS Created: 2018-01-20 Updated: 2018-01-29 Resolved: 2018-01-29 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Prepared Statements |
| Affects Version/s: | 5.5, 10.0, 10.1, 10.2 |
| Fix Version/s: | 5.5.60, 10.0.34, 10.1.31, 10.2.13, 10.3.5 |
| Type: | Bug | Priority: | Major |
| Reporter: | Sergei Golubchik | Assignee: | Oleksandr Byelkin |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Sprint: | 10.1.31 | ||||||||
| Description |
|
Lits of tests failing: main.multi_update main.mysql_client_test main.mysql_client_test_nonblock main.derived_view main.ps_ddl main.subselect_sj main.subselect_sj_jcl6 main.view. In normal, not in --ps-protocol. In all cases, the freed memory is read or written into in
usually called from
At least in multi_update, it fails on the second execution of PS. |
| Comments |
| Comment by Oleksandr Byelkin [ 2018-01-24 ] |
|
github branch: bb-5.5- revision-id: ee8755e3c51a1da8fcf108ad0257a7e62fc94347 (mariadb-5.5.59-32-gee8755e3c51)
First roll back changes, then free Items which can lead to memory freeing. — |