From owner-freebsd-bugs@FreeBSD.ORG Wed Nov 16 12:38:45 2005 Return-Path: X-Original-To: freebsd-bugs@FreeBSD.org Delivered-To: freebsd-bugs@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3B7DC16A420 for ; Wed, 16 Nov 2005 12:38:45 +0000 (GMT) (envelope-from suz@alaxala.net) Received: from pc1.alaxala.kame.net (kame219.kame.net [203.178.141.219]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9632743D45 for ; Wed, 16 Nov 2005 12:38:42 +0000 (GMT) (envelope-from suz@alaxala.net) Received: from localhost (localhost [127.0.0.1]) by pc1.alaxala.kame.net (Postfix) with ESMTP id 80E8562DC; Wed, 16 Nov 2005 21:40:11 +0900 (JST) Received: from pc1.alaxala.kame.net ([127.0.0.1]) by localhost (pc1.alaxala.kame.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 33911-09; Wed, 16 Nov 2005 21:40:05 +0900 (JST) Received: from flora220.uki-uki.net (kame199.kame.net [203.178.141.199]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by pc1.alaxala.kame.net (Postfix) with ESMTP id 4486C61D1; Wed, 16 Nov 2005 21:40:04 +0900 (JST) Date: Wed, 16 Nov 2005 21:37:26 +0900 Message-ID: From: SUZUKI Shinsuke To: tinguely@casselton.net,snezhko@indorsoft.ru X-cite: xcite 1.33 In-Reply-To: <200511111510.jABFAM5M062936@freefall.freebsd.org> References: <200511111510.jABFAM5M062936@freefall.freebsd.org> User-Agent: Wanderlust/2.15.1 (Almost Unreal) Emacs/22.0 Mule/5.0 (SAKAKI) Organization: Technical Marketing Dept., ALAXALA Networks Corporation MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII X-Virus-Scanned: amavisd-new at alaxala.kame.net Cc: freebsd-bugs@FreeBSD.org Subject: Re: kern/88725: /usr/sbin/ppp panic with 2005.10.21 netinet6 changes X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Nov 2005 12:38:45 -0000 Hi, >>>>> On Fri, 11 Nov 2005 15:10:22 GMT >>>>> tinguely@casselton.net(Mark Tinguely) said: > > I think this patch should be applied. The other callouts that I flagged > are too inconclusive to make any modification at this time. Sorry for kept you waiting. I've committed the following patch (in a little bit different manner), so I'll close this PR and investigate the possible similar problems. > --- netinet6/mld6.c Wed Nov 9 08:27:14 2005 > *************** > *** 640,645 **** > --- 640,649 ---- > mld6_stop_listening(in6m); > ifma->ifma_protospec = NULL; > LIST_REMOVE(in6m, in6m_entry); > + if (in6m->in6m_timer != IN6M_TIMER_UNDEF) > + mld_stoptimer(in6m); > free(in6m->in6m_timer_ch, M_IP6MADDR); > free(in6m, M_IP6MADDR); > } Thanks, ---- SUZUKI, Shinsuke @ KAME Project