Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Segmentation fault when delete MaiaXmlRpcServer instance #20

Open
calanor opened this issue Jul 23, 2021 · 0 comments
Open

Segmentation fault when delete MaiaXmlRpcServer instance #20

calanor opened this issue Jul 23, 2021 · 0 comments

Comments

@calanor
Copy link

calanor commented Jul 23, 2021

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant