From owner-cvs-all@FreeBSD.ORG Tue Jul 4 06:36:32 2006 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E1CB716A4E5 for ; Tue, 4 Jul 2006 06:36:32 +0000 (UTC) (envelope-from sullrich@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.169]) by mx1.FreeBSD.org (Postfix) with ESMTP id 718C343D53 for ; Tue, 4 Jul 2006 06:36:31 +0000 (GMT) (envelope-from sullrich@gmail.com) Received: by ug-out-1314.google.com with SMTP id m3so1878439uge for ; Mon, 03 Jul 2006 23:36:29 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=mhYRscZtVe2dYnkY2Zzo9gcR5xaAkGPpJNvHuk8fzcSinPB5BsygfhtM+A4e4qgSSXnYt+AGU0y56D2i50cL8isj47ttVArAwfahRmYZDYT+6KHj8lGDz0tB+asUx/DPFVacDv0srAATX4fN0O7PMqP9M1l8X45gzKvPsWd0JDc= Received: by 10.67.19.13 with SMTP id w13mr6469546ugi; Mon, 03 Jul 2006 23:36:29 -0700 (PDT) Received: by 10.67.105.8 with HTTP; Mon, 3 Jul 2006 23:36:29 -0700 (PDT) Message-ID: Date: Tue, 4 Jul 2006 02:36:29 -0400 From: "Scott Ullrich" To: "Maxim Konovalov" In-Reply-To: <20060704101945.J761@mp2.macomnet.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200605141422.k4EEMnmC056704@repoman.freebsd.org> <20060627015411.B30917@mp2.macomnet.net> <200606271416.29255.max@love2party.net> <20060704101945.J761@mp2.macomnet.net> Cc: src-committers@freebsd.org, cvs-src@freebsd.org, cvs-all@freebsd.org, dsh@vlink.ru, Max Laier , Bruce M Simpson Subject: Re: cvs commit: src/sys/netinet in.h ip_output.c ip_var.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Jul 2006 06:36:33 -0000 On 7/4/06, Maxim Konovalov wrote: > How to repeat? Btw allr, lockedvnods etc are not needed there. "bt > full" is. # ifconfig pfsync0 pfsync0: flags=0<> mtu 2020 syncpeer: 224.0.0.240 maxupd: 128 # ifconfig pfsync0 syncdev lo0 Fatal trap 12: page fault while in kernel mode fault virtual address = 0x0 fault code = supervisor write, page not present instruction pointer = 0x20:0xc0461d0e stack pointer = 0x28:0xc7640ad4 frame pointer = 0x28:0xc7640b10 code segment = base 0x0, limit 0xfffff, type 0x1b = DPL 0, pres 1, def32 1, gran 1 processor eflags = interrupt enabled, resume, IOPL = 0 current process = 66 (ifconfig) trap number = 12 I'll get a full trace in a bit, need to get the machine prepped again. Scott