Public bug reported: After upgrading our testing server to bionic, our web application stopped responding entirely after the second request. We traced this to a problem in php-apcu where it would block upon the second call to apcu_entry and completely lock up the php processes causing the server to become unresponsive to any further requests.
This issue was already reported and fixed upstream (release 5.1.11) and I have attached the diff for the corresponding commit, though I would like to note that there have been 3 bugfix releases since the packaged version (5.1.9). Upstream issue: https://github.com/krakjoe/apcu/issues/246 Affected systems: anything running either php-fpm or apache with mod-php ** Affects: php-apcu (Ubuntu) Importance: Undecided Status: New ** Patch added: "Upstream commit a409cc5473d186500fdafcfada40a154b8786957 "Fix #246 - apcu_entry hangs"" https://bugs.launchpad.net/bugs/1786205/+attachment/5173280/+files/a409cc5473d186500fdafcfada40a154b8786957.diff -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1786205 Title: apcu_entry hangs, freezes php To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/php-apcu/+bug/1786205/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
