Page 1 of 2

Sabnzbd+ randomly quitting on Arch Linux

Posted: October 16th, 2011, 3:19 pm
by brad0383
It crashed again with all the defaults. I am running in the CLI now, hopefully it will show something.

Re: Sabnzbd+ randomly quitting on OSX

Posted: October 16th, 2011, 4:37 pm
by brad0383
I guess I have to put my foot in my mouth, I swear I didn't see this before:

Code: Select all

/usr/bin/sabnzbd: line 3:  1698 Segmentation fault      python2 /opt/sabnzbd/SABnzbd.py -f ${HOME}/.sabnzbd.ini "${@}"

Re: Sabnzbd+ randomly quitting on OSX

Posted: October 16th, 2011, 4:54 pm
by shypike
/usr/bin/sabnzbd on OSX?
Ah, right another Thread hijacker. I'm splitting this subject.
(Damn phpBB doesn't split right...)

Re: Sabnzbd+ randomly quitting on Arch Linux

Posted: October 16th, 2011, 5:49 pm
by brad0383
Sorry for hijacking the thread. Thanks for the help. I hope I get this figured out.

Re: Sabnzbd+ randomly quitting on Arch Linux

Posted: October 17th, 2011, 4:28 am
by shypike
Such crashes usually mean one of two things.
1) For some reason the process or the system ran out of memory.
2) The Python runtime or one of the modules (yEnc, OpenSSL) crashed due to a bug.
In the latter case there's not much we can do.
Bugs in SABnzbd's own code can cause lots of problems, but not segmentation faults.

Re: Sabnzbd+ randomly quitting on Arch Linux

Posted: October 17th, 2011, 7:46 am
by brad0383
I do notice that there are lot of instances of SABnzbd when I run htop. It may be a memory leak.

Re: Sabnzbd+ randomly quitting on Arch Linux

Posted: October 17th, 2011, 8:29 am
by inpheaux
brad0383 wrote:I do notice that there are lot of instances of SABnzbd when I run htop. It may be a memory leak.
Those aren't instances, those are threads. htop shows multiple threads as separate lines. So no, this isn't a memory leak.

Re: Sabnzbd+ randomly quitting on Arch Linux

Posted: October 17th, 2011, 5:27 pm
by brad0383
inpheaux wrote:
brad0383 wrote:I do notice that there are lot of instances of SABnzbd when I run htop. It may be a memory leak.
Those aren't instances, those are threads. htop shows multiple threads as separate lines. So no, this isn't a memory leak.
Ahhh, yes, I forgot about HTOP showing threaded processes and seperate lines. ;)

Re: Sabnzbd+ randomly quitting on Arch Linux

Posted: October 19th, 2011, 8:05 am
by brad0383
It looks like this can be marked as solved. I had the incomplete download directory on my / partition and the completed downloads on my /home partition. If the download queue is larger than the available space in the incomplete directory it will crash even though the files are moved when they are complete. I changed the incomplete directory to my /home partition and everything is working fine.

Re: Sabnzbd+ randomly quitting on Arch Linux

Posted: October 19th, 2011, 1:32 pm
by brad0383
May have spoken too soon. This is gonna make me pull my hair out!

Re: Sabnzbd+ randomly quitting on Arch Linux

Posted: October 19th, 2011, 2:13 pm
by sander
Have you already run memtest86 for a few hours to see if your memory is 100% OK?

Re: Sabnzbd+ randomly quitting on Arch Linux

Posted: October 19th, 2011, 9:56 pm
by brad0383
sander wrote:Have you already run memtest86 for a few hours to see if your memory is 100% OK?
That was a good idea. I ran memtest86, no errors. I hate to say, but I may have to try the "Micro$oft" fix and format the drive and start over.

Re: Sabnzbd+ randomly quitting on Arch Linux

Posted: October 19th, 2011, 11:49 pm
by sander
brad0383 wrote:
sander wrote:Have you already run memtest86 for a few hours to see if your memory is 100% OK?
That was a good idea. I ran memtest86, no errors. I hate to say, but I may have to try the "Micro$oft" fix and format the drive and start over.
You could first try Ubuntu.

Re: Sabnzbd+ randomly quitting on Arch Linux

Posted: October 20th, 2011, 7:05 am
by brad0383
sander wrote:
brad0383 wrote:
sander wrote:Have you already run memtest86 for a few hours to see if your memory is 100% OK?
That was a good idea. I ran memtest86, no errors. I hate to say, but I may have to try the "Micro$oft" fix and format the drive and start over.
You could first try Ubuntu.
I have no interest in Ubuntu. I just came from there.

Re: Sabnzbd+ randomly quitting on Arch Linux

Posted: October 21st, 2011, 7:16 am
by brad0383
I just read on your FAQ's that python 2.7 is not supported. Is this true?