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
After updating composer packages and installing version 10.7.14, media library causes SIGSEGV - core dumped error.
Copy from php8.1-error.log:
[29-Mar-2023 13:55:16] NOTICE: [pool valet] child 59740 started
[29-Mar-2023 13:55:16] WARNING: [pool valet] child 59607 exited on signal 11 (SIGSEGV - core dumped) after 98.153450 seconds from start
It is worth mentioning that this error only occurs in specific circumstances. We are using Livewire Powergrid package for building datatables. This code snippet below adds column to datatable and causes a segmentation fault:
After updating composer packages and installing version
10.7.14
, media library causesSIGSEGV - core dumped
error.Copy from
php8.1-error.log
:It is worth mentioning that this error only occurs in specific circumstances. We are using Livewire Powergrid package for building datatables. This code snippet below adds column to datatable and causes a segmentation fault:
If we modify this function like shown below, then we dont get any errors and standard
dd()
output is displayed with correct media url.I think it might be related to #3219
The text was updated successfully, but these errors were encountered: