-
Notifications
You must be signed in to change notification settings - Fork 58
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
Stack overflow during compilation #180
Comments
I reproduce on MacBook Pro (Mid 2012), macOS 10.10.5 Yosemite. Bisecting shows that the build started failing on @mitchmindtree, could you please confirm that on your machine: git checkout v0.6.3; cargo build # works
git checkout v0.6.4; cargo build # doesn't |
This is definitely an issue that should be filed on the rust compiler rather than gleam. Please do so! |
Filed rust-lang/rust#58319 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm not 100% sure whether this issue belongs here or at the cargo repo, however this seems to be the only crate for which this is occurring on this system.
I'm getting the following stack overflow while attempting to compile this crate:
System:
MacBook Air (Mid 2011)
MacOS 10.10.5
I'm not yet sure whether this is specific to this machine or not. Is it possible that this old macbook air has a lower stack size limit?
Occurs on both
1.33.0-nightly
and1.31
stable version of rustc and cargo.I originally bumped into this in a downstream repo that uses glutin, which uses this. Still currently trying to find a workaround.
The text was updated successfully, but these errors were encountered: