[MDEV-335] Valgrind warning "Invalid read of size 8" in lock_rec_validate_page on DML flow Created: 2012-06-13 Updated: 2012-08-28 Resolved: 2012-08-28 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | 5.5.27 |
| Type: | Bug | Priority: | Major |
| Reporter: | Elena Stepanova | Assignee: | Unassigned |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
Also once got an assertion failure (with the same test), not sure whether it's related or not:
maria/5.5
Could not reproduce on maria/5.3, mysql-trunk, percona-server. RQG command line:
To see valgrind warnings, you'll need to check the server error log afterwards (or watch it while the test is running). The command line above runs the test with 8 threads – in fact, concurrent flow is not required, it can be done with 1 thread only. But the issue seems to be sporadic, and it takes longer with one thread. Happened every time I ran the test, but sometimes, depending on luck and the machine, although sometimes it took almost all 20 min given as test duration in the parameters. Normally it happens in 3-6 min after the real test flow starts (after RQG said "Loading Validator" for each thread). |
| Comments |
| Comment by Vladislav Vaintroub [ 2012-08-28 ] |
|
Tried to reproduce with the latest 5.5. valgrind error did not popup. Reassigning to Elena to recheck. Perhaps the bug has just gone after the latest merge? |
| Comment by Elena Stepanova [ 2012-08-28 ] |
|
Indeed, no valgrind warnings on the current revno 3513, while it's still easily reproducible on revno 3426 where it was first observed (same machine, same build options, same test). Ran the test 3 times, also with longer duration. Closing as fixed. |