https://bugs.documentfoundation.org/show_bug.cgi?id=153374
--- Comment #12 from Patrick Luby <[email protected]> --- (In reply to Buovjaga from comment #11) > Thanks a lot. As the steps did not mention using Math, I thought the > bibisect result was bogus. Maybe it is indirectly related, who knows? What I found was that when doing the steps in comment 10 was the only time that the catch block code was invoked in the accessibility code. The catch block is where I saw a release call on an autoreleased NSArray (the attributeNames variable was created with [NSMutableArray arrayWithObjects:], not [[NSMutableArray alloc] init:]): https://gerrit.libreoffice.org/c/core/+/150307/1/vcl/osx/a11ywrapper.mm Anyway, I'll commit the above patch if it passes gerrit's tests. I am not sure that the patch will fix this bug (I cannot reproduce the bug in my development build). So, if the bug still occurs in the next nightly build, can you take a sample in the Activity Monitor application when the Recover Document dialog appears? -- You are receiving this mail because: You are the assignee for the bug.
