https://bugs.documentfoundation.org/show_bug.cgi?id=132714

Armin Le Grand <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
      Regression By|Armin Le Grand              |

--- Comment #15 from Armin Le Grand <[email protected]> ---
Made a quick check. Seems to depend on how the row is deleted:
- Clicked in table field, context menu, Delete/Delete_rows -> OK
- Other ways (e.g. toolbar command) -> Crash

Definitely *not all ways* to delete a row lead to that crash.

I would have guessed that all ways to delete trigger the same (and that may be
the case), so seems as if some side-effect (selection? current selection?) does
cause the trouble (?)

If it crashes I get in SwTableBox::GetSttIdx() a bad ptr in m_pStartNode (in my
case not nullptr, but 0x10000000000000 -> crash in call to
m_pStartNode->GetIndex(), bad this-ptr).

Unfortunately I have no knowledge about SwTableBox and what m_pStartNode is
used for, but seems as if SwStartNode* in m_pStartNode gets invalid but used
(deleted?)

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to