Operating System - HP-UX
1833695 Members
3765 Online
110062 Solutions
New Discussion

EINTR 0 in esl_poll_retry

 
Kenneth Platz
Esteemed Contributor

EINTR 0 in esl_poll_retry

Hello everyone,

Periodically a couple of our servers have the following errors showing up in their syslogs:

Sep 17 10:13:13 ruidoso syslog: [../generic/mntpts.c:1593] EINTR 0 in esl_poll_retry
Sep 17 10:13:13 ruidoso syslog: [../generic/mntpts.c:1593] EINTR 0 in esl_poll_retry
Sep 17 10:24:10 ruidoso above message repeats 12 times
Sep 18 19:45:07 ruidoso syslog: [../generic/mntpts.c:1593] EINTR 0 in esl_poll_retry


Can anyone give me a hint as to what this error means? I can't seem to find a reference to it anywhere.

Thanks in advance
I think, therefore I am... I think!
2 REPLIES 2
DCE
Honored Contributor

Re: EINTR 0 in esl_poll_retry

Kenneth

Found this defintion by googling EINTR

http://www.developerweb.net/sock-faq/detail.php?id=1389

Dave
Hakan Aribas
Valued Contributor

Re: EINTR 0 in esl_poll_retry

[EINTR] The function was interrupted by a signal. The value of the location pointed to by stat_loc is undefined.

http://www.informatik.uni-frankfurt.de/doc/man/hpux/wait.2.html