From owner-freebsd-current@freebsd.org Tue Sep 10 14:23:17 2019 Return-Path: Delivered-To: freebsd-current@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 741A6D7E19; Tue, 10 Sep 2019 14:23:17 +0000 (UTC) (envelope-from ler@FreeBSD.org) Received: from thebighonker.lerctr.org (ns-b.lerctr.org [IPv6:2001:470:1f0f:3ad::53:2]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "*.lerctr.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 46SS1d2VNzz4VW1; Tue, 10 Sep 2019 14:23:17 +0000 (UTC) (envelope-from ler@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lerctr.org; s=ler2019; h=Message-ID:References:In-Reply-To:Subject:Cc:To:From:Date: Content-Transfer-Encoding:Content-Type:MIME-Version:Sender:Reply-To: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=3CDicv77rxfbInzeaIxweOfTNoRWHN6eVvNGqUf46UQ=; b=hHjn3Ty2/AmvfoteQ1+aaNic6j 7gfOCy57TDGGNNbeQRLiEUZPoDkvFha58vnY3Pg6uHDP13bTPfcN/m5c8gRb1ndO2bEPAMwXG2Vp2 ibSRqs1D0NUManJZD0Vy0aV34ANOhSoUJ7VcMtclKNTnHF21E6qKcvkMYXJR8SIjdWI3DutzAi0SY FMYWgALUlL2ki0FYHK1JquE7+OCJ/759N27W/34zTCltnsaO2y8/JQDFItJZqT8nD5HhkzTArROQD 0Ghd3jBZmjTjgTRXXnykUfjXzna+9WPsECqaIQWtDzqAhlpMZHqxt13u22K3sx7IhAR8p4mF+JFre XmSbY9YA==; Received: from thebighonker.lerctr.org ([2001:470:1f0f:3ad:bb:dcff:fe50:d900]:27726 helo=webmail.lerctr.org) by thebighonker.lerctr.org with esmtpsa (TLSv1.3:TLS_AES_256_GCM_SHA384:256) (Exim 4.92.2 (FreeBSD)) (envelope-from ) id 1i7h35-0006RE-Ib; Tue, 10 Sep 2019 09:23:15 -0500 Received: from 2600:1700:210:b180:f434:7f3b:2aaf:25b9 by webmail.lerctr.org with HTTP (HTTP/1.1 POST); Tue, 10 Sep 2019 09:23:15 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Tue, 10 Sep 2019 09:23:15 -0500 From: Larry Rosenman To: Michael Tuexen Cc: Yuri Pankov , freebsd-current , owner-freebsd-current@freebsd.org Subject: Re: panic: rcv_start < rcv_end In-Reply-To: References: <1601b17b-764f-ebaf-5b00-6ff26c82680e@yuripv.net> Message-ID: <88808aaf430b3184cd5e6921fc8c10ba@FreeBSD.org> X-Sender: ler@FreeBSD.org User-Agent: Roundcube Webmail/1.3.9 X-Rspamd-Queue-Id: 46SS1d2VNzz4VW1 X-Spamd-Bar: ----- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-6.00 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-0.997,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; REPLY(-4.00)[] X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.29 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: Tue, 10 Sep 2019 14:23:17 -0000 On 09/10/2019 9:20 am, Michael Tuexen wrote: >> On 10. Sep 2019, at 14:37, Yuri Pankov wrote: >> >> Just seen this almost immediately after booting the system installed >> from amd64-20190906-r351901 snapshot, trying to do initial pkg >> bootstrap. Sadly, I didn't have the swap/dump device configured at >> the time, so no dump was saved. >> >> But it looks like I'm not alone, seeing the >> https://forums.freebsd.org/threads/kernel-panic-on-bhyve-virtualization.72222/ >> topic. Note that I'm running on bare metal, so bhyve isn't involved. >> My panic screenshot is at https://pasteboard.co/IwLaXXb.jpg. >> >> In (the most likely) case it's not helpful enough, I'm now running >> with dump device configured, and will update if/when the panic >> reproduces. > This panic should be fixed by: > https://svnweb.freebsd.org/changeset/base/352072 > > Please drop me a note if not. > > Best regards > Michael >> _______________________________________________ >> freebsd-current@freebsd.org mailing list >> https://lists.freebsd.org/mailman/listinfo/freebsd-current >> To unsubscribe, send any mail to >> "freebsd-current-unsubscribe@freebsd.org" > > _______________________________________________ > freebsd-current@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to > "freebsd-current-unsubscribe@freebsd.org" is this the same panic: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=240471 I *DO* have a core. -- Larry Rosenman http://people.freebsd.org/~ler Phone: +1 214-642-9640 E-Mail: ler@FreeBSD.org US Mail: 5708 Sabbia Dr, Round Rock, TX 78665-2106