I'm having some deadlocks when using my custom plugin that I can't figure what's the root cause.
For example, after having START-INPUT-TIMERS sent [1], like in the log below, the main thread does not process the start-of-input event like a normal situation [2], and starts to hang when receiving new requests [3].
The situation is pretty intermittent and sometimes the server can run for hours without problems, and sometimes just few minutes.
Does anyone have an idea about what can be causing the server to reach this state of unresponsiveness?
Hello everyone!
I'm having some deadlocks when using my custom plugin that I can't figure what's the root cause.
For example, after having
START-INPUT-TIMERS
sent [1], like in the log below, the main thread does not process thestart-of-input
event like a normal situation [2], and starts to hang when receiving new requests [3].The situation is pretty intermittent and sometimes the server can run for hours without problems, and sometimes just few minutes.
Does anyone have an idea about what can be causing the server to reach this state of unresponsiveness?
Thanks
Andre
[1]
[2]
[3]