From owner-freebsd-bugs@FreeBSD.ORG Mon May 21 16:20:08 2012 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A4A661065691 for ; Mon, 21 May 2012 16:20:08 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 906938FC0C for ; Mon, 21 May 2012 16:20:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q4LGK4bi051715 for ; Mon, 21 May 2012 16:20:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q4LGK46Y051714; Mon, 21 May 2012 16:20:04 GMT (envelope-from gnats) Date: Mon, 21 May 2012 16:20:04 GMT Message-Id: <201205211620.q4LGK46Y051714@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Hugo Silva Cc: Subject: Re: misc/168200: pf crashes when receiving packets from an address in a table X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Hugo Silva List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 May 2012 16:20:08 -0000 The following reply was made to PR misc/168200; it has been noted by GNATS. From: Hugo Silva To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-bugs@FreeBSD.org Cc: Subject: Re: misc/168200: pf crashes when receiving packets from an address in a table Date: Mon, 21 May 2012 17:15:34 +0100 On 05/21/12 16:10, FreeBSD-gnats-submit@FreeBSD.org wrote: > Thank you very much for your problem report. > It has the internal identification `misc/168200'. > The individual assigned to look at your > report is: freebsd-bugs. > > You can access the state of your problem report at any time > via this link: > > http://www.freebsd.org/cgi/query-pr.cgi?pr=168200 > >> Category: misc >> Responsible: freebsd-bugs >> Synopsis: pf crashes when receiving packets from an address in a table >> Arrival-Date: Mon May 21 15:10:02 UTC 2012 Furthermore, this seems to be related to the usage of the "counters" option in the table definition. Since the table I was testing this on was defined as being persistant, the bug would be triggered even after changing the definition and reloading pf. Killing the table and then recreating it without "counters", or just rebooting the machine after fixing pf.conf make the issue disappear.