[dolphin] [Bug 472653] Dolphin crashes on startup

Giovanni bugzilla_noreply at kde.org
Fri Dec 22 12:23:15 GMT 2023


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

--- Comment #13 from Giovanni <giovannicorriga at tiscali.it> ---
If we see the source code of DolphinTabPage.cpp at lines 317-323 we have:

    stream >> m_primaryViewActive;
    if (m_primaryViewActive) {
        m_primaryViewContainer->setActive(true);
    } else {
        Q_ASSERT(m_splitViewEnabled);
        m_secondaryViewContainer->setActive(true);
    }

Where is the bug? Q_ASSERT(m_splitViewEnabled). Q_ASSERT check if the variable
is always true, not false...

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the kfm-devel mailing list