https://bugs.kde.org/show_bug.cgi?id=482768
Marco Martin <notm...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |notm...@gmail.com --- Comment #18 from Marco Martin <notm...@gmail.com> --- This Qthreaddata where it crashes, if we look at QObject:::connectImpl is: QThreadData *td = r->d_func()->threadData.loadAcquire(); td->ref(); where r is QObject *r = const_cast<QObject *>(receiver); which suggests that's the receiver that's a dangling pointer during that connection however the receiver is WaylandConfig itself, which should live for the entire app lifetime -- You are receiving this mail because: You are watching all bug changes.