Deluge Keeps on Segfaulting
Posted: Wed Mar 19, 2014 5:13 am
Hi,
I have noticed deluged keeps on crashing (presumably segfaulting) on my ubuntu linux server, after no changes in running environment. I set it into debug mode and here is the entire log file --http://torrent.blupaw.net/deluge-debug-fixed.log I notice no significant errors except the
(looked up this error, apears to be a bug in the code for v1.3.6 and was planned to be fixed in 1.4) and the
For the Max Outstanding Disk writes I searched a line on the forums here and added a line to the core.py to look kinda like this
Thanks for the help!
If you need anything more just ask
~White Wolf
also I have this for you
I have noticed deluged keeps on crashing (presumably segfaulting) on my ubuntu linux server, after no changes in running environment. I set it into debug mode and here is the entire log file --http://torrent.blupaw.net/deluge-debug-fixed.log I notice no significant errors except the
Code: Select all
[DEBUG ] 15:54:21 alertmanager:123 performance_alert: Classe.Tous.Risques.1960.GBR.Blu-Ray.Remux.1080p.AVC.FLAC.2.0: performance warning: send buffer watermark too low (upload rate will suffer)
Code: Select all
[DEBUG ] 15:54:31 alertmanager:123 performance_alert: Classe.Tous.Risques.1960.GBR.Blu-Ray.Remux.1080p.AVC.FLAC.2.0: performance warning: max outstanding disk writes reached
Code: Select all
# Increase the alert queue size so that alerts don't get lost
self.settings.alert_queue_size = 10000
## ADDED SETTINGS ##
self.settings.max_queued_disk_bytes = 999999
If you need anything more just ask

~White Wolf
also I have this for you
Code: Select all
[whitewolf@mew]~/transmission# deluged -v
deluged: 1.3.6
libtorrent: 0.15.10.0
[whitewolf@mew]~/transmission#