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

--- Comment #9 from Julien Nabet <[email protected]> ---
(In reply to Aron Boss from comment #8)
> soffice --backtrace
>...
> I will need a copy with symbols?

A copy with symbols is better because you'll get more detailed information.
However the problem here is that the easy method (soffice --backtrace) won't be
sufficient since it stops at first SIGSEGV which doesn't interest us here.

So you can use alternative method indicated here 
https://wiki.documentfoundation.org/QA/BugReport/Debug_Information#GNU.2FLinux:_How_to_get_a_backtrace
(end of paragraph)

1) Open 2 terminal/console.

2)
On console 1:
Launch LO as usual

3)
On console 2:
a)
Launch gdb this way:
"gdb --pid `pgrep soffice`" (without quotes but don't forget backquote)
It'll take some time and will suspend LO.

b)
type "c" in console 2 so it will "unsuspend" LO

4)
Reproduce the crash in LO

5) in LO, type "bt" if you see only "?" type "c" then "bt" again.
At a moment, you'll get something else than only "?", it'll be the right bt.

It can seem a bit complicated but once you'll do it some times, it'll be quick
and easy.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to