From owner-freebsd-current@FreeBSD.ORG Tue Feb 24 01:23:57 2015 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DE242748; Tue, 24 Feb 2015 01:23:57 +0000 (UTC) Received: from mail-lb0-x234.google.com (mail-lb0-x234.google.com [IPv6:2a00:1450:4010:c04::234]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5F27AEC5; Tue, 24 Feb 2015 01:23:57 +0000 (UTC) Received: by lbvp9 with SMTP id p9so22010457lbv.3; Mon, 23 Feb 2015 17:23:55 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=IZZxWG2leZwz0PfHf2HtQqMXfJgjxpAXXMKFtt3IIvk=; b=I2FygQc6evF6U2lOWMLgbQvpuEBQ9Yswe8nQYlI/23jTt9c1faAmoJERZjiGP5bTVU K+xsVf16kt9n41DcBzug8rs/41jIguTEl7k9zqFfnT9QZe+2iClTbuXbYfkxB/0uqUwz RdZmNubPN5PGMclpoA6dCcq0lXT/teNnxUhLihMWxJOV8E+MEr5VS7tEkmwW8ZnZUj/D Z7k/4ANKYq0b9ETSTtYl7XrgAFgKbbUcySVyX0fDO2cKHEKfxI7t+lHjsb2cmb2kSwRS uTYCaHGc45U3SOvy6M3F5j989Mqhl4miPKr7aNsJV8/oAyrmOkF6ncQgkdMtGn8crIQ0 rijA== MIME-Version: 1.0 X-Received: by 10.152.10.66 with SMTP id g2mr2970851lab.44.1424741035140; Mon, 23 Feb 2015 17:23:55 -0800 (PST) Sender: davide.italiano@gmail.com Received: by 10.25.217.8 with HTTP; Mon, 23 Feb 2015 17:23:55 -0800 (PST) In-Reply-To: <54EBD112.8050705@freebsd.org> References: <54EBD112.8050705@freebsd.org> Date: Mon, 23 Feb 2015 17:23:55 -0800 X-Google-Sender-Auth: zpKSHx_DnP4xc1Jx_6UFy7PENs4 Message-ID: Subject: Re: pf crash on -current From: Davide Italiano To: Allan Jude Content-Type: text/plain; charset=UTF-8 Cc: freebsd-current X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.18-1 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: Tue, 24 Feb 2015 01:23:58 -0000 On Mon, Feb 23, 2015 at 5:17 PM, Allan Jude wrote: > Upgraded my router today, because it was approaching the 24 uptime days > of doom > > Now, it likes to die on me, a lot > > The bt you posted suggest this could be stack overflow, probably due to infinite recursion. Also, as a wild guess, just looking at the stacktrace, I think this might be related to the recent ipv6 fragment changes. Try to back them out, and see if things gets more stable ( r278831 and r278843). -- Davide