On Wed, 19 Apr 2023 10:39:40 GMT, Alexey Pavlyutkin <d...@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

Double checked: the routine from 
https://github.com/openjdk/jdk/blob/master/src/jdk.hotspot.agent/doc/transported_core.html#L70
 works fine if applied completely

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

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

Reply via email to