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
Upon activating Gutenberg, going to any page which includes the editor causes PHP5 to segmentation fault due to PCRE doing infinite recursion.
Steps to Reproduce (for bugs)
Install Gutenberg and activate. Deactivating solves the problem.
Expected Behavior
It should work
Current Behavior
Segmentation Fault due to looping PCRE.
Backtrace myfile2.txt.gz
I cut off the repeating PCREs saving megabytes of files. Eventually it exhausts the stack and PHP segmentation faults.
I have found 'Subresource Integrity (SRI) Manager' to be a plugin which, if disabled, allows it to work. It is reproducable if i re-enable it/disable it. All other plugins had no effect on the operation. The plugin page is at https://wordpress.org/plugins/wp-sri/ .
PHP 5.6.36 (Debian)
While of course it's easy to blame the plugin, the introduction of Gutenberg shouldn't break a plugin which doesn't use the editor at all- especially to the point of a PCRE segmentation fault.
I have found 'Subresource Integrity (SRI) Manager' to be a plugin which, if disabled, allows it to work.
Great, thanks for tracking it down.
While of course it's easy to blame the plugin, the introduction of Gutenberg shouldn't break a plugin which doesn't use the editor at all- especially to the point of a PCRE segmentation fault.
I agree. I asked solely so we could diagnose the source of the problem. We'll make sure this is addressed with #8244
Issue Overview
Upon activating Gutenberg, going to any page which includes the editor causes PHP5 to segmentation fault due to PCRE doing infinite recursion.
Steps to Reproduce (for bugs)
Install Gutenberg and activate. Deactivating solves the problem.
Expected Behavior
It should work
Current Behavior
Segmentation Fault due to looping PCRE.
Backtrace myfile2.txt.gz
I cut off the repeating PCREs saving megabytes of files. Eventually it exhausts the stack and PHP segmentation faults.
The call seems to be around #16342.
Possible Solution
Screenshots / Video
Related Issues and/or PRs
Todos
The text was updated successfully, but these errors were encountered: