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

Fix stack overflow during unwinding for some default configurations #203

Merged
merged 6 commits into from
Sep 25, 2024

Conversation

nspin
Copy link
Member

@nspin nspin commented Sep 25, 2024

In cases where panic = "unwind" and optimizations are disabled, unwinding seems to require a surprising amount of memory (> 64K). This should be investigated further (#201). For now, I've just increased the default stack size for these particular cases.

In cases where panic = "unwind" and optimizations are disabled.

In this case, unwinding takes a surprisingly large amount of memory.

Signed-off-by: Nick Spinale <[email protected]>
Signed-off-by: Nick Spinale <[email protected]>
Signed-off-by: Nick Spinale <[email protected]>
@nspin nspin merged commit 9b82998 into seL4:main Sep 25, 2024
9 checks passed
@nspin nspin deleted the pr/fix-unwinding-stack-overflow branch September 25, 2024 05:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant