https://issues.apache.org/ooo/show_bug.cgi?id=124495
--- Comment #3 from Andre <[email protected]> --- At the moment I can not debug on Mac. After looking at the code and the stack trace maybe the following scenario could explain the crash: hitTestRunner is called for some (yet unknown) control C0. A call to getAccessibleAtPoint returns another control C1 for the given point. hitTestRunner is called for C1, does not find any control via getAccessibleAtPoint, and iterates over all children of C1. One of the children is C0. hitTestRunner is called again for C0 and we are in a loop that ends with a stack overflow. If this scenario is correct then the only thing I can say about C0 is that its accessible role is not AccessibleRole::LIST. -- You are receiving this mail because: You are the assignee for the issue. You are watching all issue changes.
