#889866 nagstamon: crashes under openbox: python tracebacks, SIGSEGV

Package:
nagstamon
Source:
nagstamon
Submitter:
Paul Wise
Date:
2024-02-27 09:51:17 UTC
Severity:
normal
Tags:
#889866#5
Date:
2018-02-08 04:43:23 UTC
From:
To:
When I try to run nagstamon under openbox I get two Python tracebacks
and a Python crash (SIGSEGV). It would be nice if nagstamon could
handle the lack of a notifications mechanism in openbox by just
updating the nagstamon window with the current status of remote
servers. If the crash is a problem in Python or Qt, please clone
and or reassign this bug as appropriate.

$ gdb -batch -n -ex 'set pagination off' -ex run -ex bt -ex 'thread apply all bt full' --args python3 /usr/bin/nagstamon
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
[New Thread 0x7fffe00f0700 (LWP 9886)]
[New Thread 0x7fffda119700 (LWP 9946)]
[New Thread 0x7fffd9918700 (LWP 9948)]
Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/dbus/bus.py", line 175, in activate_name_owner
    return self.get_name_owner(bus_name)
  File "/usr/lib/python3/dist-packages/dbus/bus.py", line 361, in get_name_owner
    's', (bus_name,), **keywords)
  File "/usr/lib/python3/dist-packages/dbus/connection.py", line 651, in call_blocking
    message, timeout)
dbus.exceptions.DBusException: org.freedesktop.DBus.Error.NameHasNoOwner: Could not get owner of name 'org.freedesktop.Notifications': no such name

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/Nagstamon/QUI/__init__.py", line 6426, in __init__
    '/org/freedesktop/Notifications')
  File "/usr/lib/python3/dist-packages/dbus/bus.py", line 241, in get_object
    follow_name_owner_changes=follow_name_owner_changes)
  File "/usr/lib/python3/dist-packages/dbus/proxies.py", line 248, in __init__
    self._named_service = conn.activate_name_owner(bus_name)
  File "/usr/lib/python3/dist-packages/dbus/bus.py", line 180, in activate_name_owner
    self.start_service_by_name(bus_name)
  File "/usr/lib/python3/dist-packages/dbus/bus.py", line 278, in start_service_by_name
    'su', (bus_name, flags)))
  File "/usr/lib/python3/dist-packages/dbus/connection.py", line 651, in call_blocking
    message, timeout)
dbus.exceptions.DBusException: org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.Notifications was not provided by any .service files
[New Thread 0x7fffd4728700 (LWP 10085)]
[New Thread 0x7fffd33b2700 (LWP 10124)]
[New Thread 0x7fffd2bb1700 (LWP 10125)]
[New Thread 0x7fffd23b0700 (LWP 10126)]
[New Thread 0x7fffd1baf700 (LWP 10127)]
[Thread 0x7fffd2bb1700 (LWP 10125) exited]
[Thread 0x7fffd23b0700 (LWP 10126) exited]
[Thread 0x7fffd33b2700 (LWP 10124) exited]
QLayout: Attempting to add QLayout "" to StatusWindow "", which already has a layout
[New Thread 0x7fffd33b2700 (LWP 10142)]
[New Thread 0x7fffd23b0700 (LWP 10143)]
[New Thread 0x7fffd2bb1700 (LWP 10210)]
[Thread 0x7fffd2bb1700 (LWP 10210) exited]
[New Thread 0x7fffd2bb1700 (LWP 10211)]
[Thread 0x7fffd2bb1700 (LWP 10211) exited]
[New Thread 0x7fffd2bb1700 (LWP 10219)]

