[MDEV-7921] main.sp_sync fails in buildbot with valgrind Created: 2015-04-06 Updated: 2015-05-28 Resolved: 2015-05-20 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Data Definition - Procedure, Tests |
| Affects Version/s: | 10.1 |
| Fix Version/s: | 10.1.5 |
| Type: | Bug | Priority: | Major |
| Reporter: | Elena Stepanova | Assignee: | Oleksandr Byelkin |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
http://buildbot.askmonty.org/buildbot/builders/work-amd64-valgrind/builds/7010/steps/test/logs/stdio
|
| Comments |
| Comment by Oleksandr Byelkin [ 2015-05-19 ] |
|
Above is fixed, I am investigating now this one: ==32517== 592 bytes in 1 blocks are possibly lost in loss record 1 of 1 |
| Comment by Oleksandr Byelkin [ 2015-05-19 ] |
|
above problem looks like system related, if it appear on buildbot then it should be different bug. |
| Comment by Oleksandr Byelkin [ 2015-05-19 ] |
|
revision-id: 6b62f14c01e6faded80a3f497e639a78a302fc26
Part 1: first 2 cases of valgrind complain. context_analysis_only can be used on non-started LEX (opening tables) obviouse fixes in DBUG and is_lex_started assignment. |