Sabnzbd+ randomly quitting on Arch Linux
Forum rules
Help us help you:
Help us help you:
- Are you using the latest stable version of SABnzbd? Downloads page.
- Tell us what system you run SABnzbd on.
- Adhere to the forum rules.
- Do you experience problems during downloading?
Check your connection in Status and Interface settings window.
Use Test Server in Config > Servers.
We will probably ask you to do a test using only basic settings. - Do you experience problems during repair or unpacking?
Enable +Debug logging in the Status and Interface settings window and share the relevant parts of the log here using [ code ] sections.
Sabnzbd+ randomly quitting on Arch Linux
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
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
/usr/bin/sabnzbd on OSX?
Ah, right another Thread hijacker. I'm splitting this subject.
(Damn phpBB doesn't split right...)
Ah, right another Thread hijacker. I'm splitting this subject.
(Damn phpBB doesn't split right...)
Re: Sabnzbd+ randomly quitting on Arch Linux
Sorry for hijacking the thread. Thanks for the help. I hope I get this figured out.
Re: Sabnzbd+ randomly quitting on Arch Linux
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.
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
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
Those aren't instances, those are threads. htop shows multiple threads as separate lines. So no, this isn't a memory leak.brad0383 wrote: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
Ahhh, yes, I forgot about HTOP showing threaded processes and seperate lines.inpheaux wrote:Those aren't instances, those are threads. htop shows multiple threads as separate lines. So no, this isn't a memory leak.brad0383 wrote: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
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
May have spoken too soon. This is gonna make me pull my hair out!
Re: Sabnzbd+ randomly quitting on Arch Linux
Have you already run memtest86 for a few hours to see if your memory is 100% OK?
Re: Sabnzbd+ randomly quitting on Arch Linux
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.sander wrote:Have you already run memtest86 for a few hours to see if your memory is 100% OK?
Re: Sabnzbd+ randomly quitting on Arch Linux
You could first try Ubuntu.brad0383 wrote: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.sander wrote:Have you already run memtest86 for a few hours to see if your memory is 100% OK?
Re: Sabnzbd+ randomly quitting on Arch Linux
I have no interest in Ubuntu. I just came from there.sander wrote:You could first try Ubuntu.brad0383 wrote: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.sander wrote:Have you already run memtest86 for a few hours to see if your memory is 100% OK?
Re: Sabnzbd+ randomly quitting on Arch Linux
I just read on your FAQ's that python 2.7 is not supported. Is this true?