Search found 7 matches

by tyeken8
Thu Dec 20, 2012 1:17 am
Forum: Support
Topic: deluge hang for a while
Replies: 8
Views: 6124

Re: deluge hang for a while

Now it happened more often than a week ago, even when I'm adding torrent and even no operation. The upload and download just go down to 0, hold for several minutes, and go back.
未命名.jpg
未命名.jpg (40.16 KiB) Viewed 5987 times
by tyeken8
Wed Dec 19, 2012 1:17 am
Forum: Support
Topic: deluge hang for a while
Replies: 8
Views: 6124

Re: deluge hang for a while

Yes, I do recieve many "max outstanding disk writes reached" alerts. I changed max_queued_disk_bytes to 64MiB and it doesn't show me warnings again. But the issue still not solved. And I'm confused because no disk write is performed in libtorrent::disk_buffer_pool::free_buffer(), what is i...
by tyeken8
Mon Dec 17, 2012 12:16 pm
Forum: Support
Topic: deluge hang for a while
Replies: 8
Views: 6124

Re: deluge hang for a while

When it hangs, I tried to attach gdb and saw it's in libtorrent::disk_buffer_pool::free_buffer(char*), don't know what it is currently.. Program received signal SIGINT, Interrupt. [Switching to Thread 0x7ff764148700 (LWP 1147)] 0x00007ff762b00303 in poll () from /lib/x86_64-linux-gnu/libc.so.6 (gdb)...
by tyeken8
Thu Dec 13, 2012 1:12 pm
Forum: Support
Topic: deluge hang for a while
Replies: 8
Views: 6124

Re: deluge hang for a while

About 200 torrents for about 3TB total. It's irregular, but seems more likely to happen when change on torrent's state, (once I paused a torrent, then it hung, after it returned, I paused another, nothing more happened). I wonder if it was on saving torrent's states, but I'm not sure. I'm not famili...
by tyeken8
Tue Dec 11, 2012 8:17 am
Forum: Support
Topic: deluge hang for a while
Replies: 8
Views: 6124

Re: deluge hang for a while

bump
by tyeken8
Sun Dec 09, 2012 1:23 am
Forum: Support
Topic: deluge hang for a while
Replies: 8
Views: 6124

deluge hang for a while

Hi all, I'm using deluge 1.3.5 on a download machine, usually it works nice, but sometimes it hangs for a while and returns work. top.png When it hangs, no download nor upload is performed, the deluge process just run the CPU 100%, but no disk IO is performed as well(0% wa), I checked the DEBUG log,...
by tyeken8
Sun Dec 02, 2012 3:49 am
Forum: Plugins
Topic: [Plugin] Total Traffic
Replies: 57
Views: 194369

Re: [Plugin] Total Traffic

Hi everyone.

I made an enhance to this plugin: writeback collected data to file once a minute.
This can help preventing(reduce) data loss a dirty shutdown (graceful, or crash).

The code is also available.

Enjoy.