I've tested the new package(s) and can confirm the segfaults do no
longer occur. Thanks a lot to everybody involved!
Package I have tested: php8.3-fpm 8.3.6-0ubuntu0.24.04.8
What I have tested:
- my monitoring check for my nextcloud status recovered to OK, indicating that
what caused me to notice this bug in the first place is working again
- my test case (a PHP file calling `fpm_get_status()` as per my initial
comment) now returns an array of data as expected instead of segfaulting the
php-fpm process
If anyone else wants to test this, here's what I have done:
- enable noble-proposed in the sources.list.d/ubuntu.sources file
- apt update
This was the easy part. The problem in this case is that there are some
dependencies within the PHP packages (fpm needs common, so common will also be
upgraded, but that leaves other PHP packages that depend on common, so all of
them need to be upgraded). So:
dpkg -l |grep php8.3 | grep "^ii" | awk '{print $2}' | sed -e
's#$#/noble-proposed#' | grep -Ev 'php8.3-(redis|igbinary|imagick|apcu)'
| xargs apt install
I had to grep out redis, igbinary, imagick and apcu because they have no
package in noble-proposed. There's probably better ways of doing this,
but this worked.
** Tags removed: verification-needed-noble
** Tags added: verification-done-noble
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2144556
Title:
php8.3-fpm: SIGSEGV upon fpm_get_status()
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php8.3/+bug/2144556/+subscriptions
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs