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

--- Comment #3 from Alex Thurgood <[email protected]> ---
My guesstimate, from the trace, it looks like the dispatcher launches :

19  libsfxlo.dylib                             0x104327edf
SfxObjectShell::CheckSecurityOnLoading_Impl() + 31

which causes a document e-signature check (call to DocumentSignatureManager).

which in turn creates a fork to check for the presence of gpgmeio. 

Due to bug 115538, GPGTools, if present on the OS, can not be found, and the
forked process call/instantiation fails, and the fork dies without returning
gracefully to main() ?

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

Reply via email to