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

--- Comment #5 from Julien Nabet <serval2...@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.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to