More on: 'Unable to handle kernel paging request' 2.0.29

dave (tel1dvw@is.ups.com)
Thu, 27 Feb 1997 21:40:17 -0500 (EST)


I can reproduce the oops with 2.0.29 or 2.0.27, and a very simple script:

while [ 1 ]
do
cp -rvf /src /dest &
cp -rvf /src1 /dest &
cp -rvf /src2 /dest &
sleep 300
done

After about fourty minutes, I received the same kernel oops
(current-tss.cr3) as a few other people on the list.

Please let me know if you need more information.

Is there a stable version that I can use? Why didn't this problem show
up when people were doing testing of redhat 4.1? I promised a customer
his box back with linux on it soon. Your help is greatly appreciated :)

Dave