Integrated: 8320691: Timeout handler on Windows takes 2 hours to complete
Daniel Jeliński
djelinski at openjdk.org
Fri Nov 24 15:00:20 UTC 2023
On Fri, 24 Nov 2023 07:58:18 GMT, Daniel Jeliński <djelinski at openjdk.org> wrote:
> The recent cdb versions do not support `.dump /f`:
>
> *****************************************************************************
> * .dump /f is not supported on a user mode process. *
> * *
> * .dump /ma creates a complete memory dump of a user mode process. *
> *****************************************************************************
>
> and after printing that message, cdb ignores the rest of the command line and never quits.
>
> This PR updates the dump command to use the recommended `/ma` parameter. This allows the command to produce a dump and complete in a timely manner.
This pull request has now been integrated.
Changeset: 4d50df63
Author: Daniel Jeliński <djelinski at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/4d50df63b6ea76fd6a6c387593c3d6bc9429007b
Stats: 2 lines in 1 file changed: 0 ins; 0 del; 2 mod
8320691: Timeout handler on Windows takes 2 hours to complete
Reviewed-by: stuefe, jpai, ihse, alanb
-------------
PR: https://git.openjdk.org/jdk/pull/16806
More information about the core-libs-dev
mailing list