All of lore.kernel.org
 help / color / mirror / Atom feed
* [Xenomai] Clarification on EINTR with wrapped select call.
@ 2016-04-28 19:27 Jeffrey Melville
  2016-04-29 19:54 ` Gilles Chanteperdrix
  0 siblings, 1 reply; 4+ messages in thread
From: Jeffrey Melville @ 2016-04-28 19:27 UTC (permalink / raw)
  To: xenomai@xenomai.org

Hi,

I wanted to clarify the expected behavior that would cause a wrapped
select() call to return EINTR when using the POSIX skin.

I'm running Xenomai 2.6.4 (actually 2.6 git rev 4f349cf0553, with a99426
cherry-picked) with kernel 3.14.17 on a Zynq and the POSIX skin.

We have a real-time thread (SCHED_FIFO, nonzero priority) that
frequently calls (wrapped) select() on a normal Linux UDP socket. We've
noticed that sometimes, when data is available on the socket, the call
to select will return -1 with errno EINTR. There is no other evidence in
the user application that a signal occurred. I suspect that it may be
related to SIGWINCH/SIGHARDEN but I don't know how this works in much
detail. I haven't been able to confirm this theory yet either. I see
that select does not have to respect SA_RESTART.

With that in mind:
1. Is it expected that a wrapped select() call returns EINTR during
normal mode transitions? It doesn't seem right to me.

2. If this isn't the expected behavior, what would you recommend as a
next debugging step? I suspect that handling every SIGWINCH will result
in a lot of noise.

Thanks,
Jeff


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2016-04-29 21:29 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-28 19:27 [Xenomai] Clarification on EINTR with wrapped select call Jeffrey Melville
2016-04-29 19:54 ` Gilles Chanteperdrix
2016-04-29 21:08   ` Jeffrey Melville
2016-04-29 21:29     ` Gilles Chanteperdrix

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.