[openssl-security] FreeBSD Port: security/openssl

Viktor Dukhovni openssl-users at dukhovni.org
Thu Apr 23 19:58:10 UTC 2020


> https://bugs.php.net/bug.php?id=79513

[ This is not an OpenSSL security issue, please move this discussion to
  the openssl-users list.  Moved "openssl-security" to Bcc. ]

On Thu, Apr 23, 2020 at 03:24:15PM +0200, Jason de Cordoba wrote:

> Starting php_fpm.
> Segmentation fault (core dumped)

Can you post the output of 

    $ readelf -d /usr/local/bin/php
    $ ldd /usr/local/bin/php

> # gdb /usr/local/bin/php php.core

> Program terminated with signal 11, Segmentation fault.
> Reading symbols from /usr/local/lib/libssl.so.11...done.
> Loaded symbols for /usr/local/lib/libssl.so.11
> Reading symbols from /usr/local/lib/libcrypto.so.11...done.
> Loaded symbols for /usr/local/lib/libcrypto.so.11

Seems to be using OpenSSL from ports, and not from base.

> Loaded symbols for /libexec/ld-elf.so.1
> #0  0x00000008049a8482 in OPENSSL_LH_doall_arg () from
> /usr/local/lib/libcrypto.so.11

Is this the entire stack trace?  Can you post the output of
the gdb "bt" (a.k.a. "where") command?

-- 
    Viktor.


More information about the openssl-users mailing list