https://bugs.kde.org/show_bug.cgi?id=381636

--- Comment #6 from Giuseppe Della Bianca <b...@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 watching all bug changes.

Reply via email to