Open withinboredom opened 1 week ago
Adding version info where this is reproduced on + strace:
web@api.0:~$ ./frankenphp -v
FrankenPHP v1.3.1 PHP Caddy v2.8.4 h1:q3pe0wpBj1OcHFZ3n/1nl4V4bxBrYoSoab7rL9BMYNk=
web@api.0:~$ strace -p 265730 -s 512
strace: Process 265730 attached
futex(0x7f072ca4b7a0, FUTEX_WAIT_PRIVATE, 0, NULL) = 0
futex(0xc0000df148, FUTEX_WAKE_PRIVATE, 1) = 1
futex(0x7f072ca4b7a0, FUTEX_WAIT_PRIVATE, 0, NULL) = ?
+++ killed by SIGSEGV +++
Discussed in https://github.com/dunglas/frankenphp/discussions/1190