nymea icon indicating copy to clipboard operation
nymea copied to clipboard

Crash in NetworkDeviceDiscoveryImpl::unregisterMonitor

Open mzanetti opened this issue 3 years ago • 3 comments

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

mzanetti avatar Sep 12 '22 12:09 mzanetti

Happens during the setup of the go-E wallbox

mzanetti avatar Sep 12 '22 12:09 mzanetti

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

t-mon avatar Sep 29 '22 17:09 t-mon

Also related: #578

t-mon avatar Oct 03 '22 09:10 t-mon