From owner-freebsd-current Fri Dec 21 8: 6:59 2001 Delivered-To: freebsd-current@freebsd.org Received: from prism.flugsvamp.com (66-188-92-95.mad.wi.charter.com [66.188.92.95]) by hub.freebsd.org (Postfix) with ESMTP id 794ED37B416 for ; Fri, 21 Dec 2001 08:06:54 -0800 (PST) Received: (from jlemon@localhost) by prism.flugsvamp.com (8.11.6/8.11.6) id fBLG6cf73267; Fri, 21 Dec 2001 10:06:38 -0600 (CST) (envelope-from jlemon) Date: Fri, 21 Dec 2001 10:06:38 -0600 (CST) From: Jonathan Lemon Message-Id: <200112211606.fBLG6cf73267@prism.flugsvamp.com> To: kuriyama@imgsrc.co.jp, current@freebsd.org Subject: Re: FYI: Panic at in_pcbremlists() X-Newsgroups: local.mail.freebsd-current In-Reply-To: Organization: Cc: Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In article you write: > >I got a panic with today's current. I don't know I can reproduce this >panic or not... This probably is in: 1015 if (LIST_FIRST(&phd->phd_pcblist) == NULL) { 1016 LIST_REMOVE(phd, phd_hash); 1017 free(phd, M_PCB); but without the structure pointers, there isn't much to debug. Is there a crash dump available? -- Jonathan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message