我正在开发一个多线程应用程序,我想使用 GDB 来调试它。
问题是,我的一个帖子一直没消息:
pure virtual method called
terminate called without an active exception
Abort
I know the cause of that message, but I have no idea where in my thread it occurs. A backtrace would really be helpful.
当我在 GDB 中运行我的应用程序时,每当一个线程被挂起或恢复时,它都会暂停。我希望我的应用程序继续正常运行,直到其中一个线程死亡与该异常,在这一点上,一切应该停止,以便我可以得到一个回溯。