From owner-freebsd-current@FreeBSD.ORG Fri Sep 14 17:53:19 2012 Return-Path: Delivered-To: freebsd-current@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DF418106566B for ; Fri, 14 Sep 2012 17:53:19 +0000 (UTC) (envelope-from w8hdkim@gmail.com) Received: from mail-vb0-f54.google.com (mail-vb0-f54.google.com [209.85.212.54]) by mx1.freebsd.org (Postfix) with ESMTP id 9BE798FC12 for ; Fri, 14 Sep 2012 17:53:19 +0000 (UTC) Received: by vbmv11 with SMTP id v11so6609675vbm.13 for ; Fri, 14 Sep 2012 10:53:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=WTkyqfaHm+XSIvO1CAUKI37AkhzqBH3cCwhrU4HD2/M=; b=xOzppJl1VJY3U4Jx9gUKrAEoyma3eg8b9DM1UHTbyvRVVYfkSjjJpt9/hMSVGxrwZy /KJORyc79f8hBo4HTpOeJp2HPezN5z0XQavYTeDtVAy+u4uMBn/1C1t0o8HQHW3iZQ9r nJ3kbcJwhl4UCUkS9bff9qyUWvMiTLoNo/J1f/GAVyAA4/LWXgJkk/bkOC8t2NIa+V1w b7ECvAN69AwxMDLe91ltqMF+sKlU9t8NW58sOiXdsyfojS0GiLU8AS0r8gcbVpItGwvH 3RQELC+2YdRegvOmIAAZZF+id5M/Ii5Y5qg4gvD/IYykxqqWx+hZk9W5Z/Bq2/0TH+H8 6wkw== MIME-Version: 1.0 Received: by 10.58.173.130 with SMTP id bk2mr3142926vec.45.1347645198752; Fri, 14 Sep 2012 10:53:18 -0700 (PDT) Received: by 10.58.26.129 with HTTP; Fri, 14 Sep 2012 10:53:18 -0700 (PDT) Date: Fri, 14 Sep 2012 13:53:18 -0400 Message-ID: From: Kim Culhan To: freebsd-current@FreeBSD.org Content-Type: text/plain; charset=ISO-8859-1 Cc: Subject: pf startup: KDB stack backtrace X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Sep 2012 17:53:20 -0000 Running -current r240462 at boot and on reload with pfctl -f /etc/pf.conf a considerable amount of KDB backtrace data is logged. Typical output: http://pastebin.com/aPCf8SAT Any help is very greatly appreciated. thanks -kim