Custom Query (2447 matches)
Results (262 - 264 of 2447)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#688 | Invalid | Deluged crash | ||
Description |
Deluged was crashed while torrent was downloading. Deluge (ui) was not crashed. System debian lenny, server without graphical interface, using web ui. kernel 2.6.26-1-686. String from dmesg: [166812.256784] deluged[4430]: segfault at 471 ip b7621b40 sp b69c9f20 error 4 in libtorrent.so[b7372000+42a000] version deluge-torrent_1.0.99+1.1.0RC-2_i386.lenny.deb (installed from deb packet with this name) |
|||
#1064 | Fixed | spins CPU due to incorrect polling | ||
Description |
rc3 spins the CPU due to not polling correctly. poll([{fd=7, events=POLLIN}, {fd=5, events=POLLIN}, {fd=10, events=POLLIN}, {fd=3, events=POLLIN}, {fd=9, events=POLLIN}, {fd=12, events=POLLIN}, {fd=13, events=POLLIN}, {fd=4, events=POLLIN}], 8, 18) = 1 ([{fd=9, revents=POLLIN}]) read(10, 0x1b3c8b4, 4096) = -1 EAGAIN (Resource temporarily unavailable) It's fd 9 that has incoming data and read(2) is called on fd 10. |
|||
#1065 | Invalid | spins CPU due to incorrect polling | ||
Description |
rc3 spins the CPU due to not polling correctly. poll([{fd=7, events=POLLIN}, {fd=5, events=POLLIN}, {fd=10, events=POLLIN}, {fd=3, events=POLLIN}, {fd=9, events=POLLIN}, {fd=12, events=POLLIN}, {fd=13, events=POLLIN}, {fd=4, events=POLLIN}], 8, 18) = 1 ([{fd=9, revents=POLLIN}]) read(10, 0x1b3c8b4, 4096) = -1 EAGAIN (Resource temporarily unavailable) It's fd 9 that has incoming data and read(2) is called on fd 10. |