qnx runtime errors

I have been to QNX.COM and have failed to look for a list of OS level error
codes. I’m following up on an error code 139 from our QNX RTOS system. The
developer is not available.

Is there such a list? Can someone point me in the right direction.

Thx Ed

Hi Ed:

Errors are usually issued from an application using the OS rather than
the OS. What’s the circumstance that leads to the error and where do
you see it? Is this a hex number or decimal? You can always take a
look in /usr/include/errno.h. There isn’t a 139 in there but there is a
313 (which is 0x139)… ENDIAN NOT SUPPORTED.

Robert.

Ed H wrote:

I have been to QNX.COM and have failed to look for a list of OS level error
codes. I’m following up on an error code 139 from our QNX RTOS system. The
developer is not available.

Is there such a list? Can someone point me in the right direction.

Thx Ed