Created attachment 255643 [details] Patch to PORTREVISION=5 There are reported crashes with PHP 8.3 + pecl-imagick running as PHP-FPM service. Based on another report like PR 280756, private report and report in the mailing list https://lists.freebsd.org/archives/freebsd-ports/2024-November/006946.html I think we need to bump PORTREVISION again. And probably in quarterly too. PS: I am the maintainer of pecl-imagick PPS: How can we better detect this problems before users see crashes? What changed in ImageMagick?
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=5462803810513ae6f09d665be9093adf4330e502 commit 5462803810513ae6f09d665be9093adf4330e502 Author: Miroslav Lachman <000.fbsd@quip.cz> AuthorDate: 2024-12-17 18:30:57 +0000 Commit: Robert Clausecker <fuz@FreeBSD.org> CommitDate: 2024-12-19 14:38:40 +0000 graphics/pecl-imagick: bump PORTREVISION There are reported crashes with PHP 8.3 + pecl-imagick running as PHP-FPM service. Based on another report like PR 280756, private reports and a report in the mailing list I think we need to bump PORTREVISION again. And probably in quarterly too. PR: 283145 See also: 280756 See also: https://lists.freebsd.org/archives/freebsd-ports/2024-November/006946.html MFH: 2024Q4 graphics/pecl-imagick/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
A commit in branch 2024Q4 references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=1c02b518bfdaa90d51d1c786dd0d4f1f46a98cda commit 1c02b518bfdaa90d51d1c786dd0d4f1f46a98cda Author: Miroslav Lachman <000.fbsd@quip.cz> AuthorDate: 2024-12-17 18:30:57 +0000 Commit: Robert Clausecker <fuz@FreeBSD.org> CommitDate: 2024-12-19 14:40:05 +0000 graphics/pecl-imagick: bump PORTREVISION There are reported crashes with PHP 8.3 + pecl-imagick running as PHP-FPM service. Based on another report like PR 280756, private reports and a report in the mailing list I think we need to bump PORTREVISION again. And probably in quarterly too. PR: 283145 See also: 280756 See also: https://lists.freebsd.org/archives/freebsd-ports/2024-November/006946.html MFH: 2024Q4 (cherry picked from commit 5462803810513ae6f09d665be9093adf4330e502) graphics/pecl-imagick/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Thank you for the report.