From owner-freebsd-current@FreeBSD.ORG Mon Nov 4 14:35:23 2013 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 087FFEAA for ; Mon, 4 Nov 2013 14:35:23 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id DFE142924 for ; Mon, 4 Nov 2013 14:35:22 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id rA4EZMrC099139 for ; Mon, 4 Nov 2013 14:35:22 GMT (envelope-from bdrewery@freefall.freebsd.org) Received: (from bdrewery@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rA4EZMxI099138 for current@freebsd.org; Mon, 4 Nov 2013 14:35:22 GMT (envelope-from bdrewery) Received: (qmail 35245 invoked from network); 4 Nov 2013 08:35:20 -0600 Received: from unknown (HELO ?10.10.0.24?) (freebsd@shatow.net@10.10.0.24) by sweb.xzibition.com with ESMTPA; 4 Nov 2013 08:35:20 -0600 Message-ID: <5277B0A5.5010506@FreeBSD.org> Date: Mon, 04 Nov 2013 08:35:17 -0600 From: Bryan Drewery Organization: FreeBSD User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.1.0 MIME-Version: 1.0 To: "current@freebsd.org" Subject: (r257598) panic: Assertion tmp->tm_pages_used == 0 failed at /usr/src/sys/modules/tmpfs/../../fs/tmpfs/tmpfs_vfsops.c:316 X-Enigmail-Version: 1.6 OpenPGP: id=6E4697CF; url=http://www.shatow.net/bryan/bryan2.asc Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="EpMTGlxoSCba863KdcPTKg3eVJ67QVkiO" X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 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, 04 Nov 2013 14:35:23 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --EpMTGlxoSCba863KdcPTKg3eVJ67QVkiO Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable 11.0-CURRENT #87 r257598 During a poudriere build. It creates a tmpfs, builds a port in a jail using that tmpfs and then removes the tmpfs and recreate the tmpfs before building the next port. > panic: Assertion tmp->tm_pages_used =3D=3D 0 failed at /usr/src/sys/mod= ules/tmpfs/../../fs/tmpfs/tmpfs_vfsops.c:316 > cpuid =3D 9 > KDB: stack backtrace: > db_trace_self_wrapper() at db_trace_self_wrapper+0x2b/frame 0xfffffe124= 7ee57a0 > kdb_backtrace() at kdb_backtrace+0x39/frame 0xfffffe1247ee5850 > vpanic() at vpanic+0x126/frame 0xfffffe1247ee5890 > kassert_panic() at kassert_panic+0x136/frame 0xfffffe1247ee5900 > tmpfs_unmount() at tmpfs_unmount+0x163/frame 0xfffffe1247ee5930 > dounmount() at dounmount+0x41f/frame 0xfffffe1247ee59b0 > sys_unmount() at sys_unmount+0x356/frame 0xfffffe1247ee5ae0 > amd64_syscall() at amd64_syscall+0x265/frame 0xfffffe1247ee5bf0 > Xfast_syscall() at Xfast_syscall+0xfb/frame 0xfffffe1247ee5bf0 > --- syscall (22, FreeBSD ELF64, sys_unmount), rip =3D 0x8008a02fa, rsp = =3D 0x7fffffffd198, rbp =3D 0x7fffffffd2b0 --- > Uptime: 44m40s > (kgdb) #0 doadump (textdump=3D1) at pcpu.h:219 > #1 0xffffffff808bcf87 in kern_reboot (howto=3D260) > at /usr/src/sys/kern/kern_shutdown.c:447 > #2 0xffffffff808bd495 in vpanic (fmt=3D, > ap=3D) at /usr/src/sys/kern/kern_shutdown.c:75= 4 > #3 0xffffffff808bd326 in kassert_panic (fmt=3D) > at /usr/src/sys/kern/kern_shutdown.c:642 > #4 0xffffffff81e159d3 in tmpfs_unmount (mp=3D0xfffff810502cd660, > mntflags=3D) > at /usr/src/sys/modules/tmpfs/../../fs/tmpfs/tmpfs_vfsops.c:316 > #5 0xffffffff8095e1af in dounmount (mp=3D0xfffff810502cd660, flags=3D1= 34742016, > td=3D0xfffff8013d57a490) at /usr/src/sys/kern/vfs_mount.c:1324 > #6 0xffffffff8095dd66 in sys_unmount (td=3D0xfffff8013d57a490, > uap=3D0xfffffe1247ee5b80) at /usr/src/sys/kern/vfs_mount.c:1212 > #7 0xffffffff80cb7d75 in amd64_syscall (td=3D0xfffff8013d57a490, trace= d=3D0) > at subr_syscall.c:134 > #8 0xffffffff80c9c90b in Xfast_syscall () > at /usr/src/sys/amd64/amd64/exception.S:391 > #9 0x00000008008a02fa in ?? () --=20 Regards, Bryan Drewery --EpMTGlxoSCba863KdcPTKg3eVJ67QVkiO Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (MingW32) Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iQEcBAEBAgAGBQJSd7ClAAoJEDXXcbtuRpfPVhUH/1blQLL506TpPDKuY/c8oS+J MgIf8mKg9qJey3XOftcMAcT2G+QasVvoURKGOmwvG1Mx31joWV+jaRaf6kme40un pHsK13JA5ZNmXgWUljySCLiNVakFg1g/1I/4RjAPrls1rUzzEjrRhhJsVyd94REx GRXoe19k5XKB4x30n74Kr5gZPR4KJ8ALUEoES6zypejFa9+UuMOPUd79DOTNVi5y 7xk3c9MPMsVkK7sUWEyu4ERkuT1GdAME2AreWbiQaSK4P+hTp7Dnhn1Qeo12CqLx f3zLwE/S6Ju5bPdCd0hATCx0aLPby+vjoTeJPv5Gmn1pxkOpKrrXBFU5Fi96TAg= =thJ/ -----END PGP SIGNATURE----- --EpMTGlxoSCba863KdcPTKg3eVJ67QVkiO--