libmaia icon indicating copy to clipboard operation
libmaia copied to clipboard

Segmentation fault when delete MaiaXmlRpcServer instance

Open calanor opened this issue 3 years ago • 0 comments

Application crash when delete a MaiaXmlRpcServer instance. The crash ocurs in MaiaXmlRpcServerConnection destructor in clientConnection->deleteLater(); line. Removing this line the server instance its destroyed without segmentation fault and the QTcpSocket its closed. Its posible that te clientConnection its destroyed by QTcpServer and with the deleted line in destructor it was destroyed twice.

Edit: Happen with allowPersistentConnection enabled.

calanor avatar Jul 23 '21 20:07 calanor