From owner-freebsd-current@FreeBSD.ORG Tue Jul 27 22:52:28 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 4FB4016A4CE; Tue, 27 Jul 2004 22:52:28 +0000 (GMT) Received: from fledge.watson.org (fledge.watson.org [204.156.12.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id C95F843D41; Tue, 27 Jul 2004 22:52:27 +0000 (GMT) (envelope-from robert@fledge.watson.org) Received: from fledge.watson.org (localhost [127.0.0.1]) by fledge.watson.org (8.12.11/8.12.11) with ESMTP id i6RMpXAr013671; Tue, 27 Jul 2004 18:51:33 -0400 (EDT) (envelope-from robert@fledge.watson.org) Received: from localhost (robert@localhost)i6RMpXaq013668; Tue, 27 Jul 2004 18:51:33 -0400 (EDT) (envelope-from robert@fledge.watson.org) Date: Tue, 27 Jul 2004 18:51:33 -0400 (EDT) From: Robert Watson X-Sender: robert@fledge.watson.org To: Willem Jan Withagen In-Reply-To: <022801c47429$b8957420$471b3dd4@digiware.nl> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: bzeeb+freebsd+lor@zabbadoz.net cc: alc@FreeBSD.ORG cc: current@FreeBSD.ORG cc: jhb@FreeBSD.ORG Subject: Re: Fatal LOR: PV ENTRY (UMA zone) @ /home2/src/sys/vm/uma_core.c:2033 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: Tue, 27 Jul 2004 22:52:28 -0000 On Wed, 28 Jul 2004, Willem Jan Withagen wrote: > Running on amd64: > > And right followed by.... > > panic: lock (sleep mutex) Giant not locked @ /home2/src/sys/kern/vfs_syscalls.c: > 959 > cpuid = 0; > KDB: stack backtrace: > kdb_backtrace() at kdb_backtrace+0x34 > panic() at panic+0x1d2 > witness_unlock() at witness_unlock+0xdd > _mtx_unlock_flags() at _mtx_unlock_flags+0x68 > kern_open() at kern_open+0x128 > open() at open+0x18 > syscall() at syscall+0x330 > Xfast_syscall() at Xfast_syscall+0xa8 > --- syscall (5, FreeBSD ELF64, open), rip = 0x76d75c, rsp = 0x7fffffffe088, rbp > = 0x7fffffffe0c0 --- > KDB: enter: panic > [thread 100316] > Stopped at kdb_enter+0x2e: nop I've seen several reports of "mysterious" panics where Giant isn't held on return from namei() or other points following a name lookup. Kris Kenneway reported this on the package build cluster, for example. I'm wondering if something handling a page fault hit by namei() during a string copy in from user space if resulting in Giant not being held where it should be. In Kris's case, we tried pushing around GIANT_REQUIRED some because I thought maybe the caller wasn't holding Giant when it should, but that turned out not to be it. So maybe we have some sort of preemption/VM/locking issue? Robert N M Watson FreeBSD Core Team, TrustedBSD Projects robert@fledge.watson.org Principal Research Scientist, McAfee Research