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 on code loading / evaluation #934

Open
JohnDoneth opened this issue Sep 18, 2022 · 0 comments
Open

Stack overflow on code loading / evaluation #934

JohnDoneth opened this issue Sep 18, 2022 · 0 comments

Comments

@JohnDoneth
Copy link

JohnDoneth commented Sep 18, 2022

Stack overflows occur for me when trying to load or evaluate any code using load_script or run_expr. I figured this might be an issue with my code but found that it occurs on a clean pull of master and on the v0.18 release tag. Possibly related to #903.

> cargo run --example 24

thread 'main' has overflowed its stack
error: process didn't exit successfully: `target\debug\examples\24.exe` (exit code: 0xc00000fd, STATUS_STACK_OVERFLOW)

Attempted on Windows 10 with the following Rust toolchain:

stable-x86_64-pc-windows-msvc (default)
rustc 1.63.0 (4b91a6ea7 2022-08-08)
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

1 participant