Bug#471572: SVN::Client still leaks file descriptors

2016-02-07 Thread James McCoy
On Sun, Jun 13, 2010 at 12:33:30AM +0900, Ansgar Burchardt wrote: > I can still reproduce this problem in the latest version. > If you run the attached script, you can see that SVN::Client opens ever > more connections without closing them again. This looks very similar to #520693. Note that

Bug#471572: SVN::Client still leaks file descriptors

2010-06-12 Thread Ansgar Burchardt
Version: 1.6.11dfsg-1 Hi, I can still reproduce this problem in the latest version. If you run the attached script, you can see that SVN::Client opens ever more connections without closing them again. Regards, Ansgar #! /usr/bin/perl use strict; use warnings; use SVN::Client; my $url =