From nobody Fri Nov 15 23:09:49 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 4Xqt5Z3lXsz5dghc for ; Fri, 15 Nov 2024 23:09:54 +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 4Xqt5Z100Wz4tgV; Fri, 15 Nov 2024 23:09:54 +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 05D86D799F; Sat, 16 Nov 2024 00:09:52 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=quip.cz; s=private; t=1731712192; bh=qylKiAiT8oxa5J9iL+kGeXh7DDRJy8qwpW20N6gYIns=; h=Date:Subject:To:Cc:References:From:In-Reply-To; b=6Ghxpqqp0tdmzBM/pTC/jVFEAzmbDC8jQQTIt2ej4J3lU/yKMKzia8ZkuQVelR7Yb GY76PhxmjuVXN12verFQjlDxFEPg8Dq/1Y+JglGizl9nE86xnDiGlwqZGs5Fxfgbr3 qAEBFg/H1KzonKU7oruDCA8W7ydM72KR8nH5oMQo= 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 5799AD799E; Sat, 16 Nov 2024 00:09:49 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=quip.cz; s=private; t=1731712189; bh=qylKiAiT8oxa5J9iL+kGeXh7DDRJy8qwpW20N6gYIns=; h=Date:Subject:To:Cc:References:From:In-Reply-To; b=isINTKi5jajMlKb1s7+TLJhgoSDFKitg0s4HzXN+278Ju6Jq3LPpC0Lf8D4zFtiph qT0ZG9QUqu3pQl0E9Jpr47D+9S+Pt8IfGo9BNi6OrNidBRK8OcGEW2d9hhwz0rE68P qZq8d030KIpm07QQ5pemwT+wHSpK4rvVet25qo7A= Message-ID: <1364bea2-60bc-41ef-a6fd-048281eca22b@quip.cz> Date: Sat, 16 Nov 2024 00:09:49 +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: Andriy Gapon Cc: FreeBSD Ports ML , Alexander Leidinger , Moin Rahman References: <734A07EA-44EB-4009-A7E9-082944CC1ABD@freebsd.org> <561bcab074ecb3767e1beea0efeb07d6@Leidinger.net> <0bea21cc-9e15-43cc-9722-66334f4745c5@quip.cz> <8ea7a521-666f-4ab7-aad1-92e894b14b02@FreeBSD.org> Content-Language: cs-Cestina From: Miroslav Lachman <000.fbsd@quip.cz> In-Reply-To: <8ea7a521-666f-4ab7-aad1-92e894b14b02@FreeBSD.org> 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: 4Xqt5Z100Wz4tgV X-Spamd-Bar: ---- On 15/11/2024 17:06, Andriy Gapon wrote: > On 15/11/2024 17:13, Miroslav Lachman wrote: >> 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. > > Miroslav, > > did you notice https://cgit.freebsd.org/ports/commit/? > id=1876b07e4fcf269a1c57ac401ab57e4337bcf465 ? No I didn't. Thank you. Did somebody tried if it fixrs the crashes of PHP with Nextcloud? Kind regards Miroslav Lachman