From owner-freebsd-stable@FreeBSD.ORG Thu Jun 7 19:43:14 2007 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7B57616A469 for ; Thu, 7 Jun 2007 19:43:14 +0000 (UTC) (envelope-from kris@obsecurity.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.freebsd.org (Postfix) with ESMTP id 6740813C45A for ; Thu, 7 Jun 2007 19:43:14 +0000 (UTC) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (elvis.mu.org [192.203.228.196]) by elvis.mu.org (Postfix) with ESMTP id 863561A4D91; Thu, 7 Jun 2007 12:43:15 -0700 (PDT) Received: from rot13.obsecurity.org (rot13.obsecurity.org [192.168.1.5]) by obsecurity.dyndns.org (Postfix) with ESMTP id D60EC513F4; Thu, 7 Jun 2007 14:27:24 -0400 (EDT) Received: by rot13.obsecurity.org (Postfix, from userid 1001) id C4F62C207; Thu, 7 Jun 2007 14:27:24 -0400 (EDT) Date: Thu, 7 Jun 2007 14:27:24 -0400 From: Kris Kennaway To: Roger Miranda Message-ID: <20070607182724.GA27795@rot13.obsecurity.org> References: <200705111442.52523.rmiranda@digitalrelay.ca> <200705111643.08417.rmiranda@digitalrelay.ca> <20070511214735.GA31850@xor.obsecurity.org> <200706070823.33104.rmiranda@digitalrelay.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200706070823.33104.rmiranda@digitalrelay.ca> User-Agent: Mutt/1.4.2.2i Cc: freebsd-stable@freebsd.org, Kris Kennaway Subject: Re: Hard Hang, nothing in logs / no panics 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: Thu, 07 Jun 2007 19:43:14 -0000 On Thu, Jun 07, 2007 at 08:23:32AM -0500, Roger Miranda wrote: > On Friday 11 May 2007 16:47, Kris Kennaway wrote: > > > Am I possible looking at a hardware issue? If so > > > what is the best way to test for it? > > > > If that doesn't work then in my experience it is likely to be > > hardware-related. The usual debugging procedure then involves trying > > to replicate on an unrelated machine, and/or swapping out hardware > > components. > > Kris, > > Sorry for the time delay. > > But we have confirmed this is not a hardware issue. We have is dead locking > across multiple systems, when bridge a moderate amount of tcp connections. > > I have no idea how to debug this. > > Could it be an issues with if_config of pf? We are using the latest drivers > form intel. But have ruled it out as being an driver or network card related > problem. And to confirm, WITNESS finds nothing and you are unable to break to DDB even with STOP_NMI? Kris