Bug #58739 Valgrind warning in InnoDB
Submitted: 5 Dec 2010 12:31 Modified: 8 Dec 2010 0:01
Reporter: Alexander Nozdrin Email Updates:
Status: Duplicate Impact on me:
None 
Category:MySQL Server: InnoDB storage engine Severity:S1 (Critical)
Version:5.6 (Erica) OS:Any
Assigned to: Assigned Account CPU Architecture:Any
Tags: pb2

[5 Dec 2010 12:31] Alexander Nozdrin
Description:
main.plugin_auth [ fail ] Found warnings/errors in server log file!
        Test ended at 2010-12-04 02:29:22
line
==21760== 262,176 bytes in 1 blocks are possibly lost in loss record 8 of 9
==21760==    at 0x4A05809: malloc (vg_replace_malloc.c:149)
==21760==    by 0x9A3D72: ut_malloc_low (ut0mem.c:106)
==21760==    by 0x9A40A3: ut_malloc (ut0mem.c:238)
==21760==    by 0x9A4B55: ib_bh_create (ut0bh.c:132)
==21760==    by 0x99AAB3: trx_sys_create (trx0sys.c:1057)
==21760==    by 0x9889F5: innobase_start_or_create_for_mysql (srv0start.c:1532)
==21760==    by 0x94859C: innobase_init(void*) (ha_innodb.cc:2648)
==21760==    by 0x745815: ha_initialize_handlerton(st_plugin_int*) (handler.cc:475)
==21760==    by 0x5EA23D: plugin_initialize(st_plugin_int*) (sql_plugin.cc:1063)
==21760==    by 0x5ECA18: plugin_init(int*, char**, int) (sql_plugin.cc:1344)
==21760==    by 0x5525DF: init_server_components() (mysqld.cc:4106)
==21760==    by 0x553E3B: mysqld_main(int, char**) (mysqld.cc:4666)
==21760==    by 0x547622: main (main.cc:24)
^ Found warnings in /export/home3/pb2/test/sb_1-2628442-1291394251.56/mysql-5.6.1-m5-linux-x86_64-test/mysql-test/var-main-ps_row/log/mysqld.1.err

It seems to be different from Bug#55720 and Bug#56611.

How to repeat:
Check out PB (trunk-bugfixing).
[5 Dec 2010 12:34] Alexander Nozdrin
Valgrind: 3.2.1
[8 Dec 2010 0:01] Sunny Bains
This is a duplicate of bug# 58258.