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

Stack overflow when building #4

Closed
agubelu opened this issue Jan 19, 2021 · 2 comments
Closed

Stack overflow when building #4

agubelu opened this issue Jan 19, 2021 · 2 comments

Comments

@agubelu
Copy link

agubelu commented Jan 19, 2021

Hi, I've encountered an stack overflow error when trying to build a project using the simconnect crate:

2021-01-19 10_06_05

I've tried in two different machines with the same result, running rustup 1.23.1 + rustc 1.48.0 and 1.49.0.

I have also tried generating a stack trace of the error with little success, I'd appreciate some help to find out what's going wrong exactly.

Thank you!

@Sequal32
Copy link
Owner

Hi, this was caused by a change in one of the dependencies. More specifically, the crate thread_local in the regex crate upgraded to 1.1.0.

Amanieu/thread_local-rs#23

I’ll add a new entry in the Cargo.toml similar to what skia-bindings did to fix this rust-skia/rust-skia@c44b7c6

@agubelu
Copy link
Author

agubelu commented Jan 19, 2021

Thanks!

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

No branches or pull requests

2 participants