sabznbd v1.1.1 segfaults on startup (Arch Linux)
Posted: January 8th, 2017, 7:18 am
My sabnzbd service (from sabnzbd 1.1.1 package on Arch Linux) fails to start after recent updates:
I tried some obvious things without success:
- delete all *.pyc files
- rebuild package
- rebuild all dependencies
I rebuilt the python2 package with debug symbols and here is the full backtrace from the core dump: http://pastebin.com/raw/MQAHAfHE
So it looks that the segmentation fault happens while loading the dbus module (/usr/lib/python2.7/site-packages/_dbus_bindings.so).
Am I the only one getting this ? Any idea what could cause this and how this investigate ?
Code: Select all
● 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:20 CET; 1s ago
Process: 12884 ExecStart=/opt/sabnzbd/SABnzbd.py -l0 -f /opt/sabnzbd/sabnzbd.ini (code=dumped, signal=SEGV)
Main PID: 12884 (code=dumped, signal=SEGV)
CPU: 350ms
janv. 08 11:58:19 storm systemd[1]: Started SABnzbd binary newsreader.
janv. 08 11:58:20 storm systemd[1]: sabnzbd.service: Main process exited, code=dumped, status=11/SEGV
janv. 08 11:58:20 storm systemd[1]: sabnzbd.service: Unit entered failed state.
janv. 08 11:58:20 storm systemd[1]: sabnzbd.service: Failed with result 'core-dump'.
- delete all *.pyc files
- rebuild package
- rebuild all dependencies
I rebuilt the python2 package with debug symbols and here is the full backtrace from the core dump: http://pastebin.com/raw/MQAHAfHE
So it looks that the segmentation fault happens while loading the dbus module (/usr/lib/python2.7/site-packages/_dbus_bindings.so).
Am I the only one getting this ? Any idea what could cause this and how this investigate ?