You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Stack overflows occur for me when trying to load or evaluate any code using
load_script
orrun_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.Attempted on Windows 10 with the following Rust toolchain:
The text was updated successfully, but these errors were encountered: