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