From owner-freebsd-current@FreeBSD.ORG Wed Jun 8 00:52:10 2005 Return-Path: X-Original-To: current@freebsd.org Delivered-To: freebsd-current@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 82E3516A41C for ; Wed, 8 Jun 2005 00:52:10 +0000 (GMT) (envelope-from ache@nagual.pp.ru) Received: from nagual.pp.ru (nagual.pp.ru [194.87.13.69]) by mx1.FreeBSD.org (Postfix) with ESMTP id E3A7C43D1D for ; Wed, 8 Jun 2005 00:52:09 +0000 (GMT) (envelope-from ache@nagual.pp.ru) Received: from nagual.pp.ru (ache@localhost [127.0.0.1]) by nagual.pp.ru (8.13.3/8.13.3) with ESMTP id j580q83G000791 for ; Wed, 8 Jun 2005 04:52:08 +0400 (MSD) (envelope-from ache@nagual.pp.ru) DomainKey-Signature: a=rsa-sha1; s=default; d=nagual.pp.ru; c=nofws; q=dns; h=received:date:from:to:subject:message-id: mail-followup-to:mime-version:content-type:content-disposition:user-agent; b=LhUtdAHUu7hTMB/0wgn9QDCnlAlich0/CUt5NuFuYjcGdTZBIwvf/lY7tea9QHKLs owqSr+LDXa0OcUrLt817w== Received: (from ache@localhost) by nagual.pp.ru (8.13.3/8.13.3/Submit) id j580q84N000790 for current@freebsd.org; Wed, 8 Jun 2005 04:52:08 +0400 (MSD) (envelope-from ache) Date: Wed, 8 Jun 2005 04:52:08 +0400 From: Andrey Chernov To: current@freebsd.org Message-ID: <20050608005208.GA745@nagual.pp.ru> Mail-Followup-To: Andrey Chernov , current@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.9i Cc: Subject: Still something wrong with tcp_sack_option () 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: Wed, 08 Jun 2005 00:52:10 -0000 With very recent kernel I have a panic once per several hours, always in swi1:net, always something called from tcp_sack_option (), see example below: Fatal trap 12: page fault while in kernel mode fault virtual address = 0x4 fault code = supervisor read, page not present instruction pointer = 0x20:0xc0539f12 stack pointer = 0x28:0xcc7e4a8c frame pointer = 0x28:0xcc7e4adc 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 = 29 (swi1: net) trap number = 12 panic: page fault #5 0xc05ccea0 in trap () #6 0xc05bdf0a in calltrap () #7 0xcc7e0008 in ?? () #8 0x00000028 in ?? () #9 0x00000028 in ?? () #10 0x00000000 in ?? () #11 0xc1a9e1cc in ?? () #12 0xcc7e4adc in ?? () #13 0xcc7e4a78 in ?? () #14 0xcc7e4ab0 in ?? () #15 0xc1129000 in ?? () #16 0x7e56b4a9 in ?? () #17 0xcc7e4ab0 in ?? () #18 0x0000000c in ?? () #19 0x00000000 in ?? () #20 0xc0539f12 in tcp_sack_option () -- http://ache.pp.ru/