wait_queue is bad 2.0.29

dave (tel1dvw@is.ups.com)
Thu, 27 Feb 1997 08:53:47 -0500 (EST)


Hi all. In an effort to further verify that a motherboard replacement
fixed my flakey ide and scsi timeout problems, I wrote a script that
copies the contents of a cdrom onto one of my 2.1 gig scsi's. After
letting it run all night, and going to see it in the morning, I had the
following message scrolling on the screen with no other disk or otherwise
activity:

wait_queue is bad (eip = 00112b11)

My script was quite simple, and is follows:

while [ 1 ]
do
cp -rvf /mnt/cdrom0 /mnt/scsi1/mount
sleep 900
done

Please let me know if this is a kernel bug, or what I can do to help
resolve this issue.

Thanks,
Dave Wreski