We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This seg fault mysteriously happened during a run of CI for #429. I'm copying the error below in case the CI log gets erased in the future:
failures: ---- src/node.rs - node::Node::name (line 130) stdout ---- Test executable failed (signal: 11 (SIGSEGV) (core dumped)). failures: src/node.rs - node::Node::name (line 130) test result: FAILED. 25 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 5.41s error: doctest failed, to rerun pass `--doc`
I don't see any clear reason why this would happen, but in the interest of emphasizing memory safety I don't think we should overlook it.
Maintainers can feel free to assign this issue ticket to me.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This seg fault mysteriously happened during a run of CI for #429. I'm copying the error below in case the CI log gets erased in the future:
I don't see any clear reason why this would happen, but in the interest of emphasizing memory safety I don't think we should overlook it.
Maintainers can feel free to assign this issue ticket to me.
The text was updated successfully, but these errors were encountered: