What does this error mean?

I’m getting a “Server fault msg pass” error every now and then when reading
data from a serial port driver I’ve written (doing a readcond or read on
that port). Any ideas? I’m pretty sure the driver itself doesn’t return this
error (unless there is a bug where it is not setting up the return code
properly).
Thanks,
Randy Hyde

It is the server (your serial driver) using fault address in its
MsgReceive()/MsgRead()/MsgWrite()/MsgReply().

-xtang

Randall Hyde <randall.nospam.hyde@ustraffic.net> wrote in message
news:bfh9u6$l3l$1@inn.qnx.com

I’m getting a “Server fault msg pass” error every now and then when
reading
data from a serial port driver I’ve written (doing a readcond or read on
that port). Any ideas? I’m pretty sure the driver itself doesn’t return
this
error (unless there is a bug where it is not setting up the return code
properly).
Thanks,
Randy Hyde