From owner-freebsd-net@FreeBSD.ORG Wed Mar 17 16:58:02 2010 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 637881065673; Wed, 17 Mar 2010 16:58:02 +0000 (UTC) (envelope-from auryn@zirakzigil.org) Received: from mail.zirakzigil.org (mail.zirakzigil.org [82.63.178.63]) by mx1.freebsd.org (Postfix) with ESMTP id D31A78FC18; Wed, 17 Mar 2010 16:58:01 +0000 (UTC) Received: from localhost (unknown [192.168.1.2]) by mail.zirakzigil.org (Postfix) with ESMTP id 466ED94EA9; Wed, 17 Mar 2010 17:58:00 +0100 (CET) X-Virus-Scanned: amavisd-new at zirakzigil.org Received: from mail.zirakzigil.org ([192.168.1.2]) by localhost (ext.zirakzigil.org [192.168.1.2]) (amavisd-new, port 10024) with ESMTP id Q2OXnKDBeKhY; Wed, 17 Mar 2010 17:57:57 +0100 (CET) Received: from aurynmob2.giulioferro.it (unknown [192.168.1.2]) (Authenticated sender: auryn@zirakzigil.org) by mail.zirakzigil.org (Postfix) with ESMTPA id A738094EA0; Wed, 17 Mar 2010 17:57:57 +0100 (CET) Message-ID: <4BA10A12.2060903@zirakzigil.org> Date: Wed, 17 Mar 2010 17:57:54 +0100 From: Giulio Ferro User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.1.7) Gecko/20100223 Thunderbird/3.0.1 MIME-Version: 1.0 To: Max Laier References: <4B8E4850.1060104@zirakzigil.org> <9E8D76EC267C9444AC737F649CBBAD902767E3BEA5@PEMEXMBXVS02.jellyfishnet.co.uk.local> <4BA1054B.304@zirakzigil.org> <201003171747.28053.max@love2party.net> In-Reply-To: <201003171747.28053.max@love2party.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: "freebsd-net@freebsd.org" , Greg Hennessy , freebsd-pf@freebsd.org Subject: Re: PF + BRIDGE + PFSYNC causes system freezing X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Mar 2010 16:58:02 -0000 On 17.03.2010 17:47, Max Laier wrote: > On Wednesday 17 March 2010 17:37:31 Giulio Ferro wrote: > >> On 17.03.2010 16:50, Greg Hennessy wrote: >> >>> A possible corner case with the virtual hosting platform ? >>> >>> Try changing the NICS from EM to something else supported RL on vmware >>> IIRC. >>> >> Nope, I'm not using virtualization, that's the other guy. >> >> I'm using a physical machine... >> > Can you enable WITNESS and compile in DDB. Make sure to report any LORs and > once the system freezes try to enter the debugger and get ps and locks > information. > > show allchains > show alllocks > ps > > After that you can try to "call doadump" so you get the information in the > coredump and don't have to transcribe it manually. > > Thanks, > Max > Sorry, I'm not really an expert of this, but how can I enter the debugger if the system has frozen?