Bug#772543: python-psutil: severak filehandle leaks

2015-01-04 Thread Sandro Tosi
Hello Marc, upstream has worked on this regard[1] and have asked if you can run your tests on the git version of psutil - is that something you can do? [1] https://github.com/giampaolo/psutil/issues/556#issuecomment-68595246 Thanks in advance, Sandro On Tue, Dec 16, 2014 at 9:27 AM, Marc Leeman

Bug#772543: python-psutil: severak filehandle leaks

2014-12-16 Thread Marc Leeman
patch. Testing it now. On 16 December 2014 at 09:22, Marc Leeman wrote: > Just to let you know that the current version upstream is not enough > to solve the problem. I copied their version in the jessie release, > backported it to wheezy and tried it. > > After less than 24h, the system is stuck

Bug#772543: python-psutil: severak filehandle leaks

2014-12-16 Thread Marc Leeman
Just to let you know that the current version upstream is not enough to solve the problem. I copied their version in the jessie release, backported it to wheezy and tried it. After less than 24h, the system is stuck again, The problem can be traced to: @wrap_exceptions def threads(self):

Bug#772543: python-psutil: severak filehandle leaks

2014-12-08 Thread Sandro Tosi
control: forward -1 https://github.com/giampaolo/psutil/issues/556 On Mon, Dec 8, 2014 at 4:28 PM, Marc Leeman wrote: >> it seems those were addressed in >> https://github.com/giampaolo/psutil/commit/3760d9593524e553e9e012c6b63cd802e3b25a46 >> but it was not released in the last upstream version

Bug#772543: python-psutil: severak filehandle leaks

2014-12-08 Thread Marc Leeman
> it seems those were addressed in > https://github.com/giampaolo/psutil/commit/3760d9593524e553e9e012c6b63cd802e3b25a46 > but it was not released in the last upstream version - asked upstream > for clarification on when they will be released. I don't think the commit solves all the problems: when

Bug#772543: python-psutil: severak filehandle leaks

2014-12-08 Thread Sandro Tosi
Hi, thanks for the report! On Mon, Dec 8, 2014 at 1:28 PM, Marc Leeman wrote: > When using psutil to query system statistics, several function leak a file > handle by returning without closing the file handle. > > When this is used on a regular basis, the system will fail with too many open > fil

Bug#772543: python-psutil: severak filehandle leaks

2014-12-08 Thread Marc Leeman
Package: python-psutil Version: 2.1.1-1+b1 Severity: important Tags: patch When using psutil to query system statistics, several function leak a file handle by returning without closing the file handle. When this is used on a regular basis, the system will fail with too many open file handles: