Summary: | [Too many open files abort] Crash while downloading | ||
---|---|---|---|
Product: | [Applications] ktorrent | Reporter: | BRULE Herman <alpha_one_x86> |
Component: | general | Assignee: | Joris Guisson <joris.guisson> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | fil.chuprin, mirvana-dmitry, rvalkass, thordn, walch.martin |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Gentoo Packages | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
BRULE Herman
2010-09-13 16:35:55 UTC
How many torrents are you running ? 109 torrent. If have special limit (file open, connextion max, ...) check it and auto-limit it into the spinbox. The crash actually happens in a library outside of ktorrent, however it crashes due to the fact that it can't open a pipe. Which means that ktorrent is hitting the maximum number of open files limit. So you have two options: - Increase the maximum number of open files (in /etc/security/limits.conf) - Decrease the global connection limit in ktorrent, or run less torrents *** Bug 258508 has been marked as a duplicate of this bug. *** *** Bug 260240 has been marked as a duplicate of this bug. *** *** Bug 257114 has been marked as a duplicate of this bug. *** *** Bug 281130 has been marked as a duplicate of this bug. *** Git commit 89d3a2e2db30152e6fa77c7a84bfc76a8a9914a3 by Joris Guisson. Committed on 03/10/2011 at 18:50. Pushed by guisson into branch 'master'. Prevent file descriptor exhaustion from happening, fixes several crashes BUG: 251120 BUG: 282873 BUG: 274544 M +1 -0 ChangeLog M +2 -0 src/diskio/cachefile.cpp M +27 -9 src/download/httpconnection.cpp M +4 -0 src/interfaces/serverinterface.cpp M +32 -18 src/peer/peerconnector.cpp M +38 -0 src/util/functions.cpp M +6 -0 src/util/functions.h http://commits.kde.org/libktorrent/89d3a2e2db30152e6fa77c7a84bfc76a8a9914a3 *** Bug 286623 has been marked as a duplicate of this bug. *** *** Bug 286620 has been marked as a duplicate of this bug. *** |