Custom Query (2449 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (295 - 297 of 2449)

Ticket Resolution Summary Owner Reporter
#2892 Duplicate Deluge crash after something pavlukivan
Description

Everything was working fine, Then I closed Deluge and opened it again.

Problem Event Name: BEX

Application Name: deluge.exe

Application Version: 1.3.13.0

Application Timestamp: 530bd002

Fault Module Name: MSVCR90.dll

Fault Module Version: 9.0.30729.4940

Fault Module Timestamp: 4ca2ef57

Exception Offset: 0006ccb5

Exception Code: c0000417

Exception Data: 00000000

OS Version: 6.1.7601.2.1.0.256.1

Locale ID: 1049

Additional Information 1: d701

Additional Information 2: d7018a09a1179b12f56762cb7997c403

Additional Information 3: 5dff

Additional Information 4: 5dff3e819b440c7edbbdc013c8dc7a2d

It looks like it's crashing on

74631641 and dword ptr ds:[7465D7A0h],0

#2890 Fixed Update Info.plist of latest version roratonet
Description

File Info.plist of version 1.3.13 contains the strings

<key>CFBundleShortVersionString</key> <string>1.3.12</string> <key>CFBundleVersion</key> <string>1.3.12</string> <key>CFBundleGetInfoString</key> <string>1.3.12 (c) 2008-2015 Deluge Team http://deluge-torrent.org/</string>

who should be updated to the latest version 1.3.13, as it won't download the latest with Munki, FileWave and whatsoever.

Thanks.

#2889 Fixed "Too many files open" error and losing all torrents MaycneSonahoz
Description

Hi,

A few weeks ago i got an important issue: Deluge lost all my torrents. More precisely, the torrent list got empty, though the files and torrent files were still there.

After a small investigation, i found out that the ~/.conf/deluge/state/torrents.state and torrents.state.bak files had been deleted. After opening Deluge again, from the terminal, after some time i got errors of the following kind:

[ERROR ] 19:43:26 torrentmanager:833 Unable to save /home/maycne/.config/deluge/state/torrents.fastresume: [Errno 24] Trop de fichiers ouverts: '/home/maycne/.config/deluge/state/torrents.fastresume.tmp'
[ERROR ] 19:43:32 core:248 There was an error adding the torrent file ed965dd1d26331357302f877482526e90c0d0515.torrent
[ERROR ] 19:43:32 core:249 local variable 'ex' referenced before assignment
Traceback (most recent call last):
File "/usr/lib/python2.7/site-packages/deluge/core/core.py", line 246, in add_torrent_file
File "/usr/lib/python2.7/site-packages/deluge/core/torrentmanager.py", line 534, in add
File "/usr/lib/python2.7/site-packages/deluge/core/torrentmanager.py", line 744, in save_state
UnboundLocalError: local variable 'ex' referenced before assignment
[ERROR ] 19:43:33 torrentmanager:833 Unable to save /home/maycne/.config/deluge/state/torrents.fastresume: [Errno 24] Trop de fichiers ouverts: '/home/maycne/.config/deluge/state/torrents.fastresume.tmp'
[ERROR ] 19:43:46 torrentmanager:734 Unable to backup /home/maycne/.config/deluge/state/torrents.state to /home/maycne/.config/deluge/state/torrents.state.bak: [Errno 2] Aucun fichier ou dossier de ce type

For those who don't read French, "Trop de fichiers ouverts" means "too many files open".

I saw some posts about this error here, either with no solution, or with a solution of "don't use so many torrents" or "increase the limit of files your system can open". Those were also the solutions suggested on Manjaro's forum at first.

But after digging a bit, i found that Deluge opens a lot more files than any other programs, including other torrent clients. Long story short, i found and used the following command in order to look how many files were open.

lsof | awk '{ print $2 " " $1; }' | sort -rn | uniq -c | sort -rn | head -20

Using this with Deluge and Qbittorrent open, both with the exact same list of 83 torrents (all completed), i saw that after around 45min of activity, Deluge had 7 times more open files than Qbittorrent (14880 and 2037 respectively), which might not be normal.

I found this issue with:

I might have had this issue for longer, but i only found it after losing the torrent list.

You can find more details on Manjaro's forum (https://forum.manjaro.org/t/deluge-repeatedly-crashes-over-too-many-files-open/7566) and i'll gladly provide more intel if needed.

Maycne.

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.