From owner-freebsd-fs@freebsd.org Fri Jul 7 13:29:12 2017 Return-Path: Delivered-To: freebsd-fs@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 E0999DA370C for ; Fri, 7 Jul 2017 13:29:12 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (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 CEE917A559 for ; Fri, 7 Jul 2017 13:29:12 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id v67DTC6G015880 for ; Fri, 7 Jul 2017 13:29:12 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-fs@FreeBSD.org Subject: [Bug 220472] 11.1-RC1 kernel panic (zfs recv) Date: Fri, 07 Jul 2017 13:29:12 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 11.0-STABLE X-Bugzilla-Keywords: regression X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: warlock@phouka.net X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-fs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Jul 2017 13:29:13 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D220472 --- Comment #2 from John Kennedy --- I've been extremely frustrated trying to get a kernel dump for this panic. Currently: FreeBSD jormungandr.phouka.net 11.1-RC1 FreeBSD 11.1-RC1 #79 r313908+8df37be70f94(releng/11.1): Thu Jul 6 18:20:07 PDT 2017=20=20=20=20 warlock@jormungandr.phouka.net:/usr/obj/usr/src/sys/GENERIC amd64 >From rc.conf: dumpdev=3D"/dev/ada0p1" dumpdir=3D"/var/crash" savecore_enable=3D"YES" # dumpon -l ada0p1 # savecore -Cv unable to open bounds file, using 0 checking for kernel dump on device /dev/ada0p1 mediasize =3D 35433480192 bytes sectorsize =3D 512 bytes magic mismatch on last dump header on /dev/ada0p1 No dump exists I've got a pair of ZFS-mirroed Samsung SSD 960 EVO 250GB drives (/dev/nvd[0= 1]) M.2 drives as zroot. It didn't seem like dumpon liked the encrypted swap partitions on there (even with "late" option), so I threw in a extra drive = and created a unencrypted swap partition on it with enough space for all the memory, just in case. # gpart show /dev/nvd0 =3D> 40 488397088 nvd0 GPT (233G) 40 1024 1 freebsd-boot (512K) 1064 984 - free - (492K) 2048 4194304 2 freebsd-swap (2.0G) 4196352 484200448 3 freebsd-zfs (231G) 488396800 328 - free - (164K) # gpart show /dev/ada0 =3D> 40 937703008 ada0 GPT (447G) 40 4056 - free - (2.0M) 4096 69206016 1 freebsd-swap (33G) 69210112 868492936 - free - (414G) # grep ' memory ' /var/log/dmesg.today=20 real memory =3D 34359738368 (32768 MB) avail memory =3D 33191440384 (31653 MB) Nothing is saved to /var/crash. It exists, only contains "minfree" (with t= he contents of "2048"). Booting to single user after panic and running saveco= re by hand doesn't seem to find anything, either. --=20 You are receiving this mail because: You are the assignee for the bug.=