Skip Menu |

This queue is for tickets about the DBI CPAN distribution.

Report information
The Basics
Id: 52714
Status: rejected
Priority: 0/
Queue: DBI

People
Owner: Nobody in particular
Requestors: cschmid [...] rapidshare.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: DBI memory leak on Novell OpenSuse 11.1
Date: Sat, 12 Dec 2009 17:40:35 +0100
To: bug-DBI [...] rt.cpan.org
From: Christian Schmid <cschmid [...] rapidshare.com>
Linux dragon 2.6.27.29-0.1-pae #1 SMP 2009-08-15 17:53:59 +0200 i686 i686 i386 GNU/Linux use DBI; $DBH = DBI->connect("DBI:mysql:database=something;host=192.168.1.1", "login", "password") || die $!; while (1) { $DBH->selectrow_array("SELECT id, val FROM bla LIMIT 1") } Execute this code on a clean Opensuse 11.1 and the script grows and grows and grows.....
I believe this is a leak in DBD::mysql so I'll close this ticket. If you can show it's a leak in DBI itself please let me know.