Custom Query (2449 matches)
Results (94 - 96 of 2449)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #2937 | WorksForMe | Freebsd deluged memory leak | ||
| Description |
Deluge packaged for Freebsd (1.3.13,1) has a severe memory leak. It takes about 2 hours 30 minutes to consume more than 500 MB from 22 MB at start. Here are the monit alerts : Nov 20 23:08:11 FreeBSD1 monit[80330]: 'deluged' total mem amount of 480.3 MB matches resource limit [total mem amount>400 MB] Nov 20 23:08:22 FreeBSD1 kernel: WARNING pid 79892 (python2.7): ioctl sign-extension ioctl ffffffffc0206933 Nov 20 23:08:22 FreeBSD1 last message repeated 8 times Nov 20 23:09:11 FreeBSD1 monit[80330]: 'deluged' total mem amount of 507.9 MB matches resource limit [total mem amount>500 MB] Nov 20 23:09:11 FreeBSD1 monit[80330]: 'deluged' total mem amount of 507.9 MB matches resource limit [total mem amount>400 MB] Nov 20 23:09:24 FreeBSD1 kernel: WARNING pid 79892 (python2.7): ioctl sign-extension ioctl ffffffffc0206933 Nov 20 23:09:24 FreeBSD1 last message repeated 8 times Nov 20 23:10:11 FreeBSD1 monit[80330]: 'deluged' total mem amount of 510.1 MB matches resource limit [total mem amount>500 MB] |
|||
| #2938 | Duplicate | Crash on start | ||
| Description |
When i start Deluge 1.3.13 it crash. My OS is Windows 7 x64 SP1 with all updates. The first message is visible in the file "Runtime error". Following two messages appear with the following data: Problem signature:
Problem signature:
On my PC are present VirtualBox v5.1.8 and VMWare v12.5.1. Deluge is installed on the Host. These programs install some Virtual Network Adapter. If I disable these network adapter, Deluge no longer crash. The problem does not occur in Deluge v1.3.12 py2.7. |
|||
| #2939 | Duplicate | Reconnecting to daemon from client | ||
| Description |
After disconnecting and attempting to reconnect to the daemon via both the webclient and the thinclient, the following error is raised: [INFO ] 02:07:06 rpcserver:204 Deluge Client connection made from: 172.17.0.1:51980
[ERROR ] 02:07:06 rpcserver:304 Exception calling RPC request: list index out of range
Traceback (most recent call last):
File "/usr/lib/python2.7/site-packages/deluge/core/rpcserver.py", line 299, in dispatch
ret = self.factory.methods[method](*args, **kwargs)
File "/usr/lib/python2.7/site-packages/deluge/core/core.py", line 461, in get_torrents_status
status_dict[torrent_id] = self.get_torrent_status(torrent_id, keys, diff)
File "/usr/lib/python2.7/site-packages/deluge/core/core.py", line 440, in get_torrent_status
status = self.torrentmanager[torrent_id].get_status(keys, diff)
File "/usr/lib/python2.7/site-packages/deluge/core/torrent.py", line 795, in get_status
status_dict[key] = fns[key]()
File "/usr/lib/python2.7/site-packages/deluge/core/torrent.py", line 590, in get_file_progress
ret.append(float(file_progress[i]) / float(f["size"]))
IndexError: list index out of range
All of the stats about the added torrents along the left side populate, but none of the torrents do. |
|||
