From owner-freebsd-current@freebsd.org Mon Jul 18 18:22:29 2016 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 C6F9FB9D9EC for ; Mon, 18 Jul 2016 18:22:29 +0000 (UTC) (envelope-from avg@FreeBSD.org) Received: from citapm.icyb.net.ua (citapm.icyb.net.ua [212.40.38.140]) by mx1.freebsd.org (Postfix) with ESMTP id E7FAF117E; Mon, 18 Jul 2016 18:22:28 +0000 (UTC) (envelope-from avg@FreeBSD.org) Received: from porto.starpoint.kiev.ua (porto-e.starpoint.kiev.ua [212.40.38.100]) by citapm.icyb.net.ua (8.8.8p3/ICyb-2.3exp) with ESMTP id VAA14132; Mon, 18 Jul 2016 21:22:26 +0300 (EEST) (envelope-from avg@FreeBSD.org) Received: from localhost ([127.0.0.1]) by porto.starpoint.kiev.ua with esmtp (Exim 4.34 (FreeBSD)) id 1bPDBS-0001rt-9v; Mon, 18 Jul 2016 21:22:26 +0300 Subject: Re: zfs solaris assert panic in 11.0-ALPHA5 r302256 To: Don Lewis References: <201607181758.u6IHw7h6047690@gw.catspoiler.org> Cc: freebsd-current@FreeBSD.org From: Andriy Gapon Message-ID: <82e6210a-4dd8-3461-c5e5-32f2b6ac80f0@FreeBSD.org> Date: Mon, 18 Jul 2016 21:21:29 +0300 User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.2.0 MIME-Version: 1.0 In-Reply-To: <201607181758.u6IHw7h6047690@gw.catspoiler.org> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.22 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, 18 Jul 2016 18:22:29 -0000 On 18/07/2016 20:58, Don Lewis wrote: > This is with kgdb from ports: > > [snip] > #13 0xffffffff824be23a in assfail ( > a=0x80 , > f=0xfffffe085a435d90 "", l=0) > at /usr/src/sys/cddl/compat/opensolaris/kern/opensolaris_cmn_err.c:81 > #14 0xffffffff8215b928 in dbuf_dirty (db=, tx=) > at /usr/src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/dbuf.c:1232 > #15 0xffffffff8215c0e4 in dbuf_dirty (db=, tx=) > at /usr/src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/dbuf.c:1383 > #16 0xffffffff8215c0e4 in dbuf_dirty (db=, tx=) > at /usr/src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/dbuf.c:1383 > #17 0xffffffff82166fd9 in dmu_write_uio_dnode (dn=, > uio=, size=, tx=) > at /usr/src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/dmu.c:1193 > #18 0xffffffff82166e92 in dmu_write_uio_dbuf (zdb=0xfffff806bacc0b88, > uio=0xfffffe085a4368f0, size=65536, tx=0xfffff803a4043600) > at /usr/src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/dmu.c:1244 > #19 0xffffffff82224bac in zfs_write (vp=, uio=, > ioflag=, cr=, ct=) > [snip] > > There's not a lot for me to get traction with ... I think that it should be possible to get to the interesting data starting with zdb in frame 18, but it can take some effort. > This is also not a very repeatable thing for me. I've only had it > happen once even though this machine is kept very busy building ports. Okay. It seems to have happened at least once for one other person. -- Andriy Gapon