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

--- Comment #7 from Julien Nabet <[email protected]> ---
I don't reproduce this indeed with gtk3 or kf5 renderings.

You didn't provide backtrace but console logs this time.
Here's another way to retrieve a backtrace (also called stacktrace):
1) Open a term/console
2) Launch LO and open your file
3) Open a second term/console on another tab or window
4) On this second term/console, type:
   gdb --pid=$(pidof soffice.bin)
   then type:
   c
5) Go back to the first term/console and reproduce the bug, you'll see that
it'll freeze because gdb (the debugger) will stop
6) On the second term/console, prompt should be available (since gdb stopped)
type:
bt
=> you can copy paste the bt on a brand new txt file and attach it here.

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to