• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

Issue FPM SIGSEGV upload and postgresql

zulus

New Pleskian
I tried multiple PHP versions, with some module excluded (like opcache, ioncube), doesn't help.

On some pgsql queries (called from doctrine), I see SIGSEGV in PHP FPM logs Obsidian 18.0.35. I'm afraid builtin libpq (9.2) is just too old.

But problem only exists if the meantime form is sent as multipart.

DMESG: segfault at 18 ip 00007fe8b8fcbfe7 sp 00007ffee650e810 error 4 in libc-2.17.so[7fe8b8f91000+1c4000]
 
Last edited:
I temporary solved an issue by installing and configuring remi php74-fpm, it also use ancient pqlib. I have no idea why original plesk compilation won't work
 
Back
Top