Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 May 1997 10:00:41 -0500 (EST)
From:      "John S. Dyson" <toor@dyson.iquest.net>
To:        amir@neuron.net (Amir Y. Rosenblatt)
Cc:        stable@FreeBSD.ORG
Subject:   Re: page faults with cvsup
Message-ID:  <199705131500.KAA01148@dyson.iquest.net>
In-Reply-To: <19970513002510.20086@prozac.neuron.net> from "Amir Y. Rosenblatt" at "May 13, 97 00:25:10 am"

next in thread | previous in thread | raw e-mail | index | archive | help
> 
> I did a make world on RELENG_2_2 as of this afternoon and now when I run
> cvsup I get massive numbers of the following messages scrolling my xterm:
> 
> # cvsup -L 2 /usr/share/examples/cvsup/ports-supfile
> fatal process exception: page fault, fault VA = 0x108150
> fatal process exception: page fault, fault VA = 0x108150
> fatal process exception: page fault, fault VA = 0x107b0c
> fatal process exception: page fault, fault VA = 0x107b0c
> fatal process exception: page fault, fault VA = 0xfad1c
> fatal process exception: page fault, fault VA = 0xfad1c
> 
The problem is that you are compiling your kernel with -DDEBUG
or 'options DEBUG'.  Don't do that!!! :-).

John



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199705131500.KAA01148>