You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using libsql-laravel, loading the application via HTTP causes a segmentation fault. This happens both via FPM (see logs in repo) and (seemingly) CLI SAPIs.
Running the artisan CLI works perfectly fine however, both in- and outside of transactions.
Hi there, I had several problems with libsql-laravel and Herd, on a macOS M1. Both segmentation and thread fork issues.
Not sure if the OS could be the reason, but I got rid of those using docker just with the base Sail image for php8.4
When using
libsql-laravel
, loading the application via HTTP causes a segmentation fault. This happens both via FPM (see logs in repo) and (seemingly) CLI SAPIs.Running the
artisan
CLI works perfectly fine however, both in- and outside of transactions.Minimal reproduction: https://github.com/SereninSparks/libsql-laravel-segfault
This happens on an M1 Mac running macOS 14.
Sadly I don't have much more info than this.
The text was updated successfully, but these errors were encountered: