Page 1 of 1

SABnzbd crashes during heavy disk load

Posted: March 2nd, 2011, 2:32 am
by Oblivion11
Hi,

I'm running SABnzbd on a homebuild WHS server with an intel i3 cpu and 2GB memory. Everything runs very smooth, except when there is heavy disk load SABnzbd sometimes just crashes. Eg while I'm copying data from one disk to another at the same time that SABnzbd/Sickbeard is post processing downloads (which also includes moving data between disks).

I checked the log files but I don't see any errors. After I restart SABnzbd, it just continues doing whatever it is was doing before the crash. I don't see any excessive cpu or memory usage on my system (max 30% cpu and 50% memory load).
Is this a known issue  ???

Below an extract of the log file:

Code: Select all

2011-03-02 01:40:15,500::INFO::[postproc:281] unpack_magic finished on xxxxxxxxxxxx

2011-03-02 01:40:15,530::INFO::[newsunpack:129] Running external script D:\downloads\sickbeard\autoProcessTV\sabToSickBeard.py(xxxxxxxxxxxx, xxxxxxxxxxxx, xxxxxxxxxxxx, , tv, None, 0)

2011-03-02 01:40:18,671::INFO::[assembler:83] Decoding yyyyyyyyyyyyyyyyy.part011.rar yenc

2011-03-02 01:40:22,280::INFO::[assembler:83] Decoding yyyyyyyyyyyyyyyyy.part012.rar yenc

2011-03-02 01:40:26,500::INFO::[assembler:83] Decoding yyyyyyyyyyyyyyyyy.part013.rar yenc

2011-03-02 08:00:02,500::INFO::[downloader:604] Thread 8@newsreader21.eweka.nl:119: timed out
SABnzbd crashed just after 2011-03-02 01:40:26,500 (at that time sickbeard was moving the downloaded file to another disk).
At 2011-03-02 08:00:02,500 SABnzbd was restarted (system coming back online after being on standby during the night) and it restarted post processing the last download.


I'm having this issue both with the latest 0.5.x and the 0.6 beta2 releases (windows installer version).

Re: SABnzbd crashes during heavy disk load

Posted: March 2nd, 2011, 2:50 am
by shypike
Hard to tell.
It works very stable on my Atom-based WHS server.
Do you see any suspect error messages in the Windows event log?

You might want to try the 0.6.0 Beta2, which supports running as Windows Service.
It also includes a crash detector that will restart SABnzbd should it crash.
BTW: you might want to wait for Beta3 that comes out in a few days.

Re: SABnzbd crashes during heavy disk load

Posted: March 2nd, 2011, 3:25 am
by Oblivion11
shypike wrote: ...
It also includes a crash detector that will restart SABnzbd should it crash.
...
hmm crash detector ... interesting  8)

I already tried the 0.6.0 beta2, but didn't install it as a service though.
I'll give this a shot when beta3 comes out.