From nobody Fri Nov 15 15:13:04 2024 X-Original-To: freebsd-ports@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4XqgWZ1jYKz5dGDp for ; Fri, 15 Nov 2024 15:13:14 +0000 (UTC) (envelope-from SRS0=+pL2=SK=quip.cz=000.fbsd@elsa.codelab.cz) Received: from elsa.codelab.cz (elsa.codelab.cz [94.124.105.4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4XqgWY6YlRz45kQ; Fri, 15 Nov 2024 15:13:13 +0000 (UTC) (envelope-from SRS0=+pL2=SK=quip.cz=000.fbsd@elsa.codelab.cz) Authentication-Results: mx1.freebsd.org; none Received: from elsa.codelab.cz (localhost [127.0.0.1]) by elsa.codelab.cz (Postfix) with ESMTP id EADBCD7887; Fri, 15 Nov 2024 16:13:05 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=quip.cz; s=private; t=1731683585; bh=PrybUc1cXs9SgPMwMA31Meq3PrJh9ggoArGe6xd3/Sk=; h=Date:Subject:To:Cc:References:From:In-Reply-To; b=lmrJoYtlvnEQwRz9keoMZDwCpqQyHvTvrpLHSnyysLy/YwlEBCHi+zKWIL8wPgKz2 O6MvwCY0sz2t+XnY7LTNT4ctcHyvSDGeGsrUGnpqFPo5lhW4eXBClghZ+mWewe9Lmx YE6ezgqXpWS4AHuVHx4rhg7OW2YUtBnZ5FGC++Ow= Received: from [192.168.145.49] (ip-89-177-27-225.bb.vodafone.cz [89.177.27.225]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by elsa.codelab.cz (Postfix) with ESMTPSA id 2717CD7891; Fri, 15 Nov 2024 16:13:05 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=quip.cz; s=private; t=1731683585; bh=PrybUc1cXs9SgPMwMA31Meq3PrJh9ggoArGe6xd3/Sk=; h=Date:Subject:To:Cc:References:From:In-Reply-To; b=lmrJoYtlvnEQwRz9keoMZDwCpqQyHvTvrpLHSnyysLy/YwlEBCHi+zKWIL8wPgKz2 O6MvwCY0sz2t+XnY7LTNT4ctcHyvSDGeGsrUGnpqFPo5lhW4eXBClghZ+mWewe9Lmx YE6ezgqXpWS4AHuVHx4rhg7OW2YUtBnZ5FGC++Ow= Message-ID: <0bea21cc-9e15-43cc-9722-66334f4745c5@quip.cz> Date: Fri, 15 Nov 2024 16:13:04 +0100 List-Id: Porting software to FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-ports List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: freebsd-ports@freebsd.org Sender: owner-freebsd-ports@FreeBSD.org MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: Anybody seeing NextCloud crash? To: Alexander Leidinger , Moin Rahman Cc: FreeBSD Ports ML References: <734A07EA-44EB-4009-A7E9-082944CC1ABD@freebsd.org> <561bcab074ecb3767e1beea0efeb07d6@Leidinger.net> Content-Language: en-US From: Miroslav Lachman <000.fbsd@quip.cz> In-Reply-To: <561bcab074ecb3767e1beea0efeb07d6@Leidinger.net> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; TAGGED_FROM(0.00)[pL2=SK=quip.cz=000.fbsd]; ASN(0.00)[asn:42000, ipnet:94.124.104.0/21, country:CZ] X-Rspamd-Queue-Id: 4XqgWY6YlRz45kQ X-Spamd-Bar: ---- On 15/11/2024 12:08, Alexander Leidinger wrote: > Am 2024-11-15 11:14, schrieb Moin Rahman: > >> Just for everyone else in the list, I have gone through some discussion >> with the original author of the mail and it seems to have some sort of >> regression with graphics/pecl-imagick. Whenever this php module is >> loaded php-fpm crashes on at least php82 and maybe later. This module >> actually may not support php82 and later. Or maybe there was some sort >> of new regression with some other commits down the line of ImageMagic. > > I can report that commenting out the imagick extension in LOCALBASE/etc/ > php/ext-20-imagick.ini fixes the SIGILL I noticed after an pkg update > (in my case I see it with www/piwigo). I am the maintainer of pecl-imagick port but I don't have pecl-imagick under PHP-FPM. I received similar report of crash few days ago privately (with PHP 8.3), but I really don't know what is going on here. There are some problems with recent updates of ImageMagick after which rebuild of pecl-imagick was required (revision bump needed). Can somebody of you test the rebuild of pecl-imagick from ports if it helps or not? Maybe another revision bump is required again. Kind regards Miroslav Lachman