-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Description
Been debugging the visitor log for few hours which fails with no seg fault, no error, no shutdown function call, no warning, ...
After a while noticed it seems to crash at https://github.com/matomo-org/matomo/blob/3.13.1-b1/core/View.php#L278 particularly when sending a header in https://github.com/matomo-org/matomo/blob/3.13.1-b1/core/ProxyHttp.php#L235-L238
In my visit log I'm showing 10 visits, some of them have a few actions but nothing crazy. As soon as I disable the header
function in Common::sendHeader
the page renders nicely.
Thought it sends maybe too many headers but this is not the case. Headers weren't sent yet when crashing.
This is PHP Version 7.3.12 and using Apache 2.4. Must be some kind of PHP bug I would say. Just thought I create the issue in case someone experiences similar.