Thread 1 "python3" received signal SIGSEGV, Segmentation fault.
_dbus_counter_get_size_value (counter=0x203a73736572706d) at ../../../dbus/dbus-resources.c:276
276	../../../dbus/dbus-resources.c: No such file or directory.
#0  0x00007fffef9ed3c0 in _dbus_counter_get_size_value (counter=0x203a73736572706d) at ../../../dbus/dbus-resources.c:276
#1  0x00007fffef9f2b82 in _dbus_transport_get_dispatch_status (transport=0x7fffebdb09e0 <QArrayData::shared_null>) at ../../../dbus/dbus-transport.c:1126
#2  0x00007fffef9f2de6 in _dbus_transport_queue_messages (transport=0x7fffebdb09e0 <QArrayData::shared_null>) at ../../../dbus/dbus-transport.c:1172
#3  0x00007fffef9d9a81 in _dbus_connection_get_dispatch_status_unlocked (connection=0x16687a0) at ../../../dbus/dbus-connection.c:4257
#4  0x00007fffef9dcf22 in dbus_connection_dispatch (connection=0x16687a0) at ../../../dbus/dbus-connection.c:4590
#5  0x00007fffd4ae02f8 in pyqt5DBusHelper::dispatch() (this=0x166d850) at ../../dbus/dbus.cpp:323
#6  0x00007fffebd338c2 in QObject::event(QEvent*) (this=0x166d850, e=<optimized out>) at kernel/qobject.cpp:1246
#7  0x00007fffeca2059c in QApplicationPrivate::notify_helper(QObject*, QEvent*) (this=this@entry=0xfcce40, receiver=receiver@entry=0x166d850, e=e@entry=0x166a240) at kernel/qapplication.cpp:3722
#8  0x00007fffeca27e64 in QApplication::notify(QObject*, QEvent*) (this=this@entry=0xfd8000, receiver=receiver@entry=0x166d850, e=e@entry=0x166a240) at kernel/qapplication.cpp:3481
#9  0x00007fffed4bc97e in sipQApplication::notify(QObject*, QEvent*) (this=0xfd8000, a0=0x166d850, a1=0x166a240) at ./build-3.6/QtWidgets/sipQtWidgetspart9.cpp:12947
#10 0x00007fffebd04258 in QCoreApplication::notifyInternal2(QObject*, QEvent*) (receiver=0x166d850, event=event@entry=0x166a240) at kernel/qcoreapplication.cpp:1018
#11 0x00007fffebd069cd in QCoreApplication::sendEvent(QObject*, QEvent*) (event=0x166a240, receiver=<optimized out>) at ../../include/QtCore/../../src/corelib/kernel/qcoreapplication.h:233
#12 0x00007fffebd069cd in QCoreApplicationPrivate::sendPostedEvents(QObject*, int, QThreadData*) (receiver=receiver@entry=0x0, event_type=event_type@entry=0, data=0xec1690) at kernel/qcoreapplication.cpp:1678
#13 0x00007fffebd06f58 in QCoreApplication::sendPostedEvents(QObject*, int) (receiver=receiver@entry=0x0, event_type=event_type@entry=0) at kernel/qcoreapplication.cpp:1532
#14 0x00007fffebd5dac3 in postEventSourceDispatch(GSource*, GSourceFunc, gpointer) (s=s@entry=0x1053630) at kernel/qeventdispatcher_glib.cpp:276
#15 0x00007fffee492f67 in g_main_dispatch (context=0xc91970) at ../../../../glib/gmain.c:3142
#16 0x00007fffee492f67 in g_main_context_dispatch (context=context@entry=0xc91970) at ../../../../glib/gmain.c:3795
#17 0x00007fffee4931a0 in g_main_context_iterate (context=context@entry=0xc91970, block=block@entry=1, dispatch=dispatch@entry=1, self=<optimized out>) at ../../../../glib/gmain.c:3868
#18 0x00007fffee49322c in g_main_context_iteration (context=0xc91970, may_block=may_block@entry=1) at ../../../../glib/gmain.c:3929
#19 0x00007fffebd5d0ef in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) (this=0xe453d0, flags=...) at kernel/qeventdispatcher_glib.cpp:423
#20 0x00007fffebd022aa in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) (this=this@entry=0x7fffffffd410, flags=..., flags@entry=...) at kernel/qeventloop.cpp:212
#21 0x00007fffebd0b214 in QCoreApplication::exec() () at kernel/qcoreapplication.cpp:1291
#22 0x00007fffec25c35c in QGuiApplication::exec() () at kernel/qguiapplication.cpp:1679
#23 0x00007fffeca204f5 in QApplication::exec() () at kernel/qapplication.cpp:2910
#24 0x00007fffed47f79b in meth_QApplication_exec_(PyObject*, PyObject*) (sipArgs=<optimized out>) at ./build-3.6/QtWidgets/sipQtWidgetspart9.cpp:14221
#25 0x00000000004c4e4d in _PyCFunction_FastCallDict (kwargs=0x0, nargs=140737054631976, args=0xad6c18, func_obj=<built-in method exec_ of QApplication object at remote 0x7fffe625e828>) at ../Objects/methodobject.c:234
#26 0x00000000004c4e4d in _PyCFunction_FastCallKeywords (func=func@entry=<built-in method exec_ of QApplication object at remote 0x7fffe625e828>, stack=stack@entry=0xad6c18, nargs=nargs@entry=0, kwnames=kwnames@entry=0x0) at ../Objects/methodobject.c:294
#27 0x000000000054f964 in call_function (pp_stack=pp_stack@entry=0x7fffffffd5d8, oparg=<optimized out>, kwnames=kwnames@entry=0x0) at ../Python/ceval.c:4824
#28 0x000000000055404f in _PyEval_EvalFrameDefault (f=<optimized out>, throwflag=<optimized out>) at ../Python/ceval.c:3322
#29 0x000000000054f561 in PyEval_EvalFrameEx (throwflag=0, f=Frame 0xad6a98, for file /usr/bin/nagstamon, line 63, in <module> ()) at ../Python/ceval.c:753
#30 0x000000000054f561 in _PyEval_EvalCodeWithName (_co=_co@entry=<code at remote 0x7ffff19938a0>, globals=globals@entry=<code at remote 0x7ffff19938a0>, locals=locals@entry=< at remote 0x7ffff19ef270>, args=args@entry=0x0, argcount=argcount@entry=0, kwnames=kwnames@entry=0x0, kwargs=0x0, kwcount=0, kwstep=2, defs=0x0, defcount=0, kwdefs=0x0, closure=0x0, name=0x0, qualname=0x0) at ../Python/ceval.c:4153
#31 0x0000000000550513 in PyEval_EvalCodeEx (closure=0x0, kwdefs=0x0, defcount=0, defs=0x0, kwcount=0, kws=0x0, argcount=0, args=0x0, locals=locals@entry=< at remote 0x7ffff19ef270>, globals=globals@entry=<code at remote 0x7ffff19938a0>, _co=_co@entry=<code at remote 0x7ffff19938a0>) at ../Python/ceval.c:4174
#32 0x0000000000550513 in PyEval_EvalCode (co=co@entry=<code at remote 0x7ffff19938a0>, globals=globals@entry={'__name__': '__main__', '__doc__': None, '__package__': None, '__loader__': <SourceFileLoader(name='__main__', path='/usr/bin/nagstamon') at remote 0x7ffff199a358>, '__spec__': None, '__annotations__': {}, '__builtins__': <module at remote 0x7ffff1a57638>, '__file__': '/usr/bin/nagstamon', '__cached__': None, 'os': <module at remote 0x7ffff1920228>, 'sys': <module at remote 0x7ffff19e3ef8>, 'socket': <module at remote 0x7ffff18312c8>, 'platform': <module at remote 0x7ffff18314f8>, 'conf': <Config(update_interval_seconds=999, short_display=False, long_display=True, show_tooltips=True, show_grid=True, grid_use_custom_intensity=False, grid_alternation_intensity=10, highlight_new_events=True, default_sort_field='host', default_sort_order='Descending', filter_all_down_hosts=False, filter_all_unreachable_hosts=False, filter_all_flapping_hosts=False, filter_all_unknown_services=False, filter_all_information_services=False, filter_all_warning_services=False, filter_all_average_services=False, filter_all_high_service...(truncated), locals=locals@entry={'__name__': '__main__', '__doc__': None, '__package__': None, '__loader__': <SourceFileLoader(name='__main__', path='/usr/bin/nagstamon') at remote 0x7ffff199a358>, '__spec__': None, '__annotations__': {}, '__builtins__': <module at remote 0x7ffff1a57638>, '__file__': '/usr/bin/nagstamon', '__cached__': None, 'os': <module at remote 0x7ffff1920228>, 'sys': <module at remote 0x7ffff19e3ef8>, 'socket': <module at remote 0x7ffff18312c8>, 'platform': <module at remote 0x7ffff18314f8>, 'conf': <Config(update_interval_seconds=999, short_display=False, long_display=True, show_tooltips=True, show_grid=True, grid_use_custom_intensity=False, grid_alternation_intensity=10, highlight_new_events=True, default_sort_field='host', default_sort_order='Descending', filter_all_down_hosts=False, filter_all_unreachable_hosts=False, filter_all_flapping_hosts=False, filter_all_unknown_services=False, filter_all_information_services=False, filter_all_warning_services=False, filter_all_average_services=False, filter_all_high_service...(truncated)) at ../Python/ceval.c:730
#33 0x000000000042b489 in run_mod (arena=0x7ffff19ef270, flags=0x7fffffffd8ec, locals={'__name__': '__main__', '__doc__': None, '__package__': None, '__loader__': <SourceFileLoader(name='__main__', path='/usr/bin/nagstamon') at remote 0x7ffff199a358>, '__spec__': None, '__annotations__': {}, '__builtins__': <module at remote 0x7ffff1a57638>, '__file__': '/usr/bin/nagstamon', '__cached__': None, 'os': <module at remote 0x7ffff1920228>, 'sys': <module at remote 0x7ffff19e3ef8>, 'socket': <module at remote 0x7ffff18312c8>, 'platform': <module at remote 0x7ffff18314f8>, 'conf': <Config(update_interval_seconds=999, short_display=False, long_display=True, show_tooltips=True, show_grid=True, grid_use_custom_intensity=False, grid_alternation_intensity=10, highlight_new_events=True, default_sort_field='host', default_sort_order='Descending', filter_all_down_hosts=False, filter_all_unreachable_hosts=False, filter_all_flapping_hosts=False, filter_all_unknown_services=False, filter_all_information_services=False, filter_all_warning_services=False, filter_all_average_services=False, filter_all_high_service...(truncated), globals={'__name__': '__main__', '__doc__': None, '__package__': None, '__loader__': <SourceFileLoader(name='__main__', path='/usr/bin/nagstamon') at remote 0x7ffff199a358>, '__spec__': None, '__annotations__': {}, '__builtins__': <module at remote 0x7ffff1a57638>, '__file__': '/usr/bin/nagstamon', '__cached__': None, 'os': <module at remote 0x7ffff1920228>, 'sys': <module at remote 0x7ffff19e3ef8>, 'socket': <module at remote 0x7ffff18312c8>, 'platform': <module at remote 0x7ffff18314f8>, 'conf': <Config(update_interval_seconds=999, short_display=False, long_display=True, show_tooltips=True, show_grid=True, grid_use_custom_intensity=False, grid_alternation_intensity=10, highlight_new_events=True, default_sort_field='host', default_sort_order='Descending', filter_all_down_hosts=False, filter_all_unreachable_hosts=False, filter_all_flapping_hosts=False, filter_all_unknown_services=False, filter_all_information_services=False, filter_all_warning_services=False, filter_all_average_services=False, filter_all_high_service...(truncated), filename='/usr/bin/nagstamon', mod=0xb43310) at ../Python/pythonrun.c:1025
#34 0x000000000042b489 in PyRun_FileExFlags (fp=0xad6a80, filename_str=<optimized out>, start=<optimized out>, globals={'__name__': '__main__', '__doc__': None, '__package__': None, '__loader__': <SourceFileLoader(name='__main__', path='/usr/bin/nagstamon') at remote 0x7ffff199a358>, '__spec__': None, '__annotations__': {}, '__builtins__': <module at remote 0x7ffff1a57638>, '__file__': '/usr/bin/nagstamon', '__cached__': None, 'os': <module at remote 0x7ffff1920228>, 'sys': <module at remote 0x7ffff19e3ef8>, 'socket': <module at remote 0x7ffff18312c8>, 'platform': <module at remote 0x7ffff18314f8>, 'conf': <Config(update_interval_seconds=999, short_display=False, long_display=True, show_tooltips=True, show_grid=True, grid_use_custom_intensity=False, grid_alternation_intensity=10, highlight_new_events=True, default_sort_field='host', default_sort_order='Descending', filter_all_down_hosts=False, filter_all_unreachable_hosts=False, filter_all_flapping_hosts=False, filter_all_unknown_services=False, filter_all_information_services=False, filter_all_warning_services=False, filter_all_average_services=False, filter_all_high_service...(truncated), locals={'__name__': '__main__', '__doc__': None, '__package__': None, '__loader__': <SourceFileLoader(name='__main__', path='/usr/bin/nagstamon') at remote 0x7ffff199a358>, '__spec__': None, '__annotations__': {}, '__builtins__': <module at remote 0x7ffff1a57638>, '__file__': '/usr/bin/nagstamon', '__cached__': None, 'os': <module at remote 0x7ffff1920228>, 'sys': <module at remote 0x7ffff19e3ef8>, 'socket': <module at remote 0x7ffff18312c8>, 'platform': <module at remote 0x7ffff18314f8>, 'conf': <Config(update_interval_seconds=999, short_display=False, long_display=True, show_tooltips=True, show_grid=True, grid_use_custom_intensity=False, grid_alternation_intensity=10, highlight_new_events=True, default_sort_field='host', default_sort_order='Descending', filter_all_down_hosts=False, filter_all_unreachable_hosts=False, filter_all_flapping_hosts=False, filter_all_unknown_services=False, filter_all_information_services=False, filter_all_warning_services=False, filter_all_average_services=False, filter_all_high_service...(truncated), closeit=1, flags=0x7fffffffd8ec) at ../Python/pythonrun.c:978
#35 0x000000000042b675 in PyRun_SimpleFileExFlags (fp=0xad6a80, filename=<optimized out>, closeit=1, flags=0x7fffffffd8ec) at ../Python/pythonrun.c:420
#36 0x0000000000441b6b in run_file (p_cf=0x7fffffffd8ec, filename=0xa91ae0 L"/usr/bin/nagstamon", fp=0xad6a80) at ../Modules/main.c:338
#37 0x0000000000441b6b in Py_Main (argc=argc@entry=2, argv=argv@entry=0xa8e040) at ../Modules/main.c:809
#38 0x0000000000421f24 in main (argc=2, argv=<optimized out>) at ../Programs/python.c:69

Thread 14 (Thread 0x7fffd2bb1700 (LWP 10219)):
#0  0x00007ffff6b4ae6b in __GI___poll (fds=0x2242100, nfds=1, timeout=9600) at ../sysdeps/unix/sysv/linux/poll.c:29
        resultvar = 18446744073709551100
        sc_cancel_oldtype = 0
#1  0x00007fffee493119 in g_main_context_poll (priority=<optimized out>, n_fds=1, fds=0x2242100, timeout=<optimized out>, context=0x2242ae0) at ../../../../glib/gmain.c:4169
        ret = <optimized out>
        errsv = <optimized out>
        poll_func = 0x7fffee4a25f0 <g_poll>
        max_priority = 2147483647
        timeout = 9600
        some_ready = <optimized out>
        nfds = 1
        allocated_nfds = 1
        fds = 0x2242100
#2  0x00007fffee493119 in g_main_context_iterate (context=context@entry=0x2242ae0, block=block@entry=1, dispatch=dispatch@entry=1, self=<optimized out>) at ../../../../glib/gmain.c:3863
        max_priority = 2147483647
        timeout = 9600
        some_ready = <optimized out>
        nfds = 1
        allocated_nfds = 1
        fds = 0x2242100
#3  0x00007fffee49322c in g_main_context_iteration (context=0x2242ae0, may_block=may_block@entry=1) at ../../../../glib/gmain.c:3929
        retval = <optimized out>
#4  0x00007fffebd5d0ef in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) (this=0x2241b60, flags=...) at kernel/qeventdispatcher_glib.cpp:423
        d = 0x2242a30
        canWait = true
        savedFlags = {i = 0}
        result = <optimized out>
#5  0x00007fffebd022aa in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) (this=this@entry=0x7fffd2bb0e60, flags=..., flags@entry=...) at kernel/qeventloop.cpp:212
        d = 0x2244340
        locker = {val = 35920128}
        ref = {d = 0x2244340, locker = @0x7fffd2bb0de8, exceptionCaught = true}
#6  0x00007fffebb2135a in QThread::exec() (this=<optimized out>) at thread/qthread.cpp:515
        d = 0x2241890
        locker = {val = 35920128}
        eventLoop = {<QObject> = {_vptr.QObject = 0x7fffec15d508 <vtable for QEventLoop+16>, static staticMetaObject = {d = {superdata = 0x0, stringdata = 0x7fffebe6e660 <qt_meta_stringdata_QObject>, data = 0x7fffebe6e540 <qt_meta_data_QObject>, static_metacall = 0x7fffebd3a710 <QObject::qt_static_metacall(QObject*, QMetaObject::Call, int, void**)>, relatedMetaObjects = 0x0, extradata = 0x0}}, d_ptr = {d = 0x2244340}, static staticQtMetaObject = {d = {superdata = 0x0, stringdata = 0x7fffebe713e0 <qt_meta_stringdata_Qt>, data = 0x7fffebe6e780 <qt_meta_data_Qt>, static_metacall = 0x0, relatedMetaObjects = 0x0, extradata = 0x0}}}, static staticMetaObject = {d = {superdata = 0x7fffec155bc0 <QObject::staticMetaObject>, stringdata = 0x7fffebe69240 <qt_meta_stringdata_QEventLoop>, data = 0x7fffebe691e0 <qt_meta_data_QEventLoop>, static_metacall = 0x7fffebd01fa0 <QEventLoop::qt_static_metacall(QObject*, QMetaObject::Call, int, void**)>, relatedMetaObjects = 0x0, extradata = 0x0}}}
        returnCode = <optimized out>
#7  0x00007fffebb2622d in QThreadPrivate::start(void*) (arg=0x2240190) at thread/qthread_unix.cpp:368
        __clframe = {__cancel_routine = 0x7fffebb252c0 <QThreadPrivate::finish(void*)>, __cancel_arg = 0x2240190, __do_it = 1, __cancel_type = <optimized out>}
        thr = 0x2240190
        data = 0x22422f0
