-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
.net8 preview4 AOT windows service process, log component always writes to ETW #87769
Comments
@LakshanF do we plan on doing the work in Native AOT to support ETW? |
@LakshanF would you mind taking a look? |
@xljiulang, would you be able to give more details of this issue please? We made some recent changes and I would like to understand the impact on your application.
Knowing your scenario in detail - ETW events that are important to your application, detailed instructions for the repro of your application - will help us triage this issue for .NET8 release. Thanks! |
This issue has been marked |
Tagging subscribers to this area: @agocke, @MichalStrehovsky, @jkotas Issue DetailsDescription
If the above code is installed and run as a windows service after AOT, the log will always be written to ETW, but the JIT compilation behaves correctly. Reproduction Steps
Expected behaviorLogs are not written to ETW Actual behaviorLogs allway written to ETW Regression?No response Known WorkaroundsNo response ConfigurationNo response Other informationNo response
|
This issue has been automatically marked |
@LakshanF |
Description
If the above code is installed and run as a windows service after AOT, the log will always be written to ETW, but the JIT compilation behaves correctly.
Reproduction Steps
Expected behavior
Logs are not written to ETW
Actual behavior
Logs allway written to ETW
Regression?
No response
Known Workarounds
No response
Configuration
No response
Other information
No response
The text was updated successfully, but these errors were encountered: