[Libreoffice-bugs] [Bug 134157] Edit with external tool causes a CPU hit

2020-09-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=134157

Tomofumi Yagi  changed:

   What|Removed |Added

   Assignee|libreoffice-b...@lists.free |ya...@mknada.sakura.ne.jp
   |desktop.org |

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


[Libreoffice-bugs] [Bug 134157] Edit with external tool causes a CPU hit

2020-06-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=134157

Michael Meeks  changed:

   What|Removed |Added

 Whiteboard||easyHack,
   ||difficultyBeginner,
   ||skillCpp, topicCleanup

--- Comment #3 from Michael Meeks  ---
Code pointer:

include/svtools/filechangedchecker.hxx:class UNLESS_MERGELIBS(SVT_DLLPUBLIC)
FileChangedChecker
include/svtools/filechangedchecker.hxx-{
include/svtools/filechangedchecker.hxx-private:
include/svtools/filechangedchecker.hxx-IdlemIdle;

Should be a timeout.

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


[Libreoffice-bugs] [Bug 134157] Edit with external tool causes a CPU hit

2020-06-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=134157

--- Comment #2 from Michael Meeks  ---
Well - the idle work is fine - we do fast idles, when we are idle. Of course if
someone makes a busy loop using an idle handler that never completes - we hit
100% CPU. If they leak that busy idle handler then ... we get this effect.

I would go read the edit with external tool code, and work out why an idle
handler is used there, and/or turn it into a 250ms timeout or so.

HTH =)

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


[Libreoffice-bugs] [Bug 134157] Edit with external tool causes a CPU hit

2020-06-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=134157

Telesto  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|UNCONFIRMED |NEW

--- Comment #1 from Telesto  ---
Yup
Version: 7.1.0.0.alpha0+ (x64)
Build ID: 43c60ce1ac7629a1462e927e6ff937469f58f743
CPU threads: 4; OS: Windows 6.3 Build 9600; UI render: Skia/Raster; VCL: win
Locale: nl-NL (nl_NL); UI: en-US
Calc: CL

Perf graph is based on empty doc + image I assume.. for me it starting
iterating text

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