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

`thread '<main>' has overflowed its stack` due to git dependency #1877

Closed
burtonageo opened this Issue Aug 5, 2015 · 3 comments

Comments

Projects
None yet
3 participants
@burtonageo
Copy link
Contributor

burtonageo commented Aug 5, 2015

Hi,

I have a repository at https://github.com/burtonageo/cargo-bug which has 2 git dependencies. The dependency on input_map (https://github.com/burtonageo/input_map) causes the message

thread '<main>' has overflowed its stack
Illegal instruction: 4

to be printed after the updating messages, no matter whether building or updating. Deleting the Cargo.lock and building from scratch does not solve this bug either.

Building on OS X Yosemite 10.10.4 (14E46)

rust --version gives rustc 1.3.0-nightly (38517944f 2015-08-03)
cargo --version gives cargo 0.4.0-nightly (1b902d4 2015-08-03) (built 2015-08-03)

The contents of my ~/.cargo folder can be found here

@burtonageo burtonageo changed the title thread '<main>' has overflowed its stack due to git dependency `thread '<main>' has overflowed its stack` due to git dependency Aug 5, 2015

@burtonageo

This comment has been minimized.

Copy link
Contributor Author

burtonageo commented Aug 6, 2015

It seems to be caused by having a project that includes either piston and one (or more) of piston2d-openglgraphics, piston-2dgraphics, and pistoncore-glutin_window, or that git dependency on input_map

@SimonSapin

This comment has been minimized.

Copy link
Contributor

SimonSapin commented Aug 7, 2015

Might be a duplicate of #1875. (We’re also hitting this in Servo, but only on OS X: servo/servo#7049)

@alexcrichton

This comment has been minimized.

Copy link
Member

alexcrichton commented Aug 10, 2015

Closing as a duplicate of #1875

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
You can’t perform that action at this time.