[Libreoffice-bugs] [Bug 128375] CRASH: Closing LibreOffice after cutting content from document
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Sat Oct 26 11:03:00 UTC 2019
https://bugs.documentfoundation.org/show_bug.cgi?id=128375
--- Comment #5 from Julien Nabet <serval2412 at yahoo.fr> ---
Xisco: perhaps we can try to fix your pb for bt retrieving with gtk3? What's
your error?
I see at least 3 methods to retrieve a bt:
- From
https://wiki.documentfoundation.org/QA/BugReport/Debug_Information#GNU.2FLinux:_How_to_get_a_backtrace
1) soffice --backtrace
2) if you built lo, you can use "make debugrun"
then:
run --calc
run --writer
...
- from
https://wiki.documentfoundation.org/Development/How_to_debug#Attaching_to_the_soffice.bin_process
3) gdb --pid=$(pidof soffice.bin)
(of course, after having launched soffice)
--
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/20191026/2038ddd1/attachment.html>
More information about the Libreoffice-bugs
mailing list