Re: php7.3-fpm segfaults

2019-01-15 Thread Lucio
Il 15/01/19 13:43, Curt ha scritto: Is this related? https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=913635 Might be, thanks for the pointer. BTW, I've just realized it segfaults on both systems of mine, not just the notebook. Moreover it does not segfault immediately, but it actually run

Re: php7.3-fpm segfaults

2019-01-15 Thread Curt
On 2019-01-13, Roberto C Sánchez wrote: > On Sun, Jan 13, 2019 at 09:13:24AM -0500, Roberto C. Sánchez wrote: >> On Sun, Jan 13, 2019 at 01:31:07PM +0100, Lucio wrote: >> > Il 13/01/19 01:36, Roberto C. Sánchez ha scritto: >> > > Are there corresponding entries in the Apache log? >> > >> > Not m

Re: php7.3-fpm segfaults

2019-01-13 Thread Georgi Naplatanov
On 1/13/19 7:17 PM, Lucio wrote: > Il 13/01/19 15:37, Roberto C. S�nchez ha scritto: > I suspect the problem could be some old library files lingering around, > because this system was first installed several years ago and tracked > testing/sid throughout all those years. That would explain why the

Re: php7.3-fpm segfaults

2019-01-13 Thread Lucio
Il 13/01/19 15:37, Roberto C. Sánchez ha scritto: I would lean toward hardware. Have you considered running memtest on your system? The problem is perfectly reproducible on my system. Removing php7.3-mysql the problem goes away. When I install it again I get the problem back too. I hardly see

Re: php7.3-fpm segfaults

2019-01-13 Thread Roberto C . Sánchez
On Sun, Jan 13, 2019 at 09:13:24AM -0500, Roberto C. Sánchez wrote: > On Sun, Jan 13, 2019 at 01:31:07PM +0100, Lucio wrote: > > Il 13/01/19 01:36, Roberto C. Sánchez ha scritto: > > > Are there corresponding entries in the Apache log? > > > > Not much to care about actually, because Apache is con

Re: php7.3-fpm segfaults

2019-01-13 Thread Roberto C . Sánchez
On Sun, Jan 13, 2019 at 01:31:07PM +0100, Lucio wrote: > Il 13/01/19 01:36, Roberto C. Sánchez ha scritto: > > Are there corresponding entries in the Apache log? > > Not much to care about actually, because Apache is configured as reverse > proxy for php-fpm. Even raising log level I only get deta

Re: php7.3-fpm segfaults

2019-01-13 Thread Lucio
Il 13/01/19 01:36, Roberto C. Sánchez ha scritto: Are there corresponding entries in the Apache log? Not much to care about actually, because Apache is configured as reverse proxy for php-fpm. Even raising log level I only get details about what Apache is doing, not about what PHP is doing.

Re: php7.3-fpm segfaults

2019-01-12 Thread Roberto C . Sánchez
On Sat, Jan 12, 2019 at 10:25:51AM +0100, Lucio wrote: > Hello, > > I'm running buster/sid on my notebook and on a desktop pc. I'd like to use > both for PHP software development, so I've setup Apache2 and php7.3-fpm to > create a devel env similar to the real production servers. > > On the desto

Re: php7.3-fpm segfaults

2019-01-12 Thread Lucio
Il 12/01/19 10:25, Lucio ha scritto: How do I get more details about what's going on with PHP-FPM? My question holds, but I have discovered something new: if I purge the php7.3-mysql package, php7.3-fpm starts working again, and I get: "Your PHP installation appears to be missing the MySQ

php7.3-fpm segfaults

2019-01-12 Thread Lucio
Hello, I'm running buster/sid on my notebook and on a desktop pc. I'd like to use both for PHP software development, so I've setup Apache2 and php7.3-fpm to create a devel env similar to the real production servers. On the destop pc it works. On the notebook it segfaults. Please note that th