Skip to content

Spurious segmentation fault in Node::name doctest #432

Open
@mxgrey

Description

@mxgrey

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.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions