-
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 prev 5 unassociated AOT processes crash when the debugger starts on the system. #87739
Comments
Tagging subscribers to this area: @agocke, @MichalStrehovsky, @jkotas Issue DetailsDescriptioneventpipeinternal.cpp 已在 Lotus.exe 中执行断点指令(__debugbreak()语句或类似调用)。
Reproduction Steps
Expected behavioraot process will not crash Actual behavioraot process will crash Regression?No response Known WorkaroundsNo response ConfigurationNo response Other informationNo response
|
@LakshanF this is very likely something about event pipe - starting VS debugger turns on event collection system wide (although that should be ETW, so maybe it's something about the runtime event source). |
@xljiulang, thanks for reporting this issue! And apologies for the bad experience. This part of the code was an unimplemented feature that is currently being worked on (PR #87785). Would you mind giving detailed instructions on how you hit this issue please? I want to validate your scenario works with the new code. Thanks! |
This should be now fixed |
Description
eventpipeinternal.cpp
已在 Lotus.exe 中执行断点指令(__debugbreak()语句或类似调用)。
Reproduction Steps
Expected behavior
aot process will not crash
Actual behavior
aot process will crash
Regression?
No response
Known Workarounds
No response
Configuration
No response
Other information
No response
The text was updated successfully, but these errors were encountered: