Memory leak in DBI using $sth-{NAME_..hash}

2005-04-15 Thread DB2PERL
Hi, Using Perl 5.8.1 DBI 1.48 and DBD-DB2 0.78 on Linux, I'm seeing a memory leak looping through $sth-{NAME_lc}. The repro script and trace is below. Note that looping through the $dbh-prepare does not leak. Has someone else seen this before? or know where I can start looking? This looks like

Re: Memory leak in DBI using $sth-{NAME_..hash}

2005-04-15 Thread H.Merijn Brand
On Fri, 15 Apr 2005 12:54:48 -0400, DB2PERL [EMAIL PROTECTED] wrote: Hi, Using Perl 5.8.1 DBI 1.48 and DBD-DB2 0.78 on Linux, I'm seeing a memory leak looping through $sth-{NAME_lc}. The repro script and trace is below. Note that looping through the $dbh-prepare does not leak. It might

Memory leak in DBI using $sth-{NAME_..hash}

2005-04-15 Thread DB2PERL
Please ignore my questions below. I have found the cause of the memory leak. Thanks. Regards, Michael __ Hi, Using Perl 5.8.1 DBI 1.48 and DBD-DB2 0.78 on Linux, I'm seeing a memory leak looping through $sth-{NAME_lc}. The repro script and trace is below. Note that looping