1 (edited by ommb 2019-04-22 08:33:46)

Topic: [resolved] php73-php-fpm.service fatal signal - php73-php-opcache

Dear all,
I run a system with CentOS 7, 64-bit, daily updated - currently with
- kernel 3.10.0-957.10.1.el7.x86_64
- apache httpd-2.4.6-88
+ some PHP paralel instances
- php70-php-7.0.33-7.el7.remi.x86_64
- php73-php-7.3.4-1.el7.remi.x86_64

I have recently migrated web sites form PHP 7.0 to PHP 7.3 and i get a problem with service php73-php-fpm. When I install the php73-php-opcache pacjet ans restart the service I get the "fatal signal".
With PHP 7.0 I get no problem with php70-php-opcache.

I get the same problem every time. Below are the outputs from commands (sorry but the <code> tags do not work for me in this forum):

--------------------------------------------------------------
#yum install php73-php-opcache


--------------------------------------------------------------
#systemctl restart php73-php-fpm
Job for php73-php-fpm.service failed because a fatal signal was delivered causing the control process to dump core. See "systemctl status php73-php-fpm.service" and "journalctl -xe" for details.


--------------------------------------------------------------
#status php73-php-fpm.service
php73-php-fpm.service - The PHP FastCGI Process Manager
   Loaded: loaded (/usr/lib/systemd/system/php73-php-fpm.service; enabled; vendor preset: disabled)
   Active: failed (Result: core-dump) since ned 2019-04-14 18:15:28 CEST; 1min 6s ago
  Process: 29651 ExecStart=/opt/remi/php73/root/usr/sbin/php-fpm --nodaemonize (code=dumped, signal=SEGV)
Main PID: 29651 (code=dumped, signal=SEGV)

apr 14 18:15:28 centos7 systemd[1]: Starting The PHP FastCGI Process Manager...
apr 14 18:15:28 centos7 systemd[1]: php73-php-fpm.service: main process exited, code=dumped, status=11/SEGV
apr 14 18:15:28 centos7 systemd[1]: Failed to start The PHP FastCGI Process Manager.
apr 14 18:15:28 centos7 systemd[1]: Unit php73-php-fpm.service entered failed state.
apr 14 18:15:28 centos7 systemd[1]: php73-php-fpm.service failed.




