-
Notifications
You must be signed in to change notification settings - Fork 5k
Runtime System.Private.CoreLib patches pdbs #108912
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
Tagging subscribers to this area: @tommcdon |
Is this still a problem with 9.x and later 8.x runtimes? |
This issue has been marked |
This issue has been automatically marked |
This issue will now be closed since it had been marked |
Uh oh!
There was an error while loading. Please reload this page.
Description
Are runtime patch releases (e.g. 8.0.10) fully available on regular source servers and regular places?
Have issue where after periodicly patching .NET dotTrace it will start reporting most things as No callstack, Native code and unresolved and not show CoreLib methods in the callstack any more:
It happily breaks down the GC and Jit; so isn't actually an issue with native code perse
Reproduction Steps
Install new sdks; rebuild run, profile app
Expected behavior
Full breakdown for all methods
Actual behavior
No callstack, Native code and unresolved and not show CoreLib methods in the callstack any more
Regression?
Works on official releases
Known Workarounds
Downgrading to 8.0.8
Configuration
No response
Other information
May also be conflicts with installing preview releases of next runtime? (e.g. also have .NET 9 rcs installed same time as patch) 🤔
The text was updated successfully, but these errors were encountered: