Hi JS On 14/09/15 16:53, JS wrote: > It was exactly reproduced by a long click, just as you said. > > I hadn't noticed that before although the click only needs to last about > 2 seconds so one barely notices it's long.
Ah, okay, that makes sense then. I'm CCing the long click bug report then. > I was able to run under gdb but this is all I got (could retry if you > suggest a group of breakpoints to set): That doesn't look like an actual crash. /usr/bin/libreoffice and friends are shell wrappers - maybe gdb was debugging the shell there? You could try using the method Attaching to the soffice.bin process as suggested in https://wiki.documentfoundation.org/Development/How_to_debug $ gdb --pid=$(pidof soffice.bin) Then type 'c' to continue at the gdb prompt, and reproduce the crash on libreoffice. Oh, and if you have the bandwidth, please will you install the libreoffice-dbg package beforehand, so the backtrace is more meaningful. Thanks for your help Chris