Comment 3 for bug 786573

Revision history for this message
Oleg Tsarev (tsarev) wrote :

Bug was reproduced on Fedora 14, debug, x86_64. Please note - test work not quick, about 15 minutes before complete

oleg.tsarev (0) /storage/dev/percona/5.5.12/Percona-Server-debug/mysql-test$ ./mysql-test-run --valgrind main.percona_xtradb_bug317074
Logging: /storage/dev/percona/5.5.12/Percona-Server/mysql-test/mysql-test-run.pl --valgrind main.percona_xtradb_bug317074
110602 18:26:04 [Note] Flashcache bypass: disabled
110602 18:26:04 [Note] Flashcache setup error is : open flash device failed

MySQL Version 5.5.12
Turning on valgrind for all executables
Running valgrind with options " --show-reachable=yes "
Checking supported features...
 - skipping ndbcluster
 - skipping SSL, mysqld not compiled with SSL
 - binaries are debug compiled
Collecting tests...
vardir: /storage/dev/percona/5.5.12/Percona-Server-debug/mysql-test/var
Removing old var directory...
Creating var directory '/storage/dev/percona/5.5.12/Percona-Server-debug/mysql-test/var'...
Installing system database...
Using server port 39063

==============================================================================

TEST RESULT TIME (ms) or COMMENT
--------------------------------------------------------------------------

worker[1] Using MTR_BUILD_THREAD 301, with reserved ports 13010..13019
main.percona_xtradb_bug317074 [ pass ] 649544
worker[1] Valgrind report from /storage/dev/percona/5.5.12/Percona-Server-debug/mysql-test/var/log/mysqld.1.err after tests:
 main.percona_xtradb_bug317074
--------------------------------------------------------------------------
HEAP SUMMARY:
    in use at exit: 30,570,808 bytes in 214 blocks
  total heap usage: 1,566,908 allocs, 1,566,694 frees, 7,928,326,960 bytes allocated

128 bytes in 1 blocks are possibly lost in loss record 124 of 151
   at 0x4A05E46: malloc (vg_replace_malloc.c:195)
   by 0xA17C46: mem_heap_create_block (mem0mem.c:333)
   by 0x961605: btr_search_sys_create (mem0mem.ic:443)
   by 0x96F57F: buf_pool_init (buf0buf.c:1902)
   by 0x90585C: innobase_start_or_create_for_mysql (srv0start.c:1511)
   by 0x8A85D7: innobase_init(void*) (ha_innodb.cc:2858)
   by 0x6CD31A: ha_initialize_handlerton(st_plugin_int*) (handler.cc:462)
   by 0x5AC7E3: plugin_initialize(st_plugin_int*) (sql_plugin.cc:1063)
   by 0x5B1E36: plugin_init(int*, char**, int) (sql_plugin.cc:1349)
   by 0x5119EC: init_server_components() (mysqld.cc:3962)
   by 0x515B86: mysqld_main(int, char**) (mysqld.cc:4634)
   by 0x37E701EE5C: (below main) (libc-start.c:226)

128 bytes in 1 blocks are definitely lost in loss record 125 of 151
   at 0x4A05E46: malloc (vg_replace_malloc.c:195)
   by 0xA17C46: mem_heap_create_block (mem0mem.c:333)
   by 0x9616C4: btr_search_sys_create (mem0mem.ic:443)
   by 0x96F57F: buf_pool_init (buf0buf.c:1902)
   by 0x90585C: innobase_start_or_create_for_mysql (srv0start.c:1511)
   by 0x8A85D7: innobase_init(void*) (ha_innodb.cc:2858)
   by 0x6CD31A: ha_initialize_handlerton(st_plugin_int*) (handler.cc:462)
   by 0x5AC7E3: plugin_initialize(st_plugin_int*) (sql_plugin.cc:1063)
   by 0x5B1E36: plugin_init(int*, char**, int) (sql_plugin.cc:1349)
   by 0x5119EC: init_server_components() (mysqld.cc:3962)
   by 0x515B86: mysqld_main(int, char**) (mysqld.cc:4634)
   by 0x37E701EE5C: (below main) (libc-start.c:226)

LEAK SUMMARY:
   definitely lost: 128 bytes in 1 blocks
   indirectly lost: 0 bytes in 0 blocks
     possibly lost: 128 bytes in 1 blocks
   still reachable: 0 bytes in 0 blocks
        suppressed: 30,570,552 bytes in 212 blocks

For counts of detected and suppressed errors, rerun with: -v
ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 60 from 60)

--------------------------------------------------------------------------
The servers were restarted 0 times
Spent 649.544 of 672 seconds executing testcases

Completed: All 1 tests were successful.