https://bugs.documentfoundation.org/show_bug.cgi?id=147964
Bug ID: 147964
Summary: Assertion failed:
(!"SfxUndoManager::RemoveOldestUndoActions: cannot
remove a not-yet-closed list action!"), function
RemoveOldestUndoAction, file undo.cxx, line 1144.
Product: LibreOffice
Version: 7.4.0.0 alpha0+ Master
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: normal
Priority: medium
Component: Writer
Assignee: [email protected]
Reporter: [email protected]
Description:
Assertion failed: (!"SfxUndoManager::RemoveOldestUndoActions: cannot remove a
not-yet-closed list action!"), function RemoveOldestUndoAction, file undo.cxx,
line 1144.
Steps to Reproduce:
1. Open attachment 178591 with debug version of LibO
2. CTRL+A
3. CRTL+X
Actual Results:
Assert
Expected Results:
No assert
Reproducible: Always
User Profile Reset: No
Additional Info:
* thread #1, queue = 'com.apple.main-thread', stop reason = hit program assert
frame #4: 0x0000000104721664
libsvllo.dylib`SfxUndoManager::RemoveOldestUndoAction(this=0x00006000032b0f30)
at undo.cxx:1144:9
1141
1142 if ( IsInListAction() && ( m_xData->maUndoArray.nCurUndoAction == 1
) )
1143 {
-> 1144 assert(!"SfxUndoManager::RemoveOldestUndoActions: cannot remove
a not-yet-closed list action!");
1145 return;
1146 }
1147
--
You are receiving this mail because:
You are the assignee for the bug.