On Wed, Mar 05, 2003 at 08:13:00AM -0600, Philip Molter wrote: > I have a very long running Perl process. I recently upgraded the > DBI from 1.32 to 1.33 (and then 1.34) and now, the process is leaking > memory. Given the complexity of the project, it's not possible to > reduce it to a simple test case at this time, but it's definitely > related to the DBI -- if I downgrade to 1.32, the problem goes away.
Try commenting out line 631: $dbh->{dbi_connnect_closure} = $connect_closure if $dbh; Please let me know if that helps. Tim.