Fix: don't hide EBADF error subbuffer write
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Thu, 13 Jun 2019 18:41:48 +0000 (14:41 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Thu, 5 Sep 2019 20:39:13 +0000 (16:39 -0400)
commita68f7ab343b0c39e51c4566021ca18af35290924
treec2cd1c0ba6b000fb38073444f99661142aff0a36
parent55db42089337fc57bdec24f1912b8813429942fc
Fix: don't hide EBADF error subbuffer write

There are _no_ legitimate circumstances where a "EBADF" error should
be considered normal in a multi-threaded program.

This doesn't fix a known problem, but it hid an error while testing a
development branch. It is considered a fix since not logging this
error can make debugging more difficult if this was, in fact, hiding a
problem.

Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
src/common/consumer/consumer.c
This page took 0.036054 seconds and 4 git commands to generate.