[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: kernel/966: vm_fault on 2.5
The following reply was made to PR kernel/966; it has been noted by GNATS.
From: "Todd C. Miller" <Todd.Miller@courtesan.com>
To: sturm@physik.rwth-aachen.de
Cc: gnats@openbsd.org
Subject: Re: kernel/966: vm_fault on 2.5
Date: Tue, 09 Nov 1999 10:55:48 -0700
This really sounds more like a memory error than anything else.
How does your box respond to a kernel build torture test?
When I want to reproduce a memory error I generally let the
following run for 12 hours or so:
cd /sys/arch/i3867/conf
config GENERIC
cd ../compile/GENERIC
while (1)
make clean bsd || break
end
If gcc dumps core you most likely have memory problems (though it could
be the cache or CPU too, especially if you overclock).
- todd