From owner-freebsd-current@FreeBSD.ORG Sun Jun 27 19:19:48 2004 Return-Path: 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 E667516A4CE for ; Sun, 27 Jun 2004 19:19:48 +0000 (GMT) Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.86.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id 54C0843D31 for ; Sun, 27 Jun 2004 19:19:48 +0000 (GMT) (envelope-from phk@critter.freebsd.dk) Received: from critter.freebsd.dk (localhost.freebsd.dk [127.0.0.1]) by critter.freebsd.dk (8.12.11/8.12.11) with ESMTP id i5RJI89R025983 for ; Sun, 27 Jun 2004 21:18:08 +0200 (CEST) (envelope-from phk@critter.freebsd.dk) To: current@freebsd.org From: Poul-Henning Kamp Date: Sun, 27 Jun 2004 21:18:08 +0200 Message-ID: <25982.1088363888@critter.freebsd.dk> Sender: phk@critter.freebsd.dk Subject: current of today panics in divert code X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.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: Sun, 27 Jun 2004 19:19:49 -0000 Fatal trap 12: page fault while in kernel mode fault virtual address = 0x64 fault code = supervisor read, page not present instruction pointer = 0x8:0xc04bd3c8 stack pointer = 0x10:0xc750bc1c frame pointer = 0x10:0xc750bc28 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 = 27 (swi1: net) kernel: type 12 trap, code=0 Stopped at _mtx_unlock_flags+0x30: cmpl $0xc064a43c,0(%ebx) db> where _mtx_unlock_flags(64,0,c0629463,ec) at _mtx_unlock_flags+0x30 divert_packet(c0e3c700,1,0,14,0) at divert_packet+0x1e6 ip_input(c0e3c700) at ip_input+0x92c netisr_processqueue(c0670178,c0aba380,c0ac1500,c750bd1c,c04b33cc) at netisr_processqueue+0x6e swi_net(0) at swi_net+0x85 ithread_loop(c0ac1500,c750bd48,c0ac1500,c04b3298,0) at ithread_loop+0x134 fork_exit(c04b3298,c0ac1500,c750bd48) at fork_exit+0x98 fork_trampoline() at fork_trampoline+0x8 --- trap 0x1, eip = 0, esp = 0xc750bd7c, ebp = 0 --- db> -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence.