Skip to content

Crash on Connecting to Postgres - Laravel #514

Closed
@JohnDotOwl

Description

@JohnDotOwl

When the following database connection code is enable , it will crash the whole octane running franken without any error

$data = DB::table('test')->get();

Command used to run FrankenPHP

php artisan octane:start --caddyfile /var/www/test/Caddyfile --server=frankenphp --log-level=debug

If i run it with ./frankenphp run , it will return the following and crash
Segmentation fault

I've installed
sudo apt-get install php8.3-pgsql
sudo apt-get install php8.3-pdo

Update : I've tested it on ARM initially, now x86, it's the same issue.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions