https://bugs.kde.org/show_bug.cgi?id=368664
Boudewijn Rempt <b...@valdyas.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |b...@valdyas.org --- Comment #1 from Boudewijn Rempt <b...@valdyas.org> --- This is probably going to be impossible to fix and very hard to reproduce. Looking at the code bool KUndo2Command::timedMergeWith(KUndo2Command *other) { if(other->timedId() == this->timedId() && other->timedId()!=-1 ) m_mergeCommandsVector.append(other); else return false; return true; } The only way this could happen is if either the this or the other pointer is deleted. Neither is zero. -- You are receiving this mail because: You are watching all bug changes.