1832988 Members
2480 Online
110048 Solutions
New Discussion

Re: return code 138

 
Charles McCary
Valued Contributor

return code 138

Hey - I have an application process that's exiting with a 138. Is there anywhere I can go to get more info on the meaning of this return code?

thanks,
c
4 REPLIES 4
Rodney Hills
Honored Contributor

Re: return code 138

Exit codes are application specific. Does the application you are running have any docs?

-- Rod Hills
There be dragons...
Charles McCary
Valued Contributor

Re: return code 138

Well, they claim they're passing on the return code from the system where a process has died.
RAC_1
Honored Contributor

Re: return code 138

Which process is this?? does it give any message?? I do see any std. error code - 138.
Check file /usr/include/sys/errno.h

Anil
There is no substitute to HARDWORK
Charles McCary
Valued Contributor

Re: return code 138

No that's all we have to go on at this point, although I suspect that this has something to do with a kernel parameter.