-
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
Crash with PHP 8.3 nightly #12691
Comments
I don't see any interesting changes. Can you try with debug symbols, and potentially ASAN? ASAN should catch the invalid free. |
@iluuu1994 debug symbols were enabled for this stack trace. Do you have an idea of how to enable ASAN for shivammathur/setup-php? |
@dunglas I'm not familiar with |
Where/how did you obtain libphp.so? From your distribution? Edit: Ah probably shivammathur/setup-php then I guess. So you're enabling the |
Yes, the .so is coming from I created a test pipeline if you want to reproduce:
Edit: indeed, debug symbols aren't included while they should: shivammathur/setup-php#784 |
I have a feeling this could be #12501 (comment) which was fixed in #12663 |
Good catch @nielsdos! Tests are now green with the latest nightly, so this was likely this problem. Thank you! |
Description
For a few days, the FrankenPHP test suite crashes when using libphp 8.3 ZTS provided by shivammathur/setup-php.
Here is a backtrace:
https://github.com/dunglas/frankenphp/actions/runs/6879551912/job/18711722654?pr=304
Tests are still green with PHP 8.2. They were green with 9717e9f but fail now.
PHP Version
PHP 8.3 nightly
Operating System
Ubuntu 22.04.3 LTS
The text was updated successfully, but these errors were encountered: