-
Notifications
You must be signed in to change notification settings - Fork 144
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
Agent throws exception when uninstalling on windows #5952
Comments
Pinging @elastic/elastic-agent-control-plane (Team:Elastic-Agent-Control-Plane) |
@mauri870 does anything jump out at you in the linked stack trace, it doesn't look like a normal panic, rather some kind of execution violation considering the only error is an invalid program counter: |
There is a similar but different error in #3703 which was ultimately closed as not reproducible. That one gave us the following:
|
More occurrences: |
I was able to create an integration tests that reproduces this. The test runs install/uninstall in a loop with the Elastic Agent enrolled into Fleet each time. It normally fails on the 6th to 8th loop. I am testing against 8.16.0 release build.
|
For confirmed bugs, please report:
Install and enroll an agent, then uninstall the agent.
On windows, intermittently elastic-agent will throw an exception when uninstalling. Logs in https://gist.github.com/Trinity2019/adddeec9a5ea7314e34c7d443a6bdc2f
The text was updated successfully, but these errors were encountered: