nymea
nymea copied to clipboard
Crash in NetworkDeviceDiscoveryImpl::unregisterMonitor
Program terminated with signal SIGSEGV, Segmentation fault.
#0 0xb6d6536e in nymeaserver::NetworkDeviceDiscoveryImpl::unregisterMonitor(NetworkDeviceMonitor*) () from /lib/arm-linux-gnueabihf/libnymea-core.so.1
[Current thread is 1 (Thread 0xb2aa57d0 (LWP 309))]
(gdb) bt
#0 0xb6d6536e in nymeaserver::NetworkDeviceDiscoveryImpl::unregisterMonitor(NetworkDeviceMonitor*) () from /lib/arm-linux-gnueabihf/libnymea-core.so.1
#1 0xaee5411e in IntegrationPluginGoECharger::<lambda()>::operator()(void) const (__closure=<optimized out>) at integrationplugingoecharger.cpp:402
#2 0xb5f31580 in QMetaObject::activate(QObject*, int, int, void**) () from /lib/arm-linux-gnueabihf/libQt5Core.so.5
#3 0xb63a0668 in ?? () from /lib/arm-linux-gnueabihf/libQt5Network.so.5
Happens during the setup of the go-E wallbox
This might be fixed with following PR: https://github.com/nymea/nymea/pull/576 Still not sure why it happens while unregistering the monitor, but I assume it has to do something with the share reply object. Keeping the issue open until verified
Also related: #578