Search found 4 matches

by nicoulaj
January 8th, 2017, 4:36 pm
Forum: Bug Reports
Topic: sabznbd v1.1.1 segfaults on startup (Arch Linux)
Replies: 5
Views: 2974

Re: sabznbd v1.1.1 segfaults on startup (Arch Linux)

I ran sabnzbd with traces (python -m trace -t), the full log is here: https://drive.google.com/uc?id=0BypLM6BdSizDLXUtdTBnUlpEbUE&export=download It ends like this: powersup.py(112): try: powersup.py(113): import dbus --- modulename: __init__, funcname: find_module __init__.py(28): root, base, t...
by nicoulaj
January 8th, 2017, 4:21 pm
Forum: Bug Reports
Topic: sabznbd v1.1.1 segfaults on startup (Arch Linux)
Replies: 5
Views: 2974

Re: sabznbd v1.1.1 segfaults on startup (Arch Linux)

Yes, it is definitely not due to a sabnzbd update, but another package/conf. I tried a few more tests: * removed the "import dbus" in powersup.py => crashes similarly with libavahi.so from pybonjour.py * removed the "LoadLibrary" in pybonjour.py => crashes similarly with libdnss....
by nicoulaj
January 8th, 2017, 11:47 am
Forum: Bug Reports
Topic: sabznbd v1.1.1 segfaults on startup (Arch Linux)
Replies: 5
Views: 2974

Re: sabznbd v1.1.1 segfaults on startup (Arch Linux)

Same result, SIGSEGV with same core dump and empty sabnzbd.log:

Code: Select all

$ LANG=C sabnzbd                   
/usr/bin/sabnzbd: line 3: 11596 Segmentation fault      (core dumped) python2 /opt/sabnzbd/SABnzbd.py -f ${HOME}/.sabnzbd.ini "${@}"
by nicoulaj
January 8th, 2017, 7:18 am
Forum: Bug Reports
Topic: sabznbd v1.1.1 segfaults on startup (Arch Linux)
Replies: 5
Views: 2974

sabznbd v1.1.1 segfaults on startup (Arch Linux)

My sabnzbd service (from sabnzbd 1.1.1 package on Arch Linux ) fails to start after recent updates: ● sabnzbd.service - SABnzbd binary newsreader Loaded: loaded (/usr/lib/systemd/system/sabnzbd.service; disabled; vendor preset: disabled) Active: failed (Result: core-dump) since Sun 2017-01-08 11:58:...