RFR: 8320691: Timeout handler on Windows takes 2 hours to complete [v2]

Daniel Jeliński djelinski at openjdk.org
Fri Nov 24 12:07:06 UTC 2023


On Fri, 24 Nov 2023 11:36:27 GMT, Alan Bateman <alanb at openjdk.org> wrote:

>> It's ignoring the rest of the command line after `/f`, which means it ignores the `;qd` (quit and detach) part and enters the interactive mode.
>
>> It's ignoring the rest of the command line after `/f`, which means it ignores the `;qd` (quit and detach) part and enters the interactive mode.
> 
> Wonderful :-)    Does switching to `/mA` change that?

Yes, with `/mA` the command exits as soon as the dump is completed.
I couldn't find a way to make `cdb` not enter interactive mode on unrecognized parameter, so I left that part as is.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/16806#discussion_r1404282038


More information about the build-dev mailing list