From owner-freebsd-pkg@FreeBSD.ORG Mon Mar 23 19:04:05 2015 Return-Path: Delivered-To: freebsd-pkg@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6FE4D9A1 for ; Mon, 23 Mar 2015 19:04:05 +0000 (UTC) Received: from mario.brtsvcs.net (mario.brtsvcs.net [IPv6:2607:fc50:0:a400::2]) (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 42E38CB0 for ; Mon, 23 Mar 2015 19:04:05 +0000 (UTC) Received: from chombo.houseloki.net (c-71-59-211-166.hsd1.or.comcast.net [71.59.211.166]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mario.brtsvcs.net (Postfix) with ESMTPSA id 7BD152C160F for ; Mon, 23 Mar 2015 19:04:03 +0000 (UTC) Received: from [IPv6:2601:7:2580:181:baca:3aff:fe83:bd29] (unknown [IPv6:2601:7:2580:181:baca:3aff:fe83:bd29]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by chombo.houseloki.net (Postfix) with ESMTPSA id 03867AF7 for ; Mon, 23 Mar 2015 12:04:00 -0700 (PDT) Message-ID: <5510639D.5070305@bluerosetech.com> Date: Mon, 23 Mar 2015 12:03:57 -0700 From: Melissa Pilgrim User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0 MIME-Version: 1.0 To: freebsd-pkg@freebsd.org Subject: Re: Segfault on pkg upgrade wit php5-pgsql locked References: <550F50C6.2060002@bluerosetech.com> In-Reply-To: <550F50C6.2060002@bluerosetech.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-pkg@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Binary package management and package tools discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Mar 2015 19:04:05 -0000 On 2015-03-22 16:31, list_freebsd@bluerosetech.com wrote: > This is happening on 10.1-p3 amd64 after upgrading pkg from 1.4.4 to 1.4.12: > > # pkg upgrade > Updating FreeBSD repository catalogue... > FreeBSD repository is up-to-date. > All repositories are up-to-date. > Checking for upgrades (48 candidates): 100% > Processing candidates (48 candidates): 100% > > php5-pgsql-5.4.36 is locked and may not be modified > Child process pid=69616 terminated abnormally: Segmentation fault > > Doing `pkg install -f pkg` then `pkg update -f` does not resolve this, > but the problem is related to php5-pgsql being locked: I should note that it's specifically this pkg for me. When doing this testing, I had other ports locked. Unlocking only php5-pgsql made the segfault go away, so it's not a case of pkg-upgrade segfaulting when encountering locks in general. This is also new behaviour after the upgrade to 1.4.12.