-
Notifications
You must be signed in to change notification settings - Fork 7.8k
zend.opcache: Warning Internal error: wrong size calculation #14625
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
Hi @HannahVernon! Can you reproduce the warning with a small script? Otherwise, it will be very hard to diagnose the issue. |
The file it is currently reporting as problematic is: This is the error around that particular file:
Contents of the file are:
Unfortunately I'm quite new to opcache, so I'm not entirely sure how to test that file, or indeed if the problem is with WordPress' Docket Cache plugin itself. |
I've tried on a couple of different occasions to reproduce this issue with no luck. If I had to take a guess the underlying issue is actually memory corruption somewhere resulting in this behaviour. The difference in sizes is quite significant. |
Sorry, I guess I forgot to comment but I was also unable to reproduce this back when this was commented. |
No feedback was provided. The issue is being suspended because we assume that you are no longer experiencing the problem. If this is not the case and you are able to provide the information that was requested earlier, please do so. Thank you. |
Description
zend.OPCache on PHP 8.3.8 NTS on Win32 is throwing the following error repeatedly, even after clearing the cache:
The
93da65a9fd00-b287b31d338a.php
file is listed as zero size in the cache folder. Deleting the file results in opcache recreating it, again with zero size.The php.ini section dealing with opcache settings:
PHP Version
PHP 8.3.8 NTS Win32 x64
Operating System
Windows Server 2022 Standard 21H2, build 20348.2527
The text was updated successfully, but these errors were encountered: