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

Alexey Pavlyutkin duke at openjdk.org
Wed Apr 19 10:47:50 UTC 2023


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

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

Commit messages:
 - 8306437: use executable name as a hint for image/symbol lookup

Changes: https://git.openjdk.org/jdk/pull/13530/files
 Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=13530&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8306437
  Stats: 48 lines in 1 file changed: 39 ins; 9 del; 0 mod
  Patch: https://git.openjdk.org/jdk/pull/13530.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/13530/head:pull/13530

PR: https://git.openjdk.org/jdk/pull/13530


More information about the serviceability-dev mailing list