-
Notifications
You must be signed in to change notification settings - Fork 67
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
Segfaults with Symfony 7.2 and PHP 8.4 #1024
Comments
Thank you for your issue report. A member of the New Relic PHP Agent Team will review your report and endeavor to respond in a timely manner. |
This issue has been identified as requiring additional information to debug. Due to the potentially sensitive nature of the information we may have to collect, such as PHPInfo and Debug Logs, please follow these steps to create a support case, where a member of our New Relic Support Team will work with you to gather the necessary information securely and help debug your issue. |
Hi @mvanduijker we have been unable to reproduce this issue on our end. Please follow the steps listed above to get in contact with New Relic support so that we may collect more information to help fix this issue. In the meantime, please take a look at this troubleshooting page. While the stack trace provided doesn't perfectly match the one in the doc, there is a consistency: the PHP Agent doesn't appear in the trace until after the segfault, where our signal handler kicks in. |
running into the same issue with nr ext 11.5.0.18 Docker 8.4-fpm-alpine |
@ZNeumann we are in contact with our account manager. |
this issue is reproduced when using opcache.preload |
@mvanduijker given that the segfault persists without the PHP Agent but with zend_test.observer, I am inclined to believe that this is an issue with php-src. The next step is likely to be working with them over on that repo. If you continue through New Relic support, we may be able to find a solution in the interim. |
I can confirm that turning off opcache.preload stops the segfaults. |
Segfaults with Symfony 7.2 and PHP 8.4
Description
Looks like a combination with symfony request payload resolver and normalizer/serializer in PHP 8.4 with new relic enabled leads to segfaults. Using extension version 11.5.0.18 with PHP 8.4.4 and Symfony 7.2.3.
Using php 8.3 with the new relic extension the same code works. Using php 8.4 and new relic extension disabled also works. I guess there is something wrong with the latest extension of new relic.
Steps to Reproduce
Create a symfony project with an endpoint using MapQueryString with php 8.4
Expected Behavior
no segfaults
Relevant Logs / Console output
php-fpm log
Your Environment
Additional context
The text was updated successfully, but these errors were encountered: