Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
10.11
Description
When mariadb-binlog is used with flasback option without server running, we can detect memory leak.
$ ./client/mysqlbinlog mysql-test/var/tmp/mysqlbinlog_row_flashback_3.sql --flashback |
 |
/*!50530 SET @@SESSION.PSEUDO_SLAVE_MODE=1*/;
|
/*!40019 SET @@session.max_delayed_threads=0*/;
|
/*!50003 SET @OLD_COMPLETION_TYPE=@@COMPLETION_TYPE,COMPLETION_TYPE=0*/;
|
DELIMITER /*!*/;
|
ERROR: File is not a binary log file. |
Warning: 8216 bytes lost at 0x5604067a20a0, allocated by T@0 at mysys/array.c:73, client/mysqlbinlog.cc:3589, addr2line: DWARF error: section .debug_info is larger than its filesize! (0x93ef57 vs 0x530ea0) |
??:0, ??:0
|
Warning: 16408 bytes lost at 0x56040679e000, allocated by T@0 at mysys/array.c:73, client/mysqlbinlog.cc:3587, addr2line: DWARF error: section .debug_info is larger than its filesize! (0x93ef57 vs 0x530ea0) |
??:0, ??:0
|
Memory lost: 24624 bytes in 2 chunks |
This bug is not catched by Coverity scan.
Attachments
Issue Links
- relates to
-
MDBF-533 Coverity scan: Add model file to repository
- Open