Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
22.08.1
-
None
Description
If a client is closed when the avrorouter is sending data, a crash might occur. This usually manifests as a std::bad_alloc exception.
This happens because the sending of the data can queue data to be sent later in order to not monopolize a thread. It uses a mechanism that doesn't guarantee execution of the relevant function before the session is closed.