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

--- Comment #23 from Caolán McNamara <[email protected]> ---
ORowSet::insertRow is called, that calls notifyAllListenersRowBeforeChange
before it goes ahead and does the real insert there is some script listening on
that and that calls close on the document again so eventually
ORowSet::insertRow is called again. The inner insertRow completes and remove
the m_pCache and eventually control returns to the outer one which falls over
and dies.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to