From owner-freebsd-current Tue Jul 21 17:50:34 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA26377 for freebsd-current-outgoing; Tue, 21 Jul 1998 17:50:34 -0700 (PDT) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from implode.root.com (implode.root.com [198.145.90.17]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA26357 for ; Tue, 21 Jul 1998 17:50:24 -0700 (PDT) (envelope-from root@implode.root.com) Received: from implode.root.com (localhost [127.0.0.1]) by implode.root.com (8.8.5/8.8.5) with ESMTP id RAA22703; Tue, 21 Jul 1998 17:49:09 -0700 (PDT) Message-Id: <199807220049.RAA22703@implode.root.com> To: Kevin Day cc: current@FreeBSD.ORG Subject: Re: panic: page fault while in kernel mode - from gcc In-reply-to: Your message of "Tue, 21 Jul 1998 17:24:12 CDT." <199807212224.RAA09883@home.dragondata.com> From: David Greenman Reply-To: dg@root.com Date: Tue, 21 Jul 1998 17:49:09 -0700 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >I was able to make gcc produce this twice - then it wouldn't do it again: > >page fault while in kernel mode > >A trace shows: > >_zalloci >_get_pv_entry >_pmap_insert_entry >_pmap_enter >_vm_fault >_trap >calltrap() >--- trap 0xc, eip = 0xf01cd754, esp = 0xfaa9fe88, ebp = 0xfaa9fe88 >_get_ptbase >_pmap_protect >_vm_map_copy_entry >_vmspace_fork >_vm_fork >_fork1 >_vfork >_syscall >_Xsyscall > >This mean anything to anyone? This seems to indicate that the new process's page directory either hasn't been allocated yet or went away for some reason. Apparantly one of several new bugs that John has left us with. -DG David Greenman Co-founder/Principal Architect, The FreeBSD Project To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message