Bug #80333 | Valgrind: Conditional jump or move in Rewriter::do_refresh | ||
---|---|---|---|
Submitted: | 11 Feb 2016 1:32 | Modified: | 2 Mar 2016 17:51 |
Reporter: | Roel Van de Paar | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: Optimizer | Severity: | S3 (Non-critical) |
Version: | 5.7.10, 5.7.11 | OS: | Any |
Assigned to: | CPU Architecture: | Any |
[11 Feb 2016 1:32]
Roel Van de Paar
[11 Feb 2016 2:24]
Roel Van de Paar
Another way of reproducing, but same idea. Bug bundle
Attachment: 1455065673_bug_bundle.tar.gz (application/x-gzip, text), 2.20 KiB.
[11 Feb 2016 2:25]
Roel Van de Paar
As an alternative way of reproducing, the attached tarball (1455065673_bug_bundle.tar.gz) gives the testcase as an exact match of our system, including some handy utilities $ vi 1455065673_mybase # STEP1: Update the base path in this file (usually the only change required!). If you use a non-binary distribution, please update SOURCE_DIR location also $ ./1455065673_init # STEP2: Initializes the data dir $ ./1455065673_start_valgrind # STEP3: Starts mysqld under Valgrind (make sure to use a Valgrind instrumented build) (note: this can easily take 20-30 seconds or more) $ ./1455065673_stop # STEP4: Stop mysqld (and wait for Valgrind to write end-of-Valgrind-run details to the mysqld error log) $ vi /dev/shm/1455065673/error.log.out # STEP5: Verify the error log
[11 Feb 2016 8:54]
MySQL Verification Team
Hello Roel, Thank you for the report. Thanks, Umesh
[2 Mar 2016 17:51]
Paul DuBois
Noted in 5.7.13, 5.8.0 changelogs. Loading the Rewriter query rewrite plugin when there was no query_rewrite database resulted in Valgrind warnings.