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

--- Comment #19 from Patrick Luby <plub...@neooffice.org> ---
I can reproduce this bug with attachment 182260 but only when I have activated
macOS VoiceOver. In both Telesto's crash log and my local crash log, this
infinite recursion of NSViewGetVisibleRect calls starts with a macOS
NSAccessibility event (the magic function in the stack trace is
"_NSAccessibilityChildrenInNavigationOrderAttributeValue").

My guess is that macOS is asking for all the accessible "child" objects for all
of the rows in the table view and LibreOffice as in the process of returning a
very large number of child objects.

I see similar, but not the same, behavior when I open an empty Calc spreadsheet
and enable VoiceOver: Calc does into a very, very long loop.

@Alex Thurgood:

Your last crash log has a truncated stack (due to infinite recursion of
NSViewGetVisibleRect calls no doubt) so can do you only see this crash when
VoiceOver or other accessible tool is activated?

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

Reply via email to