Got SIGSEGV in QObjectPrivate::addConnection(...) when debug qml
-
I have a very complicated Qt Quick 2 program, and it run normally. But when I try to debug it, Qt Creator alert SIGSEGV in QObjectPrivate::addConnection(...), what is wrong with that?
-
Very difficult to predict what is the issue. It may be failing when connections are made between objects. Either it may be a issue of connections you r trying to create in qml or connect in backend using connect method. If you are exposing the object to qml just see whether it is still valid object at qml side.