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

--- Comment #15 from Buovjaga <todven...@suomi24.fi> ---
Stefan: if you would like to try what result you get (as I had different
symptoms):

Install gdb
Launch LibreOffice from the commandline with
SAL_NO_MOUSEGRABS=1 ./soffice
That way your mouse clicks will not be hijacked.

Then attach gdb to LibreOffice:
sudo gdb --pid `pgrep soffice`

Press enter when it asks. When you see the (gdb) prompt, give the command
break documen2.cxx:385

Then give the command: c

Then start doing the reproduction steps in LibreOffice. Use c in gdb to
continue until before you have copied A10 to clipboard. When it breaks the next
time, give the command n (for next) like in my previous comment. Then you can
show us your results.

-- 
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