3.15 rc 2 crash on macos
Open
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 16.2k
- Forks
- 1k
- Avg merge
- 2d 6h
- Merged PRs (30d)
- 66
Description
[96](https://github.com/PyO3/pyo3/actions/runs/34028869645/job/101476023726?pr=6388#step:15:11109)
Running tests/test_class_formatting.rs (target/debug/deps/test_class_formatting-0d403a8fc33fef35)
running 7 tests
test test_custom_complex_enum_str ... ok
test test_custom_struct_custom_str ... ok
error: test failed, to rerun pass `--test test_class_formatting`
Caused by:
process didn't exit successfully: `/Users/runner/work/pyo3/pyo3/target/debug/deps/test_class_formatting-0d403a8fc33fef35` (signal: 11, SIGSEGV: invalid memory reference)
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the linked GitHub Actions job and rerun test_class_formatting, especially test_class_formatting.rs on macOS. Compare the failing run with other platforms and inspect the test output around the SIGSEGV. Done means the test binary no longer crashes on the macOS configuration.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- macos, python, rust
- Domain
- operating-systems, testing-qa
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Active
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100