Skip to content
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

SOS/DAC stack unwinding asserts on a stack overflow exception on Linux #66

Open
mikem8361 opened this issue Sep 4, 2018 · 3 comments
Open
Assignees
Labels
bug Something isn't working
Milestone

Comments

@mikem8361
Copy link
Member

When we service stack overflow and other exceptions on Linux we switch to an alternate stack and the SOS/DAC stack unwinder asserts in debug because the stack pointer addresses are not in the threads normal stack range.

@mikem8361 mikem8361 added the bug Something isn't working label Sep 4, 2018
@mikem8361 mikem8361 self-assigned this Sep 4, 2018
@tommcdon tommcdon assigned cshung and unassigned mikem8361 Feb 23, 2019
@tommcdon tommcdon added this to the 3.0 milestone Feb 23, 2019
@tommcdon
Copy link
Member

@cshung this is likely a problem in DAC unwind code. Feel free to move this issue to coreclr.

@noahfalk
Copy link
Member

I just made this issue low-pri unless there is some known user-visible problems that happen concurrently with the assert?

@mikem8361
Copy link
Member Author

To answer's @noahfalk question: SOS doesn't properly unwind stack overflow in the clrstack command. See issue: https://github.com/dotnet/coreclr/issues/24779

@tommcdon tommcdon modified the milestones: 3.0, 5.0 Sep 17, 2019
@tommcdon tommcdon modified the milestones: 5.0, 6.0 Dec 18, 2020
@tommcdon tommcdon modified the milestones: 6.0.0, Future Mar 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants