Skip to content

vtkPVProgressHandler: avoid recursive errors

vtkPVProgressHandler could cause recursive error messages to be generated if the client connection dies. This avoids that.

With this change, I only get the following output:

./bin/pvserver
Invalid MIT-MAGIC-COOKIE-1 keyWaiting for client...
Connection URL: cs://miron:11111
Accepting connection(s): miron:11111
Client connected.
(   8.439s) [pvserver        ]vtkSocketCommunicator.c:781    ERR| vtkSocketCommunicator (0x55619d254dc0): Could not receive tag. 1
(   8.439s) [pvserver        ]vtkTCPNetworkAccessMana:297    ERR| vtkTCPNetworkAccessManager (0x55619d11cfb0): Some error in socket processing.
Exiting...

Fixes #20517 (closed).

Closes #20517 (closed)

Edited by Utkarsh Ayachit

Merge request reports