Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Conversation

echesakov
Copy link

@echesakov echesakov commented Mar 30, 2018

This PR enables #14481 under #ifdef _TARGET_UNIX_, so

  1. changing RSP during stack probing does not impact stack walking under Windows since CodeGen::genAllocLclFrame will continue to use "old" approach for stack probing;
  2. enables allocating very large frames (more than two page sizes) under Linux

Related issues: #13740 #16827 #17112

@echesakov
Copy link
Author

@dotnet/jit-contrib PTAL

@echesakov echesakov merged commit 3628bd3 into dotnet:master Mar 31, 2018
@echesakov echesakov deleted the StackProbingUnix branch March 31, 2018 03:43
@sinisaz
Copy link

sinisaz commented Sep 11, 2018

Hi guys,

I installed the latest version of dotnet core (2.2.100-preview1-009349). But my application still aborted without any information. Sometimes it aborts after a couple of hours and sometimes aborts after one or two days. Can someone help me?
image

Thanks

@BruceForstall
Copy link

@sinisaz Can you please open a new issue for this?

Can you get a dump file?

Maybe you can run it under a debugger?

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.

4 participants