https://bugs.kde.org/show_bug.cgi?id=426200
Méven Car <meven....@enioka.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REPORTED |CONFIRMED Ever confirmed|0 |1 --- Comment #14 from Méven Car <meven....@enioka.com> --- I did reproduce a crash after a while trying just like Neal in https://bugs.kde.org/show_bug.cgi?id=426200#c9 with the same stack trace. According to the stack trace this crash occurs when kpat draws itself and tries to get a card pixmap, searches the shm cache, where the crash happen in KSharedDataCache: bool lock() const { if (Q_LIKELY(shm && shm->shmLock.type == m_expectedType)) { return m_lock->lock(); // crash happens here } And there is a different crash relating to Wayland but that is harder to reproduce and made less obvious by the first one. -- You are receiving this mail because: You are watching all bug changes.