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

--- Comment #15 from Noel Grandin <[email protected]> ---
(In reply to Alex Thurgood from comment #8)
> Created attachment 204691 [details]
> Apple forced kill trace

Alex, is it possible for you get a better trace for the soffice process when it
hangs? I cannot reproduce this on my mac, and Apple is unhelpfully removing the
most important parts of the stack trace.

You should be able to do something like:

(*) open a terminal

(*) find the relevant process with
ps -ef | grep soffice

(*) start lldb with
lldb

(*) enter
  process attach --pid 123
in lldb

(*) enter
  bt all
in lldb

And then copy the output from the terminal and attach here.

Thanks.

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

Reply via email to