From owner-freebsd-current@FreeBSD.ORG Sat Oct 9 08:40:09 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 349C616A4CE for ; Sat, 9 Oct 2004 08:40:09 +0000 (GMT) Received: from transport.cksoft.de (transport.cksoft.de [62.111.66.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7257343D48 for ; Sat, 9 Oct 2004 08:40:08 +0000 (GMT) (envelope-from bzeeb-lists@lists.zabbadoz.net) Received: from transport.cksoft.de (localhost [127.0.0.1]) by transport.cksoft.de (Postfix) with ESMTP id 8BF111FF9A8 for ; Sat, 9 Oct 2004 10:40:07 +0200 (CEST) Received: by transport.cksoft.de (Postfix, from userid 66) id BD7C71FF9AC; Sat, 9 Oct 2004 10:40:05 +0200 (CEST) Received: by mail.int.zabbadoz.net (Postfix, from userid 1060) id 6656B15663; Sat, 9 Oct 2004 08:36:36 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.int.zabbadoz.net (Postfix) with ESMTP id 638D3155A0 for ; Sat, 9 Oct 2004 08:36:37 +0000 (UTC) Date: Sat, 9 Oct 2004 08:36:37 +0000 (UTC) From: "Bjoern A. Zeeb" X-X-Sender: bz@e0-0.zab2.int.zabbadoz.net To: FreeBSD current mailing list Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Virus-Scanned: by AMaViS cksoft-s20020300-20031204bz on transport.cksoft.de Subject: Re: LOR g_xdown vs user map (fwd) 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: Sat, 09 Oct 2004 08:40:09 -0000 Hi, Ketrien I. Saihr-Kesenchedra has reported this to me via the email address on the LOR page. Find all needed information below. -- Bjoern A. Zeeb bzeeb at Zabbadoz dot NeT ---------- Forwarded message ---------- Date: Sat, 9 Oct 2004 08:22:07 +0000 (UTC) From: Bjoern A. Zeeb To: Ketrien I. Saihr-Kesenchedra Subject: Re: LOR g_xdown vs user map On Fri, 8 Oct 2004, Ketrien I. Saihr-Kesenchedra wrote: Hi, > fresh off a 4-way opteron running 6.0-CURRENT sources a few hours old at > most, including green's recent commit to vm. kernel is GENERIC with > PREEMPTION disabled. thanks for reporting. I have added it with LOR ID 041: http://sources.zabbadoz.net/freebsd/lor.html#041 I am Cc:ing current@ to let the others know about it. > lock order reversal > 1st 0xffffffffb72b48b0 g_xdown (g_xdown) @ geom/geom_io.c:404 > 2nd 0xffffff01f03d15f0 user map (user map) @ vm/vm_map.c:2994 > KDB: stack backtrace: > witness_checkorder() at witness_checkorder+0x654 > _sx_xlock() at _sx_xlock+0x51 > vm_map_lookup() at vm_map_lookup+0x44 > vm_fault() at vm_fault+0xba > trap_pfault() at trap_pfault+0x211 > trap() at trap+0x1c5 > alltraps_with_regs_pushed() at alltraps_with_regs_pushed+0x5 > amr_mapcmd() at amr_mapcmd+0x114 > amr_start() at amr_start+0x7b > amr_startio() at amr_startio+0x3e > amr_submit_bio() at amr_submit_bio+0x20 > g_disk_start() at g_disk_start+0xbe > b_io_schedule_down() at g_io_schedule_down+0x128 > g_down_procbody() at g_down_procbody+0x40 > fork_exit() at fork_exit+0xc3 > fork_trampoline() at fork_trampoline+0xe > --- trap 0,rip = 0, rsp = 0xffffffffb72b4d00, rbp = 0 --- > panic: vm_fault: fault on nofault entry, addr: ffffffffa9345000 > cpuid = 3 > KDB: enter: panic > [thread 100053] > Stopped at kdb_enter+0x2f: nop > > db> trace > kdb_enter9) at kdb_enter+0x2f > panic() at panic+0x249 > vm_fault() at vm_fault+0xb43 > trap_pfault() at trap_pfault+0x211 > trap() at trap+0x1c5 > alltraps_with_regs_pushed() at alltraps_with_regs_pushed+0x5 > amr_mapcmd() at amr_mapcmd+0x114 > amr_start() at amr_start+0x7b > amr_startio() at amr_startio+0x3e > amr_submit_bio() at amr_submit_bio+0x20 > g_disk_start() at g_disk_start+0xbe > g_io_schedule_down() at g_io_schedule_down+0x128 > g_down_procbody() at g_down_procbody+0x40 > fork_exit() at fork_exit+0xc3 > fork_trampoline() at fork_trampoline+0xe > --- trap 0, rip = 0, rsp = 0xffffffffb72b4d00, rbp = 0 --- > db> > > -- Bjoern A. Zeeb bzeeb at Zabbadoz dot NeT