https://bugs.documentfoundation.org/show_bug.cgi?id=164432
Patrick (volunteer) <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #8 from Patrick (volunteer) <[email protected]> --- If you aren't seeing a hang, I wonder if the LibreOffice code is in a long-running loop? Maybe if you can get 2 or 3 Activity Monitor samples in a row, the samples will all similar to the one you posted in tdf#165202, but instead of a lock() at the bottom of the main thread's stack, the bottom of the stack will change but the functions higher up the stack will be the same in each sample. That usually hints that the problem is an infinite or long-running loop. Might not help, but maybe it will narrow down where in the LibreOffice code this bug is occurring in. -- You are receiving this mail because: You are the assignee for the bug.
