We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
cargo tree -e features
When running cargo tree -e features on a crate that depends on aws-config, I get a stack overflow:
aws-config
thread 'main' has overflowed its stack fatal runtime error: stack overflow
[dependencies] aws-config = "0.0.25-alpha"
No response
I tried increasing the stack size with ulimit to 64 MB (up from 8 MB), and it still overflowed.
ulimit
cargo +nightly version --verbose cargo 1.58.0-nightly (ad50d0d26 2021-11-17) release: 1.58.0 commit-hash: ad50d0d266213e0cc4f6e526a39d96faae9a3842 commit-date: 2021-11-17 host: x86_64-unknown-linux-gnu libgit2: 1.3.0 (sys:0.13.23 vendored) libcurl: 7.79.1-DEV (sys:0.4.50+curl-7.79.1 vendored ssl:OpenSSL/1.1.1l) os: Ubuntu 20.04 (focal) [64-bit]
The text was updated successfully, but these errors were encountered:
Thanks for the report! I have posted #10103 with a fix.
Sorry, something went wrong.
a2c6ec7
ehuss
Successfully merging a pull request may close this issue.
Problem
When running
cargo tree -e features
on a crate that depends onaws-config
, I get a stack overflow:Steps
cargo tree -e features
Possible Solution(s)
No response
Notes
I tried increasing the stack size with
ulimit
to 64 MB (up from 8 MB), and it still overflowed.Version
The text was updated successfully, but these errors were encountered: