From owner-freebsd-current@freebsd.org Fri Oct 13 15:48:22 2017 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 BB590E2555F for ; Fri, 13 Oct 2017 15:48:22 +0000 (UTC) (envelope-from matt.joras@gmail.com) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 990F96A439 for ; Fri, 13 Oct 2017 15:48:22 +0000 (UTC) (envelope-from matt.joras@gmail.com) Received: by mailman.ysv.freebsd.org (Postfix) id 953D8E2555E; Fri, 13 Oct 2017 15:48:22 +0000 (UTC) Delivered-To: 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 94E3BE2555D for ; Fri, 13 Oct 2017 15:48:22 +0000 (UTC) (envelope-from matt.joras@gmail.com) Received: from mail-qt0-f181.google.com (mail-qt0-f181.google.com [209.85.216.181]) (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 58C4A6A437 for ; Fri, 13 Oct 2017 15:48:21 +0000 (UTC) (envelope-from matt.joras@gmail.com) Received: by mail-qt0-f181.google.com with SMTP id k31so20360374qta.6 for ; Fri, 13 Oct 2017 08:48:21 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-transfer-encoding :content-language; bh=0LUO3ogSwo+Ryax4UlZZ+Dt7Yr3VCPpnEawSUlT+EwY=; b=ZnOEufaEB83R4BfrZPmJtJ6UYBV2Q6HbYgZVMUBzWxOGWXWaZuvkDQoXbrvckGPVbj vyG5tMLMsB58uIMFFxiOIw17wLmENcrMH6cawoGYE/VEQTyEhNz3/bGb97lvrJmDub+i rEu7hBK4tJLujBc5sNfqXZdiVpLy3LrlPbTS9JMdnMgK+ki0CTuIwpV1wo5SWfzeu7Ha sljVoJrcwcdtVcgv+OsPeh2k9mD1XRf3ARYsTj6ilkc3EZaWcBNXq2N8u+piZGHjkVZV JPzXfSK0Zlllxe1a8fTekKCOmdSvkeNATYLiv+dYa2U+ceO6357mm/jwiXpQJ39kV0cr 464Q== X-Gm-Message-State: AMCzsaWGUUk032gov7OepPvJmY+mn1E6zruc/iFFGFbwA13x/1mo8gIy +vX8Iu/RCl+IfSloGoX0wkgnh+5C X-Google-Smtp-Source: ABhQp+RfjXyoJEY6pJnqJhcSUfO/IqA4aBhf7WFRwWjbT17R5pCV0mBM+MV3YrlGF4kh3tYhvjlArQ== X-Received: by 10.200.8.53 with SMTP id u50mr1879373qth.106.1507909694589; Fri, 13 Oct 2017 08:48:14 -0700 (PDT) Received: from [192.168.2.122] (174-24-242-218.tukw.qwest.net. [174.24.242.218]) by smtp.gmail.com with ESMTPSA id q1sm747787qti.2.2017.10.13.08.48.13 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 13 Oct 2017 08:48:13 -0700 (PDT) Subject: Re: @r324591: panic: UNR inconsistency: items 0 found 7 (line 361) To: David Wolfskill , Konstantin Belousov , current@freebsd.org References: <20171013113634.GR1287@albert.catwhisker.org> <20171013114450.GK2473@kib.kiev.ua> <20171013123353.GH1287@albert.catwhisker.org> From: Matt Joras Message-ID: Date: Fri, 13 Oct 2017 08:48:11 -0700 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Thunderbird/52.4.0 MIME-Version: 1.0 In-Reply-To: <20171013123353.GH1287@albert.catwhisker.org> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Content-Language: en-US X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.23 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: Fri, 13 Oct 2017 15:48:22 -0000 On 10/13/2017 05:33, David Wolfskill wrote: > On Fri, Oct 13, 2017 at 02:44:50PM +0300, Konstantin Belousov wrote: >> ... >>> panic: UNR inconsistency: items 0 found 7 (line 361) >>> >> Revert r324542 and try again. >> >> This revision was not tested with DIAGNOSTIC enabled. > OK; I believe we have a winner! Thanks! :-) In that revision I neglected to zero the "first" field of the unrhdr. Sorry about that. I also inadvertently wasn't testing with DIAGNOSTIC on. I will commit a fix. Matt