Comment 3 for bug 789244

Revision history for this message
Alexey Kopytov (akopytov) wrote :

Could not repeat it using the attached test case on CentOS 5.6 with valgrind 3.5.0. Here's what I did:

- downloaded the attached bug789244.test to mysql-test/t.

- fixed the absolute path names to my randgen branch:

perl -pi -e 's|/home/philips/bzr/randgen-heap|/home/alexey.kopytov/src/launchpad/randgen|g' t/bug789244.test

- started the test like this:

./mtr --valgrind --mysqld=--secure-file-priv=/home/alexey.kopytov/src/launchpad/randgen --mysqld=--max_heap_table_size=1G bug789244

The output:

main.bug789244 [ fail ]
        Test ended at 2011-05-28 22:23:16

CURRENT_TEST: main.bug789244
==21464== Memcheck, a memory error detector
==21464== Copyright (C) 2002-2009, and GNU GPL'd, by Julian Seward et al.
==21464== Using Valgrind-3.5.0 and LibVEX; rerun with -h for copyright info
==21464== Command: /mnt/data/home/alexey.kopytov/src/launchpad/mysql-55-eb-blobs/client//mysqltest --defaults-file=/mnt/data/home/alexey.kopytov/src/launchpad/mysql-55-eb-blobs/mysql-test/var/my.cnf --silent --tmpdir=/mnt/data/home/alexey.kopytov/src/launchpad/mysql-55-eb-blobs/mysql-test/var/tmp --character-sets-dir=/mnt/data/home/alexey.kopytov/src/launchpad/mysql-55-eb-blobs/sql/share/charsets --logdir=/mnt/data/home/alexey.kopytov/src/launchpad/mysql-55-eb-blobs/mysql-test/var/log --plugin_dir=/mnt/data/home/alexey.kopytov/src/launchpad/mysql-55-eb-blobs/plugin/auth --database=test --timer-file=/mnt/data/home/alexey.kopytov/src/launchpad/mysql-55-eb-blobs/mysql-test/var/log/timer --test-file=/mnt/data/home/alexey.kopytov/src/launchpad/mysql-55-eb-blobs/mysql-test/t/bug789244.test --tail-lines=20
==21464==
mysqltest: The test didn't produce any output
==21464==
==21464== HEAP SUMMARY:
==21464== in use at exit: 1,560 bytes in 5 blocks
==21464== total heap usage: 2,204 allocs, 2,199 frees, 1,247,814 bytes allocated
==21464==
==21464== LEAK SUMMARY:
==21464== definitely lost: 0 bytes in 0 blocks
==21464== indirectly lost: 0 bytes in 0 blocks
==21464== possibly lost: 0 bytes in 0 blocks
==21464== still reachable: 0 bytes in 0 blocks
==21464== suppressed: 1,560 bytes in 5 blocks
==21464==
==21464== For counts of detected and suppressed errors, rerun with: -v
==21464== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 4 from 4)

I tried both revision 3475 and the top-most one.

Going to ask someone to try repeating it on another machine on Monday.