From owner-freebsd-bugs@FreeBSD.ORG Wed May 27 08:56:41 2015 Return-Path: Delivered-To: freebsd-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id ED9E8B15 for ; Wed, 27 May 2015 08:56:41 +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 BD50C5E9 for ; Wed, 27 May 2015 08:56:41 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t4R8ufnj071990 for ; Wed, 27 May 2015 08:56:41 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 200474] Fatal trap 12 in counter_u64_zero_one_cpu Date: Wed, 27 May 2015 08:56:42 +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.1-STABLE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: olgeni@FreeBSD.org X-Bugzilla-Status: New 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.20 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 May 2015 08:56:42 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=200474 --- Comment #1 from Jimmy Olgeni --- Found another traceback, this time I have a core file. (kgdb) bt #0 doadump (textdump=1) at pcpu.h:219 #1 0xffffffff8095e3c7 in kern_reboot (howto=260) at /usr/src/sys/kern/kern_shutdown.c:452 #2 0xffffffff8095e810 in panic (fmt=) at /usr/src/sys/kern/kern_shutdown.c:759 #3 0xffffffff80d84b5f in trap_fatal (frame=, eva=) at /usr/src/sys/amd64/amd64/trap.c:857 #4 0xffffffff80d84e5d in trap_pfault (frame=0xfffffe046a6f44c0, usermode=) at /usr/src/sys/amd64/amd64/trap.c:674 #5 0xffffffff80d844da in trap (frame=0xfffffe046a6f44c0) at /usr/src/sys/amd64/amd64/trap.c:440 #6 0xffffffff80d69ce2 in calltrap () at /usr/src/sys/amd64/amd64/exception.S:236 #7 0xffffffff80997b8a in counter_u64_zero_one_cpu (arg=0x0) at counter.h:65 #8 0xffffffff809a86fc in smp_rendezvous_action () at /usr/src/sys/kern/subr_smp.c:439 #9 0xffffffff80d6b0f9 in Xrendezvous () at apic_vector.S:295 #10 0xffffffff80d7c965 in pmap_remove_pages (pmap=0xfffff803866f3cd8) at /usr/src/sys/amd64/amd64/pmap.c:5355 #11 0xffffffff80c0c32c in vmspace_exit (td=0xfffff80159723000) at /usr/src/sys/vm/vm_map.c:408 #12 0xffffffff8092182f in exit1 (td=0xfffff80159723000, rv=) at /usr/src/sys/kern/kern_exit.c:385 #13 0xffffffff80961ca5 in sigexit (td=0xfffff80159723000, sig=10) at /usr/src/sys/kern/kern_sig.c:2969 #14 0xffffffff80962546 in postsig (sig=) at /usr/src/sys/kern/kern_sig.c:2872 #15 0xffffffff809acbf7 in ast (framep=) at /usr/src/sys/kern/subr_trap.c:271 #16 0xffffffff80d6b139 in doreti_ast () at /usr/src/sys/amd64/amd64/exception.S:682 #17 0x000000081c1c1928 in ?? () #18 0x0000000818f0bd60 in ?? () #19 0x000000081e429450 in ?? () #20 0x0000000000000528 in ?? () #21 0xfffffffffd279e98 in ?? () #22 0x0000000821b23110 in ?? () #23 0x5a5a5a5a5a5a5a5a in ?? () #24 0x0000000000000008 in ?? () #25 0x0000000801dd1780 in ?? () #26 0x0000000000000000 in ?? () Current language: auto; currently minimal -- You are receiving this mail because: You are the assignee for the bug.