• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion
  • Please beaware of a breaking change in the REST API on the next Plesk release (18.0.62).
    Starting from Plesk Obsidian 18.0.62, requests to REST API containing the Content-Type header with a media-type directive other than “application/json” will result in the HTTP “415 Unsupported Media Type” client error response code. Read more here

Issue Segfault error 4 in php-fpm likely on CPU 4

The forum has issues since Jul 15, 2023?

There is currently no statement from Plesk :/ or maybe you can link here one?
Hopefully we can get started with Debian 11 or 12 soon, there is already good and active communication in Git.
 
This is an community forum, available for users to discus Plesk and related technologies. Like you're doing in this thread. (But I you want to discus beer recipes that's okay too). The forums however are not an official support channel for Plesk.

As far as I can tell the PHP segfault issue is not caused by any configuration by Plesk, rather it seems be an issue directly in PHP. I could be wrong off course.

You are welcome to open an ticket with Plesk support so our support engineers can investigate the issue directly on your server.
 
@ChristophRo i have on question, maybe it's possible.
You write on debian 11 and 12 you don't have issues.

Maybe you have the chance to setup a new debian 11 or 12 system and can check your logs?
It would be interesting this error comes only on a new setup machine?
 
I strongly doubt that a new setup does change anything, as it uses the same bits for PHP as lets say a server that was installed a couple months ago.

If anything, then our setup may slightly differ from yours, in regards to libraries and additional software packages that may or may not be installed.
Though that should not make a difference either, except if maybe some library is a different version, because we (or you) do use a custom apt source (like deb.sury.org in our case) that installs a different/newer version of a library than stock Debian provides. (libpcre3 comes to mind, that we get from deb.sury.org)

Another thing I can think off (also relative low chance) is that the PHP configuration has something to do with it. We do adjust some parameters for all PHP versions, but in our case I can't see anything that could remotely have any influence on a segfault.

Another thing I can think off (probability quite a bit higher) is that your PHP application does use a function/extension that none of our websites does.
I could think of stuff like LDAP, pgsql, or redis, that in our case is most likely not used anywhere.
 
Hmm we‘ve tested on a new server with Debian 12.5 with the one click installer and don‘t change anything and had this error…
 
And now - thats really strange - the server hangs an i trying to restart. Than following error occours:

image

Does anyone have a conclusion?
 
Your image/screenshot is not accessible (possibly for anyone except yourself)

As for the segfaults, I do somehow suspect that this problem may only affect Hetzner customer at most, as otherwise I'm quite sure we would have much more similar reports right now.
I've never used any services from Hetzner, but I could imagine that they use custom Debian images with custom/own repositories and possibly even some own packages and libraries that come preinstalled.
 
But if I use the original Debian image with netinstall, install it into a vm. after this i installed plesk with the one click installer and migrateing some websites. I think there are the original repos (not from hetzner)

Bildschirmfoto 2024-05-22 um 09.14.58.png
 

Attachments

  • Bildschirmfoto 2024-05-22 um 10.05.09.png
    Bildschirmfoto 2024-05-22 um 10.05.09.png
    345.3 KB · Views: 4
Just a heads up for everyone affected by it...
While I thought that none of our systems were affected, just yesterday we discovered that indeed we have one server showing the same errors for some days now.
php-segfault.png

It's an older system with Debian 10 (initially Debian9 i believe) that is using the PHP packages of deb.sury.org, BUT has never ever seen a Plesk panel or any other control panel software.
So no, this problem has absolutely nothing to do with Plesk. (as everyone with a little bit of understanding how computers works already guessed of course)

As for now, we have no solution yet.
I've disabled (the manually enabled/changed Jit compiler options) of PHP8 8.2 and will observe the situation, as this seems to be a likely candidate for these troubles.
And just for the record, these Jit options also get enabled if you ever use the "Plesk booster" option, so keep that in mind.
 
Back
Top