You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The PHP 8.5 job in .github/workflows/performance-tests.yml crashes with a segmentation fault (exit 139) before PHPUnit prints its test results. This reproduced on both attempts of the same GitHub Actions run while validating #91. The remaining matrix jobs were cancelled by fail-fast.
The performance suite completed locally on Windows under PHP 8.1–8.5 (45 tests per version), including PHP 8.5 with OPcache enabled. Root cause of the Linux CI crash is not established. Investigate the runtime/OPcache configuration and obtain a minimal reproduction or crash backtrace; do not treat disabling the job as a fix.
Tracked separately from the merged PHP 8.5 compatibility fix in #91. Existing dependency deprecations are separate from this process crash.
The PHP 8.5 job in
.github/workflows/performance-tests.ymlcrashes with a segmentation fault (exit 139) before PHPUnit prints its test results. This reproduced on both attempts of the same GitHub Actions run while validating #91. The remaining matrix jobs were cancelled by fail-fast.Observed environment:
ubuntu-latestrunnershivammathur/setup-php@v2,coverage: none,opcache.enable_cli=1Reproduction:
composer install --prefer-dist --no-progress.vendor/bin/phpunit --testsuite=Performance --display-notices.Actual output:
Expected: the performance suite completes without a runtime crash on PHP 8.5 and all five matrix jobs finish.
Evidence:
The performance suite completed locally on Windows under PHP 8.1–8.5 (45 tests per version), including PHP 8.5 with OPcache enabled. Root cause of the Linux CI crash is not established. Investigate the runtime/OPcache configuration and obtain a minimal reproduction or crash backtrace; do not treat disabling the job as a fix.
Tracked separately from the merged PHP 8.5 compatibility fix in #91. Existing dependency deprecations are separate from this process crash.