Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.7k
[VarExporter] Bugfix/workaround jit issue#54054
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
[VarExporter] Bugfix/workaround jit issue#54054
Uh oh!
There was an error while loading.Please reload this page.
Conversation
nicolas-grekas commentedFeb 25, 2024
Thanks for this! Did you report the issue to php-src? It should be fixed there ideally, and VarExporter could be showcased as the reproducer for them. |
nicolas-grekas commentedFeb 25, 2024
I'm now seeingphp/php-src#13508 so I have my answer :) |
verfriemelt-dot-org commentedFeb 25, 2024
i did :) |
seesymfony#54053 for more context
96008d6 tob9a9d35Comparenicolas-grekas commentedFeb 26, 2024
Thank you@verfriemelt-dot-org |
k0d3r1s commentedFeb 26, 2024
@nicolas-grekas any ETA on next 6.4 minor release with this fix? |
nicolas-grekas commentedFeb 26, 2024 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
We do releases at the end of each months (and we're at the end of one, so shouldn't be long.) |
I managed to fix the erratically behavior with this patch, but i have no idea how one would test this.
It seems tracing jit has some issues with the ternary operator.
Let me know what you think, i have no idea how to work with that properly :)