From owner-freebsd-current@freebsd.org Thu Oct 12 15:51:18 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 49303E2D6E7 for ; Thu, 12 Oct 2017 15:51:18 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from mail.baldwin.cx (bigwig.baldwin.cx [96.47.65.170]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 28F6881BA6 for ; Thu, 12 Oct 2017 15:51:17 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from ralph.baldwin.cx (c-73-231-226-104.hsd1.ca.comcast.net [73.231.226.104]) by mail.baldwin.cx (Postfix) with ESMTPSA id EE3FE10A8BC; Thu, 12 Oct 2017 11:51:09 -0400 (EDT) From: John Baldwin To: freebsd-current@freebsd.org Cc: grarpamp Subject: Re: LOR panic on mount -uw Date: Thu, 12 Oct 2017 08:15:26 -0700 Message-ID: <2176358.5m1KsgFnXX@ralph.baldwin.cx> User-Agent: KMail/4.14.10 (FreeBSD/11.1-STABLE; KDE/4.14.30; amd64; ; ) In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.4.3 (mail.baldwin.cx); Thu, 12 Oct 2017 11:51:10 -0400 (EDT) X-Virus-Scanned: clamav-milter 0.99.2 at mail.baldwin.cx X-Virus-Status: Clean 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: Thu, 12 Oct 2017 15:51:18 -0000 On Wednesday, October 11, 2017 05:18:17 PM grarpamp wrote: > Let 12.0-current r324306 amd64 efi boot from usb to installer screen, > try to write zeroes to an unallocated part of ada0, mount -uw a > separate part of ada0 ... > > 1st 0xc5ce5f0 ufs kern/vfs_mount.c:1274 > 2nd 0xc565b78 devfs ufs/ffs/ffs_vfsops.c:1414 > > db_trace_self_wrapper > vpanic > kassert_panic+0x126 > g_access+0x2b9/frame 0xfffffe0458a31550 > ffs_mount+0x1092/frame 0xfffffe0458a31700 > vfs_donmount+0x13b8/frame 0xfffffe0458a31940 > sys_nmount+0x72/frame 0xfffffe0458a31980 > amd64_syscall+0x79b/frame 0xfffffe0458a3a1b0 > Xfast_syscall+0xfb/frame 0xfffffe0458a31ab0 > syscall (378, FreeBSD ELF64, sys_nmount), rip = 0x800a88d6a, rsp = > 0x7fffffffd428, rbp = 0x7fffffffd990 > kdb_enter+0x3b: movq $0,kdb_why In this case the panic is separate from the LOR, and for a panic we really need the panic message in addition to the stack trace. -- John Baldwin