-
Notifications
You must be signed in to change notification settings - Fork 7.8k
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
GH-15613 overflow on hex strings repeater value [ext/standard/tests/strings/gh15613.phpt] #17955
Comments
Hi @joetomasone is it a constant occurrence or does it happen only once in a while ? |
I've only tried once. I can try to repeat it.
…On Sun, Mar 2, 2025 at 6:25 AM David CARLIER ***@***.***> wrote:
Hi @joetomasone <https://github.com/joetomasone> is it a constant
occurrence or does it happen only once in a while ?
—
Reply to this email directly, view it on GitHub
<#17955 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ANSYKN3SXRFSHFP4VL4LKCL2SLTCLAVCNFSM6AAAAABYEZKYZ6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDMOJSGY4DKMBWGQ>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
[image: devnexen]*devnexen* left a comment (php/php-src#17955)
<#17955 (comment)>
Hi @joetomasone <https://github.com/joetomasone> is it a constant
occurrence or does it happen only once in a while ?
—
Reply to this email directly, view it on GitHub
<#17955 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ANSYKN3SXRFSHFP4VL4LKCL2SLTCLAVCNFSM6AAAAABYEZKYZ6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDMOJSGY4DKMBWGQ>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
The kill signal you got is due to "out of memory". The test does allocate a lot of memory, so to me it seems like not an actual bug. Maybe some SKIPIF check should be added for available memory amount. |
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
Make test error. Log file attached.
php_test_results_20250302_0338.txt
PHP Version
PHP 8.4.4
Operating System
CentOS Stream 9
The text was updated successfully, but these errors were encountered: