When all else fails: TRIAL-AND-ERROR.
It's a tedious troubleshooting method,
BUT IT DOES WORK most of the time --
if you have a lot of it, that is
You should phone Corsair's Tech Support
and at least lodge a Trouble Ticket
that gets recorded in their database
of outstanding bugs: they might want you
to return the chassis, if it's a factory defect
particularly since you succeeded in isolating
the problem.
p.s. Don't feel bad: when I worked with a
very primitive FORTRAN compiler back in 1976,
that compiler could not distinguish ZERO from OH:
thus, D0 10 I = 1,N caused this really nasty error
message: MAP MEMORY PROTECT HALT VIOLATION
AT VIRTUAL ADDRESS OCTAL OCTAL OCTAL.
I stared at that page for 3 DAYS until I finally
saw the "zero" in D0 !! The fix: DO 10 I=1,10
No more MAP MEMORY PROTECT HALT VIOLATIONS!!
MRFS