From owner-freebsd-current@freebsd.org Mon Aug 24 16:08:02 2015 Return-Path: Delivered-To: freebsd-current@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 3B9AE9C19DE for ; Mon, 24 Aug 2015 16:08:02 +0000 (UTC) (envelope-from etnapierala@gmail.com) Received: from mail-wi0-x22b.google.com (mail-wi0-x22b.google.com [IPv6:2a00:1450:400c:c05::22b]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id CD63F8AC for ; Mon, 24 Aug 2015 16:08:01 +0000 (UTC) (envelope-from etnapierala@gmail.com) Received: by wicne3 with SMTP id ne3so76787286wic.0 for ; Mon, 24 Aug 2015 09:08:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:cc:subject:message-id:mail-followup-to:references :mime-version:content-type:content-disposition :content-transfer-encoding:in-reply-to:user-agent; bh=vcNvrL9KAPSpQMyc/B5P4kZkV+kYdCq3hUz4zP2bYE4=; b=H8ZVXGskBKgPQ3D9SyKihfI6j4OJ3ZYL/A4Jkx+J8jK2Ot39DqiUl0xdS58MexmPsV I7Cw4g/Bho4Np6QII3rtbxEW/sJ6hye6LU+9NWahdgKXPh8e1BDXtMja2E4UiIpVMB3E ZulIdLLBqatYDFzTBwh1uaaYy467U8PSggLZOdWhwjNMgMkp5hfyslsE+6OB1Yeycw38 uLNCisjhka2laYw6XhF2zar39g3W77Q4emYApdoA3x0W70xDBc0P9xQaEE9VNq0DHUME taRhJlLiP971fmDBkLhVj5ge1OZLoFEUP68MVXyaT9JI/VZanCZ0L9eZFPoZ94whOluM 9KQw== X-Received: by 10.194.5.103 with SMTP id r7mr40554171wjr.47.1440432480256; Mon, 24 Aug 2015 09:08:00 -0700 (PDT) Received: from brick.home (adec91.neoplus.adsl.tpnet.pl. [79.184.80.91]) by smtp.gmail.com with ESMTPSA id ma4sm23836705wjb.38.2015.08.24.09.07.58 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 24 Aug 2015 09:07:59 -0700 (PDT) Date: Mon, 24 Aug 2015 18:07:56 +0200 From: Edward Tomasz =?utf-8?Q?Napiera=C5=82a?= To: Larry Rosenman Cc: freebsd-current@freebsd.org Subject: Re: racct crash/Linux Emulation Message-ID: <20150824160756.GB2911@brick.home> Mail-Followup-To: Larry Rosenman , freebsd-current@freebsd.org References: <20150824012857.GA6409@borg.lerctr.org> <20150824083700.GA1253@brick.home> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) X-Mailman-Approved-At: Mon, 24 Aug 2015 17:41:07 +0000 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Aug 2015 16:08:02 -0000 On 0824T0731, Larry Rosenman wrote: > On 2015-08-24 03:37, Edward Tomasz NapieraƂa wrote: > > On 0823T2028, Larry Rosenman wrote: > >> got the below panio, on a linux (world community grid) process exit. > >> > >> > >> borg.lerctr.org dumped core - see /var/crash/vmcore.5 > >> > >> Sun Aug 23 20:14:24 CDT 2015 > >> > >> FreeBSD borg.lerctr.org 11.0-CURRENT FreeBSD 11.0-CURRENT #46 r287028: > >> Sat Aug 22 18:34:59 CDT 2015 > >> root@borg.lerctr.org:/usr/obj/usr/src/sys/VT-LER amd64 > >> > >> panic: racct_sub: freeing 1 of resource 11, which is more than > >> allocated 0 for wcgrid_fahv_vina_pr (pid 1140) > > > > Could you try the patch below? > > > [removed] > > Yes, that seems to fix it. THANKS! Thanks. It's pending review at https://reviews.freebsd.org/D3470.