我有一个在Websphere应用服务器上运行的Java应用程序.当我分析系统崩溃核心转储文件时,我得到一些这样的信息:
ERROR: Symbol file could not be found. Defaulted to export symbols for J9THR23.dll
Run Code Online (Sandbox Code Playgroud)
如何获取Java的符号文件?
提前致谢.
更多细节在这里:
*******************************************************************************
* *
* Exception Analysis *
* *
*******************************************************************************
*** ERROR: Symbol file could not be found. Defaulted to export symbols for J9THR23.dll -
*************************************************************************
*** ***
*** ***
*** Your debugger is not using the correct symbols ***
*** ***
*** In order for this command to work properly, your symbol path ***
*** must point to .pdb files that have …
Run Code Online (Sandbox Code Playgroud)