[Libreoffice-bugs] [Bug 112022] Writer repeatedly crashing for no apparent reason

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Mon Nov 6 08:49:16 UTC 2017


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

--- Comment #34 from Alex Thurgood <iplaw67 at tuta.io> ---
(In reply to Sam from comment #33)


> How do I provide you with symbols/debug-code next time it crashes? (There
> was another crash, but again no error report.)

You need XCode and the lldb debugger (provided with the XCode command line
tools as an extra installation after first launch of XCode).

1) From a terminal, start lldb and point to the app to load into the debugging
session :

lldb /Applications/LibreOfficeDev.app

2) wait for it to load until you see something like this :

(lldb) target create "/Applications/LibreOfficeDev.app"
Current executable set to '/Applications/LibreOfficeDev.app' (x86_64).

3) then type

run 

and the application will start. Output will be channelled through the debugging
session in the terminal. You can enter various lldb commands to set
breakpoints, obtain backtraces, follow threads, examine register content, etc.

4) When a crash occurs, try typing, in the debugging session in the terminal:

bt all

and wait for the output to appear on the terminal. This output can be copied to
a text editor and saved for posting here (or zipped, if too big).

5) Type c to continue with the debugging session or q to quit.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20171106/a5439636/attachment.html>


More information about the Libreoffice-bugs mailing list