-
Notifications
You must be signed in to change notification settings - Fork 168
[Flaky Test]: TestInspect – Exception 0xc0000005 0x8 0x0 0x0 #7185
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
Comments
Pinging @elastic/elastic-agent (Team:Elastic-Agent) |
The stack trace points into the goroutine spawned from this: elastic-agent/internal/pkg/agent/install/uninstall.go Lines 522 to 530 in d668787
Which in turn comes from: elastic-agent/internal/pkg/agent/install/uninstall.go Lines 199 to 217 in d668787
I wonder if all of this would go away if we rewrote with https://github.com/cenkalti/backoff which we already use elsewhere and natively understands contexts. |
Uh oh!
There was an error while loading. Please reload this page.
Failing test case
TestInspect
Error message
Exception 0xc0000005 0x8 0x0 0x0
Build
https://buildkite.com/elastic/elastic-agent/builds/18051#01956207-776a-4c81-9974-526b3a299f10/311-1026
OS
Windows
Stacktrace and notes
possible related issue golang/go#67139
cc @dliappis @pazone
The text was updated successfully, but these errors were encountered: