From owner-freebsd-ports@FreeBSD.ORG Wed Oct 29 21:37:59 2014 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CCE5B579; Wed, 29 Oct 2014 21:37:59 +0000 (UTC) Received: from mail.madpilot.net (grunt.madpilot.net [78.47.145.38]) (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 EACF8ACE; Wed, 29 Oct 2014 21:37:58 +0000 (UTC) Received: from mail (mail [192.168.254.3]) by mail.madpilot.net (Postfix) with ESMTP id 3jSjn61Y6SzbB0; Wed, 29 Oct 2014 22:37:46 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=madpilot.net; h= content-transfer-encoding:content-type:content-type:in-reply-to :references:subject:subject:mime-version:user-agent:from:from :date:date:message-id:received:received; s=mail; t=1414618664; x=1416433065; bh=S5UnV2DKgrpywtRLmvFXGE/QGVibPBzRhN1qZ0lHkqQ=; b= erFNiO1B5ulA03PuBazFrYRORhB/ttiH1cIjX3cIjDs1tVj9uqlq0lFytCB2utGa sA8XLRGBF9NBOPGKKMCeyPYr+4BxZHmjL8jNa5waaZX8fROZ3NczooFnv2BhvlGA G4R0cNX90gnUfiAEMkRD6Nb8tZHYFbDlCeGnW8redQY= Received: from mail.madpilot.net ([192.168.254.3]) by mail (mail.madpilot.net [192.168.254.3]) (amavisd-new, port 10024) with ESMTP id DMOLvZ6dRlhv; Wed, 29 Oct 2014 22:37:44 +0100 (CET) Received: from tommy.madpilot.net (micro.madpilot.net [88.149.173.206]) by mail.madpilot.net (Postfix) with ESMTPSA; Wed, 29 Oct 2014 22:37:44 +0100 (CET) Message-ID: <54515E27.9010404@madpilot.net> Date: Wed, 29 Oct 2014 22:37:43 +0100 From: Guido Falsi User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.2.0 MIME-Version: 1.0 To: Baptiste Daroussin , ports@FreeBSD.org, current@FreeBSD.org Subject: Re: pkg 1.4 freeze please test test test! References: <20141028231933.GG26796@ivaldir.etoilebsd.net> In-Reply-To: <20141028231933.GG26796@ivaldir.etoilebsd.net> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Oct 2014 21:37:59 -0000 On 10/29/14 00:19, Baptiste Daroussin wrote: > Hi all, > > We are starting the release process of pkg 1.4, we want to have a better release > process than with every single previous version of pkg. For that we will need > you help! Hi, last version works fine, but, sometimes, core files show up in port directory...for no reason, really. Noticed this while doing some make patch and make extract in a standalone port directory outside the ports tree. Anyway are you interested in the core file for investigation? This is a backtrace: (gdb) bt #0 0x00000000007df0bb in strlen () #1 0x0000000000402c88 in add_to_check (head=0x7fffffffe0f8, pkg=0x80105b600) at audit.c:79 #2 0x000000000040200e in exec_audit (argc=1, argv=0x7fffffffe898) at audit.c:205 #3 0x0000000000411132 in main (argc=2, argv=0x7fffffffe890) at main.c:822 -- Guido Falsi