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

--- Comment #11 from Patrick (volunteer) <guibomac...@gmail.com> ---
(In reply to Alex Thurgood from comment #9)
> Created attachment 199183 [details]
> Spindump whilst waiting for LibreOffice to display StartCenter
> 
> I managed to get this spindump of the LO process with the LO icon in the
> Dock, and waiting for the StartCenter to be displayed.

Your sample is really unexpected. It looks like LibreOffice is stuck in the
very earliest phases of launching an application. From what I can see,
LibreOffice has not executed much, if any, of its own code yet. Instead,
LibreOffice is stuck very earlier in the main() function. The native event loop
hasn't started  and libvcl has not even been loaded.

The sample shows LibreOffice is spending a lot of time in the fstat() system
function which is called by main(). Since fstat() just returns information
about a file (e.g. file size, timestamps, permissions), that function shouldn't
hang unless the file is on a remote volume.

Is LibreOffice installed on or is your home folder on a remote volume?

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

Reply via email to