Hi wysota,
the whole application is quite complicated and the error occurs in 3rd party library:
The app starts with Qt initialization, creates my core (QObject subclass) object. Core has built scripting support and plugin system. One of the plugins is linked with OpenMesh library. This library causes somewhere crash (i would like to find where). The OpenMesh code contrains try-catch blocks and from the Qt output (Qt has caught an exception thrown) I guess that exception in OpenMesh (or stl that is used) was thrown. The stack trace is in my first post - from stl directly do QEventLoopI'd like to see complete stack trace - which call caused stl to thrown an exception.
I would like to show you the method containing try-catch block, but I'm afraid I do know how...
Generally: if Qt application code throwns an exception that is not catched up to Qt Qt::notify, can I somehow get the stack trace? (I got the one in 1st post)




I'd like to see complete stack trace - which call caused stl to thrown an exception.
Reply With Quote
Bookmarks