Skip to content

stack_limit_015.phpt fails on 32bit Windows #17929

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

Open
cmb69 opened this issue Feb 25, 2025 · 2 comments
Open

stack_limit_015.phpt fails on 32bit Windows #17929

cmb69 opened this issue Feb 25, 2025 · 2 comments

Comments

@cmb69
Copy link
Member

cmb69 commented Feb 25, 2025

Description

Just noticed when testing PHP 8.4.5RC1: https://github.com/cmb69/php-ftw/actions/runs/13526695648

Apparently, the stack size limit is not hit there, so the test fails with Undefined variable $test and a lot of Attempt to read property "p" on null warnings.

There is no issue on nightly, presumably because we decrease the super large Windows stack size in our own CI (#17166).

PHP Version

PHP 8.3.18RC1

Operating System

Windows x86

@iluuu1994
Copy link
Member

🤔 This test was added by me. Does decreasing the stack size help? It was copied from Zend/tests/stack_limit/stack_limit_005.phpt. Maybe the call stack is different enough to just dodge the overflow limit.

@cmb69
Copy link
Member Author

cmb69 commented Feb 25, 2025

Does decreasing the stack size help?

I would think so. Will actually try out ASAP.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants