Version: currently 0.7.0-1
OS:Fedora 14
Install-type: linux repository
Skin (if applicable): Default
Firewall Software: linux fedora firewall
Are you using IPV6? no
Is the issue reproducible? yes
out of the blue sab stop working and I can't get it started again. I tried upgrading from 0.6.8 to 0.7.0 but no luck there. In the Fedora log I get this:
Jun 25 19:08:56 localhost abrt[5454]: saved core dump of pid 5451 (/usr/bin/python) to /var/spool/abrt/ccpp-1340676535-5451.new/coredump (12038144 bytes)
Jun 25 19:08:56 localhost abrtd: Directory 'ccpp-1340676535-5451' creation detected
Jun 25 19:08:56 localhost abrtd: Interpreter crashed, but no packaged script detected: '/usr/bin/python -OO ./SABnzbd.py'
Jun 25 19:08:56 localhost abrtd: Corrupted or bad crash /var/spool/abrt/ccpp-1340676535-5451 (res:4), deleting
When starting it doesn't get past this, constantly. Any ideas?
sab won't start, python interpeter crash
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.
Re: sab won't start, python interpeter crash
And what is the output of SABnzbd when you start it on the commandline?
Re: sab won't start, python interpeter crash
I get this message when I use the command line:
$ ./SABnzbd.py
python: /builddir/build/BUILD/Python-2.7/Objects/dictobject.c:759: PyDict_SetItem: Assertion `value' failed.
Aborted (core dumped)
$ ./SABnzbd.py
python: /builddir/build/BUILD/Python-2.7/Objects/dictobject.c:759: PyDict_SetItem: Assertion `value' failed.
Aborted (core dumped)
Re: Help With Categories
This clearly indicates a faulty Python interpreter.
It simply isn't possible to create a Python script that would
cause this kind of error, at least not when using a correct interpreter.
It simply isn't possible to create a Python script that would
cause this kind of error, at least not when using a correct interpreter.
Re: sab won't start, python interpeter crash
So:
If there is another Python version (2.5 or 2.6) on your system, try to run with that version.
If not, de-install and remove python, and do a fresh install.
If there is another Python version (2.5 or 2.6) on your system, try to run with that version.
If not, de-install and remove python, and do a fresh install.

