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

Wasmtime trap tests failing on most recent nightlly #1465

Closed
alexcrichton opened this issue Apr 3, 2020 · 2 comments
Closed

Wasmtime trap tests failing on most recent nightlly #1465

alexcrichton opened this issue Apr 3, 2020 · 2 comments

Comments

@alexcrichton
Copy link
Member

The currenty nightly fails to run tests on Linux with this command:

$ cargo +nightly test -p wasmtime --test traps stack_overflow

I've bisected this to rust-lang/rust#70362, but don't know why that's the cause yet. Wanted to open an issue in case anyone else runs into this!

@alexcrichton
Copy link
Member Author

Ok I think this is just bland stack overflow. That PR is "at fault" because it shifts things around in terms of the implementation, so the debug mode stack required is probably larger. I think #1315 will be needed to fix this.

@alexcrichton
Copy link
Member Author

Fixed in #1315

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