Skip to content

prime95 fix #555

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 9 commits into
base: main
Choose a base branch
from
Open

prime95 fix #555

wants to merge 9 commits into from

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

@@ -291,6 +291,8 @@ await this.Logger.LogMessageAsync($"{this.TypeName}.ExecuteWorkload", telemetryC
{
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

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