** Summary changed: - Too many file opened at one + Too many file opened at once
** Description changed: - The bittorrent client open all the file at the beginning - of the transfert, and can thus reach the configured max + The bittorrent client opens all the file at the beginning + of the transfer, and thus can reach the configured max open file descriptor by process when trying to download large torrents. It is then completely frozen since a second IOError is raised and uncaught when the error dialog glade XML file is opened. The following patch fixes the problem by preventing - bittorrent from opening too many file at one (but it - is a bit more cpu / disk hungry since the file are + bittorrent from opening too many file at once (but it + is a bit more cpu / disk hungry since the files are opened and closed more often) ... ** Summary changed: - Too many file opened at once + Too many files opened at once -- Too many files opened at once https://bugs.launchpad.net/bugs/13371 You received this bug notification because you are a member of Ubuntu Bugs, which is a direct subscriber. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
