Kévin Dunglas

Results 1072 comments of Kévin Dunglas

To keep things simple, I would prefer to just log an error if the script exits without having call the function. Configuring the maximum number of requests to handle is...

Hi, this is likely caused by an extension that doesn't block the SIGPIPE signal. We fixed the amqp extension (https://github.com/php-amqp/php-amqp/pull/550, https://github.com/dunglas/frankenphp/issues/682) as well as FrankenPHP itself (https://github.com/dunglas/frankenphp/pull/651) in the past....

@Eckieck could you try to replace your static build with a debug version (the binary with the `-debug` suffix in the latest release) and follow these steps to get a...

Could you run the `bt` command in the GDB shell after the crash. There is something weird happening.

Thank you very much. It looks like this happen in the Go runtime itself, not in FrankenPHP or PHP. This is very weird. This seems to occur when Go is...

According to the manual, this should not happen: https://pkg.go.dev/os/signal#hdr-SIGPIPE Maybe similar: - https://github.com/etcd-io/etcd/issues/7807

There is something very weird in the logs. The thread is named `frankenphp-linu`. New versions should use `php-`. Could you copy the output of `frankenphp build-info` please?

Ok, systemd seems to do weird things: https://github.com/moby/moby/blob/1b7c209de1f158937480f675e85d075fda1c9743/cmd/dockerd/docker.go#L87-L90 Let's try to totally ignore SIGPIPE Go-side (we already ignore it C-side) to see if this fixes the issue: https://github.com/dunglas/frankenphp/pull/1101 Could you...

We need to send a PR to Octane to switch to the new system.

Replaced by https://github.com/dunglas/frankenphp/pull/1073.