From owner-freebsd-bugs@FreeBSD.ORG Wed Sep 3 17:58:52 2014 Return-Path: Delivered-To: freebsd-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 22AA5788 for ; Wed, 3 Sep 2014 17:58:52 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E51C11D2C for ; Wed, 3 Sep 2014 17:58:51 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id s83HwpaX069056 for ; Wed, 3 Sep 2014 17:58:51 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 193277] Kernel crash after a few minutes/hours when aplications want to write something to disk. Date: Wed, 03 Sep 2014 17:58:52 +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: 10.0-STABLE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: maciej.gabryszak@gmail.com X-Bugzilla-Status: Needs Triage X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Sep 2014 17:58:52 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=193277 --- Comment #4 from maciej.gabryszak@gmail.com --- (kgdb) bt #0 0xffffffff80c7f478 in cpustop_handler () at /usr/src/sys/amd64/amd64/mp_machdep.c:1432 #1 0xffffffff80c7f43f in ipi_nmi_handler () at /usr/src/sys/amd64/amd64/mp_machdep.c:1417 #2 0xffffffff80c8db52 in trap (frame=0xfffffe083a761f30) at /usr/src/sys/amd64/amd64/trap.c:211 #3 0xffffffff80c757d3 in nmi_calltrap () at /usr/src/sys/amd64/amd64/exception.S:505 #4 0xffffffff80c7f0f9 in smp_targeted_tlb_shootdown (mask={__bits = {0}}, vector=, pmap=, addr1=, addr2=0) at /usr/src/sys/amd64/amd64/mp_machdep.c:1204 #5 0xffffffff80c80922 in pmap_invalidate_all (pmap=) at /usr/src/sys/amd64/amd64/pmap.c:1532 #6 0xffffffff80c815de in pmap_release (pmap=0xfffff800196ed838) at /usr/src/sys/amd64/amd64/pmap.c:2511 #7 0xffffffff80b10532 in vmspace_exit (td=) at /usr/src/sys/vm/vm_map.c:330 #8 0xffffffff8087c6af in exit1 (td=0xfffff8035506d000, rv=) at /usr/src/sys/kern/kern_exit.c:321 #9 0xffffffff8087c04e in sys_sys_exit (td=, uap=) at /usr/src/sys/kern/kern_exit.c:121 #10 0xffffffff80c8ef87 in amd64_syscall (td=0xfffff8035506d000, traced=0) at subr_syscall.c:134 #11 0xffffffff80c7567b in Xfast_syscall () at /usr/src/sys/amd64/amd64/exception.S:391 #12 0x0000000800db031a in ?? () Previous frame inner to this frame (corrupt stack?) -- You are receiving this mail because: You are the assignee for the bug.