From owner-freebsd-current Mon Mar 3 2:16:46 2003 Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F23C337B401 for ; Mon, 3 Mar 2003 02:16:44 -0800 (PST) Received: from seed.net.tw (sn13.seed.net.tw [139.175.54.13]) by mx1.FreeBSD.org (Postfix) with ESMTP id B6DBF43FB1 for ; Mon, 3 Mar 2003 02:16:43 -0800 (PST) (envelope-from leafy@leafy.idv.tw) Received: from [211.74.131.92] (port=49194 helo=leafy.idv.tw) by seed.net.tw with esmtp (Seednet 4.10:4) id 18pmzy-0009dZ-00 for freebsd-current@freebsd.org; Mon, 03 Mar 2003 18:16:43 +0800 Received: from leafy.idv.tw (nobody@localhost [127.0.0.1]) by leafy.idv.tw (8.12.7/8.12.7) with ESMTP id h23AGgpT002485 for ; Mon, 3 Mar 2003 18:16:42 +0800 (CST) (envelope-from leafy@leafy.idv.tw) Received: (from leafy@localhost) by leafy.idv.tw (8.12.7/8.12.7/Submit) id h23AGfii002484 for freebsd-current@freebsd.org; Mon, 3 Mar 2003 18:16:41 +0800 (CST) Date: Mon, 3 Mar 2003 18:16:41 +0800 From: leafy To: freebsd-current@freebsd.org Subject: Re: -CURRENT + cvs = panic Message-ID: <20030303101641.GA2459@leafy.idv.tw> Mail-Followup-To: freebsd-current@freebsd.org References: <20030303011726.R623@kushnir1.kiev.ua> <20030303100122.GA10188@rz.uni-karlsruhe.de> Mime-Version: 1.0 Content-Type: text/plain; charset=big5 Content-Disposition: inline In-Reply-To: <20030303100122.GA10188@rz.uni-karlsruhe.de> User-Agent: Mutt/1.5.3i 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 On Mon, Mar 03, 2003 at 11:01:22AM +0100, Philipp Mergenthaler wrote: > In that gdb trace, I think the panic was only an aftereffect and > the trouble started here: > #15 0xc02bc1c8 in calltrap () at {standard input}:96 > #16 0xc021fd79 in tcp_input (m=0xc0d49c30, off0=20) > at /usr/src/sys/netinet/tcp_input.c:2324 > > Do you have version 1.198 of sys/netinet/tcp_input.c? I haven't had > that panic since then (i.e. for the last four days). > > Bye, Philipp It's the very same line of code that caused my distributed folding clinent oto panic the system. I have * $FreeBSD: src/sys/netinet/tcp_input.c,v 1.198 2003/02/26 18:20:41 jlemon Exp $ */ It still panics everytime I start the client. cvsup is ok though. Jiawei Ye -- "Without the userland, the kernel is useless." --inspired by The Tao of Programming To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message