#How do I debug this?

6 messages · Page 1 of 1 (latest)

calm warren
#

I'm getting what appears to be a strange Symfony segmentation fault after upgrading from Laravel 10 to 12. Does anyone know how to debug this?

acoustic orbit
#

Segfaults are nearly impossible for mere humans to debug. In my limited experience, they're usually caused by a problem with a php extension, or a library they depend on. If you upgraded to a newer php version, make sure your extensions are also up to date.

Does it only happen in some specific circumstances, like during tests?

calm warren
#

Based on debug log statements, it happens when I dispatch a job that broadcasts using Pusher.js.
ResearchProgress::dispatch($user, $query);

vale oxide
#

L10 works with PHP 8.1, but L12 does not.