$ perl mtr mysqlhotcopy_myisam
|
Logging: mtr mysqlhotcopy_myisam
|
MySQL Version 5.7.2
|
Checking supported features...
|
- SSL connections supported
|
- binaries are debug compiled
|
Collecting tests...
|
Checking leftover processes...
|
Removing old var directory...
|
Creating var directory '/home/nirbhay/project/repo/mysql/bld/5.7/install/mysql-test/var'...
|
Installing system database...
|
Using server port 40062
|
|
==============================================================================
|
|
TEST RESULT TIME (ms) or COMMENT
|
--------------------------------------------------------------------------
|
|
worker[1] Using MTR_BUILD_THREAD 300, with reserved ports 13000..13009
|
*** glibc detected *** mysqlhotcopy: double free or corruption (!prev): 0x09996050 ***
|
======= Backtrace: =========
|
/lib/i386-linux-gnu/libc.so.6(+0x75ee2)[0xb7615ee2]
|
/usr/lib/perl5/auto/DBD/mysql/mysql.so(mysql_db_destroy+0x45)[0xb7520265]
|
/usr/lib/perl5/auto/DBD/mysql/mysql.so(XS_DBD__mysql__db_DESTROY+0x185)[0xb752f6c5]
|
/usr/lib/perl5/auto/DBI/DBI.so(XS_DBI_dispatch+0x2e46)[0xb7561706]
|
mysqlhotcopy(Perl_pp_entersub+0x487)[0x80e7867]
|
mysqlhotcopy(Perl_call_sv+0x670)[0x8075570]
|
mysqlhotcopy(Perl_sv_clear+0x515)[0x80edce5]
|
mysqlhotcopy(Perl_sv_free2+0x4b)[0x80ee3ab]
|
mysqlhotcopy[0x80c810c]
|
mysqlhotcopy(Perl_mg_free+0x25)[0x80c8c65]
|
mysqlhotcopy(Perl_sv_clear+0x1b4)[0x80ed984]
|
mysqlhotcopy(Perl_sv_free2+0x4b)[0x80ee3ab]
|
mysqlhotcopy[0x80e8da1]
|
mysqlhotcopy(Perl_sv_clean_objs+0x28)[0x80eeb78]
|
mysqlhotcopy(perl_destruct+0x1653)[0x80773a3]
|
mysqlhotcopy(main+0xfb)[0x805e1cb]
|
/lib/i386-linux-gnu/libc.so.6(__libc_start_main+0xf3)[0xb75b94d3]
|
mysqlhotcopy[0x805e241]
|
======= Memory map: ========
|
...
|
main.mysqlhotcopy_myisam [ fail ]
|
Test ended at 2013-12-11 18:31:21
|
|
CURRENT_TEST: main.mysqlhotcopy_myisam
|
Aborted (core dumped)
|
mysqltest: In included file "./include/mysqlhotcopy.inc":
|
included from ./include/mysqlhotcopy.inc at line 47:
|
At line 46: command "$MYSQLHOTCOPY --quiet -S $MASTER_MYSOCK -u root hotcopy_test hotcopy_save" failed
|
|
Output from before failure:
|
exec of '/home/nirbhay/project/repo/mysql/bld/5.7/install/bin/mysqlhotcopy --quiet -S /home/nirbhay/project/repo/mysql/bld/5.7/install/mysql-test/var/tmp/mysqld.1.sock -u root hotcopy_test hotcopy_save' failed, error: 34304, status: 134, errno: 0
|
|
|
|
The result from queries just before the failure was:
|
< snip >
|
INSERT INTO t1 VALUES (1,'aaaaaaaaaaaaaaaaaaaa'),(2, 'bbbbbbbbbbbbbbbbbbbbbbb');
|
Warnings:
|
Warning 1265 Data truncated for column 'c2' at row 2
|
INSERT INTO t2 VALUES (1,'aaaaaaaaaaaaaaaaaaaa'),(2, 'bbbbbbbbbbbbbbbbbbbbbbb');
|
Warnings:
|
Warning 1265 Data truncated for column 'c2' at row 2
|
INSERT INTO t3 VALUES (1,'aaaaaaaaaaaaaaaaaaaa'),(2, 'bbbbbbbbbbbbbbbbbbbbbbb');
|
Warnings:
|
Warning 1265 Data truncated for column 'c2' at row 2
|
db.opt
|
t1.MYD
|
t1.MYI
|
t1.frm
|
t2.MYD
|
t2.MYI
|
t2.frm
|
t3.MYD
|
t3.MYI
|
t3.frm
|
|
...
|
--------------------------------------------------------------------------
|
The servers were restarted 0 times
|
Spent 0.000 of 8 seconds executing testcases
|
|
Completed: Failed 1/1 tests, 0.00% were successful.
|
|
Failing test(s): main.mysqlhotcopy_myisam
|