--------------------------------------------------------------
#journalctl -xe
apr 14 18:15:09 centos7 yum[29526]: Installed: php73-php-opcache-7.3.4-1.el7.remi.x86_64
apr 14 18:15:27 centos7 polkitd[4636]: Registered Authentication Agent for unix-process:29631:63565977 (system bus name :1.4022 [/usr/bin/pkttyagent --notify-fd 5 --fallback], object path /org/freedesktop/Policy
apr 14 18:15:27 centos7 systemd[1]: Stopping The PHP FastCGI Process Manager...
-- Subject: Unit php73-php-fpm.service has begun shutting down
-- Defined-By: systemd
-- Support:
--
-- Unit php73-php-fpm.service has begun shutting down.
apr 14 18:15:27 centos7 kernel: php-fpm[11098]: segfault at ffffff000000000c ip 000055793bb4511a sp 00007fff29708590 error 5 in php-fpm[55793b871000+45f000]
apr 14 18:15:27 centos7 abrt-hook-ccpp[29640]: Process 11098 (php-fpm) of user 0 killed by SIGSEGV - dumping core
apr 14 18:15:28 centos7 systemd[1]: php73-php-fpm.service: main process exited, code=dumped, status=11/SEGV
apr 14 18:15:28 centos7 systemd[1]: Stopped The PHP FastCGI Process Manager.
-- Subject: Unit php73-php-fpm.service has finished shutting down
-- Defined-By: systemd
-- Support:
--
-- Unit php73-php-fpm.service has finished shutting down.
apr 14 18:15:28 centos7 systemd[1]: Unit php73-php-fpm.service entered failed state.
apr 14 18:15:28 centos7 systemd[1]: php73-php-fpm.service failed.
apr 14 18:15:28 centos7 systemd[1]: Starting The PHP FastCGI Process Manager...
-- Subject: Unit php73-php-fpm.service has begun start-up
-- Defined-By: systemd
-- Support:
--
-- Unit php73-php-fpm.service has begun starting up.
apr 14 18:15:28 centos7 abrt-server[29645]: Duplicate: core backtrace
apr 14 18:15:28 centos7 abrt-server[29645]: DUP_OF_DIR: /var/spool/abrt/ccpp-2019-04-14-14:48:44-24597
apr 14 18:15:28 centos7 abrt-server[29645]: Deleting problem directory ccpp-2019-04-14-18:15:27-11098 (dup of ccpp-2019-04-14-14:48:44-24597)
apr 14 18:15:28 centos7 dbus[4577]: [system] Activating service name='org.freedesktop.problems' (using servicehelper)
apr 14 18:15:28 centos7 dbus[4577]: [system] Successfully activated service 'org.freedesktop.problems'
apr 14 18:15:28 centos7 kernel: php-fpm[29651]: segfault at ffffff0000000010 ip 00007fdea2c155e8 sp 00007ffe5f6504d0 error 5 in opcache.so[7fdea2c06000+72000]
apr 14 18:15:28 centos7 abrt-hook-ccpp[29661]: Process 29651 (php-fpm) of user 0 killed by SIGSEGV - ignoring (repeated crash)
apr 14 18:15:28 centos7 systemd[1]: php73-php-fpm.service: main process exited, code=dumped, status=11/SEGV
apr 14 18:15:28 centos7 systemd[1]: Failed to start The PHP FastCGI Process Manager.
-- Subject: Unit php73-php-fpm.service has failed
-- Defined-By: systemd
-- Support:
--
-- Unit php73-php-fpm.service has failed.
--
-- The result is failed.
apr 14 18:15:28 centos7 systemd[1]: Unit php73-php-fpm.service entered failed state.
apr 14 18:15:28 centos7 systemd[1]: php73-php-fpm.service failed.
--------------------------------------------------------------


As soon as I remove the php73-php-opcache and restart the php73-php-fpm it starts to work immediately without any problem.


Could somebody help me with this problem?

Best regards

Re: [resolved] php73-php-fpm.service fatal signal - php73-php-opcache

Can you provide a GDB backtrace ?

I suspect a conflict between 2 extensions, please give list

rpm -qa php73\* | sort
php --modules

Laptop:  Fedora 38 + rpmfusion + remi (SCL only)
x86_64 builder: Fedora 39 + rpmfusion + remi-test
aarch64 builder: RHEL 9 with EPEL
Hosting Server: CentOS 8 Stream with EPEL, rpmfusion, remi

Re: [resolved] php73-php-fpm.service fatal signal - php73-php-opcache

Hi,sorry for late response.
> Can you provide a GDB backtrace ?
I have to figure out how to do this...

Command lists:
------------------------------------------------------------------------------
rpm -qa php73\* | sort
php73-2.0-1.el7.remi.x86_64
php73-php-7.3.4-1.el7.remi.x86_64
php73-php-ast-1.0.1-1.el7.remi.x86_64
php73-php-bcmath-7.3.4-1.el7.remi.x86_64
php73-php-brotli-0.6.2-1.el7.remi.x86_64
php73-php-cli-7.3.4-1.el7.remi.x86_64
php73-php-common-7.3.4-1.el7.remi.x86_64
php73-php-componere-3.0.0-1.el7.remi.x86_64
php73-php-dba-7.3.4-1.el7.remi.x86_64
php73-php-dbg-7.3.4-1.el7.remi.x86_64
php73-php-embedded-7.3.4-1.el7.remi.x86_64
php73-php-enchant-7.3.4-1.el7.remi.x86_64
php73-php-fpm-7.3.4-1.el7.remi.x86_64
php73-php-gd-7.3.4-1.el7.remi.x86_64
php73-php-geos-1.0.0-11.el7.remi.x86_64
php73-php-gmp-7.3.4-1.el7.remi.x86_64
php73-php-imap-7.3.4-1.el7.remi.x86_64
php73-php-interbase-7.3.4-1.el7.remi.x86_64
php73-php-intl-7.3.4-1.el7.remi.x86_64
php73-php-ioncube-loader-10.3.4-1.el7.remi.x86_64
php73-php-json-7.3.4-1.el7.remi.x86_64
php73-php-ldap-7.3.4-1.el7.remi.x86_64
php73-php-libvirt-0.5.4-3.el7.remi.x86_64
php73-php-litespeed-7.3.4-1.el7.remi.x86_64
php73-php-lz4-0.3.4-3.el7.remi.x86_64
php73-php-maxminddb-1.4.1-1.el7.remi.x86_64
php73-php-mbstring-7.3.4-1.el7.remi.x86_64
php73-php-mysqlnd-7.3.4-1.el7.remi.x86_64
php73-php-odbc-7.3.4-1.el7.remi.x86_64
php73-php-pdo-7.3.4-1.el7.remi.x86_64
php73-php-pdo-dblib-7.3.4-1.el7.remi.x86_64
php73-php-pear-1.10.9-2.el7.remi.noarch
php73-php-pecl-ahocorasick-0.0.6-1.el7.remi.x86_64
php73-php-pecl-amqp-1.9.4-6.el7.remi.x86_64
php73-php-pecl-apcu-5.1.17-1.el7.remi.x86_64
php73-php-pecl-apcu-bc-1.0.5-1.el7.remi.x86_64
php73-php-pecl-apfd-1.0.1-12.el7.remi.x86_64
php73-php-pecl-bitset-3.0.1-3.el7.remi.x86_64
php73-php-pecl-cassandra-1.3.2-4.el7.remi.x86_64
php73-php-pecl-cmark-1.1.0-3.el7.remi.x86_64
php73-php-pecl-couchbase2-2.6.0-1.el7.remi.x86_64
php73-php-pecl-crypto-0.3.1-5.el7.remi.x86_64
php73-php-pecl-datadog-trace-0.19.0-1.el7.remi.x86_64
php73-php-pecl-dbase-7.0.0-0.7.RC1.el7.remi.x86_64
php73-php-pecl-decimal-1.3.0-1.el7.remi.x86_64
php73-php-pecl-dio-0.1.0-6.el7.remi.x86_64
php73-php-pecl-geoip-1.1.1-6.el7.remi.x86_64
php73-php-pecl-geospatial-0.2.1-1.el7.remi.x86_64
php73-php-pecl-gnupg-1.4.0-6.el7.remi.x86_64
php73-php-pecl-grpc-1.19.0-1.el7.remi.x86_64
php73-php-pecl-handlebars-0.8.3-1.el7.remi.x86_64
php73-php-pecl-hdr-histogram-0.3.0-7.el7.remi.x86_64
php73-php-pecl-hprose-1.6.6-5.el7.remi.x86_64
php73-php-pecl-hrtime-0.6.0-5.el7.remi.x86_64
php73-php-pecl-http-3.2.0-4.el7.remi.x86_64
php73-php-pecl-igbinary-3.0.1-1.el7.remi.x86_64
php73-php-pecl-imagick-3.4.3-13.el7.remi.x86_64
php73-php-pecl-inotify-2.0.0-8.el7.remi.x86_64
php73-php-pecl-ip2location-8.0.1-3.el7.remi.x86_64
php73-php-pecl-json-post-1.0.1-11.el7.remi.x86_64
php73-php-pecl-krb5-1.1.2-6.el7.remi.x86_64
php73-php-pecl-leveldb-0.2.1-4.el7.remi.x86_64
php73-php-pecl-lua-2.0.6-1.el7.remi.x86_64
php73-php-pecl-lzf-1.6.7-1.el7.remi.x86_64
php73-php-pecl-mailparse-3.0.3-1.el7.remi.x86_64
php73-php-pecl-mcrypt-1.0.2-1.el7.remi.x86_64
php73-php-pecl-memprof-2.0.0-5.el7.remi.x86_64
php73-php-pecl-mogilefs-0.9.3.1-8.el7.remi.x86_64
php73-php-pecl-molten-0.1.2~beta-5.el7.remi.x86_64
php73-php-pecl-mongodb-1.5.3-3.el7.remi.x86_64
php73-php-pecl-mosquitto-0.4.0-6.el7.remi.x86_64
php73-php-pecl-msgpack-2.0.3-1.el7.remi.x86_64
php73-php-pecl-mustache-0.8.1-1.el7.remi.x86_64
php73-php-pecl-mysql-1.0.0-0.20.20180226.647c933.el7.remi.x86_64
php73-php-pecl-nsq-3.4.0-1.el7.remi.x86_64
php73-php-pecl-oauth-2.0.3-1.el7.remi.x86_64
php73-php-pecl-opencensus-0.2.2-3.el7.remi.x86_64
php73-php-pecl-parle-0.8.1-4.el7.remi.x86_64
php73-php-pecl-pdflib-4.1.2-3.el7.remi.x86_64
php73-php-pecl-pq-2.1.5-1.el7.remi.x86_64
php73-php-pecl-propro-2.1.0-3.el7.remi.x86_64
php73-php-pecl-psr-0.6.1-1.el7.remi.x86_64
php73-php-pecl-radius-1.4.0-0.6.b1.el7.remi.x86_64
php73-php-pecl-raphf-2.0.0-7.el7.remi.x86_64
php73-php-pecl-rar-4.0.0-4.el7.remi.x86_64
php73-php-pecl-rdkafka-3.0.5-3.el7.remi.x86_64
php73-php-pecl-redis4-4.3.0-1.el7.remi.x86_64
php73-php-pecl-rpminfo-0.2.1-3.el7.remi.x86_64
php73-php-pecl-rrd-2.0.1-6.el7.remi.x86_64
php73-php-pecl-scrypt-1.4.2-6.el7.remi.x86_64
php73-php-pecl-seaslog-2.0.2-1.el7.remi.x86_64
php73-php-pecl-selinux-0.4.2-1.el7.remi.x86_64
php73-php-pecl-solr2-2.4.0-11.el7.remi.x86_64
php73-php-pecl-sphinx-1.4.0-0.6.20181116.d958afb.el7.remi.x86_64
php73-php-pecl-ssdeep-1.1.0-4.el7.remi.x86_64
php73-php-pecl-ssh2-1.1.2-4.el7.remi.x86_64
php73-php-pecl-stats-2.0.3-6.el7.remi.x86_64
php73-php-pecl-stomp-2.0.2-3.el7.remi.x86_64
php73-php-pecl-sync-1.1.1-5.el7.remi.x86_64
php73-php-pecl-taint-2.0.5-1.el7.remi.x86_64
php73-php-pecl-tcpwrap-1.2.0-5.el7.remi.x86_64
php73-php-pecl-termbox-0.1.3-7.el7.remi.x86_64
php73-php-pecl-timecop-1.2.10-3.el7.remi.x86_64
php73-php-pecl-trace-1.0.1-0.5.beta.el7.remi.x86_64
php73-php-pecl-uuid-1.0.4-14.el7.remi.x86_64
php73-php-pecl-uv-0.2.2-5.el7.remi.x86_64
php73-php-pecl-varnish-1.2.4-3.el7.remi.x86_64
php73-php-pecl-vips-1.0.9-1.el7.remi.x86_64
php73-php-pecl-vld-0.15.0-1.el7.remi.x86_64
php73-php-pecl-xattr-1.3.0-7.el7.remi.x86_64
php73-php-pecl-xdebug-2.7.1-1.el7.remi.x86_64
php73-php-pecl-xdiff-2.0.1-5.el7.remi.x86_64
php73-php-pecl-xlswriter-1.2.3-1.el7.remi.x86_64
php73-php-pecl-xmldiff-1.1.2-13.el7.remi.x86_64
php73-php-pecl-yac-2.0.2-4.el7.remi.x86_64
php73-php-pecl-yaconf-1.0.8-0.3.20180622.d5f267a.el7.remi.x86_64
php73-php-pecl-yaf-3.0.8-1.el7.remi.x86_64
php73-php-pecl-yaml-2.0.4-1.el7.remi.x86_64
php73-php-pecl-yar-2.0.5-1.el7.remi.x86_64
php73-php-pecl-yaz-1.2.3-1.el7.remi.x86_64
php73-php-pecl-zip-1.15.4-1.el7.remi.x86_64
php73-php-pecl-zmq-1.1.3-8.el7.remi.x86_64
php73-php-pggi-0.3.0-4.el7.remi.x86_64
php73-php-process-7.3.4-1.el7.remi.x86_64
php73-php-pspell-7.3.4-1.el7.remi.x86_64
php73-php-recode-7.3.4-1.el7.remi.x86_64
php73-php-smbclient-1.0.0-1.el7.remi.x86_64
php73-php-snappy-0.1.9-3.el7.remi.x86_64
php73-php-snmp-7.3.4-1.el7.remi.x86_64
php73-php-soap-7.3.4-1.el7.remi.x86_64
php73-php-sodium-7.3.4-1.el7.remi.x86_64
php73-php-tidy-7.3.4-1.el7.remi.x86_64
php73-php-xml-7.3.4-1.el7.remi.x86_64
php73-php-xmlrpc-7.3.4-1.el7.remi.x86_64
php73-php-zephir-parser-1.2.0-1.el7.remi.x86_64
php73-php-zstd-0.6.1-1.el7.remi.x86_64
php73-runtime-2.0-1.el7.remi.x86_64

------------------------------------------------------------------------------
php --modules
[PHP Modules]
bcmath
bz2
calendar
Core
ctype
curl
date
dba
dom
enchant
ereg
exif
fileinfo
filter
ftp
gd
geoip
gettext
gmp
hash
horde_lz4
iconv
imap
intl
json
ldap
libxml
lzf
mbstring
mcrypt
memcache
mhash
mongo
mysql
mysqli
odbc
openssl
pcntl
pcre
PDO
pdo_mysql
PDO_ODBC
pdo_sqlite
Phar
posix
pspell
readline
recode
Reflection
session
shmop
SimpleXML
snmp
soap
sockets
SPL
sqlite3
ssh2
standard
sysvmsg
sysvsem
sysvshm
tidy
tokenizer
wddx
xml
xmlreader
xmlrpc
xmlwriter
xsl
zip
zlib

[Zend Modules]
-------------------------------------------------

Best regards

Re: [resolved] php73-php-fpm.service fatal signal - php73-php-opcache

You obviously don't want all these modules...

Please only install extension you need.

So probably a conflict between some extension and opcache
Need to try by disabling one by one

Laptop:  Fedora 38 + rpmfusion + remi (SCL only)
x86_64 builder: Fedora 39 + rpmfusion + remi-test
aarch64 builder: RHEL 9 with EPEL
Hosting Server: CentOS 8 Stream with EPEL, rpmfusion, remi

Re: [resolved] php73-php-fpm.service fatal signal - php73-php-opcache

Hi,
I tried to generate backtrace. I tired a ABRT GUI and reporting to CentOS Bug Tracker, but for some reasons it doesn't send the report (I can log in to centos bug tracker with web browser but can not send the report with ABRT GUI program).
So I copied the content of the "backtrace" tab from ABRT GUI below. I hope that this is what you need to see more details what is happening.

Just a question - why do you asked to paste the output of command "php --modules"? Wouldn't be more appropriate "php73 --modules"? Sorry if this is a stupid question.

backtrace from ABRT:

[New LWP 15226]
warning: Could not load shared library symbols for 3 libraries, e.g. /opt/remi/php73/root/usr/lib64/php/modules/apcu.so.
Use the "info sharedlibrary" command to see the complete listing.
Do you need "set solib-search-path" or "set sysroot"?
warning: File "/var/cache/abrt-di/usr/lib/debug/lib64/libc-2.17.so.debug" has a different build-id, file skipped
warning: the debug information found in "/var/cache/abrt-di/usr/lib/debug//lib64/libc-2.17.so.debug" does not match "/lib64/libc.so.6" (CRC mismatch).

[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib64/libthread_db.so.1".
Core was generated by `php-fpm: master process (/etc/opt/remi/php73/php-fpm'.
Program terminated with signal 11, Segmentation fault.
#0  zend_string_release_ex (persistent=1, s=0xffffff0000000008) at /usr/src/debug/php-7.3.4/Zend/zend_string.h:284
284    /usr/src/debug/php-7.3.4/Zend/zend_string.h: No such file or directory.

Thread 1 (Thread 0x7f223791f880 (LWP 15226)):
#0  zend_string_release_ex (persistent=1, s=0xffffff0000000008) at /usr/src/debug/php-7.3.4/Zend/zend_string.h:284
No locals.
#1  zend_function_dtor (zv=<optimized out>) at /usr/src/debug/php-7.3.4/Zend/zend_opcode.c:129
        i = <optimized out>
        num_args = <optimized out>
        arg_info = 0x55d698e160a0
        function = 0x55d698e16120
#2  0x000055d69777b1bd in _zend_hash_del_el_ex (prev=0x0, p=0x7f22378efd90, idx=<optimized out>, ht=0x55d698db14c0) at /usr/src/debug/php-7.3.4/Zend/zend_hash.c:1181
        tmp = {value = {lval = 94380176269600, dval = 4.6630002743250615e-310, counted = 0x55d698e16120, str = 0x55d698e16120, arr = 0x55d698e16120, obj = 0x55d698e16120, res = 0x55d698e16120, ref = 0x55d698e16120, ast = 0x55d698e16120, zv = 0x55d698e16120, ptr = 0x55d698e16120, ce = 0x55d698e16120, func = 0x55d698e16120, ww = {w1 = 2564907296, w2 = 21974}}, u1 = {v = {type = 14 '\016', type_flags = 0 '\000', u = {call_info = 0, extra = 0}}, type_info = 14}, u2 = {next = 32546, cache_slot = 32546, opline_num = 32546, lineno = 32546, num_args = 32546, fe_pos = 32546, fe_iter_idx = 32546, access_flags = 32546, property_guard = 32546, constant_flags = 32546, extra = 32546}}
#3  zend_hash_str_del (ht=0x55d698db14c0, str=str@entry=0x7f21ef3329c8 "origin_molten_curl_setopt_array", len=31) at /usr/src/debug/php-7.3.4/Zend/zend_hash.c:1357
        h = 15762211615840296556
        nIndex = <optimized out>
        idx = <optimized out>
        p = 0x7f22378efd90
        prev = 0x0
#4  0x00007f21ef326fbc in molten_clear_reload_function () at /usr/src/debug/php73-php-pecl-molten-0.1.2~beta/NTS/molten.c:232
        p = 0x7f21ef536630 <prd+48>
        orig = <optimized out>
#5  zm_shutdown_molten (type=<optimized out>, module_number=<optimized out>) at /usr/src/debug/php73-php-pecl-molten-0.1.2~beta/NTS/molten.c:590
        type = <optimized out>
        module_number = <optimized out>
#6  0x000055d6977713f7 in module_destructor (module=module@entry=0x55d698f4d380) at /usr/src/debug/php-7.3.4/Zend/zend_API.c:2575
No locals.
#7  0x000055d69776a78c in module_destructor_zval (zv=<optimized out>) at /usr/src/debug/php-7.3.4/Zend/zend.c:745
        module = 0x55d698f4d380
#8  0x000055d69777c201 in _zend_hash_del_el_ex (prev=<optimized out>, p=<optimized out>, idx=163, ht=<optimized out>) at /usr/src/debug/php-7.3.4/Zend/zend_hash.c:1181
        tmp = {value = {lval = 94380177544064, dval = 4.6630003372919494e-310, counted = 0x55d698f4d380, str = 0x55d698f4d380, arr = 0x55d698f4d380, obj = 0x55d698f4d380, res = 0x55d698f4d380, ref = 0x55d698f4d380, ast = 0x55d698f4d380, zv = 0x55d698f4d380, ptr = 0x55d698f4d380, ce = 0x55d698f4d380, func = 0x55d698f4d380, ww = {w1 = 2566181760, w2 = 21974}}, u1 = {v = {type = 14 '\016', type_flags = 0 '\000', u = {call_info = 0, extra = 0}}, type_info = 14}, u2 = {next = 21974, cache_slot = 21974, opline_num = 21974, lineno = 21974, num_args = 21974, fe_pos = 21974, fe_iter_idx = 21974, access_flags = 21974, property_guard = 21974, constant_flags = 21974, extra = 21974}}
#9  _zend_hash_del_el (p=0x55d698f148f0, idx=163, ht=0x55d697b8ec00 <module_registry>) at /usr/src/debug/php-7.3.4/Zend/zend_hash.c:1204
        prev = <optimized out>
#10 zend_hash_graceful_reverse_destroy (ht=ht@entry=0x55d697b8ec00 <module_registry>) at /usr/src/debug/php-7.3.4/Zend/zend_hash.c:1658
        idx = 163
        p = 0x55d698f148f0
#11 0x000055d69776f81c in zend_destroy_modules () at /usr/src/debug/php-7.3.4/Zend/zend_API.c:2013
No locals.
#12 0x000055d69776b5b3 in zend_shutdown () at /usr/src/debug/php-7.3.4/Zend/zend.c:976
No locals.
#13 0x000055d69770b542 in php_module_shutdown () at /usr/src/debug/php-7.3.4/main/main.c:2489
No locals.
#14 0x000055d697806f69 in fpm_php_cleanup (which=<optimized out>, arg=<optimized out>) at /usr/src/debug/php-7.3.4/sapi/fpm/fpm/fpm_php.c:198
No locals.
#15 0x000055d6977ff81d in fpm_cleanups_run (type=type@entry=4) at /usr/src/debug/php-7.3.4/sapi/fpm/fpm/fpm_cleanup.c:43
        c = 0x55d6991ed360
        cl = <optimized out>
#16 0x000055d6978079a5 in fpm_pctl_exit () at /usr/src/debug/php-7.3.4/sapi/fpm/fpm/fpm_process_ctl.c:71
No locals.
#17 fpm_pctl_action_last () at /usr/src/debug/php-7.3.4/sapi/fpm/fpm/fpm_process_ctl.c:114
No locals.
#18 0x000055d6978087eb in fpm_pctl (action=2, new_state=0) at /usr/src/debug/php-7.3.4/sapi/fpm/fpm/fpm_process_ctl.c:236
No locals.
#19 fpm_pctl_child_exited () at /usr/src/debug/php-7.3.4/sapi/fpm/fpm/fpm_process_ctl.c:256
No locals.
#20 0x000055d6977ff339 in fpm_children_bury () at /usr/src/debug/php-7.3.4/sapi/fpm/fpm/fpm_children.c:266
        wp = 0x55d6991ede00
        tv1 = {tv_sec = 124763, tv_usec = 721385}
        tv2 = {tv_sec = 37048, tv_usec = 2031}
        buf = "on signal 15 (SIGTERM)", '\000' <repeats 26 times>, "\360\334\036\231\326U\000\000\001\347\001", '\000' <repeats 53 times>, "EXPF\000\000\000\000\222\200\200\227\326U\000"
        severity = 1
        restart_child = 1
        status = 15
        pid = 15234
        child = <optimized out>
        __func__ = "fpm_children_bury"
#21 0x000055d697803dbe in fpm_got_signal (ev=<optimized out>, which=<optimized out>, arg=<optimized out>) at /usr/src/debug/php-7.3.4/sapi/fpm/fpm/fpm_events.c:75
        c = 67 'C'
        res = <optimized out>
        ret = <optimized out>
        fd = 7
        __func__ = "fpm_got_signal"
#22 0x000055d6978111a6 in fpm_event_epoll_wait (queue=<optimized out>, timeout=<optimized out>) at /usr/src/debug/php-7.3.4/sapi/fpm/fpm/events/epoll.c:145
        ret = 1
        i = <optimized out>
        __func__ = "fpm_event_epoll_wait"
#23 0x000055d697804661 in fpm_event_loop (err=err@entry=0) at /usr/src/debug/php-7.3.4/sapi/fpm/fpm/fpm_events.c:409
        q = <optimized out>
        ms = <optimized out>
        tmp = <optimized out>
        timeout = <optimized out>
        ret = <optimized out>
        q2 = <optimized out>
        now = {tv_sec = 124763, tv_usec = 721366}
        signal_fd_event = {fd = 7, timeout = {tv_sec = 0, tv_usec = 0}, frequency = {tv_sec = 0, tv_usec = 0}, callback = 0x55d697803b90 <fpm_got_signal>, arg = 0x0, flags = 2, index = 7, which = 2}
        __func__ = "fpm_event_loop"
#24 0x000055d6977fec17 in fpm_run (max_requests=max_requests@entry=0x7ffc8d9e213c) at /usr/src/debug/php-7.3.4/sapi/fpm/fpm/fpm.c:113
        wp = 0x0
#25 0x000055d69756f576 in main (argc=2, argv=0x7ffc8d9e2758) at /usr/src/debug/php-7.3.4/sapi/fpm/fpm/fpm_main.c:1864
        exit_status = 0
        c = -1
        use_extended_info = 0
        file_handle = {handle = {fd = 1, fp = 0x7ffc00000001, stream = {handle = 0x7ffc00000001, isatty = 932569088, mmap = {len = 4287062190, pos = 139784892301536, map = 0xffffffff, buf = 0x0, old_handle = 0x0, old_closer = 0x7f223795e358}, reader = 0x7ffc8d9e2270, fsizer = 0x7ffc8d9e2260, closer = 0x134bd5d}}, filename = 0x7f22354589de "sem_init", opened_path = 0xffffffff, type = 890952720, free_filename = 34 '"'}
        orig_optind = 1
        orig_optarg = 0x0
        ini_entries_len = 0
        max_requests = 0
        requests = 0
        fcgi_fd = 0
        request = <optimized out>
        fpm_config = <optimized out>
        fpm_prefix = 0x0
        fpm_pid = 0x0
        test_conf = 0
        force_daemon = 0
        force_stderr = 0
        php_information = 0
        php_allow_to_run_as_root = 0
        ret = <optimized out>
        __func__ = "main"
From                To                  Syms Read   Shared Object Library
0x00007f2237508db0  0x00007f223750dc6c  Yes         /lib64/libcrypt.so.1
0x00007f2237300eb0  0x00007f2237304c55  Yes         /lib64/libargon2.so.0
0x00007f22370e38f0  0x00007f22370f1e52  Yes         /lib64/libresolv.so.2
0x00007f2236eca110  0x00007f2236ed6698  Yes         /lib64/libz.so.1
0x00007f2236cc21e0  0x00007f2236cc516c  Yes         /lib64/librt.so.1
0x00007f22369bd310  0x00007f2236a282d6  Yes         /lib64/libm.so.6
0x00007f22367b0d90  0x00007f22367b188e  Yes         /lib64/libdl.so.2
0x00007f2236593f80  0x00007f22365a16c3  Yes         /lib64/libnsl.so.1
0x00007f2236381f80  0x00007f2236385da1  Yes         /lib64/libacl.so.1
0x00007f223614ce70  0x00007f223616a50b  Yes         /lib64/libsystemd.so.0
0x00007f2235e06920  0x00007f2235eef810  Yes         /lib64/libxml2.so.2
0x00007f2235b94060  0x00007f2235bc650a  Yes         /lib64/libgssapi_krb5.so.2
0x00007f22358bdb00  0x00007f22359259ba  Yes         /lib64/libkrb5.so.3
0x00007f2235664890  0x00007f2235682b7f  Yes         /lib64/libk5crypto.so.3
0x00007f2235459500  0x00007f223545a0d3  Yes         /lib64/libcom_err.so.2
0x00007f22351fab00  0x00007f22352365ad  Yes         /lib64/libssl.so.10
0x00007f2234de5000  0x00007f2234f1d5c7  Yes         /lib64/libcrypto.so.10
0x00007f22349c78d0  0x00007f2234b16baf  Yes (*)     /lib64/libc.so.6
0x00007f22347a0b40  0x00007f22347a11bb  Yes         /lib64/libfreebl3.so
0x00007f22345858b0  0x00007f2234590d51  Yes         /lib64/libpthread.so.0
0x00007f2237740ad0  0x00007f223775bf80  Yes         /lib64/ld-linux-x86-64.so.2
0x00007f22343793d0  0x00007f223437b40a  Yes         /lib64/libattr.so.1
0x00007f2234171620  0x00007f2234172e56  Yes         /lib64/libcap.so.2
0x00007f2233f4e9d0  0x00007f2233f647d6  Yes         /lib64/libselinux.so.1
0x00007f2233d23080  0x00007f2233d39860  Yes         /lib64/liblzma.so.5
0x00007f2233b0a510  0x00007f2233b19690  Yes         /lib64/liblz4.so.1
0x00007f2233887500  0x00007f22338d7152  Yes         /lib64/libgcrypt.so.11
0x00007f2233678a30  0x00007f22336790a8  Yes         /lib64/libgpg-error.so.0
0x00007f2233431c80  0x00007f2233467ca3  Yes         /lib64/libdw.so.1
0x00007f2233212a90  0x00007f2233222245  Yes         /lib64/libgcc_s.so.1
0x00007f2233003aa0  0x00007f223300b21b  Yes         /lib64/libkrb5support.so.0
0x00007f2232df95b0  0x00007f2232dfa1cc  Yes         /lib64/libkeyutils.so.1
0x00007f2232b915f0  0x00007f2232bd75b0  Yes         /lib64/libpcre.so.1
0x00007f223297af90  0x00007f223298a3d3  Yes         /lib64/libelf.so.1
0x00007f2232769760  0x00007f22327755f0  Yes         /lib64/libbz2.so.1
0x00007f222bc96e90  0x00007f222bcbd1d7  Yes         /opt/remi/php73/root/usr/lib64/php/modules/xdebug.so
0x00007f222ba795d0  0x00007f222ba7da0b  Yes         /opt/remi/php73/root/usr/lib64/php/modules/bcmath.so
0x00007f222b872150  0x00007f222b873b45  Yes         /opt/remi/php73/root/usr/lib64/php/modules/bz2.so
0x00007f222b66a2d0  0x00007f222b66ce5e  Yes         /opt/remi/php73/root/usr/lib64/php/modules/calendar.so
0x00007f222b460b70  0x00007f222b4616f8  Yes         /opt/remi/php73/root/usr/lib64/php/modules/ctype.so
0x00007f222b24bc50  0x00007f222b255fcd  Yes         /opt/remi/php73/root/usr/lib64/php/modules/curl.so
0x00007f222afe2260  0x00007f222b02965a  Yes         /lib64/libcurl.so.4
0x00007f222ada3000  0x00007f222ada7538  Yes         /lib64/libidn.so.11
0x00007f222ab75480  0x00007f222ab8f507  Yes         /lib64/libssh2.so.1
0x00007f222a9242e0  0x00007f222a9532ef  Yes         /lib64/libssl3.so
0x00007f222a6f92c0  0x00007f222a70dd97  Yes         /lib64/libsmime3.so
0x00007f222a3d9df0  0x00007f222a4aefd4  Yes         /lib64/libnss3.so
0x00007f222a19c990  0x00007f222a1ac698  Yes         /lib64/libnssutil3.so
0x00007f2229f88ec0  0x00007f2229f89c28  Yes         /lib64/libplds4.so
0x00007f2229d814b0  0x00007f2229d82b16  Yes         /lib64/libplc4.so
0x00007f2229b4cc30  0x00007f2229b6ceaf  Yes         /lib64/libnspr4.so
0x00007f2229933680  0x00007f222993a9d2  Yes         /lib64/liblber-2.4.so.2
0x00007f22296e7ee0  0x00007f2229719304  Yes         /lib64/libldap-2.4.so.2
0x00007f22294bcbb0  0x00007f22294ce013  Yes         /lib64/libsasl2.so.3
0x00007f22292abba0  0x00007f22292b264d  Yes         /opt/remi/php73/root/usr/lib64/php/modules/dba.so
0x00007f2228f17440  0x00007f222905a08b  Yes         /lib64/libdb-5.3.so
0x00007f2228cd2cf0  0x00007f2228cde816  Yes         /lib64/liblmdb.so.0.0.0
0x00007f2228a581a0  0x00007f2228ab580c  Yes         /lib64/libtokyocabinet.so.9
0x00007f2228829b90  0x00007f222883c215  Yes         /opt/remi/php73/root/usr/lib64/php/modules/dom.so
0x00007f2228619e40  0x00007f222861b888  Yes         /opt/remi/php73/root/usr/lib64/php/modules/enchant.so
0x00007f222840aec0  0x00007f222840fd98  Yes         /lib64/libenchant.so.1
0x00007f2228201140  0x00007f2228202025  Yes         /lib64/libgmodule-2.0.so.0
0x00007f2227f030c0  0x00007f2227f7bd3a  Yes         /lib64/libglib-2.0.so.0
0x00007f2227cd69a0  0x00007f2227cdc848  Yes         /opt/remi/php73/root/usr/lib64/php/modules/exif.so
0x00007f22275a3ac0  0x00007f22275b4a34  Yes         /opt/remi/php73/root/usr/lib64/php/modules/fileinfo.so
0x00007f2227393750  0x00007f222739a0ea  Yes         /opt/remi/php73/root/usr/lib64/php/modules/ftp.so
0x00007f2227178500  0x00007f22271807d4  Yes         /opt/remi/php73/root/usr/lib64/php/modules/gd.so
0x00007f2226f16680  0x00007f2226f3be52  Yes         /lib64/libgd.so.3
0x00007f2226be5da0  0x00007f2226c6ca2b  Yes         /lib64/libX11.so.6
0x00007f22269b30e0  0x00007f22269be784  Yes         /lib64/libXpm.so.4
0x00007f2226784f50  0x00007f22267a0700  Yes         /lib64/libpng15.so.15
0x00007f222652bc30  0x00007f2226562730  Yes         /lib64/libjpeg.so.62
0x00007f222627b430  0x00007f22262f5822  Yes         /lib64/libfreetype.so.6
0x00007f22260271f0  0x00007f222604822a  Yes         /lib64/libfontconfig.so.1
0x00007f2225db0360  0x00007f2225dec234  Yes         /lib64/libtiff.so.5
0x00007f2225b3a690  0x00007f2225b9128b  Yes         /lib64/libwebp.so.7
0x00007f222591ba40  0x00007f222592d615  Yes         /lib64/libxcb.so.1
0x00007f22256e3e00  0x00007f22256fcc5c  Yes         /lib64/libexpat.so.1
0x00007f22254d94a0  0x00007f22254daaf2  Yes         /lib64/libuuid.so.1
0x00007f22252c9060  0x00007f22252cfc30  Yes         /lib64/libjbig.so.2.0
0x00007f22250c0ec0  0x00007f22250c1bdc  Yes         /lib64/libXau.so.6
0x00007f2224eb9120  0x00007f2224eb9f18  Yes         /opt/remi/php73/root/usr/lib64/php/modules/gettext.so
0x00007f2224ca4160  0x00007f2224cad2ee  Yes         /opt/remi/php73/root/usr/lib64/php/modules/gmp.so
0x00007f2224a34480  0x00007f2224a87614  Yes         /lib64/libgmp.so.10
0x00007f222481a460  0x00007f222481f38e  Yes         /opt/remi/php73/root/usr/lib64/php/modules/iconv.so
0x00007f2224606320  0x00007f22246103e2  Yes         /opt/remi/php73/root/usr/lib64/php/modules/imap.so
0x00007f2224302f60  0x00007f222437bf26  Yes         /lib64/libc-client.so.2007
0x00007f22240da670  0x00007f22240e1d0a  Yes         /lib64/libpam.so.0
0x00007f2223eab240  0x00007f2223eb17f2  Yes         /lib64/libaudit.so.1
0x00007f2223ca1580  0x00007f2223ca33bc  Yes         /lib64/libcap-ng.so.0
0x00007f2223a8dfa0  0x00007f2223a97202  Yes         /opt/remi/php73/root/usr/lib64/php/modules/interbase.so
0x00007f22237b7cb0  0x00007f222382d83a  Yes         /lib64/libfbclient.so.2
0x00007f2223576d50  0x00007f2223590462  Yes         /usr/lib64/libncurses.so.5
0x00007f222334ce40  0x00007f2223358bb8  Yes         /usr/lib64/libtinfo.so.5
0x00007f22230e3f80  0x00007f2223119dc2  Yes         /opt/remi/php73/root/usr/lib64/php/modules/intl.so
0x00007f2222ce32b0  0x00007f2222e399e0  Yes         /lib64/libicui18n.so.62
0x00007f22228a9d90  0x00007f2222978285  Yes         /lib64/libicuuc.so.62
0x00007f2220ca8510  0x00007f2220ca85f5  Yes (*)     /lib64/libicudata.so.62
0x00007f2220a9b320  0x00007f2220aa1fd3  Yes         /lib64/libicuio.so.62
0x00007f22207eb220  0x00007f22208522da  Yes         /lib64/libstdc++.so.6
0x00007f2220581ad0  0x00007f2220587a0c  Yes         /opt/remi/php73/root/usr/lib64/php/modules/json.so
0x00007f222036d7d0  0x00007f2220376718  Yes         /opt/remi/php73/root/usr/lib64/php/modules/ldap.so
0x00007f222011a6d0  0x00007f222014eae4  Yes         /lib64/libldap_r-2.4.so.2
0x00007f221fd9ac30  0x00007f221fde9edf  Yes         /opt/remi/php73/root/usr/lib64/php/modules/mbstring.so
0x00007f221fb4e630  0x00007f221fb6b4b9  Yes         /opt/remi/php73/root/usr/lib64/php/modules/mysqlnd.so
0x00007f221f92c660  0x00007f221f93323a  Yes         /opt/remi/php73/root/usr/lib64/php/modules/odbc.so
0x00007f221f6c6cb0  0x00007f221f711e70  Yes         /lib64/libodbc.so.2
0x00007f221f4b24b0  0x00007f221f4b6798  Yes         /lib64/libltdl.so.7
0x00007f221f296720  0x00007f221f2a2504  Yes         /opt/remi/php73/root/usr/lib64/php/modules/pdo.so
0x00007f221f04fb90  0x00007f221f0782da  Yes         /opt/remi/php73/root/usr/lib64/php/modules/phar.so
0x00007f221ee3a970  0x00007f221ee3d18d  Yes         /opt/remi/php73/root/usr/lib64/php/modules/posix.so
0x00007f221ec31bf0  0x00007f221ec332d8  Yes         /opt/remi/php73/root/usr/lib64/php/modules/pspell.so
0x00007f221e98a910  0x00007f221ea06bd0  Yes         /lib64/libaspell.so.15
0x00007f221e7585c0  0x00007f221e7586b4  Yes         /lib64/libpspell.so.15
0x00007f221e550e10  0x00007f221e5512e8  Yes         /opt/remi/php73/root/usr/lib64/php/modules/recode.so
0x00007f221e21a520  0x00007f221e247714  Yes         /lib64/librecode.so.0
0x00007f221df80f10  0x00007f221df81708  Yes         /opt/remi/php73/root/usr/lib64/php/modules/shmop.so
0x00007f221dd73350  0x00007f221dd7957b  Yes         /opt/remi/php73/root/usr/lib64/php/modules/simplexml.so
0x00007f221db64110  0x00007f221db686ae  Yes         /opt/remi/php73/root/usr/lib64/php/modules/snmp.so
0x00007f221d875cf0  0x00007f221d8f527c  Yes         /lib64/libnetsnmp.so.31
0x00007f221d610670  0x00007f221d6453b1  Yes         /opt/remi/php73/root/usr/lib64/php/modules/soap.so
0x00007f221d3f46d0  0x00007f221d3fedff  Yes         /opt/remi/php73/root/usr/lib64/php/modules/sockets.so
0x00007f221d1dcd40  0x00007f221d1e4018  Yes         /opt/remi/php73/root/usr/lib64/php/modules/sodium.so
0x00007f221cf8c340  0x00007f221cfc1fe9  Yes         /lib64/libsodium.so.23
0x00007f221cd74100  0x00007f221cd78738  Yes         /opt/remi/php73/root/usr/lib64/php/modules/sqlite3.so
0x00007f221cac2a00  0x00007f221cb4a860  Yes         /lib64/libsqlite3.so.0
0x00007f221c8b1460  0x00007f221c8b2208  Yes         /opt/remi/php73/root/usr/lib64/php/modules/sysvmsg.so
0x00007f221c6a8cc0  0x00007f221c6a9448  Yes         /opt/remi/php73/root/usr/lib64/php/modules/sysvsem.so
0x00007f221c4a11d0  0x00007f221c4a1c98  Yes         /opt/remi/php73/root/usr/lib64/php/modules/sysvshm.so
0x00007f221c293b00  0x00007f221c2987e8  Yes         /opt/remi/php73/root/usr/lib64/php/modules/tidy.so
0x00007f221bffd080  0x00007f221c025195  Yes         /lib64/libtidy.so.5
0x00007f221bdd1120  0x00007f221bdd2e82  Yes         /opt/remi/php73/root/usr/lib64/php/modules/tokenizer.so
0x00007f221bbc38a0  0x00007f221bbc7c8f  Yes         /opt/remi/php73/root/usr/lib64/php/modules/xml.so
0x00007f221b9b4450  0x00007f221b9b6a08  Yes         /opt/remi/php73/root/usr/lib64/php/modules/xmlwriter.so
0x00007f221b7aad40  0x00007f221b7ad0ea  Yes         /opt/remi/php73/root/usr/lib64/php/modules/xsl.so
0x00007f221b593d80  0x00007f221b5a03cc  Yes         /lib64/libexslt.so.0
0x00007f221b35ac60  0x00007f221b37f248  Yes         /lib64/libxslt.so.1
0x00007f221b1436c0  0x00007f221b146fbc  Yes         /opt/remi/php73/root/usr/lib64/php/modules/mcrypt.so
0x00007f221af0d340  0x00007f221af25568  Yes         /lib64/libmcrypt.so.4
0x00007f221ace7cd0  0x00007f221acf67eb  Yes         /opt/remi/php73/root/usr/lib64/php/modules/mysqli.so
0x00007f221aada060  0x00007f221aadc783  Yes         /opt/remi/php73/root/usr/lib64/php/modules/pdo_dblib.so
0x00007f221a873100  0x00007f221a8b1724  Yes         /lib64/libsybdb.so.5
0x00007f221a54f300  0x00007f221a61e617  Yes         /lib64/libgnutls.so.28
0x00007f221a2236d0  0x00007f221a2b676c  Yes         /lib64/libp11-kit.so.0
0x00007f2219fe2d20  0x00007f2219fed9fa  Yes         /lib64/libtasn1.so.6
0x00007f2219dae360  0x00007f2219dc8cac  Yes         /lib64/libnettle.so.4
0x00007f2219b868a0  0x00007f2219b91648  Yes         /lib64/libhogweed.so.2
0x00007f2219979890  0x00007f221997e028  Yes         /lib64/libffi.so.6
0x00007f22197721c0  0x00007f2219774f93  Yes         /opt/remi/php73/root/usr/lib64/php/modules/pdo_firebird.so
0x00007f2219569b80  0x00007f221956c83d  Yes         /opt/remi/php73/root/usr/lib64/php/modules/pdo_mysql.so
0x00007f2219361fc0  0x00007f2219364435  Yes         /opt/remi/php73/root/usr/lib64/php/modules/pdo_odbc.so
0x00007f221915a810  0x00007f221915cd0c  Yes         /opt/remi/php73/root/usr/lib64/php/modules/pdo_sqlite.so
0x00007f2218f52080  0x00007f2218f55811  Yes         /opt/remi/php73/root/usr/lib64/php/modules/wddx.so
0x00007f2218d4aed0  0x00007f2218d4d122  Yes         /opt/remi/php73/root/usr/lib64/php/modules/xmlreader.so
0x00007f2218b32570  0x00007f2218b3c5b2  Yes         /opt/remi/php73/root/usr/lib64/php/modules/xmlrpc.so
0x00007f2218922200  0x00007f2218924e52  Yes         /opt/remi/php73/root/usr/lib64/php/modules/ahocorasick.so
0x00007f2218700a50  0x00007f2218713996  Yes         /opt/remi/php73/root/usr/lib64/php/modules/amqp.so
0x00007f22184e3f80  0x00007f22184eee88  Yes         /lib64/librabbitmq.so.4
                                        No          /opt/remi/php73/root/usr/lib64/php/modules/apcu.so
0x00007f22180c0b50  0x00007f22180c0de8  Yes         /opt/remi/php73/root/usr/lib64/php/modules/apfd.so
0x00007f2217eb2a60  0x00007f2217eb9447  Yes         /opt/remi/php73/root/usr/lib64/php/modules/ast.so
0x00007f2217ca9bb0  0x00007f2217cab4e8  Yes         /opt/remi/php73/root/usr/lib64/php/modules/bitset.so
                                        No          /opt/remi/php73/root/usr/lib64/php/modules/brotli.so
0x00007f221779a9c0  0x00007f22177ce577  Yes         /opt/remi/php73/root/usr/lib64/php/modules/cassandra.so
0x00007f22172e4610  0x00007f22173fbfb6  Yes         /lib64/libcassandra.so.2
0x00007f221701a3b0  0x00007f2217031a8c  Yes         /lib64/libuv.so.1
0x00007f2216dc3730  0x00007f2216df6f6a  Yes         /opt/remi/php73/root/usr/lib64/php/modules/cmark.so
0x00007f2216ba3920  0x00007f2216ba9331  Yes         /opt/remi/php73/root/usr/lib64/php/modules/componere.so
0x00007f221698f250  0x00007f221699721d  Yes         /opt/remi/php73/root/usr/lib64/php/modules/crypto.so
0x00007f221677ad90  0x00007f221677df53  Yes         /opt/remi/php73/root/usr/lib64/php/modules/dbase.so
0x00007f22165601b0  0x00007f2216569f2a  Yes         /opt/remi/php73/root/usr/lib64/php/modules/ddtrace.so
0x00007f221634c820  0x00007f2216350fb8  Yes         /opt/remi/php73/root/usr/lib64/php/modules/decimal.so
0x00007f221610e800  0x00007f22161378b0  Yes         /lib64/libmpdec.so.2
0x00007f2215f027f0  0x00007f2215f0573b  Yes         /opt/remi/php73/root/usr/lib64/php/modules/dio.so
0x00007f2215cfa0d0  0x00007f2215cfbfa8  Yes         /opt/remi/php73/root/usr/lib64/php/modules/geoip.so
0x00007f2215acee40  0x00007f2215ae2eba  Yes         /lib64/libGeoIP.so.1
0x00007f22158b5c80  0x00007f22158bd548  Yes         /opt/remi/php73/root/usr/lib64/php/modules/geos.so
0x00007f2215695560  0x00007f22156a46e4  Yes         /lib64/libgeos_c.so.1
0x00007f221537d2f0  0x00007f2215430d38  Yes         /lib64/libgeos-3.4.2.so
0x00007f22150e2710  0x00007f22150e552d  Yes         /opt/remi/php73/root/usr/lib64/php/modules/geospatial.so
0x00007f2214ed35e0  0x00007f2214ed8838  Yes         /opt/remi/php73/root/usr/lib64/php/modules/gnupg.so
0x00007f2214c9e0b0  0x00007f2214cbc990  Yes         /lib64/libgpgme.so.11
0x00007f2214a83300  0x00007f2214a8bcd0  Yes         /lib64/libassuan.so.0
0x00007f22145cd1e0  0x00007f2214786e42  Yes         /opt/remi/php73/root/usr/lib64/php/modules/grpc.so
0x00007f2214399c70  0x00007f221439b1a8  Yes         /opt/remi/php73/root/usr/lib64/php/modules/hdrhistogram.so
0x00007f221418aa80  0x00007f221418dd96  Yes         /lib64/libhdr_histogram.so.3
0x00007f2213f36780  0x00007f2213f7b744  Yes         /opt/remi/php73/root/usr/lib64/php/modules/hprose.so
0x00007f2213d29660  0x00007f2213d2a31b  Yes         /opt/remi/php73/root/usr/lib64/php/modules/hrtime.so
0x00007f2213afa100  0x00007f2213b1db5c  Yes         /opt/remi/php73/root/usr/lib64/php/modules/igbinary.so
0x00007f22138ae9b0  0x00007f22138d11ac  Yes         /opt/remi/php73/root/usr/lib64/php/modules/imagick.so
0x00007f22135747c0  0x00007f2213662cfe  Yes         /lib64/libMagickWand-6.Q16.so.6
0x00007f22130c74a0  0x00007f221328b068  Yes         /lib64/libMagickCore-6.Q16.so.6
0x00007f2212e350c0  0x00007f2212e68640  Yes         /lib64/liblcms2.so.2
0x00007f2212c212b0  0x00007f2212c2236c  Yes         /lib64/libraqm.so.0
0x00007f22128b3f20  0x00007f22129f0b98  Yes         /lib64/libfftw3.so.3
0x00007f2212683770  0x00007f221268d470  Yes         /lib64/libXext.so.6
0x00007f221242b1b0  0x00007f22124671d9  Yes         /lib64/libXt.so.6
0x00007f2212211c20  0x00007f2212215c34  Yes         /lib64/libSM.so.6
0x00007f2211ff5020  0x00007f22120024fa  Yes         /lib64/libICE.so.6
0x00007f2211dcf020  0x00007f2211de5bea  Yes         /lib64/libgomp.so.1
0x00007f2211b304e0  0x00007f2211b8b4ca  Yes         /lib64/libharfbuzz.so.0
0x00007f2211909700  0x00007f221190d9bf  Yes         /lib64/libfribidi.so.0
0x00007f22116da830  0x00007f22116fddf8  Yes         /lib64/libgraphite2.so.3
0x00007f22114d1230  0x00007f22114d1db8  Yes         /opt/remi/php73/root/usr/lib64/php/modules/inotify.so
0x00007f22112c9fb0  0x00007f22112cb9d8  Yes         /opt/remi/php73/root/usr/lib64/php/modules/ip2location.so
0x00007f22110c1ce0  0x00007f22110c40cb  Yes         /lib64/libIP2Location.so.1
0x00007f2210ea8330  0x00007f2210eb2be8  Yes         /opt/remi/php73/root/usr/lib64/php/modules/krb5.so
0x00007f2210c8e1a0  0x00007f2210c987d5  Yes         /lib64/libkadm5clnt_mit.so.11
0x00007f2210a6d9d0  0x00007f2210a7eea6  Yes         /lib64/libgssrpc.so.4
0x00007f221085c040  0x00007f221085f4b8  Yes         /opt/remi/php73/root/usr/lib64/php/modules/leveldb.so
0x00007f2210614310  0x00007f2210643b34  Yes         /lib64/libleveldb.so.1
0x00007f22103f9d50  0x00007f22103fb704  Yes         /lib64/libsnappy.so.1
0x00007f22101c35b0  0x00007f22101dece9  Yes         /opt/remi/php73/root/usr/lib64/php/modules/libvirt-php.so
0x00007f220ffb0cf0  0x00007f220ffb1ab0  Yes         /lib64/libvirt-qemu.so.0
0x00007f220fa5a2d0  0x00007f220fc9f96a  Yes         /lib64/libvirt.so.0
0x00007f220f7c92a0  0x00007f220f7ce4e8  Yes         /lib64/libyajl.so.2
0x00007f220f5711b0  0x00007f220f5a262f  Yes         /lib64/libnl-route-3.so.200
0x00007f220f338980  0x00007f220f346345  Yes         /lib64/libnl-3.so.200
0x00007f220f0e3810  0x00007f220f115f66  Yes         /lib64/libdevmapper.so.1.02
0x00007f220eecb440  0x00007f220eecfe22  Yes         /lib64/libnuma.so.1
0x00007f220ecbb530  0x00007f220ecc0679  Yes         /lib64/libavahi-common.so.3
0x00007f220eaa39d0  0x00007f220eaabc07  Yes         /lib64/libavahi-client.so.3
0x00007f220e85e200  0x00007f220e888c14  Yes         /lib64/libdbus-1.so.3
0x00007f220e648e50  0x00007f220e649764  Yes         /lib64/libutil.so.1
0x00007f220e3ae140  0x00007f220e41e326  Yes         /lib64/libsepol.so.1
0x00007f220e193a20  0x00007f220e19ea6f  Yes         /lib64/libudev.so.1
0x00007f220df8a8e0  0x00007f220df8c9c8  Yes         /opt/remi/php73/root/usr/lib64/php/modules/lua.so
0x00007f220dd5ef60  0x00007f220dd795cc  Yes         /lib64/liblua-5.1.so
0x00007f220db42290  0x00007f220db51767  Yes         /opt/remi/php73/root/usr/lib64/php/modules/lz4.so
0x00007f220d939390  0x00007f220d939d71  Yes         /opt/remi/php73/root/usr/lib64/php/modules/lzf.so
0x00007f220d730680  0x00007f220d731128  Yes         /lib64/liblzf.so.1
0x00007f220d523d70  0x00007f220d52a54e  Yes         /opt/remi/php73/root/usr/lib64/php/modules/mailparse.so
0x00007f220d319520  0x00007f220d31a248  Yes         /opt/remi/php73/root/usr/lib64/php/modules/maxminddb.so
0x00007f220d110fb0  0x00007f220d113ba8  Yes         /lib64/libmaxminddb.so.0
0x00007f220cf0a300  0x00007f220cf0cc4d  Yes         /opt/remi/php73/root/usr/lib64/php/modules/memprof.so
0x00007f220ccbc1b0  0x00007f220cd0012c  Yes         /lib64/libJudy.so.1
0x00007f220caab100  0x00007f220caaeb80  Yes         /opt/remi/php73/root/usr/lib64/php/modules/mogilefs.so
0x00007f220c882650  0x00007f220c897918  Yes         /lib64/libneon.so.27
0x00007f220c671b70  0x00007f220c673438  Yes         /lib64/libpakchois.so.0
0x00007f220c4514a0  0x00007f220c46329a  Yes         /lib64/libproxy.so.1
0x00007f220c242480  0x00007f220c24602c  Yes         /lib64/libmodman.so.1
0x00007f220c034090  0x00007f220c0385da  Yes         /opt/remi/php73/root/usr/lib64/php/modules/mosquitto.so
0x00007f220be1ba20  0x00007f220be23f94  Yes         /lib64/libmosquitto.so.1
0x00007f220bc03620  0x00007f220bc0ce35  Yes         /opt/remi/php73/root/usr/lib64/php/modules/msgpack.so
0x00007f220b9ee090  0x00007f220b9f632c  Yes         /opt/remi/php73/root/usr/lib64/php/modules/mustache.so
0x00007f220b7d4290  0x00007f220b7dfaea  Yes         /lib64/libmustache.so.5
0x00007f220b5a9a80  0x00007f220b5c2d44  Yes         /lib64/libyaml-0.so.2
0x00007f220b39be90  0x00007f220b39f039  Yes         /opt/remi/php73/root/usr/lib64/php/modules/nsq.so
0x00007f220b15c840  0x00007f220b1862c0  Yes         /lib64/libevent-2.0.so.5
0x00007f220af3d660  0x00007f220af49590  Yes         /opt/remi/php73/root/usr/lib64/php/modules/oauth.so
0x00007f220ad2b2d0  0x00007f220ad2f194  Yes         /opt/remi/php73/root/usr/lib64/php/modules/opencensus.so
0x00007f220aacf620  0x00007f220ab0bbc5  Yes         /opt/remi/php73/root/usr/lib64/php/modules/parle.so
0x00007f220a89a000  0x00007f220a8b0598  Yes         /opt/remi/php73/root/usr/lib64/php/modules/pdf.so
0x00007f220a529030  0x00007f220a5e512c  Yes (*)     /lib64/libpdf.so.6
0x00007f220a2b1760  0x00007f220a2b9b48  Yes         /opt/remi/php73/root/usr/lib64/php/modules/propro.so
0x00007f220a0a4ef0  0x00007f220a0a675f  Yes         /opt/remi/php73/root/usr/lib64/php/modules/psr.so
0x00007f2209e92f20  0x00007f2209e9862e  Yes         /opt/remi/php73/root/usr/lib64/php/modules/radius.so
0x00007f2209c89c80  0x00007f2209c8b708  Yes         /opt/remi/php73/root/usr/lib64/php/modules/raphf.so
0x00007f2209a2d090  0x00007f2209a61082  Yes         /opt/remi/php73/root/usr/lib64/php/modules/rar.so
0x00007f2209807b30  0x00007f220980fb5e  Yes         /opt/remi/php73/root/usr/lib64/php/modules/rdkafka.so
0x00007f2209515f60  0x00007f22095bbb3e  Yes         /lib64/librdkafka.so.1
0x00007f2209301b50  0x00007f2209302818  Yes         /opt/remi/php73/root/usr/lib64/php/modules/rpminfo.so
0x00007f22090ab340  0x00007f22090e4e85  Yes         /lib64/librpm.so.3
0x00007f2208e72f70  0x00007f2208e88220  Yes         /lib64/librpmio.so.3
0x00007f2208c59cf0  0x00007f2208c5f2a8  Yes         /lib64/libpopt.so.0
0x00007f2208a4aaf0  0x00007f2208a4de17  Yes         /opt/remi/php73/root/usr/lib64/php/modules/rrd.so
0x00007f220880ec20  0x00007f2208834d48  Yes         /lib64/librrd.so.4
0x00007f22085fcc40  0x00007f2208601c56  Yes         /lib64/libpangocairo-1.0.so.0
0x00007f22083bcfc0  0x00007f22083dccd0  Yes         /lib64/libpango-1.0.so.0
0x00007f220808cb10  0x00007f2208168056  Yes         /lib64/libcairo.so.2
0x00007f2207e326c0  0x00007f2207e61a5c  Yes         /lib64/libgobject-2.0.so.0
0x00007f2207c17580  0x00007f2207c2044d  Yes         /lib64/libpangoft2-1.0.so.0
0x00007f2207a01c70  0x00007f2207a077c8  Yes         /lib64/libthai.so.0
0x00007f220775a670  0x00007f22077dff70  Yes         /lib64/libpixman-1.so.0
0x00007f220753afd0  0x00007f2207545437  Yes         /lib64/libEGL.so.1
0x00007f2207330db0  0x00007f22073318b3  Yes         /lib64/libxcb-shm.so.0
0x00007f22071250d0  0x00007f2207129a25  Yes         /lib64/libxcb-render.so.0
0x00007f2206f11b70  0x00007f2206f17cc5  Yes         /lib64/libXrender.so.1
0x00007f2206cc0490  0x00007f2206cc385a  Yes         /lib64/libGL.so.1
0x00007f2206a06c50  0x00007f2206a09a87  Yes         /lib64/libGLdispatch.so.0
0x00007f2206793030  0x00007f220679cda8  Yes         /lib64/libGLX.so.0
0x00007f22065891b0  0x00007f220658cb97  Yes         /opt/remi/php73/root/usr/lib64/php/modules/scrypt.so
0x00007f2206366620  0x00007f220636e055  Yes         /opt/remi/php73/root/usr/lib64/php/modules/seaslog.so
0x00007f2206153a30  0x00007f2206156368  Yes         /opt/remi/php73/root/usr/lib64/php/modules/selinux.so
0x00007f2205f44640  0x00007f2205f4a449  Yes         /opt/remi/php73/root/usr/lib64/php/modules/smbclient.so
0x00007f2205d20610  0x00007f2205d32e98  Yes         /lib64/libsmbclient.so.0
0x00007f2205aa5450  0x00007f2205abf34c  Yes         /lib64/libsamba-util.so.0
0x00007f2205890cc0  0x00007f22058911d8  Yes         /usr/lib64/samba/libreplace-samba4.so
0x00007f220566f0b0  0x00007f220567c512  Yes         /usr/lib64/samba/libmsrpc3-samba4.so
0x00007f2205461170  0x00007f22054624a5  Yes         /usr/lib64/samba/liblibcli-lsa3-samba4.so
0x00007f2205203ad0  0x00007f220523b49b  Yes         /usr/lib64/samba/liblibsmb-samba4.so
0x00007f2204fde360  0x00007f2204fe7522  Yes         /lib64/libndr.so.0
0x00007f2204d690a0  0x00007f2204da198d  Yes         /lib64/libsmbconf.so.0
0x00007f2204b30e00  0x00007f2204b3c883  Yes         /usr/lib64/samba/libsamba-security-samba4.so
0x00007f2204921ed0  0x00007f2204923b9d  Yes         /usr/lib64/samba/libsamba-debug-samba4.so
0x00007f2204629150  0x00007f22046297e3  Yes         /lib64/libsamba-errors.so.1
0x00007f22043c8e50  0x00007f22043c92f3  Yes         /lib64/libtevent-util.so.0
0x00007f220419ff50  0x00007f22041b1c59  Yes         /usr/lib64/samba/libgse-samba4.so
0x00007f2203ca4d50  0x00007f2203eac2be  Yes         /lib64/libndr-standard.so.0
0x00007f22038f5300  0x00007f220399c3ab  Yes         /usr/lib64/samba/libdcerpc-samba-samba4.so
0x00007f2203687e80  0x00007f22036a1069  Yes         /usr/lib64/samba/libcli-smb-common-samba4.so
0x00007f2203479e20  0x00007f220347a754  Yes         /usr/lib64/samba/libutil-cmdline-samba4.so
0x00007f220326aec0  0x00007f220326e8d6  Yes         /usr/lib64/samba/libsamba3-util-samba4.so
0x00007f220304db30  0x00007f2203057a9e  Yes         /usr/lib64/samba/libsecrets3-samba4.so
0x00007f2202e3a6f0  0x00007f2202e4366a  Yes         /lib64/libtalloc.so.2
0x00007f2202c2c120  0x00007f2202c32e7c  Yes         /lib64/libtevent.so.0
0x00007f2202a20760  0x00007f2202a20a89  Yes         /usr/lib64/samba/libtime-basic-samba4.so
0x00007f2202818780  0x00007f220281e75e  Yes (*)     /usr/lib64/samba/libaesni-intel-samba4.so
0x00007f2202610800  0x00007f2202610965  Yes         /usr/lib64/samba/libgenrand-samba4.so
0x00007f2202408670  0x00007f22024087e4  Yes         /usr/lib64/samba/libsocket-blocking-samba4.so
0x00007f2202200b20  0x00007f2202200fe2  Yes         /usr/lib64/samba/libsys-rw-samba4.so
0x00007f2201ff9330  0x00007f2201ffba07  Yes         /lib64/libsystemd-daemon.so.0
0x00007f2201de5d70  0x00007f2201decc94  Yes         /lib64/libsamba-credentials.so.0
0x00007f2201ac4900  0x00007f2201b82f0c  Yes         /usr/lib64/samba/libndr-samba-samba4.so
0x00007f220187eac0  0x00007f2201889c26  Yes         /lib64/libsamba-hostconfig.so.0
0x00007f2201662fa0  0x00007f2201666aaa  Yes         /usr/lib64/samba/libdbwrap-samba4.so
0x00007f220144c550  0x00007f220145538d  Yes         /usr/lib64/samba/libcliauth-samba4.so
0x00007f2201229270  0x00007f2201236849  Yes         /lib64/libdcerpc-binding.so.0
0x00007f2201019100  0x00007f22010197e1  Yes         /usr/lib64/samba/libutil-tdb-samba4.so
0x00007f2200dfd4e0  0x00007f2200e07aba  Yes         /usr/lib64/samba/libsamba-sockets-samba4.so
0x00007f2200bd0950  0x00007f2200be4ded  Yes         /usr/lib64/samba/libgensec-samba4.so
0x00007f22009c1cc0  0x00007f22009c3964  Yes         /usr/lib64/samba/libasn1util-samba4.so
0x00007f22007bac30  0x00007f22007bd1d6  Yes         /usr/lib64/samba/libcli-cldap-samba4.so
0x00007f22005b0e70  0x00007f22005b17c9  Yes         /usr/lib64/samba/libCHARSET3-samba4.so
0x00007f220039d380  0x00007f22003a7f9a  Yes         /lib64/libndr-nbt.so.0
0x00007f22001916a0  0x00007f2200192bf8  Yes         /usr/lib64/samba/libsmb-transport-samba4.so
0x00007f21fff88d80  0x00007f21fff89801  Yes         /usr/lib64/samba/libinterfaces-samba4.so
0x00007f21ffd80980  0x00007f21ffd80f45  Yes         /usr/lib64/samba/libtalloc-report-samba4.so
0x00007f21ffb72e80  0x00007f21ffb7759c  Yes         /usr/lib64/samba/libmessages-dgm-samba4.so
0x00007f21ff968880  0x00007f21ff968b49  Yes         /usr/lib64/samba/libsmbd-shim-samba4.so
0x00007f21ff7611d0  0x00007f21ff761c4f  Yes         /usr/lib64/samba/libserver-id-db-samba4.so
0x00007f21ff558790  0x00007f21ff558a15  Yes         /usr/lib64/samba/libiov-buf-samba4.so
0x00007f21ff3436a0  0x00007f21ff34c393  Yes         /usr/lib64/samba/libsamba-cluster-support-samba4.so
0x00007f21ff1389d0  0x00007f21ff138c4f  Yes         /usr/lib64/samba/libutil-reg-samba4.so
0x00007f21fef306e0  0x00007f21fef3089c  Yes         /usr/lib64/samba/libmessages-util-samba4.so
0x00007f21fed28880  0x00007f21fed28acb  Yes         /usr/lib64/samba/libutil-setid-samba4.so
0x00007f21feb20c90  0x00007f21feb2112f  Yes         /usr/lib64/samba/libtdb-wrap-samba4.so
0x00007f21fe918830  0x00007f21fe918a8f  Yes         /usr/lib64/samba/libserver-role-samba4.so
0x00007f21fe703600  0x00007f21fe70f6d8  Yes         /lib64/libtdb.so.1
0x00007f21fe4db830  0x00007f21fe4f1546  Yes         /lib64/libsystemd-journal.so.0
0x00007f21fe2ca960  0x00007f21fe2cef62  Yes         /usr/lib64/samba/libaddns-samba4.so
0x00007f21fe0bbe60  0x00007f21fe0c0187  Yes         /usr/lib64/samba/libkrb5samba-samba4.so
0x00007f21fdeab490  0x00007f21fdeaff3b  Yes         /usr/lib64/samba/libauthkrb5-samba4.so
0x00007f21fdc9a9a0  0x00007f21fdc9e339  Yes         /usr/lib64/samba/libcli-nbt-samba4.so
0x00007f21fda70b90  0x00007f21fda83c8a  Yes         /usr/lib64/samba/libsamdb-common-samba4.so
0x00007f21fd842df0  0x00007f21fd854f74  Yes         /usr/lib64/samba/libldbsamba-samba4.so
0x00007f21fd6089e0  0x00007f21fd621908  Yes         /lib64/libldb.so.1
0x00007f21fd3f33d0  0x00007f21fd3f9eb4  Yes         /lib64/libwbclient.so.0
0x00007f21fd1e8e10  0x00007f21fd1e95ef  Yes         /usr/lib64/samba/libsamba-modules-samba4.so
0x00007f21fcfd5cf0  0x00007f21fcfdfce6  Yes         /lib64/libsamdb.so.0
0x00007f21fcdc96c0  0x00007f21fcdcbee2  Yes         /usr/lib64/samba/libcommon-auth-samba4.so
0x00007f21fcbc1d10  0x00007f21fcbc524e  Yes         /usr/lib64/samba/libcli-ldap-common-samba4.so
0x00007f21fc9b8860  0x00007f21fc9b8ca4  Yes         /usr/lib64/samba/libmsghdr-samba4.so
0x00007f21fc7ac0a0  0x00007f21fc7b19c6  Yes         /lib64/libndr-krb5pac.so.0
0x00007f21fc5a07d0  0x00007f21fc5a0a87  Yes         /usr/lib64/samba/libflag-mapping-samba4.so
0x00007f21fc398e90  0x00007f21fc399bd4  Yes         /usr/lib64/samba/libwinbind-client-samba4.so
0x00007f21fc18a940  0x00007f21fc18e9f5  Yes         /opt/remi/php73/root/usr/lib64/php/modules/snappy.so
0x00007f21fbf7b2d0  0x00007f21fbf7f938  Yes         /opt/remi/php73/root/usr/lib64/php/modules/sphinx.so
0x00007f21fbd69800  0x00007f21fbd6eff5  Yes (*)     /lib64/libsphinxclient-0.0.1.so
0x00007f21fbb60ce0  0x00007f21fbb61108  Yes         /opt/remi/php73/root/usr/lib64/php/modules/ssdeep.so
0x00007f21fb958ef0  0x00007f21fb95a737  Yes         /lib64/libfuzzy.so.2
0x00007f21fb745c70  0x00007f21fb74da98  Yes         /opt/remi/php73/root/usr/lib64/php/modules/ssh2.so
0x00007f21fb5155a0  0x00007f21fb532762  Yes         /opt/remi/php73/root/usr/lib64/php/modules/stats.so
0x00007f21fb303f00  0x00007f21fb308b28  Yes         /opt/remi/php73/root/usr/lib64/php/modules/stomp.so
0x00007f21fb0f31d0  0x00007f21fb0f6177  Yes         /opt/remi/php73/root/usr/lib64/php/modules/sync.so
0x00007f21faee2240  0x00007f21faee6518  Yes         /opt/remi/php73/root/usr/lib64/php/modules/taint.so
0x00007f21facd8a40  0x00007f21facd8ce8  Yes         /opt/remi/php73/root/usr/lib64/php/modules/tcpwrap.so
0x00007f21faacb3e0  0x00007f21faaceea8  Yes         /lib64/libwrap.so.0
0x00007f21fa8c1b10  0x00007f21fa8c3348  Yes         /opt/remi/php73/root/usr/lib64/php/modules/termbox.so
0x00007f21fa6b2b50  0x00007f21fa6b6470  Yes         /lib64/libtermbox.so.1
0x00007f21fa4a30f0  0x00007f21fa4a6bc4  Yes         /opt/remi/php73/root/usr/lib64/php/modules/timecop.so
0x00007f21fa293240  0x00007f21fa297d77  Yes         /opt/remi/php73/root/usr/lib64/php/modules/trace.so
0x00007f21fa089440  0x00007f21fa089fb8  Yes         /opt/remi/php73/root/usr/lib64/php/modules/uuid.so
0x00007f21f9e62950  0x00007f21f9e77329  Yes         /opt/remi/php73/root/usr/lib64/php/modules/uv.so
0x00007f21f9c4bc50  0x00007f21f9c4fbec  Yes         /opt/remi/php73/root/usr/lib64/php/modules/varnish.so
0x00007f21f9a205c0  0x00007f21f9a34299  Yes         /lib64/libvarnishapi.so.1
0x00007f21f980c340  0x00007f21f980fd18  Yes         /opt/remi/php73/root/usr/lib64/php/modules/vips.so
0x00007f21f9211fa0  0x00007f21f93c740a  Yes         /lib64/libvips.so.42
0x00007f21f8f80410  0x00007f21f8f9d640  Yes         /lib64/libgsf-1.so.114
0x00007f21f8cf2d40  0x00007f21f8d445ef  Yes         /lib64/liborc-0.4.so.0
0x00007f21f8ad9e50  0x00007f21f8adee70  Yes         /lib64/libgif.so.4
0x00007f21f88a81d0  0x00007f21f88cbca1  Yes         /lib64/librsvg-2.so.2
0x00007f21f867f530  0x00007f21f8695959  Yes         /lib64/libgdk_pixbuf-2.0.so.0
0x00007f21f84384b0  0x00007f21f84582d3  Yes         /lib64/libpoppler-glib.so.18
0x00007f21f80b03a0  0x00007f21f8192f6f  Yes         /lib64/libgio-2.0.so.0
0x00007f21f7ddc6e0  0x00007f21f7e1d48c  Yes         /lib64/libIlmImf.so.7
0x00007f21f7b9ad30  0x00007f21f7ba74a0  Yes         /lib64/libImath.so.6
0x00007f21f7950b10  0x00007f21f7951034  Yes         /lib64/libHalf.so.6
0x00007f21f7742770  0x00007f21f7746aa4  Yes         /lib64/libIex.so.6
0x00007f21f7529b40  0x00007f21f752a4a4  Yes         /lib64/libIexMath.so.6
0x00007f21f7322f30  0x00007f21f73242ec  Yes         /lib64/libIlmThread.so.6
0x00007f21f70f7d00  0x00007f21f7112584  Yes         /lib64/libopenslide.so.0
0x00007f21f6d3a570  0x00007f21f6e3cefa  Yes         /lib64/libcfitsio.so.2
0x00007f21f6b09720  0x00007f21f6b0fb37  Yes         /lib64/libwebpmux.so.3
0x00007f21f68cd6a0  0x00007f21f68fa968  Yes         /lib64/libmatio.so.2
0x00007f21f63062d0  0x00007f21f664dc10  Yes         /lib64/libhdf5.so.8
0x00007f21f6098730  0x00007f21f60a9ac4  Yes         /lib64/libexif.so.12
0x00007f21f5e50cc0  0x00007f21f5e6fac6  Yes         /lib64/libcroco-0.6.so.3
0x00007f21f5a73d00  0x00007f21f5b83e38  Yes         /lib64/libpoppler.so.46
0x00007f21f57950a0  0x00007f21f57ad6b3  Yes         /lib64/libopenjpeg.so.1
0x00007f21f5551f20  0x00007f21f5579ffa  Yes         /lib64/libmount.so.1
0x00007f21f5340660  0x00007f21f53407ca  Yes         /lib64/libgthread-2.0.so.0
0x00007f21f5138870  0x00007f21f5139053  Yes         /lib64/libsz.so.2
0x00007f21f4f00730  0x00007f21f4f268da  Yes         /lib64/libblkid.so.1
0x00007f21f4cf0d00  0x00007f21f4cf5de2  Yes         /lib64/libaec.so.0
0x00007f21f4ae3060  0x00007f21f4ae61f5  Yes         /opt/remi/php73/root/usr/lib64/php/modules/vld.so
0x00007f21f48d92d0  0x00007f21f48da198  Yes         /opt/remi/php73/root/usr/lib64/php/modules/xattr.so
0x00007f21f46ca660  0x00007f21f46d23f2  Yes         /opt/remi/php73/root/usr/lib64/php/modules/xdiff.so
0x00007f21f44bb760  0x00007f21f44bea2c  Yes         /opt/remi/php73/root/usr/lib64/php/modules/xlswriter.so
0x00007f21f4275500  0x00007f21f42a122e  Yes         /lib64/libxlsxwriter.so
0x00007f21f405aa00  0x00007f21f405ca45  Yes         /opt/remi/php73/root/usr/lib64/php/modules/xmldiff.so
0x00007f21f3e45e20  0x00007f21f3e4ebd8  Yes         /lib64/libdiffmark.so.1
0x00007f21f3c32b50  0x00007f21f3c37481  Yes         /opt/remi/php73/root/usr/lib64/php/modules/yac.so
0x00007f21f3a28680  0x00007f21f3a29684  Yes         /lib64/libfastlz.so.0
0x00007f21f3821890  0x00007f21f38235b1  Yes         /opt/remi/php73/root/usr/lib64/php/modules/yaconf.so
0x00007f21f35f0f20  0x00007f21f360e360  Yes         /opt/remi/php73/root/usr/lib64/php/modules/yaf.so
0x00007f21f33d30b0  0x00007f21f33d8517  Yes         /opt/remi/php73/root/usr/lib64/php/modules/yaml.so
0x00007f21f31c4000  0x00007f21f31c8f18  Yes         /opt/remi/php73/root/usr/lib64/php/modules/yaz.so
0x00007f21f2e794b0  0x00007f21f2ee889c  Yes         /lib64/libyaz.so.5
0x00007f21f2be5250  0x00007f21f2c00a8c  Yes         /lib64/libmemcached.so.11
0x00007f21f29d9870  0x00007f21f29dab50  Yes         /lib64/libmemcachedutil.so.2
0x00007f21f27cade0  0x00007f21f27d1628  Yes         /lib64/libhiredis.so.0.13
0x00007f21f25bc8f0  0x00007f21f25c2959  Yes         /opt/remi/php73/root/usr/lib64/php/modules/zip.so
0x00007f21f239bda0  0x00007f21f23ab023  Yes         /lib64/libzip.so.5
0x00007f21f2185220  0x00007f21f218e458  Yes         /opt/remi/php73/root/usr/lib64/php/modules/zmq.so
0x00007f21f1f16080  0x00007f21f1f62e3c  Yes         /lib64/libzmq.so.5
0x00007f21f1cbc2e0  0x00007f21f1ce2d5c  Yes         /lib64/libpgm-5.2.so.0
0x00007f21f1ab1fb0  0x00007f21f1ab3388  Yes         /opt/remi/php73/root/usr/lib64/php/modules/zstd.so
0x00007f21f1814be0  0x00007f21f189bb76  Yes         /lib64/libzstd.so.1
                                        No          /opt/remi/php73/root/usr/lib64/php/modules/apc.so
0x00007f21f13b1370  0x00007f21f13e3703  Yes         /opt/remi/php73/root/usr/lib64/php/modules/couchbase.so
0x00007f21f10c22d0  0x00007f21f11594d1  Yes         /lib64/libcouchbase.so.2
0x00007f21f0e9f000  0x00007f21f0ea80b3  Yes         /opt/remi/php73/root/usr/lib64/php/modules/handlebars.so
0x00007f21f0c40670  0x00007f21f0c5fb4a  Yes         /lib64/libhandlebars.so.5
0x00007f21f0a2b010  0x00007f21f0a2fc54  Yes         /lib64/libjson-c.so.2
0x00007f21f07cd750  0x00007f21f080bc8a  Yes         /opt/remi/php73/root/usr/lib64/php/modules/http.so
0x00007f21f05b0d60  0x00007f21f05b10a8  Yes         /opt/remi/php73/root/usr/lib64/php/modules/json_post.so
0x00007f21f02d3120  0x00007f21f035d08e  Yes         /opt/remi/php73/root/usr/lib64/php/modules/mongodb.so
0x00007f21f0094420  0x00007f21f0098f28  Yes         /opt/remi/php73/root/usr/lib64/php/modules/mysql.so
0x00007f21efe69fc0  0x00007f21efe82f84  Yes         /opt/remi/php73/root/usr/lib64/php/modules/pq.so
0x00007f21efc39780  0x00007f21efc52166  Yes         /lib64/libpq.so.5
0x00007f21ef9bacc0  0x00007f21efa0df8f  Yes         /opt/remi/php73/root/usr/lib64/php/modules/redis.so
0x00007f21ef764d70  0x00007f21ef789232  Yes         /opt/remi/php73/root/usr/lib64/php/modules/solr.so
0x00007f21ef53e320  0x00007f21ef545793  Yes         /opt/remi/php73/root/usr/lib64/php/modules/yar.so
0x00007f21ef3267b0  0x00007f21ef332658  Yes         /opt/remi/php73/root/usr/lib64/php/modules/molten.so
0x00007f21ef10a130  0x00007f21ef111481  Yes         /lib64/libnss_files.so.2
0x00007f21eef00ee0  0x00007f21eef021c9  Yes         /lib64/libnss_mdns4_minimal.so.2
0x00007f21eecf9020  0x00007f21eecfc87f  Yes         /lib64/libnss_dns.so.2
0x00007f21eeae1dc0  0x00007f21eeaea21a  Yes         /lib64/libnss_myhostname.so.2
0x00007f21e40d11a0  0x00007f21e40d2e93  Yes         /usr/lib64/sasl2/liblogin.so
0x00007f21e3ec1cf0  0x00007f21e3ec6663  Yes         /usr/lib64/sasl2/libgssapiv2.so
0x00007f21e3cb92b0  0x00007f21e3cbb543  Yes         /usr/lib64/sasl2/libcrammd5.so
0x00007f21e3ab1200  0x00007f21e3ab3003  Yes         /usr/lib64/sasl2/libplain.so
0x00007f21e38a91b0  0x00007f21e38aac93  Yes         /usr/lib64/sasl2/libanonymous.so
0x00007f21e3699bc0  0x00007f21e36a22a3  Yes         /usr/lib64/sasl2/libdigestmd5.so
0x00007f21e3491550  0x00007f21e3494197  Yes         /usr/lib64/sasl2/libsasldb.so
0x00007f21e3281550  0x00007f21e3286953  Yes         /usr/lib64/sasl2/libscram.so
(*): Shared library is missing debugging information.
$1 = 0x0
$2 = 0x0
rax            0x6    6
rbx            0x55d698e16120    94380176269600
rcx            0x55d698e16120    94380176269600
rdx            0x55d698e160b8    94380176269496
rsi            0x7f2234d6e778    139784892114808
rdi            0xffffff0000000008    -1099511627768
rbp            0x55d698e160a8    0x55d698e160a8
rsp            0x7ffc8d9e1b40    0x7ffc8d9e1b40
r8             0x55d69957da20    94380184033824
r9             0x55d69957daf0    94380184034032
r10            0x8    8
r11            0x7f2234b343c0    139784889779136
r12            0x55d698e160a0    94380176269472
r13            0x55d698e160f0    94380176269552
r14            0x7f21ef3329c8    139783723755976
r15            0xd6c    3436
rip            0x55d69776111a    0x55d69776111a <zend_function_dtor+234>
eflags         0x10282    [ SF IF RF ]
cs             0x33    51
ss             0x2b    43
ds             0x0    0
es             0x0    0
fs             0x0    0
gs             0x0    0
st0            *value not available*
st1            *value not available*
st2            *value not available*
st3            *value not available*
st4            *value not available*
st5            *value not available*
st6            *value not available*
st7            *value not available*
fctrl          *value not available*
fstat          *value not available*
ftag           *value not available*
fiseg          *value not available*
fioff          *value not available*
foseg          *value not available*
fooff          *value not available*
fop            *value not available*
xmm0           *value not available*
xmm1           *value not available*
xmm2           *value not available*
xmm3           *value not available*
xmm4           *value not available*
xmm5           *value not available*
xmm6           *value not available*
xmm7           *value not available*
xmm8           *value not available*
xmm9           *value not available*
xmm10          *value not available*
xmm11          *value not available*
xmm12          *value not available*
xmm13          *value not available*
xmm14          *value not available*
xmm15          *value not available*
mxcsr          *value not available*
Dump of assembler code for function zend_function_dtor:
   0x000055d697761030 <+0>:    push   %r13
   0x000055d697761032 <+2>:    push   %r12
   0x000055d697761034 <+4>:    push   %rbp
   0x000055d697761035 <+5>:    push   %rbx
   0x000055d697761036 <+6>:    sub    $0x8,%rsp
   0x000055d69776103a <+10>:    mov    (%rdi),%rbx
   0x000055d69776103d <+13>:    cmpb   $0x2,(%rbx)
   0x000055d697761040 <+16>:    je     0x55d697761080 <zend_function_dtor+80>
   0x000055d697761042 <+18>:    mov    0x8(%rbx),%rdi
   0x000055d697761046 <+22>:    testb  $0x40,0x4(%rdi)
   0x000055d69776104a <+26>:    jne    0x55d697761058 <zend_function_dtor+40>
   0x000055d69776104c <+28>:    mov    (%rdi),%eax
   0x000055d69776104e <+30>:    sub    $0x1,%eax
   0x000055d697761051 <+33>:    jne    0x55d6977610b0 <zend_function_dtor+128>
   0x000055d697761053 <+35>:    callq  0x55d69755ae30
   0x000055d697761058 <+40>:    mov    0x4(%rbx),%eax
   0x000055d69776105b <+43>:    test   $0x50000000,%eax
   0x000055d697761060 <+48>:    je     0x55d697761069 <zend_function_dtor+57>
   0x000055d697761062 <+50>:    cmpq   $0x0,0x10(%rbx)
   0x000055d697761067 <+55>:    je     0x55d6977610c0 <zend_function_dtor+144>
   0x000055d697761069 <+57>:    test   $0x20000000,%eax
   0x000055d69776106e <+62>:    je     0x55d697761098 <zend_function_dtor+104>
   0x000055d697761070 <+64>:    add    $0x8,%rsp
   0x000055d697761074 <+68>:    pop    %rbx
   0x000055d697761075 <+69>:    pop    %rbp
   0x000055d697761076 <+70>:    pop    %r12
   0x000055d697761078 <+72>:    pop    %r13
   0x000055d69776107a <+74>:    retq   
   0x000055d69776107b <+75>:    nopl   0x0(%rax,%rax,1)
   0x000055d697761080 <+80>:    add    $0x8,%rsp
   0x000055d697761084 <+84>:    mov    %rbx,%rdi
   0x000055d697761087 <+87>:    pop    %rbx
   0x000055d697761088 <+88>:    pop    %rbp
   0x000055d697761089 <+89>:    pop    %r12
   0x000055d69776108b <+91>:    pop    %r13
   0x000055d69776108d <+93>:    jmpq   0x55d697760dd0 <destroy_op_array>
   0x000055d697761092 <+98>:    nopw   0x0(%rax,%rax,1)
   0x000055d697761098 <+104>:    add    $0x8,%rsp
   0x000055d69776109c <+108>:    mov    %rbx,%rdi
   0x000055d69776109f <+111>:    pop    %rbx
   0x000055d6977610a0 <+112>:    pop    %rbp
   0x000055d6977610a1 <+113>:    pop    %r12
   0x000055d6977610a3 <+115>:    pop    %r13
   0x000055d6977610a5 <+117>:    jmpq   0x55d69755ae30
   0x000055d6977610aa <+122>:    nopw   0x0(%rax,%rax,1)
   0x000055d6977610b0 <+128>:    mov    %eax,(%rdi)
   0x000055d6977610b2 <+130>:    mov    0x4(%rbx),%eax
   0x000055d6977610b5 <+133>:    test   $0x50000000,%eax
   0x000055d6977610ba <+138>:    je     0x55d697761069 <zend_function_dtor+57>
   0x000055d6977610bc <+140>:    jmp    0x55d697761062 <zend_function_dtor+50>
   0x000055d6977610be <+142>:    xchg   %ax,%ax
   0x000055d6977610c0 <+144>:    mov    0x28(%rbx),%rdx
   0x000055d6977610c4 <+148>:    test   %rdx,%rdx
   0x000055d6977610c7 <+151>:    je     0x55d697761069 <zend_function_dtor+57>
   0x000055d6977610c9 <+153>:    test   $0x1000000,%eax
   0x000055d6977610ce <+158>:    lea    -0x18(%rdx),%r12
   0x000055d6977610d2 <+162>:    setne  %al
   0x000055d6977610d5 <+165>:    movzbl %al,%eax
   0x000055d6977610d8 <+168>:    add    0x20(%rbx),%eax
   0x000055d6977610db <+171>:    add    $0x1,%eax
   0x000055d6977610de <+174>:    je     0x55d697761130 <zend_function_dtor+256>
   0x000055d6977610e0 <+176>:    sub    $0x1,%eax
   0x000055d6977610e3 <+179>:    lea    -0x10(%rdx),%rbp
   0x000055d6977610e7 <+183>:    lea    (%rax,%rax,2),%rax
   0x000055d6977610eb <+187>:    lea    0x8(%rdx,%rax,8),%r13
   0x000055d6977610f0 <+192>:    jmp    0x55d697761109 <zend_function_dtor+217>
   0x000055d6977610f2 <+194>:    nopw   0x0(%rax,%rax,1)
   0x000055d6977610f8 <+200>:    mov    %eax,(%rdi)
   0x000055d6977610fa <+202>:    nopw   0x0(%rax,%rax,1)
   0x000055d697761100 <+208>:    add    $0x18,%rbp
   0x000055d697761104 <+212>:    cmp    %r13,%rbp
   0x000055d697761107 <+215>:    je     0x55d697761130 <zend_function_dtor+256>
   0x000055d697761109 <+217>:    mov    0x0(%rbp),%rdi
   0x000055d69776110d <+221>:    cmp    $0x1ff,%rdi
   0x000055d697761114 <+228>:    jbe    0x55d697761100 <zend_function_dtor+208>
   0x000055d697761116 <+230>:    and    $0xfffffffffffffffc,%rdi
=> 0x000055d69776111a <+234>:    testb  $0x40,0x4(%rdi)
   0x000055d69776111e <+238>:    jne    0x55d697761100 <zend_function_dtor+208>
   0x000055d697761120 <+240>:    mov    (%rdi),%eax
   0x000055d697761122 <+242>:    sub    $0x1,%eax
   0x000055d697761125 <+245>:    jne    0x55d6977610f8 <zend_function_dtor+200>
   0x000055d697761127 <+247>:    callq  0x55d69755ae30
   0x000055d69776112c <+252>:    jmp    0x55d697761100 <zend_function_dtor+208>
   0x000055d69776112e <+254>:    xchg   %ax,%ax
   0x000055d697761130 <+256>:    mov    %r12,%rdi
   0x000055d697761133 <+259>:    callq  0x55d69755ae30
   0x000055d697761138 <+264>:    mov    0x4(%rbx),%eax
   0x000055d69776113b <+267>:    jmpq   0x55d697761069 <zend_function_dtor+57>
End of assembler dump.

Re: [resolved] php73-php-fpm.service fatal signal - php73-php-opcache

Hi,
I have removed all the php73 packages except the basic ones, installed the php73-php-opcache, restarted the php73-php-fpm.service to see that it works.
Then I have been installing php73 packages in groups, restarted the php73-php-fpm.service each time and checked that is still works until I came to the package php73-php-pecl-molten. As soon as I have installed this package the php73-php-fpm.service gave me the fatal signal.

So there is some issue between php73-php-opcache and php73-php-pecl-molten - if you install both packages the php73-php-fpm.service gives fatal signal.

Thank you for pointing me to the way how to find the problem.
Best regards

Re: [resolved] php73-php-fpm.service fatal signal - php73-php-opcache

Great you found the conflictiong extension.

Probably worth to be reported to "molten" project, but looks like I already report it months ago
https://github.com/chuan-yun/Molten/issues/109

Laptop:  Fedora 38 + rpmfusion + remi (SCL only)
x86_64 builder: Fedora 39 + rpmfusion + remi-test
aarch64 builder: RHEL 9 with EPEL
Hosting Server: CentOS 8 Stream with EPEL, rpmfusion, remi