[Akonadi] [Bug 381636] Clicking Server->Start, the program crash
Giuseppe Della Bianca
bugzilla_noreply at kde.org
Sun Jul 2 22:32:50 BST 2017
https://bugs.kde.org/show_bug.cgi?id=381636
--- Comment #6 from Giuseppe Della Bianca <bepi at adria.it> ---
Connection::~Connection()
{
delete mLogFile;
if (mSocket) {
mSocket->disconnect(this);
>>>> mSocket->close(); <<<<<
delete mSocket;
}
}
mSocket is created by a thread and closed by another, this causes an assert
failed
Q_ASSERT_X(currentThread == thr || !thr,
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the Kdepim-bugs
mailing list