https://bugs.documentfoundation.org/show_bug.cgi?id=168144
Saburo <yosi3260+li...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |michael.st...@collabora.com Regression By| |Michael Stahl Keywords|bibisectRequest, |bibisected, bisected |notBibisectable | --- Comment #15 from Saburo <yosi3260+li...@gmail.com> --- bibisected with linux-64-6.0 Preparation steps in my case 1. If you have added an English dictionary extension, remove it. 2. Copy /libreoffice/share/extensions/dict-en/ to /instdir/share/extensions/dict-en/ 3. Download and extract the old library. -libgcrypt 1.8.7 -dbus-glib 0.110-11 *** ac434565aa890f4122397c8c5b710271eb1fd8ee is the first bad commit source sha:05c704d3bea7f9a7ec51ac28d4d55ba8068f2da5 commit 05c704d3bea7f9a7ec51ac28d4d55ba8068f2da5 author Michael Stahl <mst...@redhat.com> Fri Oct 06 21:39:24 2017 +0200 sw: fix infinite grammar checking idle loop The grammar checker always wants to be started in DoIdleJobs(), even if all paragraphs are already marked as checked. This is because there is currently no call anywhere of SwRootFrame::SetNeedGrammarCheck(false) to reset the flag and prevent DoIdleJobs from trying to start the grammar checker. This call was already there before but was removed without any justification in commit 9160fe814a46e93da6907e169ce9d58e46fa37f2. This has become an infinite loop in several Junit tests with commit 53da556c600fa82ba84bc7fdce6a594b43f2b097. -- You are receiving this mail because: You are the assignee for the bug.