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
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
> 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
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
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
> 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 \
>
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
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
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