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?
SABNZB stopt soms, mogelijk door Python crash?
-
- Newbie
- Posts: 31
- Joined: October 29th, 2011, 8:57 am
Re: SABNZB stopt soms, mogelijk door Python crash?
"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?
It's in cPickle though, maybe here he should turn of cPickle in Config > Specials?
That's why that option was introduced, right?
That's why that option was introduced, right?
If you like our support, check our special newsserver deal or donate at: https://sabnzbd.org/donate
Re: SABNZB stopt soms, mogelijk door Python crash?
It was introduced to avoid crashes? Hmmmm ... I don't think so ...safihre wrote: That's why that option was introduced, right?
Re: SABNZB stopt soms, mogelijk door Python crash?
Yes it was. Some Python implementations have severe bugs.
Re: SABNZB stopt soms, mogelijk door Python crash?
Dus voor dikkiedirk:
In Config -> Specials het vinkje aanzetten bij use_pickle, opslaan en SABnzbd herstarten.
In Config -> Specials het vinkje aanzetten bij use_pickle, opslaan en SABnzbd herstarten.
If you like our support, check our special newsserver deal or donate at: https://sabnzbd.org/donate
Re: SABNZB stopt soms, mogelijk door Python crash?
I had thought there was a python implementation (slow, but always there), and a executable implementation (fast, but not always installed)?shypike wrote:Yes it was. Some Python implementations have severe bugs.
If not, I'm wrong.