I have noticed that the following errors began to appear in the logs when OpenSER (1.1.0 under OpenBSD) is closed:
Sep 27 17:53:07 eowyn OpenSER[29102]: BUG: io_watch_del: invalid fd 32, not in [0, 0) Sep 27 17:53:07 eowyn OpenSER[29102]: BUG: io_watch_del: invalid fd 33, not in [0, 0) Sep 27 17:53:07 eowyn OpenSER[29102]: BUG: io_watch_del: invalid fd 34, not in [0, 0) Sep 27 17:53:07 eowyn OpenSER[29102]: BUG: io_watch_del: invalid fd 35, not in [0, 0) Sep 27 17:53:07 eowyn OpenSER[29102]: BUG: io_watch_del: invalid fd 36, not in [0, 0)
It says "BUG", so is it serious?
Bye.
Hi Federico,
this means there is an attempt to delete twice a fd from the tcp watcher...can you see a pattern/scenario when this error is generated?
regards, bogdan
Federico Giannici wrote:
I have noticed that the following errors began to appear in the logs when OpenSER (1.1.0 under OpenBSD) is closed:
Sep 27 17:53:07 eowyn OpenSER[29102]: BUG: io_watch_del: invalid fd 32, not in [0, 0) Sep 27 17:53:07 eowyn OpenSER[29102]: BUG: io_watch_del: invalid fd 33, not in [0, 0) Sep 27 17:53:07 eowyn OpenSER[29102]: BUG: io_watch_del: invalid fd 34, not in [0, 0) Sep 27 17:53:07 eowyn OpenSER[29102]: BUG: io_watch_del: invalid fd 35, not in [0, 0) Sep 27 17:53:07 eowyn OpenSER[29102]: BUG: io_watch_del: invalid fd 36, not in [0, 0)
It says "BUG", so is it serious?
Bye.
Bogdan-Andrei Iancu wrote:
Hi Federico,
this means there is an attempt to delete twice a fd from the tcp watcher...can you see a pattern/scenario when this error is generated?
I cannot find a precise pattern. Could they be related to the following errors that started to appear too?
Sep 27 18:46:14 eowyn OpenSER[21211]: ERROR: tcp_blocking_connect: timeout 10 s elapsed from 10 s Sep 27 18:46:14 eowyn OpenSER[21211]: ERROR: tcpconn_connect: tcp_blocking_connect failed Sep 27 18:46:14 eowyn OpenSER[21211]: ERROR: tcp_send: connect failed Sep 27 18:46:14 eowyn OpenSER[21211]: msg_send: ERROR: tcp_send failed Sep 27 18:46:14 eowyn OpenSER[21211]: ERROR:tm:t_forward_nonack: sending request failed
Bye.
Federico Giannici wrote:
I have noticed that the following errors began to appear in the logs when OpenSER (1.1.0 under OpenBSD) is closed:
Sep 27 17:53:07 eowyn OpenSER[29102]: BUG: io_watch_del: invalid fd 32, not in [0, 0) Sep 27 17:53:07 eowyn OpenSER[29102]: BUG: io_watch_del: invalid fd 33, not in [0, 0) Sep 27 17:53:07 eowyn OpenSER[29102]: BUG: io_watch_del: invalid fd 34, not in [0, 0) Sep 27 17:53:07 eowyn OpenSER[29102]: BUG: io_watch_del: invalid fd 35, not in [0, 0) Sep 27 17:53:07 eowyn OpenSER[29102]: BUG: io_watch_del: invalid fd 36, not in [0, 0)
It says "BUG", so is it serious?
Bye.
it might - that logs report an unsuccessful TCP connection and maybe there is a problem with removing the fd from watcher - I will try to investigate this, but first let me see if I can reproduce this scenario.
regards, bogdan
Federico Giannici wrote:
Bogdan-Andrei Iancu wrote:
Hi Federico,
this means there is an attempt to delete twice a fd from the tcp watcher...can you see a pattern/scenario when this error is generated?
I cannot find a precise pattern. Could they be related to the following errors that started to appear too?
Sep 27 18:46:14 eowyn OpenSER[21211]: ERROR: tcp_blocking_connect: timeout 10 s elapsed from 10 s Sep 27 18:46:14 eowyn OpenSER[21211]: ERROR: tcpconn_connect: tcp_blocking_connect failed Sep 27 18:46:14 eowyn OpenSER[21211]: ERROR: tcp_send: connect failed Sep 27 18:46:14 eowyn OpenSER[21211]: msg_send: ERROR: tcp_send failed Sep 27 18:46:14 eowyn OpenSER[21211]: ERROR:tm:t_forward_nonack: sending request failed
Bye.
Federico Giannici wrote:
I have noticed that the following errors began to appear in the logs when OpenSER (1.1.0 under OpenBSD) is closed:
Sep 27 17:53:07 eowyn OpenSER[29102]: BUG: io_watch_del: invalid fd 32, not in [0, 0) Sep 27 17:53:07 eowyn OpenSER[29102]: BUG: io_watch_del: invalid fd 33, not in [0, 0) Sep 27 17:53:07 eowyn OpenSER[29102]: BUG: io_watch_del: invalid fd 34, not in [0, 0) Sep 27 17:53:07 eowyn OpenSER[29102]: BUG: io_watch_del: invalid fd 35, not in [0, 0) Sep 27 17:53:07 eowyn OpenSER[29102]: BUG: io_watch_del: invalid fd 36, not in [0, 0)
It says "BUG", so is it serious?
Bye.