From owner-freebsd-stable@FreeBSD.ORG Tue Aug 17 11:08:44 2010 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BFC421065679 for ; Tue, 17 Aug 2010 11:08:44 +0000 (UTC) (envelope-from ptyll@nitronet.pl) Received: from mail.nitronet.pl (smtp.nitronet.pl [195.90.106.27]) by mx1.freebsd.org (Postfix) with ESMTP id 82E038FC13 for ; Tue, 17 Aug 2010 11:08:44 +0000 (UTC) Received: from mailnull by mail.nitronet.pl with virscan (Exim 4.72 (FreeBSD)) (envelope-from ) id 1OlK27-000EJy-2r for freebsd-stable@freebsd.org; Tue, 17 Aug 2010 13:08:43 +0200 Date: Tue, 17 Aug 2010 13:08:43 +0200 From: Pawel Tyll X-Priority: 3 (Normal) Message-ID: <1748218706.20100817130843@nitronet.pl> To: freebsd-stable@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-2 Content-Transfer-Encoding: quoted-printable X-Virus-Scanned: Nitronet.pl X-SA-Exim-Connect-IP: X-SA-Exim-Mail-From: ptyll@nitronet.pl X-SA-Exim-Scanned: No (on mail.nitronet.pl); SAEximRunCond expanded to false Subject: Crash in dummynet. 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: Tue, 17 Aug 2010 11:08:44 -0000 Hello list, I'm observing recurring crashes with dummynet on 8.1-RELEASE. Abnormal things being done on the system are: /sbin/ipfw pipe list > pipestats-`date "+%Y%m%d-%H%M%S"` being done every minute. There are over 2000 pipes in the system. Anyway, to the point: is there any resource I could read as to how to prepare the system to catch correct debugging info at next crash? What other helpful information may I provide? Thanks.