QQmlContextWrapper::getPropertyAndBase() segmentation fault
-
Hi all,
I am still having the problem that my application crashes "randomly" with segmentation fault.
I can only see the crash is happening in QQmlContextWrapper::getPropertyAndBase(), but I can not see which line in my code is involved.
Is it possible to intercept the crash in QQmlContextWrapper::getPropertyAndBase() and then write helpful debug logs?
Also Asan is not able to give information about these crashes...Regards