opencensus-php icon indicating copy to clipboard operation
opencensus-php copied to clipboard

Laravel::load() and PDO::load() error

Open BadChoice opened this issue 5 years ago • 3 comments

Hi, when I call

Laravel::load() or PDO::load() nginx throws a 502 bad gateway error without any further information

however Mysql::load() does not throw this error..

Is there any way to identify the problem? the extension is loaded as it says the phpinfo page

Thank you!

BadChoice avatar Apr 06 '19 14:04 BadChoice

@BadChoice this usually implies a segfault

Just logged one myself, #239

iamacarpet avatar May 22 '19 11:05 iamacarpet

I should add, we are using both Laravel::load() and PDO::load() as some of the defaults in our library https://github.com/a1comms/GaeSupportlaravel

They both run for us without issue on App Engine Standard (PHP 7.2) in europe-west1, but we are having trouble with trying to add some custom tracing classes ourselves.

If you are on a later version than what is deployed to App Engine, perhaps there is a regression that is getting worse?

iamacarpet avatar May 22 '19 11:05 iamacarpet

Actually we are not using app engine but a simple compute engine with nginex and php installed with laravel forge I'm not sure if this does help you?

BadChoice avatar May 22 '19 13:05 BadChoice