Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

john_advincula's avatar

Vapor Segmentation fault

We have application that is currently running on vapor. Now, we need to run a command that will upload a file to the Google drive but we got the "Segmentation fault (core dumped)" error. If we commented out the uploading part, the command executed properly. Any recommendation on how we can solve that Segmentation fault error?

0 likes
1 reply
williamvicary's avatar

~5 days ago I did a composer update and then a subsequent push, I also had the Google API Client in my composer but I'm not sure it's the root cause. I noticed this, this afternoon (nothing like a late PM Friday segfault!).

Either way, a composer update and re-deploy has fixed the problem for me, I can't be sure the cause of the issue whether that is in the vapor core or something else, but it's resolved my issues at least.

Please or to participate in this conversation.