#8  0x00007ffff79bb51a in start_thread (arg=0x7fffd2bb1700) at pthread_create.c:465
        pd = 0x7fffd2bb1700
        now = <optimized out>
        unwind_buf = {cancel_jmp_buf = {{jmp_buf = {140736728864512, -1385899410966198987, 140737488338718, 140737488338719, 140736728864512, 26, 1385963689981494581, 1385882607143339317}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#9  0x00007ffff6b553ef in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 11 (Thread 0x7fffd23b0700 (LWP 10143)):
#0  0x00007ffff6b4ae6b in __GI___poll (fds=0x1df2600, nfds=1, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29
        resultvar = 18446744073709551100
        sc_cancel_oldtype = 0
#1  0x00007fffee493119 in g_main_context_poll (priority=<optimized out>, n_fds=1, fds=0x1df2600, timeout=<optimized out>, context=0x1dc0500) at ../../../../glib/gmain.c:4169
        ret = <optimized out>
        errsv = <optimized out>
        poll_func = 0x7fffee4a25f0 <g_poll>
        max_priority = 2147483647
        timeout = -1
        some_ready = <optimized out>
        nfds = 1
        allocated_nfds = 1
        fds = 0x1df2600
#2  0x00007fffee493119 in g_main_context_iterate (context=context@entry=0x1dc0500, block=block@entry=1, dispatch=dispatch@entry=1, self=<optimized out>) at ../../../../glib/gmain.c:3863
        max_priority = 2147483647
        timeout = -1
        some_ready = <optimized out>
        nfds = 1
        allocated_nfds = 1
        fds = 0x1df2600
#3  0x00007fffee49322c in g_main_context_iteration (context=0x1dc0500, may_block=may_block@entry=1) at ../../../../glib/gmain.c:3929
        retval = <optimized out>
#4  0x00007fffebd5d0ef in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) (this=0x1de8370, flags=...) at kernel/qeventdispatcher_glib.cpp:423
        d = 0x1dc0130
        canWait = true
        savedFlags = {i = 0}
        result = <optimized out>
#5  0x00007fffebd022aa in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) (this=this@entry=0x7fffd23afe30, flags=..., flags@entry=...) at kernel/qeventloop.cpp:212
        d = 0x1df2570
        locker = {val = 31396992}
        ref = {d = 0x1df2570, locker = @0x7fffd23afdb8, exceptionCaught = true}
#6  0x00007fffebb2135a in QThread::exec() (this=this@entry=0x1df0bc0) at thread/qthread.cpp:515
        d = 0x1df1410
        locker = {val = 31396992}
        eventLoop = {<QObject> = {_vptr.QObject = 0x7fffec15d508 <vtable for QEventLoop+16>, static staticMetaObject = {d = {superdata = 0x0, stringdata = 0x7fffebe6e660 <qt_meta_stringdata_QObject>, data = 0x7fffebe6e540 <qt_meta_data_QObject>, static_metacall = 0x7fffebd3a710 <QObject::qt_static_metacall(QObject*, QMetaObject::Call, int, void**)>, relatedMetaObjects = 0x0, extradata = 0x0}}, d_ptr = {d = 0x1df2570}, static staticQtMetaObject = {d = {superdata = 0x0, stringdata = 0x7fffebe713e0 <qt_meta_stringdata_Qt>, data = 0x7fffebe6e780 <qt_meta_data_Qt>, static_metacall = 0x0, relatedMetaObjects = 0x0, extradata = 0x0}}}, static staticMetaObject = {d = {superdata = 0x7fffec155bc0 <QObject::staticMetaObject>, stringdata = 0x7fffebe69240 <qt_meta_stringdata_QEventLoop>, data = 0x7fffebe691e0 <qt_meta_data_QEventLoop>, static_metacall = 0x7fffebd01fa0 <QEventLoop::qt_static_metacall(QObject*, QMetaObject::Call, int, void**)>, relatedMetaObjects = 0x0, extradata = 0x0}}}
        returnCode = <optimized out>
#7  0x00007fffebb21495 in QThread::run() (this=this@entry=0x1df0bc0) at thread/qthread.cpp:582
#8  0x00007fffe690b520 in sipQThread::run() (this=0x1df0bc0) at ./build-3.6/QtCore/sipQtCorepart2.cpp:10091
        sipGILState = PyGILState_UNLOCKED
        sipMeth = <optimized out>
        this = 0x1df0bc0
        sipGILState = PyGILState_UNLOCKED
        sipMeth = <optimized out>
#9  0x00007fffebb2622d in QThreadPrivate::start(void*) (arg=0x1df0bc0) at thread/qthread_unix.cpp:368
        __clframe = {__cancel_routine = 0x7fffebb252c0 <QThreadPrivate::finish(void*)>, __cancel_arg = 0x1df0bc0, __do_it = 1, __cancel_type = <optimized out>}
        thr = 0x1df0bc0
        data = 0x1df1530
#10 0x00007ffff79bb51a in start_thread (arg=0x7fffd23b0700) at pthread_create.c:465
        pd = 0x7fffd23b0700
        now = <optimized out>
        unwind_buf = {cancel_jmp_buf = {{jmp_buf = {140736720471808, -1385899410966198987, 140737488339278, 140737488339279, 140736720471808, 26, 1385964788956251445, 1385882607143339317}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#11 0x00007ffff6b553ef in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 10 (Thread 0x7fffd33b2700 (LWP 10142)):
#0  0x00007ffff6b4ae6b in __GI___poll (fds=0x1df1390, nfds=1, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29
        resultvar = 18446744073709551100
        sc_cancel_oldtype = 0
#1  0x00007fffee493119 in g_main_context_poll (priority=<optimized out>, n_fds=1, fds=0x1df1390, timeout=<optimized out>, context=0xff8eb0) at ../../../../glib/gmain.c:4169
        ret = <optimized out>
        errsv = <optimized out>
        poll_func = 0x7fffee4a25f0 <g_poll>
        max_priority = 2147483647
        timeout = -1
        some_ready = <optimized out>
        nfds = 1
        allocated_nfds = 1
        fds = 0x1df1390
#2  0x00007fffee493119 in g_main_context_iterate (context=context@entry=0xff8eb0, block=block@entry=1, dispatch=dispatch@entry=1, self=<optimized out>) at ../../../../glib/gmain.c:3863
        max_priority = 2147483647
        timeout = -1
        some_ready = <optimized out>
        nfds = 1
        allocated_nfds = 1
        fds = 0x1df1390
#3  0x00007fffee49322c in g_main_context_iteration (context=0xff8eb0, may_block=may_block@entry=1) at ../../../../glib/gmain.c:3929
        retval = <optimized out>
#4  0x00007fffebd5d0ef in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) (this=0x1decb90, flags=...) at kernel/qeventdispatcher_glib.cpp:423
        d = 0x1ded6d0
        canWait = true
        savedFlags = {i = 0}
        result = <optimized out>
#5  0x00007fffebd022aa in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) (this=this@entry=0x7fffd33b1e30, flags=..., flags@entry=...) at kernel/qeventloop.cpp:212
        d = 0x1874750
        locker = {val = 31375136}
        ref = {d = 0x1874750, locker = @0x7fffd33b1db8, exceptionCaught = true}
#6  0x00007fffebb2135a in QThread::exec() (this=this@entry=0x1dfc1e0) at thread/qthread.cpp:515
        d = 0x1debeb0
        locker = {val = 31375136}
        eventLoop = {<QObject> = {_vptr.QObject = 0x7fffec15d508 <vtable for QEventLoop+16>, static staticMetaObject = {d = {superdata = 0x0, stringdata = 0x7fffebe6e660 <qt_meta_stringdata_QObject>, data = 0x7fffebe6e540 <qt_meta_data_QObject>, static_metacall = 0x7fffebd3a710 <QObject::qt_static_metacall(QObject*, QMetaObject::Call, int, void**)>, relatedMetaObjects = 0x0, extradata = 0x0}}, d_ptr = {d = 0x1874750}, static staticQtMetaObject = {d = {superdata = 0x0, stringdata = 0x7fffebe713e0 <qt_meta_stringdata_Qt>, data = 0x7fffebe6e780 <qt_meta_data_Qt>, static_metacall = 0x0, relatedMetaObjects = 0x0, extradata = 0x0}}}, static staticMetaObject = {d = {superdata = 0x7fffec155bc0 <QObject::staticMetaObject>, stringdata = 0x7fffebe69240 <qt_meta_stringdata_QEventLoop>, data = 0x7fffebe691e0 <qt_meta_data_QEventLoop>, static_metacall = 0x7fffebd01fa0 <QEventLoop::qt_static_metacall(QObject*, QMetaObject::Call, int, void**)>, relatedMetaObjects = 0x0, extradata = 0x0}}}
        returnCode = <optimized out>
#7  0x00007fffebb21495 in QThread::run() (this=this@entry=0x1dfc1e0) at thread/qthread.cpp:582
#8  0x00007fffe690b520 in sipQThread::run() (this=0x1dfc1e0) at ./build-3.6/QtCore/sipQtCorepart2.cpp:10091
        sipGILState = PyGILState_UNLOCKED
        sipMeth = <optimized out>
        this = 0x1dfc1e0
        sipGILState = PyGILState_UNLOCKED
        sipMeth = <optimized out>
#9  0x00007fffebb2622d in QThreadPrivate::start(void*) (arg=0x1dfc1e0) at thread/qthread_unix.cpp:368
        __clframe = {__cancel_routine = 0x7fffebb252c0 <QThreadPrivate::finish(void*)>, __cancel_arg = 0x1dfc1e0, __do_it = 1, __cancel_type = <optimized out>}
        thr = 0x1dfc1e0
        data = 0x1dec640
#10 0x00007ffff79bb51a in start_thread (arg=0x7fffd33b2700) at pthread_create.c:465
        pd = 0x7fffd33b2700
        now = <optimized out>
        unwind_buf = {cancel_jmp_buf = {{jmp_buf = {140736737257216, -1385899410966198987, 140737488339278, 140737488339279, 140736737257216, 26, 1385962591006737717, 1385882607143339317}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#11 0x00007ffff6b553ef in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 9 (Thread 0x7fffd1baf700 (LWP 10127)):
#0  0x00007ffff6b4fe19 in syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
#1  0x00007fffee4d87ba in g_cond_wait_until (cond=cond@entry=0x10d53a8, mutex=mutex@entry=0x10d53a0, end_time=end_time@entry=1329743519442) at ../../../../glib/gthread-posix.c:1442
        now = {tv_sec = 1329728, tv_nsec = 519443277}
        span = {tv_sec = 14, tv_nsec = 999998723}
        sampled = 1
        res = <optimized out>
#2  0x00007fffee4672e1 in g_async_queue_pop_intern_unlocked (queue=queue@entry=0x10d53a0, wait=wait@entry=1, end_time=end_time@entry=1329743519442) at ../../../../glib/gasyncqueue.c:422
        retval = <optimized out>
        __func__ = "g_async_queue_pop_intern_unlocked"
#3  0x00007fffee46789c in g_async_queue_timeout_pop (queue=0x10d53a0, timeout=timeout@entry=15000000) at ../../../../glib/gasyncqueue.c:543
        end_time = 1329743519442
        retval = <optimized out>
#4  0x00007fffee4bb09e in g_thread_pool_wait_for_new_pool () at ../../../../glib/gthreadpool.c:167
        pool = <optimized out>
        local_wakeup_thread_serial = <optimized out>
        last_wakeup_thread_serial = <optimized out>
        have_relayed_thread_marker = <optimized out>
        free_pool = <optimized out>
        pool = <optimized out>
#5  0x00007fffee4bb09e in g_thread_pool_thread_proxy (data=<optimized out>) at ../../../../glib/gthreadpool.c:364
        free_pool = <optimized out>
        pool = <optimized out>
#6  0x00007fffee4ba5f5 in g_thread_proxy (data=0x1b881e0) at ../../../../glib/gthread.c:784
        thread = 0x1b881e0
#7  0x00007ffff79bb51a in start_thread (arg=0x7fffd1baf700) at pthread_create.c:465
        pd = 0x7fffd1baf700
        now = <optimized out>
        unwind_buf = {cancel_jmp_buf = {{jmp_buf = {140736712079104, -1385899410966198987, 140737488333966, 140737488333967, 140736712079104, 0, 1385957091837986101, 1385882607143339317}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#8  0x00007ffff6b553ef in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 5 (Thread 0x7fffd4728700 (LWP 10085)):
#0  0x00007ffff6b4ae6b in __GI___poll (fds=0x16cf010, nfds=4, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29
        resultvar = 18446744073709551100
        sc_cancel_oldtype = 0
#1  0x00007fffee493119 in g_main_context_poll (priority=<optimized out>, n_fds=4, fds=0x16cf010, timeout=<optimized out>, context=0x168b380) at ../../../../glib/gmain.c:4169
        ret = <optimized out>
        errsv = <optimized out>
        poll_func = 0x7fffee4a25f0 <g_poll>
        max_priority = 2147483647
        timeout = -1
        some_ready = <optimized out>
        nfds = 4
        allocated_nfds = 4
        fds = 0x16cf010
#2  0x00007fffee493119 in g_main_context_iterate (context=context@entry=0x168b380, block=block@entry=1, dispatch=dispatch@entry=1, self=<optimized out>) at ../../../../glib/gmain.c:3863
        max_priority = 2147483647
        timeout = -1
        some_ready = <optimized out>
        nfds = 4
        allocated_nfds = 4
        fds = 0x16cf010
#3  0x00007fffee49322c in g_main_context_iteration (context=0x168b380, may_block=may_block@entry=1) at ../../../../glib/gmain.c:3929
        retval = <optimized out>
#4  0x00007fffebd5d0ef in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) (this=0x16a53c0, flags=...) at kernel/qeventdispatcher_glib.cpp:423
        d = 0x168b2d0
        canWait = true
        savedFlags = {i = 0}
        result = <optimized out>
#5  0x00007fffebd022aa in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) (this=this@entry=0x7fffd4727e30, flags=..., flags@entry=...) at kernel/qeventloop.cpp:212
        d = 0x168c400
        locker = {val = 23636928}
        ref = {d = 0x168c400, locker = @0x7fffd4727db8, exceptionCaught = true}
#6  0x00007fffebb2135a in QThread::exec() (this=this@entry=0x7fffe222dd60 <(anonymous namespace)::Q_QGS__q_manager::innerFunction()::holder>) at thread/qthread.cpp:515
        d = 0x168ab50
        locker = {val = 23636928}
        eventLoop = {<QObject> = {_vptr.QObject = 0x7fffec15d508 <vtable for QEventLoop+16>, static staticMetaObject = {d = {superdata = 0x0, stringdata = 0x7fffebe6e660 <qt_meta_stringdata_QObject>, data = 0x7fffebe6e540 <qt_meta_data_QObject>, static_metacall = 0x7fffebd3a710 <QObject::qt_static_metacall(QObject*, QMetaObject::Call, int, void**)>, relatedMetaObjects = 0x0, extradata = 0x0}}, d_ptr = {d = 0x168c400}, static staticQtMetaObject = {d = {superdata = 0x0, stringdata = 0x7fffebe713e0 <qt_meta_stringdata_Qt>, data = 0x7fffebe6e780 <qt_meta_data_Qt>, static_metacall = 0x0, relatedMetaObjects = 0x0, extradata = 0x0}}}, static staticMetaObject = {d = {superdata = 0x7fffec155bc0 <QObject::staticMetaObject>, stringdata = 0x7fffebe69240 <qt_meta_stringdata_QEventLoop>, data = 0x7fffebe691e0 <qt_meta_data_QEventLoop>, static_metacall = 0x7fffebd01fa0 <QEventLoop::qt_static_metacall(QObject*, QMetaObject::Call, int, void**)>, relatedMetaObjects = 0x0, extradata = 0x0}}}
        returnCode = <optimized out>
#7  0x00007fffe1fbae45 in QDBusConnectionManager::run() (this=0x7fffe222dd60 <(anonymous namespace)::Q_QGS__q_manager::innerFunction()::holder>) at qdbusconnection.cpp:178
        locker = <optimized out>
#8  0x00007fffebb2622d in QThreadPrivate::start(void*) (arg=0x7fffe222dd60 <(anonymous namespace)::Q_QGS__q_manager::innerFunction()::holder>) at thread/qthread_unix.cpp:368
        __clframe = {__cancel_routine = 0x7fffebb252c0 <QThreadPrivate::finish(void*)>, __cancel_arg = 0x7fffe222dd60 <(anonymous namespace)::Q_QGS__q_manager::innerFunction()::holder>, __do_it = 1, __cancel_type = <optimized out>}
        thr = 0x7fffe222dd60 <(anonymous namespace)::Q_QGS__q_manager::innerFunction()::holder>
        data = 0x168a130
#9  0x00007ffff79bb51a in start_thread (arg=0x7fffd4728700) at pthread_create.c:465
        pd = 0x7fffd4728700
        now = <optimized out>
        unwind_buf = {cancel_jmp_buf = {{jmp_buf = {140736757663488, -1385899410966198987, 140737488336766, 140737488336767, 140736757663488, 0, 1385951109485413685, 1385882607143339317}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#10 0x00007ffff6b553ef in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 4 (Thread 0x7fffd9918700 (LWP 9948)):
#0  0x00007ffff6b4ae6b in __GI___poll (fds=0x1b90150, nfds=4, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29
        resultvar = 18446744073709551100
        sc_cancel_oldtype = 0
#1  0x00007fffee493119 in g_main_context_poll (priority=<optimized out>, n_fds=4, fds=0x1b90150, timeout=<optimized out>, context=0x10bc770) at ../../../../glib/gmain.c:4169
        ret = <optimized out>
        errsv = <optimized out>
        poll_func = 0x7fffee4a25f0 <g_poll>
        max_priority = 2147483647
        timeout = -1
        some_ready = <optimized out>
        nfds = 4
        allocated_nfds = 4
        fds = 0x1b90150
#2  0x00007fffee493119 in g_main_context_iterate (context=0x10bc770, block=block@entry=1, dispatch=dispatch@entry=1, self=<optimized out>) at ../../../../glib/gmain.c:3863
        max_priority = 2147483647
        timeout = -1
        some_ready = <optimized out>
        nfds = 4
        allocated_nfds = 4
        fds = 0x1b90150
#3  0x00007fffee4934b2 in g_main_loop_run (loop=0x10e5ab0) at ../../../../glib/gmain.c:4064
        __func__ = "g_main_loop_run"
#4  0x00007fffdb9f3ad6 in gdbus_shared_thread_func (user_data=0x10e4380) at ../../../../gio/gdbusprivate.c:275
        data = 0x10e4380
#5  0x00007fffee4ba5f5 in g_thread_proxy (data=0x1087050) at ../../../../glib/gthread.c:784
        thread = 0x1087050
#6  0x00007ffff79bb51a in start_thread (arg=0x7fffd9918700) at pthread_create.c:465
        pd = 0x7fffd9918700
        now = <optimized out>
        unwind_buf = {cancel_jmp_buf = {{jmp_buf = {140736843581184, -1385899410966198987, 140737488334670, 140737488334671, 140736843581184, 0, 1385975049633121589, 1385882607143339317}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#7  0x00007ffff6b553ef in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 3 (Thread 0x7fffda119700 (LWP 9946)):
#0  0x00007ffff6b4ae6b in __GI___poll (fds=0x10ced60, nfds=2, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29
        resultvar = 18446744073709551100
        sc_cancel_oldtype = 0
#1  0x00007fffee493119 in g_main_context_poll (priority=<optimized out>, n_fds=2, fds=0x10ced60, timeout=<optimized out>, context=0x10d5490) at ../../../../glib/gmain.c:4169
        ret = <optimized out>
        errsv = <optimized out>
        poll_func = 0x7fffee4a25f0 <g_poll>
        max_priority = 2147483647
        timeout = -1
        some_ready = <optimized out>
        nfds = 2
        allocated_nfds = 2
        fds = 0x10ced60
#2  0x00007fffee493119 in g_main_context_iterate (context=context@entry=0x10d5490, block=block@entry=1, dispatch=dispatch@entry=1, self=<optimized out>) at ../../../../glib/gmain.c:3863
        max_priority = 2147483647
        timeout = -1
        some_ready = <optimized out>
        nfds = 2
        allocated_nfds = 2
        fds = 0x10ced60
#3  0x00007fffee49322c in g_main_context_iteration (context=0x10d5490, may_block=may_block@entry=1) at ../../../../glib/gmain.c:3929
        retval = <optimized out>
#4  0x00007fffee493271 in glib_worker_main (data=<optimized out>) at ../../../../glib/gmain.c:5724
#5  0x00007fffee4ba5f5 in g_thread_proxy (data=0x1086f70) at ../../../../glib/gthread.c:784
        thread = 0x1086f70
#6  0x00007ffff79bb51a in start_thread (arg=0x7fffda119700) at pthread_create.c:465
        pd = 0x7fffda119700
        now = <optimized out>
        unwind_buf = {cancel_jmp_buf = {{jmp_buf = {140736851973888, -1385899410966198987, 140737488334286, 140737488334287, 140736851973888, 0, 1385982746751386933, 1385882607143339317}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#7  0x00007ffff6b553ef in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 2 (Thread 0x7fffe00f0700 (LWP 9886)):
#0  0x00007ffff6b4ae6b in __GI___poll (fds=fds@entry=0x7fffe00efd60, nfds=nfds@entry=1, timeout=timeout@entry=-1) at ../sysdeps/unix/sysv/linux/poll.c:29
        resultvar = 18446744073709551100
        sc_cancel_oldtype = 0
#1  0x00007fffe753b150 in poll (__timeout=-1, __nfds=1, __fds=0x7fffe00efd60) at /usr/include/x86_64-linux-gnu/bits/poll2.h:46
        ret = <optimized out>
        fd = {fd = 5, events = 1, revents = 0}
#2  0x00007fffe753b150 in _xcb_conn_wait (c=c@entry=0x102bd30, cond=cond@entry=0x102bd70, vector=vector@entry=0x0, count=count@entry=0x0) at ../../src/xcb_conn.c:479
        ret = <optimized out>
        fd = {fd = 5, events = 1, revents = 0}
#3  0x00007fffe753cee9 in xcb_wait_for_event (c=0x102bd30) at ../../src/xcb_in.c:693
#4  0x00007fffe24ae029 in QXcbEventReader::run() (this=0x1036050) at qxcbconnection.cpp:1330
        event = <optimized out>
#5  0x00007fffebb2622d in QThreadPrivate::start(void*) (arg=0x1036050) at thread/qthread_unix.cpp:368
        __clframe = {__cancel_routine = 0x7fffebb252c0 <QThreadPrivate::finish(void*)>, __cancel_arg = 0x1036050, __do_it = 1, __cancel_type = <optimized out>}
        thr = 0x1036050
        data = 0x10363b0
#6  0x00007ffff79bb51a in start_thread (arg=0x7fffe00f0700) at pthread_create.c:465
        pd = 0x7fffe00f0700
        now = <optimized out>
        unwind_buf = {cancel_jmp_buf = {{jmp_buf = {140736952469248, -1385899410966198987, 140737488338558, 140737488338559, 140736952469248, 0, 1385855009592165685, 1385882607143339317}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#7  0x00007ffff6b553ef in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 1 (Thread 0x7ffff7fb3740 (LWP 9346)):
#0  0x00007fffef9ed3c0 in _dbus_counter_get_size_value (counter=0x203a73736572706d) at ../../../dbus/dbus-resources.c:276
#1  0x00007fffef9f2b82 in _dbus_transport_get_dispatch_status (transport=0x7fffebdb09e0 <QArrayData::shared_null>) at ../../../dbus/dbus-transport.c:1126
#2  0x00007fffef9f2de6 in _dbus_transport_queue_messages (transport=0x7fffebdb09e0 <QArrayData::shared_null>) at ../../../dbus/dbus-transport.c:1172
        status = <optimized out>
#3  0x00007fffef9d9a81 in _dbus_connection_get_dispatch_status_unlocked (connection=0x16687a0) at ../../../dbus/dbus-connection.c:4257
#4  0x00007fffef9dcf22 in dbus_connection_dispatch (connection=0x16687a0) at ../../../dbus/dbus-connection.c:4590
        status = <optimized out>
#5  0x00007fffd4ae02f8 in pyqt5DBusHelper::dispatch() (this=0x166d850) at ../../dbus/dbus.cpp:323
        it = {i = 0x166e270}
#6  0x00007fffebd338c2 in QObject::event(QEvent*) (this=0x166d850, e=<optimized out>) at kernel/qobject.cpp:1246
        mce = <optimized out>
        sw = {receiver = 0x166d850, previousSender = 0x0, currentSender = {sender = 0x0, signal = -1, ref = 1}, switched = true}
#7  0x00007fffeca2059c in QApplicationPrivate::notify_helper(QObject*, QEvent*) (this=this@entry=0xfcce40, receiver=receiver@entry=0x166d850, e=e@entry=0x166a240) at kernel/qapplication.cpp:3722
        consumed = <optimized out>
#8  0x00007fffeca27e64 in QApplication::notify(QObject*, QEvent*) (this=this@entry=0xfd8000, receiver=receiver@entry=0x166d850, e=e@entry=0x166a240) at kernel/qapplication.cpp:3481
        w = 0x166d850
        extra = <optimized out>
        isProxyWidget = <optimized out>
        res = false
#9  0x00007fffed4bc97e in sipQApplication::notify(QObject*, QEvent*) (this=0xfd8000, a0=0x166d850, a1=0x166a240) at ./build-3.6/QtWidgets/sipQtWidgetspart9.cpp:12947
        sipGILState = PyGILState_LOCKED
        sipMeth = <optimized out>
#10 0x00007fffebd04258 in QCoreApplication::notifyInternal2(QObject*, QEvent*) (receiver=0x166d850, event=event@entry=0x166a240) at kernel/qcoreapplication.cpp:1018
        selfRequired = true
        result = false
        cbdata = {0x166d850, 0x166a240, 0x7fffffffd12f}
        d = <optimized out>
        threadData = 0xec1690
        scopeLevelCounter = {threadData = 0xec1690}
#11 0x00007fffebd069cd in QCoreApplication::sendEvent(QObject*, QEvent*) (event=0x166a240, receiver=<optimized out>) at ../../include/QtCore/../../src/corelib/kernel/qcoreapplication.h:233
        e = 0x166a240
        pe = <optimized out>
        r = <optimized out>
        unlocker = {m = <synthetic pointer><error reading variable>}
        event_deleter = {d = 0x166a240}
        locker = {val = 15472320}
        startOffset = 0
        i = @0xec16b4: 19
        cleanup = {receiver = 0x0, event_type = 0, data = 0xec1690, exceptionCaught = true}
#12 0x00007fffebd069cd in QCoreApplicationPrivate::sendPostedEvents(QObject*, int, QThreadData*) (receiver=receiver@entry=0x0, event_type=event_type@entry=0, data=0xec1690) at kernel/qcoreapplication.cpp:1678
        e = 0x166a240
        pe = <optimized out>
        r = <optimized out>
        unlocker = {m = <synthetic pointer><error reading variable>}
        event_deleter = {d = 0x166a240}
        locker = {val = 15472320}
        startOffset = 0
        i = @0xec16b4: 19
        cleanup = {receiver = 0x0, event_type = 0, data = 0xec1690, exceptionCaught = true}
#13 0x00007fffebd06f58 in QCoreApplication::sendPostedEvents(QObject*, int) (receiver=receiver@entry=0x0, event_type=event_type@entry=0) at kernel/qcoreapplication.cpp:1532
        data = <optimized out>
#14 0x00007fffebd5dac3 in postEventSourceDispatch(GSource*, GSourceFunc, gpointer) (s=s@entry=0x1053630) at kernel/qeventdispatcher_glib.cpp:276
        source = 0x1053630
#15 0x00007fffee492f67 in g_main_dispatch (context=0xc91970) at ../../../../glib/gmain.c:3142
        dispatch = 0x7fffebd5dab0 <postEventSourceDispatch(GSource*, GSourceFunc, gpointer)>
        prev_source = 0x0
        was_in_call = 0
        user_data = 0x0
        callback = 0x0
        cb_funcs = <optimized out>
        cb_data = 0x0
        need_destroy = <optimized out>
        source = 0x1053630
        current = 0x10ca910
        i = 9
#16 0x00007fffee492f67 in g_main_context_dispatch (context=context@entry=0xc91970) at ../../../../glib/gmain.c:3795
#17 0x00007fffee4931a0 in g_main_context_iterate (context=context@entry=0xc91970, block=block@entry=1, dispatch=dispatch@entry=1, self=<optimized out>) at ../../../../glib/gmain.c:3868
        max_priority = 0
        timeout = 0
        some_ready = 1
        nfds = <optimized out>
        allocated_nfds = 6
        fds = 0x25283a0
#18 0x00007fffee49322c in g_main_context_iteration (context=0xc91970, may_block=may_block@entry=1) at ../../../../glib/gmain.c:3929
        retval = <optimized out>
#19 0x00007fffebd5d0ef in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) (this=0xe453d0, flags=...) at kernel/qeventdispatcher_glib.cpp:423
        d = 0x117c460
        canWait = true
        savedFlags = {i = 0}
        result = <optimized out>
#20 0x00007fffebd022aa in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) (this=this@entry=0x7fffffffd410, flags=..., flags@entry=...) at kernel/qeventloop.cpp:212
        d = 0x252f260
        locker = {val = 15237728}
        ref = {d = 0x252f260, locker = @0x7fffffffd398, exceptionCaught = true}
#21 0x00007fffebd0b214 in QCoreApplication::exec() () at kernel/qcoreapplication.cpp:1291
        threadData = 0xec1690
        eventLoop = {<QObject> = {_vptr.QObject = 0x7fffec15d508 <vtable for QEventLoop+16>, static staticMetaObject = {d = {superdata = 0x0, stringdata = 0x7fffebe6e660 <qt_meta_stringdata_QObject>, data = 0x7fffebe6e540 <qt_meta_data_QObject>, static_metacall = 0x7fffebd3a710 <QObject::qt_static_metacall(QObject*, QMetaObject::Call, int, void**)>, relatedMetaObjects = 0x0, extradata = 0x0}}, d_ptr = {d = 0x252f260}, static staticQtMetaObject = {d = {superdata = 0x0, stringdata = 0x7fffebe713e0 <qt_meta_stringdata_Qt>, data = 0x7fffebe6e780 <qt_meta_data_Qt>, static_metacall = 0x0, relatedMetaObjects = 0x0, extradata = 0x0}}}, static staticMetaObject = {d = {superdata = 0x7fffec155bc0 <QObject::staticMetaObject>, stringdata = 0x7fffebe69240 <qt_meta_stringdata_QEventLoop>, data = 0x7fffebe691e0 <qt_meta_data_QEventLoop>, static_metacall = 0x7fffebd01fa0 <QEventLoop::qt_static_metacall(QObject*, QMetaObject::Call, int, void**)>, relatedMetaObjects = 0x0, extradata = 0x0}}}
        returnCode = <optimized out>
#22 0x00007fffec25c35c in QGuiApplication::exec() () at kernel/qguiapplication.cpp:1679
#23 0x00007fffeca204f5 in QApplication::exec() () at kernel/qapplication.cpp:2910
#24 0x00007fffed47f79b in meth_QApplication_exec_(PyObject*, PyObject*) (sipArgs=<optimized out>) at ./build-3.6/QtWidgets/sipQtWidgetspart9.cpp:14221
        _save = 0xa924e0
        sipRes = <optimized out>
        sipParseErr = 0x0
#25 0x00000000004c4e4d in _PyCFunction_FastCallDict (kwargs=0x0, nargs=140737054631976, args=0xad6c18, func_obj=<built-in method exec_ of QApplication object at remote 0x7fffe625e828>) at ../Objects/methodobject.c:234
        tuple = <optimized out>
        tuple = <optimized out>
        func = <optimized out>
        meth = <optimized out>
        self = <optimized out>
        flags = <optimized out>
        result = <optimized out>
        kwdict = 0x0
        nkwargs = <optimized out>
#26 0x00000000004c4e4d in _PyCFunction_FastCallKeywords (func=func@entry=<built-in method exec_ of QApplication object at remote 0x7fffe625e828>, stack=stack@entry=0xad6c18, nargs=nargs@entry=0, kwnames=kwnames@entry=0x0) at ../Objects/methodobject.c:294
        kwdict = 0x0
        nkwargs = <optimized out>
#27 0x000000000054f964 in call_function (pp_stack=pp_stack@entry=0x7fffffffd5d8, oparg=<optimized out>, kwnames=kwnames@entry=0x0) at ../Python/ceval.c:4824
        tstate = <optimized out>
        pfunc = 0xad6c10
        func = <built-in method exec_ of QApplication object at remote 0x7fffe625e828>
        x = <optimized out>
        w = <optimized out>
        nargs = <optimized out>
        stack = 0xad6c18
#28 0x000000000055404f in _PyEval_EvalFrameDefault (f=<optimized out>, throwflag=<optimized out>) at ../Python/ceval.c:3322
        sp = 0xad6c18
        res = <optimized out>
        stack_pointer = <optimized out>
        next_instr = <optimized out>
        opcode = 131
        oparg = <optimized out>
        why = <optimized out>
        fastlocals = <optimized out>
        freevars = <optimized out>
        retval = 0x0
        tstate = <optimized out>
        co = <optimized out>
        instr_ub = -1
        instr_lb = 0
        instr_prev = -1
        first_instr = <optimized out>
        names = <optimized out>
        consts = <optimized out>
        opcode_targets = {0x555899 <_PyEval_EvalFrameDefault+20089>, 0x552c42 <_PyEval_EvalFrameDefault+8738>, 0x552c8c <_PyEval_EvalFrameDefault+8812>, 0x552cd4 <_PyEval_EvalFrameDefault+8884>, 0x552d24 <_PyEval_EvalFrameDefault+8964>, 0x552d6e <_PyEval_EvalFrameDefault+9038>, 0x555899 <_PyEval_EvalFrameDefault+20089>, 0x555899 <_PyEval_EvalFrameDefault+20089>, 0x555899 <_PyEval_EvalFrameDefault+20089>, 0x552dc2 <_PyEval_EvalFrameDefault+9122>, 0x5515da <_PyEval_EvalFrameDefault+3002>, 0x554eae <_PyEval_EvalFrameDefault+17550>, 0x555585 <_PyEval_EvalFrameDefault+19301>, 0x555899 <_PyEval_EvalFrameDefault+20089>, 0x555899 <_PyEval_EvalFrameDefault+20089>, 0x55492a <_PyEval_EvalFrameDefault+16138>, 0x5552cc <_PyEval_EvalFrameDefault+18604>, 0x55519f <_PyEval_EvalFrameDefault+18303>, 0x555899 <_PyEval_EvalFrameDefault+20089>, 0x555233 <_PyEval_EvalFrameDefault+18451>, 0x554f1f <_PyEval_EvalFrameDefault+17663>, 0x555899 <_PyEval_EvalFrameDefault+20089>, 0x554fb5 <_PyEval_EvalFrameDefault+17813>, 0x555060 <_PyEval_EvalFrameDefault+17984>, 0x55510b <_PyEval_EvalFrameDefault+18155>, 0x55288d <_PyEval_EvalFrameDefault+7789>, 0x552921 <_PyEval_EvalFrameDefault+7937>, 0x5529b7 <_PyEval_EvalFrameDefault+8087>, 0x552a4d <_PyEval_EvalFrameDefault+8237>, 0x552ae1 <_PyEval_EvalFrameDefault+8385>, 0x555899 <_PyEval_EvalFrameDefault+20089> <repeats 20 times>, 0x552b75 <_PyEval_EvalFrameDefault+8533>, 0x55374b <_PyEval_EvalFrameDefault+11563>, 0x5537c8 <_PyEval_EvalFrameDefault+11688>, 0x555899 <_PyEval_EvalFrameDefault+20089>, 0x555899 <_PyEval_EvalFrameDefault+20089>, 0x553888 <_PyEval_EvalFrameDefault+11880>, 0x553933 <_PyEval_EvalFrameDefault+12051>, 0x553ed8 <_PyEval_EvalFrameDefault+13496>, 0x555899 <_PyEval_EvalFrameDefault+20089>, 0x553f6c <_PyEval_EvalFrameDefault+13644>, 0x553c73 <_PyEval_EvalFrameDefault+12883>, 0x553d1e <_PyEval_EvalFrameDefault+13054>, 0x553db0 <_PyEval_EvalFrameDefault+13200>, 0x553e44 <_PyEval_EvalFrameDefault+13348>, 0x551c64 <_PyEval_EvalFrameDefault+4676>, 0x551cfa <_PyEval_EvalFrameDefault+4826>, 0x551d90 <_PyEval_EvalFrameDefault+4976>, 0x551e26 <_PyEval_EvalFrameDefault+5126>, 0x551ec1 <_PyEval_EvalFrameDefault+5281>, 0x551f32 <_PyEval_EvalFrameDefault+5394>, 0x551fbb <_PyEval_EvalFrameDefault+5531>, 0x552056 <_PyEval_EvalFrameDefault+5686>, 0x5520e3 <_PyEval_EvalFrameDefault+5827>, 0x5521e0 <_PyEval_EvalFrameDefault+6080>, 0x555899 <_PyEval_EvalFrameDefault+20089>, 0x55225d <_PyEval_EvalFrameDefault+6205>, 0x5522f3 <_PyEval_EvalFrameDefault+6355>, 0x5545e4 <_PyEval_EvalFrameDefault+15300>, 0x55467a <_PyEval_EvalFrameDefault+15450>, 0x554c99 <_PyEval_EvalFrameDefault+17017>, 0x55560a <_PyEval_EvalFrameDefault+19434>, 0x5532b3 <_PyEval_EvalFrameDefault+10387>, 0x5533a7 <_PyEval_EvalFrameDefault+10631>, 0x555362 <_PyEval_EvalFrameDefault+18754>, 0x55537a <_PyEval_EvalFrameDefault+18778>, 0x554de8 <_PyEval_EvalFrameDefault+17352>, 0x554e81 <_PyEval_EvalFrameDefault+17505>, 0x552dfd <_PyEval_EvalFrameDefault+9181>, 0x552e90 <_PyEval_EvalFrameDefault+9328>, 0x554589 <_PyEval_EvalFrameDefault+15209>, 0x55164b <_PyEval_EvalFrameDefault+3115>, 0x5516e4 <_PyEval_EvalFrameDefault+3268>, 0x551753 <_PyEval_EvalFrameDefault+3379>, 0x551880 <_PyEval_EvalFrameDefault+3680>, 0x5518f7 <_PyEval_EvalFrameDefault+3799>, 0x551b10 <_PyEval_EvalFrameDefault+4336>, 0x551a10 <_PyEval_EvalFrameDefault+4080>, 0x551a8e <_PyEval_EvalFrameDefault+4206>, 0x551bad <_PyEval_EvalFrameDefault+4493>, 0x555899 <_PyEval_EvalFrameDefault+20089>, 0x551c13 <_PyEval_EvalFrameDefault+4595>, 0x554999 <_PyEval_EvalFrameDefault+16249>, 0x554a25 <_PyEval_EvalFrameDefault+16389>, 0x5542f3 <_PyEval_EvalFrameDefault+14547>, 0x554b97 <_PyEval_EvalFrameDefault+16759>, 0x55446d <_PyEval_EvalFrameDefault+14925>, 0x55450b <_PyEval_EvalFrameDefault+15083>, 0x552f28 <_PyEval_EvalFrameDefault+9480>, 0x552f48 <_PyEval_EvalFrameDefault+9512>, 0x554d2d <_PyEval_EvalFrameDefault+17165>, 0x554da8 <_PyEval_EvalFrameDefault+17288>, 0x5530a8 <_PyEval_EvalFrameDefault+9864>, 0x553138 <_PyEval_EvalFrameDefault+10008>, 0x5531be <_PyEval_EvalFrameDefault+10142>, 0x55320b <_PyEval_EvalFrameDefault+10219>, 0x55470e <_PyEval_EvalFrameDefault+15598>, 0x5547b4 <_PyEval_EvalFrameDefault+15764>, 0x555899 <_PyEval_EvalFrameDefault+20089>, 0x555899 <_PyEval_EvalFrameDefault+20089>, 0x554837 <_PyEval_EvalFrameDefault+15895>, 0x557e3c <_PyEval_EvalFrameDefault+29724>, 0x5513f8 <_PyEval_EvalFrameDefault+2520>, 0x5513f8 <_PyEval_EvalFrameDefault+2520>, 0x555899 <_PyEval_EvalFrameDefault+20089>, 0x5535b0 <_PyEval_EvalFrameDefault+11152>, 0x553679 <_PyEval_EvalFrameDefault+11353>, 0x5536da <_PyEval_EvalFrameDefault+11450>, 0x55279b <_PyEval_EvalFrameDefault+7547>, 0x555899 <_PyEval_EvalFrameDefault+20089>, 0x555899 <_PyEval_EvalFrameDefault+20089>, 0x554002 <_PyEval_EvalFrameDefault+13794>, 0x554035 <_PyEval_EvalFrameDefault+13845>, 0x5539c9 <_PyEval_EvalFrameDefault+12201>, 0x5556ea <_PyEval_EvalFrameDefault+19658>, 0x555899 <_PyEval_EvalFrameDefault+20089>, 0x5557ca <_PyEval_EvalFrameDefault+19882>, 0x55582b <_PyEval_EvalFrameDefault+19979>, 0x552389 <_PyEval_EvalFrameDefault+6505>, 0x5523fa <_PyEval_EvalFrameDefault+6618>, 0x555899 <_PyEval_EvalFrameDefault+20089>, 0x555899 <_PyEval_EvalFrameDefault+20089>, 0x55245d <_PyEval_EvalFrameDefault+6717>, 0x5524ee <_PyEval_EvalFrameDefault+6862>, 0x552689 <_PyEval_EvalFrameDefault+7273>, 0x553c57 <_PyEval_EvalFrameDefault+12855>, 0x5540aa <_PyEval_EvalFrameDefault+13962>, 0x554127 <_PyEval_EvalFrameDefault+14087>, 0x5541a4 <_PyEval_EvalFrameDefault+14212>, 0x55351e <_PyEval_EvalFrameDefault+11006>, 0x55145c <_PyEval_EvalFrameDefault+2620>, 0x554242 <_PyEval_EvalFrameDefault+14370>, 0x553464 <_PyEval_EvalFrameDefault+10820>, 0x55145c <_PyEval_EvalFrameDefault+2620>, 0x553bdc <_PyEval_EvalFrameDefault+12732>, 0x553608 <_PyEval_EvalFrameDefault+11240>, 0x553aec <_PyEval_EvalFrameDefault+12492>, 0x555615 <_PyEval_EvalFrameDefault+19445>, 0x554858 <_PyEval_EvalFrameDefault+15928>, 0x557e41 <_PyEval_EvalFrameDefault+29729>, 0x555899 <_PyEval_EvalFrameDefault+20089> <repeats 97 times>}
#29 0x000000000054f561 in PyEval_EvalFrameEx (throwflag=0, f=Frame 0xad6a98, for file /usr/bin/nagstamon, line 63, in <module> ()) at ../Python/ceval.c:753
        tstate = <optimized out>
        co = 0x7ffff19938a0
        f = Frame 0xad6a98, for file /usr/bin/nagstamon, line 63, in <module> ()
        retval = 0x0
        fastlocals = 0xad6c10
        freevars = 0xad6c10
        tstate = 0xa924e0
        x = <optimized out>
        u = <optimized out>
        total_args = <optimized out>
        i = <optimized out>
        n = 0
        kwdict = 0x0
#30 0x000000000054f561 in _PyEval_EvalCodeWithName (_co=_co@entry=<code at remote 0x7ffff19938a0>, globals=globals@entry=<code at remote 0x7ffff19938a0>, locals=locals@entry=< at remote 0x7ffff19ef270>, args=args@entry=0x0, argcount=argcount@entry=0, kwnames=kwnames@entry=0x0, kwargs=0x0, kwcount=0, kwstep=2, defs=0x0, defcount=0, kwdefs=0x0, closure=0x0, name=0x0, qualname=0x0) at ../Python/ceval.c:4153
        co = 0x7ffff19938a0
        f = Frame 0xad6a98, for file /usr/bin/nagstamon, line 63, in <module> ()
        retval = 0x0
        fastlocals = 0xad6c10
        freevars = 0xad6c10
        tstate = 0xa924e0
        x = <optimized out>
        u = <optimized out>
        total_args = <optimized out>
        i = <optimized out>
        n = 0
        kwdict = 0x0
#31 0x0000000000550513 in PyEval_EvalCodeEx (closure=0x0, kwdefs=0x0, defcount=0, defs=0x0, kwcount=0, kws=0x0, argcount=0, args=0x0, locals=locals@entry=< at remote 0x7ffff19ef270>, globals=globals@entry=<code at remote 0x7ffff19938a0>, _co=_co@entry=<code at remote 0x7ffff19938a0>) at ../Python/ceval.c:4174
#32 0x0000000000550513 in PyEval_EvalCode (co=co@entry=<code at remote 0x7ffff19938a0>, globals=globals@entry={'__name__': '__main__', '__doc__': None, '__package__': None, '__loader__': <SourceFileLoader(name='__main__', path='/usr/bin/nagstamon') at remote 0x7ffff199a358>, '__spec__': None, '__annotations__': {}, '__builtins__': <module at remote 0x7ffff1a57638>, '__file__': '/usr/bin/nagstamon', '__cached__': None, 'os': <module at remote 0x7ffff1920228>, 'sys': <module at remote 0x7ffff19e3ef8>, 'socket': <module at remote 0x7ffff18312c8>, 'platform': <module at remote 0x7ffff18314f8>, 'conf': <Config(update_interval_seconds=999, short_display=False, long_display=True, show_tooltips=True, show_grid=True, grid_use_custom_intensity=False, grid_alternation_intensity=10, highlight_new_events=True, default_sort_field='host', default_sort_order='Descending', filter_all_down_hosts=False, filter_all_unreachable_hosts=False, filter_all_flapping_hosts=False, filter_all_unknown_services=False, filter_all_information_services=False, filter_all_warning_services=False, filter_all_average_services=False, filter_all_high_service...(truncated), locals=locals@entry={'__name__': '__main__', '__doc__': None, '__package__': None, '__loader__': <SourceFileLoader(name='__main__', path='/usr/bin/nagstamon') at remote 0x7ffff199a358>, '__spec__': None, '__annotations__': {}, '__builtins__': <module at remote 0x7ffff1a57638>, '__file__': '/usr/bin/nagstamon', '__cached__': None, 'os': <module at remote 0x7ffff1920228>, 'sys': <module at remote 0x7ffff19e3ef8>, 'socket': <module at remote 0x7ffff18312c8>, 'platform': <module at remote 0x7ffff18314f8>, 'conf': <Config(update_interval_seconds=999, short_display=False, long_display=True, show_tooltips=True, show_grid=True, grid_use_custom_intensity=False, grid_alternation_intensity=10, highlight_new_events=True, default_sort_field='host', default_sort_order='Descending', filter_all_down_hosts=False, filter_all_unreachable_hosts=False, filter_all_flapping_hosts=False, filter_all_unknown_services=False, filter_all_information_services=False, filter_all_warning_services=False, filter_all_average_services=False, filter_all_high_service...(truncated)) at ../Python/ceval.c:730
#33 0x000000000042b489 in run_mod (arena=0x7ffff19ef270, flags=0x7fffffffd8ec, locals={'__name__': '__main__', '__doc__': None, '__package__': None, '__loader__': <SourceFileLoader(name='__main__', path='/usr/bin/nagstamon') at remote 0x7ffff199a358>, '__spec__': None, '__annotations__': {}, '__builtins__': <module at remote 0x7ffff1a57638>, '__file__': '/usr/bin/nagstamon', '__cached__': None, 'os': <module at remote 0x7ffff1920228>, 'sys': <module at remote 0x7ffff19e3ef8>, 'socket': <module at remote 0x7ffff18312c8>, 'platform': <module at remote 0x7ffff18314f8>, 'conf': <Config(update_interval_seconds=999, short_display=False, long_display=True, show_tooltips=True, show_grid=True, grid_use_custom_intensity=False, grid_alternation_intensity=10, highlight_new_events=True, default_sort_field='host', default_sort_order='Descending', filter_all_down_hosts=False, filter_all_unreachable_hosts=False, filter_all_flapping_hosts=False, filter_all_unknown_services=False, filter_all_information_services=False, filter_all_warning_services=False, filter_all_average_services=False, filter_all_high_service...(truncated), globals={'__name__': '__main__', '__doc__': None, '__package__': None, '__loader__': <SourceFileLoader(name='__main__', path='/usr/bin/nagstamon') at remote 0x7ffff199a358>, '__spec__': None, '__annotations__': {}, '__builtins__': <module at remote 0x7ffff1a57638>, '__file__': '/usr/bin/nagstamon', '__cached__': None, 'os': <module at remote 0x7ffff1920228>, 'sys': <module at remote 0x7ffff19e3ef8>, 'socket': <module at remote 0x7ffff18312c8>, 'platform': <module at remote 0x7ffff18314f8>, 'conf': <Config(update_interval_seconds=999, short_display=False, long_display=True, show_tooltips=True, show_grid=True, grid_use_custom_intensity=False, grid_alternation_intensity=10, highlight_new_events=True, default_sort_field='host', default_sort_order='Descending', filter_all_down_hosts=False, filter_all_unreachable_hosts=False, filter_all_flapping_hosts=False, filter_all_unknown_services=False, filter_all_information_services=False, filter_all_warning_services=False, filter_all_average_services=False, filter_all_high_service...(truncated), filename='/usr/bin/nagstamon', mod=0xb43310) at ../Python/pythonrun.c:1025
        co = 0x7ffff19938a0
        v = <optimized out>
        ret = 0x0
        arena = 0x7ffff19ef270
        filename = '/usr/bin/nagstamon'
#34 0x000000000042b489 in PyRun_FileExFlags (fp=0xad6a80, filename_str=<optimized out>, start=<optimized out>, globals={'__name__': '__main__', '__doc__': None, '__package__': None, '__loader__': <SourceFileLoader(name='__main__', path='/usr/bin/nagstamon') at remote 0x7ffff199a358>, '__spec__': None, '__annotations__': {}, '__builtins__': <module at remote 0x7ffff1a57638>, '__file__': '/usr/bin/nagstamon', '__cached__': None, 'os': <module at remote 0x7ffff1920228>, 'sys': <module at remote 0x7ffff19e3ef8>, 'socket': <module at remote 0x7ffff18312c8>, 'platform': <module at remote 0x7ffff18314f8>, 'conf': <Config(update_interval_seconds=999, short_display=False, long_display=True, show_tooltips=True, show_grid=True, grid_use_custom_intensity=False, grid_alternation_intensity=10, highlight_new_events=True, default_sort_field='host', default_sort_order='Descending', filter_all_down_hosts=False, filter_all_unreachable_hosts=False, filter_all_flapping_hosts=False, filter_all_unknown_services=False, filter_all_information_services=False, filter_all_warning_services=False, filter_all_average_services=False, filter_all_high_service...(truncated), locals={'__name__': '__main__', '__doc__': None, '__package__': None, '__loader__': <SourceFileLoader(name='__main__', path='/usr/bin/nagstamon') at remote 0x7ffff199a358>, '__spec__': None, '__annotations__': {}, '__builtins__': <module at remote 0x7ffff1a57638>, '__file__': '/usr/bin/nagstamon', '__cached__': None, 'os': <module at remote 0x7ffff1920228>, 'sys': <module at remote 0x7ffff19e3ef8>, 'socket': <module at remote 0x7ffff18312c8>, 'platform': <module at remote 0x7ffff18314f8>, 'conf': <Config(update_interval_seconds=999, short_display=False, long_display=True, show_tooltips=True, show_grid=True, grid_use_custom_intensity=False, grid_alternation_intensity=10, highlight_new_events=True, default_sort_field='host', default_sort_order='Descending', filter_all_down_hosts=False, filter_all_unreachable_hosts=False, filter_all_flapping_hosts=False, filter_all_unknown_services=False, filter_all_information_services=False, filter_all_warning_services=False, filter_all_average_services=False, filter_all_high_service...(truncated), closeit=1, flags=0x7fffffffd8ec) at ../Python/pythonrun.c:978
        ret = 0x0
        arena = 0x7ffff19ef270
        filename = '/usr/bin/nagstamon'
#35 0x000000000042b675 in PyRun_SimpleFileExFlags (fp=0xad6a80, filename=<optimized out>, closeit=1, flags=0x7fffffffd8ec) at ../Python/pythonrun.c:420
        m = <module at remote 0x7ffff19cdd68>
        d = {'__name__': '__main__', '__doc__': None, '__package__': None, '__loader__': <SourceFileLoader(name='__main__', path='/usr/bin/nagstamon') at remote 0x7ffff199a358>, '__spec__': None, '__annotations__': {}, '__builtins__': <module at remote 0x7ffff1a57638>, '__file__': '/usr/bin/nagstamon', '__cached__': None, 'os': <module at remote 0x7ffff1920228>, 'sys': <module at remote 0x7ffff19e3ef8>, 'socket': <module at remote 0x7ffff18312c8>, 'platform': <module at remote 0x7ffff18314f8>, 'conf': <Config(update_interval_seconds=999, short_display=False, long_display=True, show_tooltips=True, show_grid=True, grid_use_custom_intensity=False, grid_alternation_intensity=10, highlight_new_events=True, default_sort_field='host', default_sort_order='Descending', filter_all_down_hosts=False, filter_all_unreachable_hosts=False, filter_all_flapping_hosts=False, filter_all_unknown_services=False, filter_all_information_services=False, filter_all_warning_services=False, filter_all_average_services=False, filter_all_high_service...(truncated)
        v = <optimized out>
        ext = <optimized out>
        set_file_name = 1
        ret = -1
        len = <optimized out>
#36 0x0000000000441b6b in run_file (p_cf=0x7fffffffd8ec, filename=0xa91ae0 L"/usr/bin/nagstamon", fp=0xad6a80) at ../Modules/main.c:338
        unicode = '/usr/bin/nagstamon'
        bytes = b'/usr/bin/nagstamon'
        filename_str = <optimized out>
        run = <optimized out>
        c = <optimized out>
        sts = -1
        command = 0x0
        filename = 0xa91ae0 L"/usr/bin/nagstamon"
        module = 0x0
        fp = 0xad6a80
        p = <optimized out>
        skipfirstline = 0
        stdin_is_interactive = 1
        help = <optimized out>
        version = <optimized out>
        saw_unbuffered_flag = <optimized out>
        opt = <optimized out>
        cf = {cf_flags = 0}
        main_importer_path = <optimized out>
        warning_option = <optimized out>
        warning_options = <optimized out>
#37 0x0000000000441b6b in Py_Main (argc=argc@entry=2, argv=argv@entry=0xa8e040) at ../Modules/main.c:809
        c = <optimized out>
        sts = -1
        command = 0x0
        filename = 0xa91ae0 L"/usr/bin/nagstamon"
        module = 0x0
        fp = 0xad6a80
        p = <optimized out>
        skipfirstline = 0
        stdin_is_interactive = 1
        help = <optimized out>
        version = <optimized out>
        saw_unbuffered_flag = <optimized out>
        opt = <optimized out>
        cf = {cf_flags = 0}
        main_importer_path = <optimized out>
        warning_option = <optimized out>
        warning_options = <optimized out>
#38 0x0000000000421f24 in main (argc=2, argv=<optimized out>) at ../Programs/python.c:69
        argv_copy = 0xa8e040
        argv_copy2 = 0xa8e070
        i = <optimized out>
        res = <optimized out>
        oldloc = 0xa8e0a0 "en_AU.utf8"

#889866#10
Date:
2018-02-08 11:44:20 UTC
From:
To:
Hi Paul,

this is also reported upstream and there is some work in progress, I think.
A workaround would be to install e.g. "notification-daemon", like
mentioned in
https://github.com/HenriWahl/Nagstamon/issues/357#issuecomment-275418229.

Regards,
Moritz

#889866#17
Date:
2018-02-09 01:43:44 UTC
From:
To:
Control: tags -1 + fixed-upstream

Upstream seems to have closed it:

https://github.com/HenriWahl/Nagstamon/issues/357#issuecomment-316995737

Hmm, I have that installed, looks like it doesn't get auto-started.

I also wonder if this bug in notification-daemon is related:

https://bugs.debian.org/887506

#889866#26
Date:
2024-02-27 09:42:01 UTC
From:
To:
# Since not receiving any more feedback, I assume these are long done
close 599263
# Since not receiving any more feedback, I assume these are long done
close 675020
# Since not receiving any more feedback, I assume these are long done
close 718230
# Since not receiving any more feedback, I assume these are long done
close 815762
# Closed by upstream
close 889866
# Closed by upstream
close 944646
# Already fixed for so long ;)
fixed 599260 nagstamon/0.9.5-1
close 599260
# Since this conversion happened so long ago, I consider this not relevant for currently supported releases anymore
close 673940
close 767506 nagstamon/2.0.1-1
thanks