On Dec 13, 2007 4:27 AM, D3||||!$ <[EMAIL PROTECTED]> wrote:
> Hi!!!
>
> I found that this file contains several such "unnamed" error codes to
> which I have no clue... Can anybody kindly help me with finding what
> they actually indicate to the OS...???

51 and other codes passed to the exit() function are the exit status
of the process.  To the OS, their exact values aren't significant, only
whether they are zero or nonzero.  The convention is that 0 means
success and any nonzero value means failure.  The exact (nonzero)
values such as 51 are only significant to the users of the program.
In this case, I believe our test shell scripts may check for specific
exit status codes of selfserv.

These exit status codes are not NSPR or NSS error codes.

Wan-Teh
_______________________________________________
dev-tech-crypto mailing list
dev-tech-crypto@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-tech-crypto

Reply via email to