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

--- Comment #4 from Vlad Zagorodniy <vladz...@gmail.com> ---
Okay, so the crash happens somewhere here

        foreach (X11EventFilter *filter, m_eventFilters) {
            if (filter->eventTypes().contains(eventType) && filter->event(e)) {
                return true;
            }
        }

I wonder how QVector::contains could crash here.

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

Reply via email to