We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
test_thread
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Repro step:
cargo test --lib test_thread
It seems to have problem with the GC collection step. Adding collectgarbage('stop') to the Lua test code is able to workaround this.
collectgarbage('stop')
Tested using lua53-ext = "0.1.1".
lua53-ext = "0.1.1"
$ rustc -vV rustc 1.21.0-nightly (e26688824 2017-08-27) binary: rustc commit-hash: e2668882406b68739c6ed33d420358d5d710e67b commit-date: 2017-08-27 host: x86_64-apple-darwin release: 1.21.0-nightly LLVM version: 4.0
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Repro step:
cargo test --lib test_thread
.It seems to have problem with the GC collection step. Adding
collectgarbage('stop')
to the Lua test code is able to workaround this.Tested using
lua53-ext = "0.1.1"
.The text was updated successfully, but these errors were encountered: