Re: PHP 7.2: SIGSEGV in OpenSSL

2019-04-25 Thread Marcel Bonnet
Hi. I installed more extensions and noticed that ldap.so, indeed must follow openssl to avoid Segmentation Fault. mod_php73-7.3.4 php73-7.3.4 php73-bcmath-7.3.4 php73-bz2-7.3.4 php73-ctype-7.3.4 php73-curl-7.3.4 php73-dom-7.3.4 php73-exif-7.3.4 php73-extensions-1.0 php73-fileinfo-7.3.4 p

Re: PHP 7.2: SIGSEGV in OpenSSL

2019-04-25 Thread Marcel Bonnet
On Wed, 24 Apr 2019 at 18:03, Stefan Bethke wrote: > Am 24.04.2019 um 22:50 schrieb Mathieu Arnold : > > On Wed, Apr 24, 2019 at 06:34:06PM +0200, Stefan Bethke wrote: > > Am 23.04.2019 um 18:01 schrieb Kurt Jaeger : > > Hi! > > Did you find a solution? Please let me know. > > > There's a well-kn

Re: PHP 7.2: SIGSEGV in OpenSSL

2019-04-24 Thread Stefan Bethke
> Am 24.04.2019 um 22:50 schrieb Mathieu Arnold : > > On Wed, Apr 24, 2019 at 06:34:06PM +0200, Stefan Bethke wrote: >>> Am 23.04.2019 um 18:01 schrieb Kurt Jaeger : >>> >>> Hi! >>> Did you find a solution? Please let me know. >>> >>> There's a well-known problem in the sequence in which p

Re: PHP 7.2: SIGSEGV in OpenSSL

2019-04-24 Thread Mathieu Arnold
On Wed, Apr 24, 2019 at 06:34:06PM +0200, Stefan Bethke wrote: > > Am 23.04.2019 um 18:01 schrieb Kurt Jaeger : > > > > Hi! > > > >> Did you find a solution? Please let me know. > > > > There's a well-known problem in the sequence in which php modules > > are loaded. I don't know if this is the

Re: PHP 7.2: SIGSEGV in OpenSSL

2019-04-24 Thread Kurt Jaeger
Hi! > >> Did you find a solution? Please let me know. > > There's a well-known problem in the sequence in which php modules > > are loaded. I don't know if this is the case here as well, > > but that's what we do: > Thanks Kurt, it appears to fix (or at least work around) the problem. > > Why i

Re: PHP 7.2: SIGSEGV in OpenSSL

2019-04-24 Thread Stefan Bethke
> Am 23.04.2019 um 18:01 schrieb Kurt Jaeger : > > Hi! > >> Did you find a solution? Please let me know. > > There's a well-known problem in the sequence in which php modules > are loaded. I don't know if this is the case here as well, > but that's what we do: > > fetch -o fixphpextorder \ >

Re: PHP 7.2: SIGSEGV in OpenSSL

2019-04-23 Thread Kurt Jaeger
Hi! > Did you find a solution? Please let me know. There's a well-known problem in the sequence in which php modules are loaded. I don't know if this is the case here as well, but that's what we do: fetch -o fixphpextorder \ https://people.freebsd.org/~ohauer/scripts/fixphpextorder.sh ch

Re: PHP 7.2: SIGSEGV in OpenSSL

2019-04-23 Thread Marcel Bonnet
Hi. Did you find a solution? Please let me know. A simple command, like below, is enought to cause a segmentation fault. but it depends on which extensions are enabled (php73-ldap or php73-curl ; probably any using openssl) $ php -r "phpinfo();" $ uname -a FreeBSD machine.STUDIO 12.0-STABLE Fr

PHP 7.2: SIGSEGV in OpenSSL

2019-01-21 Thread Stefan Bethke
I'm seeing a lot of coredumps with a stack trace similar to this, on a 12-stable machine: # gdb /usr/local/sbin/httpd /httpd.core GNU gdb 6.1.1 [FreeBSD] Copyright 2004 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change i