[Bug 583486] Re: _readdir_pyx.so leaks file descriptors
Launchpad Bug Tracker
583486 at bugs.launchpad.net
Mon May 30 05:19:12 UTC 2011
This bug was fixed in the package bzr - 2.1.4-0ubuntu1
---------------
bzr (2.1.4-0ubuntu1) lucid-proposed; urgency=low
* Update watch file to use 2.1 series.
* New upstream release.
+ Fix file descriptors leaks in dirstate compiled extension. LP: #583486
+ Refuse to stack on repositories in incompatible formats. LP: #562380
+ Don't delete nested trees/repos. LP: #572098
+ Fix 'bzr switch' crash when a 'ConfigurableFileMerger' is used. LP: #559436
+ Fix compatibility with older smart servers. LP: #528041
+ Fix symlinks addition. LP: #192859
+ Properly unversion children of unversioned directories. LP: #494221
+ Lock configuration files in '~/.bazaar' for updates. LP: #525571
+ Fix 'bzr commit <symlink>'. LP: #128562
+ Fix `lp:` urls when behind an http proxy. LP: #558343
+ Stop using edge.launchpad.net. LP: #583667
-- Max Bowsher <_ at maxb.eu> Tue, 17 May 2011 09:54:17 +0100
** Changed in: bzr (Ubuntu Lucid)
Status: Fix Committed => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to bzr in Ubuntu.
https://bugs.launchpad.net/bugs/583486
Title:
_readdir_pyx.so leaks file descriptors
Status in Bazaar Version Control System:
Fix Released
Status in Bazaar 2.0 series:
Fix Released
Status in Bazaar 2.1 series:
Fix Released
Status in “bzr” package in Ubuntu:
Fix Released
Status in “bzr” source package in Lucid:
Fix Released
Bug description:
James Troup was kind enough to help track this down on IRC.
this script is enough to trigger the problem:
rm -fr test; mkdir test; cd test; bzr init
for i in $(seq 1 1200); do echo a > ${i}; done; bzr add; bzr ci -m "init"
bzr st # works
bzr st * # fails
Will trigger it. If I delete "_readdir_pyx.so", then the status is
happy.
Marked High but not Critical, because we've had this problem for a
while (confirmed in 2.0.4 on Hardy, and 2.1.1 on Lucid, and in bzr.dev
on Lucid.)
More information about the foundations-bugs
mailing list