AspNetCoreModule
AspNetCoreModule copied to clipboard
FREB: Freb log is not generated if the backend process (dotnet.exe) is killed when the first breakpoint to the aspnetcore!SERVER_PROCESS::PostStartCheck hit
STEPS TO REPRO:
- Enable ANCM FREB tracing
- Start w3wp.exe process and attach the debugger
- Set a break point to aspnetcore!SERVER_PROCESS::PostStartCheck
- Send a request to aspnetcore app which uses out-of-process mode
- When the first time of the breakpoint hit happens, kill the backend process (dotnet.exe)
- When the second time of the breakpoint hit happens, continue without killing the backend process
EXPECTED:
FREB log file is generated.
ACTUAL:
There is no FREB log file
@shirhatti should we carry FREB related issues to a single issue elsewhere?
Removing from preview2.
@shirhatti need to close this repo soon.