https://bugs.kde.org/show_bug.cgi?id=488624
--- Comment #2 from JATothrim <jarmo.tii...@gmail.com> --- I built kdiff3 in debug mode to able to step through the code in GDB, and diff.h:getLineData() has ran itself into an corner: it has to return a reference to something. The passed in argument is "e_SrcSelector::A" but "lineA" is invalid. So it keep going until "m_pDiffBufferInfo->getLineData(src)->at(lineC);" where lineC is also invalid and crashes thus crashes to "->at(-1);". Only "lineB" is valid at the point of crash. (which isn't selected) -- You are receiving this mail because: You are watching all bug changes.