Memory leak with MyDump on embedded connection - MtDAC 570
Posted: Wed 10 Dec 2008 14:36
Delphi 2009, MyDAC 570
Memory leaks are reported by the memory manager when MyDump is used to create an SQL dump with a MyEmbedded connection. No problem with MyConnection. No problem if MyDump is configured with objects set to false (tables, data, etc.).
Below is the text from the Application Error message:
Exception EAccessViolation in module libmysqld.dll at 001D2DF3
Access violation at address 101D2DF3 in module ‘libmysqld.dll’. Read of address FEEEFFFA.
Unexpected small memory leaks message:
13-20 bytes: Unicodstring x 23
21-28 bytes: Unicodstring x 12
29-36 bytes: Unicodstring x 10
37-44 bytes: Unicodstring x 5
45-52 bytes: Unicodstring x 9
53-60 bytes: Unicodstring x 9
61-68 bytes: Unicodstring x 2
69-76 bytes: Unicodstring x 3, Unknown x 1
77-84 bytes: Unicodstring x 2
85-92 bytes: Unicodstring x 1
93-100 bytes: Unicodstring x 2
269-284 bytes: TMutex x 1, TMySQLAPIEmbedded x 1
797-976 bytes: Unknown x 1
Thank you for your assistance - once again.
Memory leaks are reported by the memory manager when MyDump is used to create an SQL dump with a MyEmbedded connection. No problem with MyConnection. No problem if MyDump is configured with objects set to false (tables, data, etc.).
Below is the text from the Application Error message:
Exception EAccessViolation in module libmysqld.dll at 001D2DF3
Access violation at address 101D2DF3 in module ‘libmysqld.dll’. Read of address FEEEFFFA.
Unexpected small memory leaks message:
13-20 bytes: Unicodstring x 23
21-28 bytes: Unicodstring x 12
29-36 bytes: Unicodstring x 10
37-44 bytes: Unicodstring x 5
45-52 bytes: Unicodstring x 9
53-60 bytes: Unicodstring x 9
61-68 bytes: Unicodstring x 2
69-76 bytes: Unicodstring x 3, Unknown x 1
77-84 bytes: Unicodstring x 2
85-92 bytes: Unicodstring x 1
93-100 bytes: Unicodstring x 2
269-284 bytes: TMutex x 1, TMySQLAPIEmbedded x 1
797-976 bytes: Unknown x 1
Thank you for your assistance - once again.