Page 1 of 1

SABNZB stopt soms, mogelijk door Python crash?

Posted: July 4th, 2016, 8:08 am
by dikkiedirk
Ik heb SABNZB 1.0.3 geinstalleerd op mijn unraid server.

Zo nu en dan stopt ie er mee.

In de log van mijn server zie ik dan dat er iets mis is met Python.
Jul 3 13:43:35 Tower1 kernel: traps: python[10152] general protection ip:2b4da84951cf sp:2b4dd1005870 error:0 in cPickle.so[2b4da8486000+16000]

Duidt dit op een geheugenprobleem of zit er een bug in Python of SABNZB?

Re: SABNZB stopt soms, mogelijk door Python crash?

Posted: July 4th, 2016, 12:20 pm
by sander
"kernel: traps: " looks to me like a HW or OS problem. And 99.9% sure not a SABnzbd problem.

Re: SABNZB stopt soms, mogelijk door Python crash?

Posted: July 4th, 2016, 2:06 pm
by safihre
It's in cPickle though, maybe here he should turn of cPickle in Config > Specials?
That's why that option was introduced, right?

Re: SABNZB stopt soms, mogelijk door Python crash?

Posted: July 4th, 2016, 2:19 pm
by sander
safihre wrote: That's why that option was introduced, right?
It was introduced to avoid crashes? Hmmmm ... I don't think so ... ;)

Re: SABNZB stopt soms, mogelijk door Python crash?

Posted: July 4th, 2016, 2:57 pm
by shypike
Yes it was. Some Python implementations have severe bugs.

Re: SABNZB stopt soms, mogelijk door Python crash?

Posted: July 4th, 2016, 3:39 pm
by safihre
Dus voor dikkiedirk:
In Config -> Specials het vinkje aanzetten bij use_pickle, opslaan en SABnzbd herstarten.

Re: SABNZB stopt soms, mogelijk door Python crash?

Posted: July 4th, 2016, 4:18 pm
by sander
shypike wrote:Yes it was. Some Python implementations have severe bugs.
I had thought there was a python implementation (slow, but always there), and a executable implementation (fast, but not always installed)?

If not, I'm wrong.