From owner-freebsd-ports@freebsd.org Wed Apr 20 08:28:21 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 208F9B15FB0 for ; Wed, 20 Apr 2016 08:28:21 +0000 (UTC) (envelope-from avg@FreeBSD.org) Received: from citapm.icyb.net.ua (citapm.icyb.net.ua [212.40.38.140]) by mx1.freebsd.org (Postfix) with ESMTP id 2154D106B; Wed, 20 Apr 2016 08:28:19 +0000 (UTC) (envelope-from avg@FreeBSD.org) Received: from porto.starpoint.kiev.ua (porto-e.starpoint.kiev.ua [212.40.38.100]) by citapm.icyb.net.ua (8.8.8p3/ICyb-2.3exp) with ESMTP id LAA00791; Wed, 20 Apr 2016 11:28:18 +0300 (EEST) (envelope-from avg@FreeBSD.org) Received: from localhost ([127.0.0.1]) by porto.starpoint.kiev.ua with esmtp (Exim 4.34 (FreeBSD)) id 1asnUg-0004wU-Ea; Wed, 20 Apr 2016 11:28:18 +0300 To: ports From: Andriy Gapon Subject: minor(?) problem with pkg crashing Message-ID: Date: Wed, 20 Apr 2016 11:27:22 +0300 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Apr 2016 08:28:21 -0000 pkg 1.7.2 crashed at the end of upgrade run, after completing all the upgrades. Unfortunately no debug symbols, but it looks like a double free or something like that, seems that this happens only if > Conflicts with the existing packages have been found. > One more solver iteration is needed to resolve them. The crash is in pkg_jobs_free() -> pkg_free() -> free() -- Andriy Gapon