Browse Source
In some unknown way, the one line in Objective-C affects Qt's main loop causing the crash in QApplication::exec() on processing next event after that call. Even crash doesn't happen exactly after this call, it will happen on application exit. Call stack and disassembly are the same in all cases. But running that code in another thread solves the issue.adaptive-webui-19844
Nick Korotysh
2 years ago
1 changed files with 9 additions and 1 deletions
Loading…
Reference in new issue