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

--- Comment #7 from David Faure <fa...@kde.org> ---
I have reduced the issue to this testcase, which crashes indeed.

    QVector<int> vec;
    vec.erase(std::remove(vec.begin(), vec.end(), 42), vec.end());
    vec.reserve(0);

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to