Skip to content

Segmentation fault when delete MaiaXmlRpcServer instance #20

@calanor

Description

@calanor

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions