#How do I debug this?
6 messages · Page 1 of 1 (latest)
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?
Based on debug log statements, it happens when I dispatch a job that broadcasts using Pusher.js.
ResearchProgress::dispatch($user, $query);
Might be what Mono said but backwards.
Maybe you didnt upgrade php but needed to.
L10 works with PHP 8.1, but L12 does not.