Skip to content

Stack growth is unbounded during unwinding #2173

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

Closed
brson opened this issue Apr 9, 2012 · 0 comments
Closed

Stack growth is unbounded during unwinding #2173

brson opened this issue Apr 9, 2012 · 0 comments
Labels
A-runtime Area: std's runtime and "pre-main" init for handling backtraces, unwinds, stack overflows

Comments

@brson
Copy link
Contributor

brson commented Apr 9, 2012

To fix #2144 I removed the limit to stack growth during unwinding. Always having a limit in place is a very nice safeguard though. Perhaps we could just double the limit during unwinding.

@brson brson closed this as completed in 596376e Apr 9, 2012
bors added a commit to rust-lang-ci/rust that referenced this issue Sep 22, 2022
different strategy for normalizing Rust stdlib path

`-Zremap-cwd-prefix` has some [unintended side-effects](rust-lang/miri#2172), so we could use regexp-based normalization instead. Unfortunately, this will fail if the user's home directory contains a space.

Fixes rust-lang/miri#2172
celinval added a commit to celinval/rust-dev that referenced this issue Jun 4, 2024
We no longer need to bundle the kani libraries for the legacy linker since its no longer supported.

This won't affect the std script which is the last place we still use the legacy reachability mode
Kobzol pushed a commit to Kobzol/rust that referenced this issue Dec 30, 2024
Kobzol pushed a commit to Kobzol/rust that referenced this issue Dec 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-runtime Area: std's runtime and "pre-main" init for handling backtraces, unwinds, stack overflows
Projects
None yet
Development

No branches or pull requests

1 participant