Skip to content
This repository has been archived by the owner on Jan 11, 2024. It is now read-only.

Include dumpasync command when evaluating core dumps #2054

Merged
merged 1 commit into from
Jul 5, 2018

Conversation

stephentoub
Copy link
Member

dotnet/coreclr#18160 and dotnet/coreclr#18213 added a new dumpasync command to sos that will dump out data on async methods currently in use. Including this in the core dump analysis has similar value to dumping out all call stacks, in that it'll give us more details into what was going on in the process.

cc: @danmosemsft, @Anipik

dotnet/coreclr#18160 and dotnet/coreclr#18213 added a new `dumpasync` command to sos that will dump out data on async methods currently in use.  Including this in the core dump analysis has similar value to dumping out all call stacks, in that it'll give us more details into what was going on in the process.
@danmoseley
Copy link
Member

fyi @ahsonkhan who has taken over fixing this experience.

@danmoseley
Copy link
Member

I assume your SOS changes arrive for free in CoreFX with CoreCLR (at least right now)?

@stephentoub
Copy link
Member Author

I assume your SOS changes arrive for free in CoreFX with CoreCLR (at least right now)?

Yeah. It's not there yet, but it should be in the next coreclr update consumed into corefx.

@stephentoub stephentoub merged commit 0a81255 into master Jul 5, 2018
@stephentoub stephentoub deleted the stephentoub-dumpasync branch July 5, 2018 01:53
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants