QMetaObject::activate() causing Segmentation fault
Unsolved
Mobile and Embedded
-
Hi,
My application suddenly crashed after a few days with the following stack trace:
Program terminated with signal SIGSEGV, Segmentation fault. #0 0x75fbe1b5 in QMetaObject::activate(QObject*, int, int, void**) () from /usr/lib/libQt5Core.so.5
This is the extract of the core dump and the only line referring to the crash.
I figured it has something to do with a signal to a slot of an object that no longer exists. But I am not sure how this is even possible.
Had no success reproducing the crash until now.I am using Qt 5.9.6. Is that maybe a know issue for this version?
Regards,
Drembo -
You can also check the bug report system to find if there's something related to that.