From owner-freebsd-stable@FreeBSD.ORG Fri Jun 23 11:03:05 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9AB5A16A492; Fri, 23 Jun 2006 11:03:05 +0000 (UTC) (envelope-from mb@imp.ch) Received: from pop.imp.ch (mx2.imp.ch [157.161.9.17]) by mx1.FreeBSD.org (Postfix) with ESMTP id F3D2343D45; Fri, 23 Jun 2006 11:03:04 +0000 (GMT) (envelope-from mb@imp.ch) Received: from godot.imp.ch (godot.imp.ch [157.161.4.8]) by pop.imp.ch (8.13.7/8.13.7/Submit) with ESMTP id k5NB2wDE048831; Fri, 23 Jun 2006 13:03:00 +0200 (CEST) (envelope-from mb@imp.ch) Date: Fri, 23 Jun 2006 13:02:58 +0200 (CEST) From: Martin Blapp To: Gavin Atkinson In-Reply-To: <1151056731.62769.2.camel@buffy.york.ac.uk> Message-ID: <20060623120536.J14714@godot.imp.ch> References: <20060621202508.S17514@godot.imp.ch> <20060621193941.Y8526@fledge.watson.org> <20060622205806.GA6542@FreeBSD.czest.pl> <20060622223630.V17514@godot.imp.ch> <1151056731.62769.2.camel@buffy.york.ac.uk> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Scanned-By: MIMEDefang 2.57 on 157.161.9.65 Cc: Robert Watson , Patrick Guelat , "Wojciech A. Koszek" , freebsd-stable@freebsd.org Subject: Re: Crash with FreeBSD 6.1 STABLE of today X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Jun 2006 11:03:05 -0000 Hi, >> (kgdb) p *tp->t_session >> Cannot access memory at address 0x0 >> >> So here the problem is. Why is tp->t_session empty ? Maybe it has been already >> free() earlier and we have some race here ? > > "Race" was exactly my conclusion last time I looked into this. > http://docs.FreeBSD.org/cgi/mid.cgi?20041204110815.E80797 > > Something, somewhere is playing with t_session without locking... > Any idea how we can track this down ? It's a very bad thing to have in 61. And yes, the serial output is going over a serial console. Martin