Re: How can I interrupt blocking accept() to get errno=EINTR
- From: "Maxim Yegorushkin" <maxim.yegorushkin@xxxxxxxxx>
- Date: 29 Aug 2006 13:34:06 -0700
lazy.tramp@xxxxxxxxx wrote:
I wonder how can I interrupt blocking accept() to get errno=EINTR. I
have tried SIGALRM but my program just terminated (I couldnt catch
EINTR).
You send a signal. Don't forget to handle a signal by installing a
signal handler or ignoring the signal if possible.
.
- Follow-Ups:
- Re: How can I interrupt blocking accept() to get errno=EINTR
- From: lazy . tramp
- Re: How can I interrupt blocking accept() to get errno=EINTR
- References:
- How can I interrupt blocking accept() to get errno=EINTR
- From: lazy . tramp
- How can I interrupt blocking accept() to get errno=EINTR
- Prev by Date: mmap core file suppression in Linux
- Next by Date: Re: How to look up a system type?
- Previous by thread: How can I interrupt blocking accept() to get errno=EINTR
- Next by thread: Re: How can I interrupt blocking accept() to get errno=EINTR
- Index(es):
Relevant Pages
|