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

Spurious segmentation fault in Node::name doctest #432

Open
mxgrey opened this issue Nov 21, 2024 · 0 comments
Open

Spurious segmentation fault in Node::name doctest #432

mxgrey opened this issue Nov 21, 2024 · 0 comments

Comments

@mxgrey
Copy link
Collaborator

mxgrey commented Nov 21, 2024

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.

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