https://bugs.documentfoundation.org/show_bug.cgi?id=149168
Telesto <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Freeze at undo (caused by |Assertion failed: (pNode == |Image anchor) + hidden |pStartNode ? |track changes |pMergedPara->pFirstNode->Ge | |tIndex() <= | |pNode->GetIndex() : | |pMergedPara->pFirstNode == | |pNode), function | |UpdateFramesForRemoveDelete | |Redline, file | |DocumentRedlineManager.cxx, | |line 323. --- Comment #4 from Telesto <[email protected]> --- frame #4: 0x000000016fc00f57 libswlo.dylib`sw::UpdateFramesForRemoveDeleteRedline(rDoc=0x0000000168244b40, rPam=0x000000016829db30) at DocumentRedlineManager.cxx:321:21 318 if (auto const pMergedPara = pFrame->GetMergedPara()) 319 { 320 pLast = const_cast<SwTextNode*>(pMergedPara->pLastNode); -> 321 assert(pNode == pStartNode 322 ? pMergedPara->pFirstNode->GetIndex() <= pNode->GetIndex() 323 : pMergedPara->pFirstNode == pNode); 324 // clear old one first to avoid DelFrames confusing updates & asserts... -- You are receiving this mail because: You are the assignee for the bug.
