RFR: 8306437: jhsdb cannot resolve image/symbol paths being used for analysis of Windows coredumps

Chris Plummer cjplummer at openjdk.org
Fri Apr 21 20:59:42 UTC 2023


On Wed, 19 Apr 2023 10:39:40 GMT, Alexey Pavlyutkin <duke at openjdk.org> wrote:

> Hi! The patch fixes image/symbol lookup by jhsdb on alanysis Windows coredump. It uses executableName as a hint prepending image path with
> 
> `<executable_folder>;<executable_folder>\server`
> 
> and symbol path with
> 
> `srv*https://msdl.microsoft.com/download/symbols;<executable_folder>;<executable_folder>\server`
> 
> where the first bit points to Windows symbols located on remote server

Are these symbols normally also stored locally, but may not work because they aren't the exact same version that was used on the host that produced the core file?

Would it work if the user included "srv*https://msdl.microsoft.com/download/symbols;" in the `sun.jvm.hotspot.debugger.windbg.symbolPath`  property?

-------------

PR Comment: https://git.openjdk.org/jdk/pull/13530#issuecomment-1518327813


More information about the serviceability-dev mailing list