https://bugs.freedesktop.org/show_bug.cgi?id=75741

--- Comment #19 from Michael Meeks <michael.me...@collabora.com> ---
Hi Tim, some useful things you can do would be:

a) get a 'thread apply all backtrace' output having attached gdb to a running
process for the crash, and attach it here.

b) run valgrind --num-callers=50 ./soffice.bin --calc 2>&1 | tee /tmp/val-log

and attach /tmp/val-log here - that -should- also point pretty directly to the
memory corruption that is prolly going on there.

Having that data (particularly the valgrind log - beware runs 100x slower or
so) - is very useful and will usually point directly at the issue.

Thanks !

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to