• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Question plesk-php56-debug / plesk-php56-dbg / plesk-php56-dbgsym

StéphanS

Regular Pleskian
Hi,

in order to further investigate a PHP-FPM lockup:

Code:
# strace -y -f -p 56941
Process 56941 attached
fcntl(4</tmp/.ZendSem.* (deleted)>, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=1}

Code:
(gdb) bt
#0  0x00007f10ec1aa084 in fcntl () from /lib64/libc.so.6
#1  0x00007f10e392711a in ?? () from /opt/plesk/php/5.6/lib64/php/modules/opcache.so
#2  0x00007f10e391db55 in ?? () from /opt/plesk/php/5.6/lib64/php/modules/opcache.so
#3  0x000000000060a11e in zend_llist_apply ()
#4  0x00000000006062aa in ?? ()
#5  0x00000000006168b3 in zend_activate ()
#6  0x00000000005b50b7 in php_request_startup ()
#7  0x00000000004273c2 in ?? ()
#8  0x00007f10ec0e2b35 in __libc_start_main () from /lib64/libc.so.6
#9  0x000000000042844a in _start ()


We are looking for the Plesk PHP 56 debugging symbols / package.
Can this be provided?
 
Sorry, but we can't provide any of tools mentioned by you for debugging symbols.
 
Back
Top