-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Core dumped with specific jit config #15820
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
when
|
Given the relatively high amount of bug reports regarding advanced JIT configuration (besides this ticket also #15821, #15662, #15657, and maybe more), I wonder whether we should explicitly document these advanced JIT settings as being experimental? By the way, the documentation on Trigger 4 says it would be "currently unused", but is documented in zend_jit.h says |
@cmb69 good point, I am also conservative when reporting such bugs, let me know if it is a global document problem or it is expected or if we don't care about such weird JIT errors |
Maybe @dstogov and/or @iluuu1994 can comment about the usage of advanced JIT configuration (i.e. |
I think this was never implemented. I'm not sure if there are any plans to do that, and if there would even be a benefit to it. Regarding config, IMO it would make sense to simplify the JIT settings. It's doubtful many people are qualified to pick sensible settings, as they are quite cryptic for non-JIT specialists. Fewer special settings should reduce bugs and simplify the code. |
* PHP-8.2: Fix GH-15820: Core dumped with jit.opcache=1245
* PHP-8.3: Fix GH-15820: Core dumped with jit.opcache=1245
Description
The following code:
Resulted in this output:
To reproduce:
PHP Version
PHP 8.4.0-dev
Operating System
ubuntu 22.04
The text was updated successfully, but these errors were encountered: