Memory Leak using DBD/DBI

Memory Leak using DBD/DBI

am 16.10.2003 18:47:37 von wkim

Hello,

I found some memory leak in my perl script using DBI/DBD::mysql module.
(My script runs many INSERT in a loop using DBI/DBD).

I checked memory leakage using Devel::LeakTrace module, though I don't
know how it traces memory leakage. (See Below ######## )

Can anyone exprienced similar problem and how was it solved?

I had no problem like this before.

My current module versions are
T/TI/TIMB/DBI-1.38.tar.gz
J/JW/JWIED/Msql-Mysql-modules-1.2219.tar.gz
R/RU/RUDY/DBD-mysql-2.9002.tar.gz

many thanks

wan

########################################

> perl -MDevel::LeakTrace -e '{use DBI;}'

leaked SV(0x804d15c) from
/usr/lib/perl5/site_perl/5.8.0/i386-linux-thread-multi/DBI.p m line 477


> perl -MDevel::LeakTrace -e '{use DBD::mysql;}'

leaked SV(0x804d15c) from
/usr/lib/perl5/site_perl/5.8.0/i386-linux-thread-multi/DBI.p m line 477




--
MySQL Perl Mailing List
For list archives: http://lists.mysql.com/perl
To unsubscribe: http://lists.mysql.com/perl?unsub=gcdmp-msql-mysql-modules@m .gmane.org