open-telemetry / open-telemetry/opentelemetry-php
[bug] test segfaults with xdebug 3.4.x
Open
@brettmc is already working on this.
Since Apr 2, 2025.
bug
stale
- Dominant language
- PHP
- Stars
- 912
- Forks
- 232
- Avg merge
- 7d 16h
- Merged PRs (30d)
- 4
Description
Our unit tests started to segfault about a week ago, which was narrowed down to tests/Unit/Context/ScopeTest.php (test_inactive_scope_detach) when generating coverage against xdebug 3.4.2
See upstream bug: https://bugs.xdebug.org/view.php?id=2332
Until the upstream bug is fixed, let's skip this test so that other work can progress.
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.
Assessment
This issue has not been assessed yet.