I write a program using dbus-python, and crashes with "arguments to
dbus_pending_call_set_notify() were incorrect, assertion "pending != NULL"
failed in file dbus-pending-call.c line 598" sometimes. I search these and
found this:
http://forum.soft32.com/linux2/Bug-411785-python-dbus-segfaults-ftopict73319.html
I'm not sure whether is it that cause my program crash, but it should be a
bug, and dbus-python-0.80.2 shouldn't be marked as stable.
Reproducible: Always
Steps to Reproduce:
run:
import dbus
sb = dbus.SystemBus()
sb.get_is_connected()
in python with dbus-python-0.80.2 installed.