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

--- Comment #18 from Noel Grandin <[email protected]> ---
Specifically,

SwChartDataSequence which has a field
  sw::UnoCursorPointer m_pTableCursor
which points at a
    SwUnoTableCursor
which extends
    SwTableCursor
which has a field
    SwSelBoxes m_SelectedBoxes
which is an array, each element of which has a field
    SwStartNode* m_pStartNode
which are pointing at the cells in the table.

When those cells are deleted, those pointers are now invalid, but we still try
and dereference them.

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

Reply via email to