[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
mysterious "failed to complete operation" disk errors
- To: BUG-LISPM at MIT-AI
- Subject: mysterious "failed to complete operation" disk errors
- From: David A. Moon <Moon at MIT-AI>
- Date: Sun ,20 Dec 81 02:08:00 EDT
The microcode bug that caused this is fixed in UCADR 841. I noticed that several
routines were calling DISK-RUN when they should have been calling DISK-READ-WIRED
or DISK-WRITE-WIRED, and consequently failed to get microcode error recovery (and
in fact were led into the buggy part of the microcode fixed in 841.) Patch 78.23
fixes the two functions in the system with this problem. File system maintainers
and anyone else who does disk I/O should check their code. If it calls the wrong
function, fix it.