我使用QT創建者開發了一個QT應用程序。該程序有時會在Windows 7和XP上崩潰。上次發生這種情況時,我使用任務管理器來創建轉儲文件。我試圖使用WinDbg的但是有錯誤它不能夠找到「符號」文件QT的負荷:在WinDbg中調試QT應用程序
*** ERROR: Symbol file could not be found. Defaulted to export symbols for QtWebKit4.dll -
*** ERROR: Symbol file could not be found. Defaulted to export symbols for QtCore4.dll -
*** ERROR: Symbol file could not be found. Defaulted to export symbols for QtGui4.dll -
*** ERROR: Module load completed but symbols could not be loaded for MyApp1.1b.exe
*** WARNING: symbols timestamp is wrong 0x522be0b3 0x522bdb3e for mswsock.dll
*** WARNING: symbols timestamp is wrong 0x4a5be0b0 0x4ce7ba42 for winmm.dll
*** WARNING: symbols timestamp is wrong 0x4a5be093 0x4a5bdb3c for uxtheme.dll
*** WARNING: symbols timestamp is wrong 0x53b9ff75 0x53b9f968 for AudioSes.dll
有誰知道如何使用WinDbg的或類似的工具QT應用程序調試應用程序崩潰?
您正在調試發行版本。該應用程序的調試版本將鏈接到'QtCore4D.dll'等等,我希望在這種情況下可以找到符號。 – UmNyobe 2014-10-17 13:05:51