Skip Menu |

This queue is for tickets about the AnyEvent-DBD-Pg CPAN distribution.

Report information
The Basics
Id: 65722
Status: rejected
Priority: 0/
Queue: AnyEvent-DBD-Pg

People
Owner: Nobody in particular
Requestors: UNERA [...] cpan.org
Cc:
AdminCc:

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



Subject: Memory leak
The structure of test database is here: http://paste.org.ru/?ss092f The test script here: http://paste.org.ru/?h698gy It leaks about 1Mb/second. It leaks if You use any other request (selectall...). If 'return' is inserted before $dbh->execute, then script will have no leak. PS: I've tested only the last version of AnyEvent::DBD::Pg (0.03)
Пнд Фев 14 15:28:00 2011, UNERA писал: Show quoted text
> The structure of test database is here: http://paste.org.ru/?ss092f > The test script here: http://paste.org.ru/?h698gy > > It leaks about 1Mb/second. It leaks if You use any other request > (selectall...). > If 'return' is inserted before $dbh->execute, then script will have no
leak. Show quoted text
> > PS: I've tested only the last version of AnyEvent::DBD::Pg (0.03)
I just tested clean DBD::Pg: http://paste.org.ru/?qwxuvw it leaks, too. So I think that the problem is in depends :) Sorry for waste of Your time