Skip to content

All requests hang with New Relic module as of v2.8.33 #25743

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

Closed
oradwell opened this issue Jan 10, 2018 · 6 comments
Closed

All requests hang with New Relic module as of v2.8.33 #25743

oradwell opened this issue Jan 10, 2018 · 6 comments

Comments

@oradwell
Copy link

oradwell commented Jan 10, 2018

Q A
Bug report? yes
Feature request? no
BC Break report? no
RFC? no
Symfony version 2.8.33

Using Symfony 2.8.33 with New Relic PHP module on PHP 5.5.9 causes all web requests to hang. 2.8.32 did not have any issues.

@nicolas-grekas
Copy link
Member

Same as #25718 isn't it?

@dbu
Copy link
Contributor

dbu commented Jan 10, 2018

most likely. for us it happened during deployment already, because there where some hidden errors (@unlink() calls) during a composer task.

@nicolas-grekas
Copy link
Member

what does var_dump(set_exception_handler('var_dump')) display when new relic is enabled?

@nicolas-grekas
Copy link
Member

Can you please confirm that #25755 fixes the issue?

@oradwell
Copy link
Author

@nicolas-grekas

php > var_dump(set_exception_handler('var_dump'));
string(26) "newrelic_exception_handler"

I'll test and come back to you

@oradwell
Copy link
Author

@nicolas-grekas yes, it works!

fabpot added a commit that referenced this issue Jan 13, 2018
…rs (nicolas-grekas)

This PR was merged into the 2.7 branch.

Discussion
----------

[Debug] prevent infinite loop with faulty exception handlers

| Q             | A
| ------------- | ---
| Branch?       | 2.7
| Bug fix?      | yes
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets | #25743
| License       | MIT
| Doc PR        | -

Commits
-------

5f397f8 [Debug] prevent infinite loop with faulty exception handlers
@fabpot fabpot closed this as completed Jan 13, 2018
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

6 participants