Skip to content

Conversation

saibulusu
Copy link
Contributor

@saibulusu saibulusu commented Jul 25, 2025

Error message: "Process must exit before requested information can be determined."

original: 22d56276-2f46-47f6-b3e5-c2469e9e566e
wait for exit: 6729cb33-92fd-43ce-bd12-81e0b2bb1788
5 seconds: 5e8cd34b-9518-427f-8ae0-05047148ba32

{
await this.WaitAsync(explicitTimeout, cancellationToken);
process.SafeKill();
// await process.WaitForExitAsync(cancellationToken);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Make sure this doesn't add delay to unit tests, if it does, find a way to mock it

@yangpanMS
Copy link
Contributor

Does this work for you? if not check my changes in #559

@saibulusu
Copy link
Contributor Author

Does this work for you? if not check my changes in #559

It still doesn't work when I use the process manager kill method, it produces the 137 OOM error when I use a VM of size Standard D64ds v6 (64 vcpus, 256 GiB memory).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants