Hi all, but mostly Phalcon core developers...
I've been experiencing sporadic phalcon segfaults since early 1.3.x versions:
kernel: [1642298.160975] php-fpm[28791]: segfault at ffffffef ip 0000000000822ee8 sp 00007ffd9d4f3170 error 4 in php-fpm[400000+ce3000]
They occur more or less regularly in a very specific case when responding with JSON in controller actions:
$this->response->setJsonContent($response);
return $this->response;
The problem is that I cannot come up with the code to reproduce the problem from CLI. Not all AJAX/JSON calls fail - only those that are used to transmit data for the client-side component "DataTables".
I am wondering if anyone would be willing to work with me on diagnosing the problem?
Thank you!