From owner-freebsd-alpha Thu Jun 21 14: 1:19 2001 Delivered-To: freebsd-alpha@freebsd.org Received: from duke.cs.duke.edu (duke.cs.duke.edu [152.3.140.1]) by hub.freebsd.org (Postfix) with ESMTP id B55B537B407; Thu, 21 Jun 2001 14:01:16 -0700 (PDT) (envelope-from gallatin@cs.duke.edu) Received: from grasshopper.cs.duke.edu (grasshopper.cs.duke.edu [152.3.145.30]) by duke.cs.duke.edu (8.9.3/8.9.3) with ESMTP id RAA12613; Thu, 21 Jun 2001 17:01:15 -0400 (EDT) Received: (from gallatin@localhost) by grasshopper.cs.duke.edu (8.11.3/8.9.1) id f5LL0jb43827; Thu, 21 Jun 2001 17:00:45 -0400 (EDT) (envelope-from gallatin@cs.duke.edu) From: Andrew Gallatin MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15154.24701.724278.688574@grasshopper.cs.duke.edu> Date: Thu, 21 Jun 2001 17:00:45 -0400 (EDT) To: Cc: John Baldwin , Subject: Re: more panics, with some traceback info.... In-Reply-To: <20010621081950.Q18589-100000@wonky.feral.com> References: <20010621081950.Q18589-100000@wonky.feral.com> X-Mailer: VM 6.75 under 21.1 (patch 12) "Channel Islands" XEmacs Lucid Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org This looks very similar to other pmap corruption panics that have been posted in the past.. Is this at boot, or does it take a while for it to panic? Can somebody re-review my pmap_emulate_reference() hacks? Drew Matthew Jacob writes: > > > panic: blockable sleep lock (sleep mutex) Giant @ ../../vm/vm_fault.c:213 > cpuid = 0; panic > db> t > Debugger() at Debugger+0x34 > panic() at panic+0x178 > witness_lock() at witness_lock+0x240 > vm_fault() at vm_fault+0x108 > trap() at trap+0xf78 > XentMM() at XentMM+0x2c > --- memory management fault (from ipl 7) --- > hardclock() at hardclock+0x308 > handleclock() at handleclock+0x22c > alpha_clock_interrupt() at alpha_clock_interrupt+0x68 > interrupt() at interrupt+0xb8 > XentInt() at XentInt+0x28 > --- interrupt (from ipl 0) --- > witness_unlock() at witness_unlock+0x50 > zalloc() at zalloc+0x28c > get_pv_entry() at get_pv_entry+0x70 > pmap_insert_entry() at pmap_insert_entry+0x34 > pmap_enter_quick() at pmap_enter_quick+0x214 > pmap_object_init_pt() at pmap_object_init_pt+0x1b8 > vm_map_insert() at vm_map_insert+0x37c > elf_load_section() at elf_load_section+0x33c > exec_elf_imgact() at exec_elf_imgact+0x528 > execve() at execve+0x274 > syscall() at syscall+0x708 > XentSys() at XentSys+0x64 > --- syscall (59, FreeBSD ELF, execve) --- > --- user mode --- > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message