[Libreoffice-bugs] [Bug 108612] FORMATTING Comment boxes: dimensions and position lost at copy

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Tue Jul 4 17:41:51 UTC 2017


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

--- Comment #13 from Buovjaga <todventtu at suomi24.fi> ---
Ok, I launched LibO and then in a terminal

sudo gdb --pid `pgrep soffice`

I let it attach and then in the (gdb) prompt gave

break documen2.cxx:385

ie. this line:
https://cgit.freedesktop.org/libreoffice/core/tree/sc/source/core/data/documen2.cxx#n385

Then I gave c to continue. The breakpoint is hit the first time already when I
pasted A4 to E4. I continued and this is what I got when copying A10:

Thread 1 "soffice.bin" hit Breakpoint 1, ScDocument::~ScDocument
(this=0x6a45170, 
    __in_chrg=<optimized out>) at
/home/user/libreoffice/sc/source/core/data/documen2.cxx:385
385         if (IsClipboardSource())
(gdb) step
ScDocument::IsClipboardSource (this=this at entry=0x6a45170)
    at /home/user/libreoffice/sc/source/core/data/document.cxx:2544
2544    {

It was a bit disturbing along the way that gdb grabbed my mouse click focus. I
managed to solve it with this: https://unix.stackexchange.com/a/40472

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20170704/b1e1e187/attachment.html>


More information about the Libreoffice-bugs mailing list