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
I pushed a fix today with a reference handling fix that affects both the interpreter and the JIT. Would be great if this could be retested on the current master branch.
The leak should be fixed via #17977, turns out it was not JIT specific.
As for your PR: I think it's valuable, I think we should rebase it and see what the current issues are, fix them, and once fixed we should consider merging.
As for this issue: as it no longer reproduces we can close this. Thanks.
Activity
nielsdos commentedon Mar 2, 2025
I pushed a fix today with a reference handling fix that affects both the interpreter and the JIT. Would be great if this could be retested on the current master branch.
danog commentedon Mar 5, 2025
This specific issue seems to be absent; there were quite a few (possibly false positive) leak detections by asan though.
Would you be available to merge #12406 if I were to update the PR, keeping the new nightly.php parallelization script to reduce runtimes?
It seems a bit silly to me that e2e tests are rendered less capable of finding JIT bugs just to avoid using some extra github action minutes.
danog commentedon Mar 5, 2025
For example, when running
bugs/16_psalm_all.sh
from https://github.com/danog/jit_bugs:The supposed leak always happens in
zend_jit_fast_concat_tmp_helper
nielsdos commentedon Mar 5, 2025
The leak should be fixed via #17977, turns out it was not JIT specific.
As for your PR: I think it's valuable, I think we should rebase it and see what the current issues are, fix them, and once fixed we should consider merging.
As for this issue: as it no longer reproduces we can close this. Thanks.