From owner-freebsd-bugs@FreeBSD.ORG Wed Sep 7 06:20:13 2005 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8D3A116A41F for ; Wed, 7 Sep 2005 06:20:13 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 595E143D45 for ; Wed, 7 Sep 2005 06:20:13 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j876KD9J035880 for ; Wed, 7 Sep 2005 06:20:13 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j876KDZ4035879; Wed, 7 Sep 2005 06:20:13 GMT (envelope-from gnats) Date: Wed, 7 Sep 2005 06:20:13 GMT Message-Id: <200509070620.j876KDZ4035879@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Kris Kennaway Cc: Subject: Re: kern/85780: 'panic: bogus refcnt 0' in routing/ipv6 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Kris Kennaway List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Sep 2005 06:20:13 -0000 The following reply was made to PR kern/85780; it has been noted by GNATS. From: Kris Kennaway To: Kris Kennaway Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: kern/85780: 'panic: bogus refcnt 0' in routing/ipv6 Date: Wed, 7 Sep 2005 02:16:59 -0400 On Tue, Sep 06, 2005 at 04:00:34AM +0000, Kris Kennaway wrote: > This panic occurred on an SMP sparc64 machine. > > > panic: bogus refcnt 0 > > cpuid = 0 > > KDB: enter: panic > > [thread pid 15 tid 100003 ] > > Stopped at kdb_enter+0x3c: ta %xcc, 1 > > db> wh > > Tracing pid 15 tid 100003 td 0xfffff8001fb75680 > > panic() at panic+0x164 > > rtfree() at rtfree+0x7c > > nd6_na_output() at nd6_na_output+0x4d0 > > nd6_ns_input() at nd6_ns_input+0x704 > > icmp6_input() at icmp6_input+0xc38 > > ip6_input() at ip6_input+0xf5c > > netisr_processqueue() at netisr_processqueue+0x7c > > swi_net() at swi_net+0xdc > > ithread_loop() at ithread_loop+0x18c > > fork_exit() at fork_exit+0x94 > > fork_trampoline() at fork_trampoline+0x8 I have a core from this panic. I also got another one on a different machine: panic() at panic+0x164 rtfree() at rtfree+0x7c nd6_ns_output() at nd6_ns_output+0x48c nd6_timer() at nd6_timer+0x244 softclock() at softclock+0x22c ithread_loop() at ithread_loop+0x18c fork_exit() at fork_exit+0x94 fork_trampoline() at fork_trampoline+0x8 (core also available). Kris