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

--- Comment #13 from Buovjaga <todven...@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@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.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to