[Libreoffice-bugs] [Bug 108645] louno.ini will be read more than a 1000 times in 2 seconds when starting typing after launch

2021-07-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108645

--- Comment #5 from QA Administrators  ---
Dear Telesto,

To make sure we're focusing on the bugs that affect our users today,
LibreOffice QA is asking bug reporters and confirmers to retest open, confirmed
bugs which have not been touched for over a year.

There have been thousands of bug fixes and commits since anyone checked on this
bug report. During that time, it's possible that the bug has been fixed, or the
details of the problem have changed. We'd really appreciate your help in
getting confirmation that the bug is still present.

If you have time, please do the following:

Test to see if the bug is still present with the latest version of LibreOffice
from https://www.libreoffice.org/download/

If the bug is present, please leave a comment that includes the information
from Help - About LibreOffice.

If the bug is NOT present, please set the bug's Status field to
RESOLVED-WORKSFORME and leave a comment that includes the information from Help
- About LibreOffice.

Please DO NOT

Update the version field
Reply via email (please reply directly on the bug tracker)
Set the bug's Status field to RESOLVED - FIXED (this status has a particular
meaning that is not 
appropriate in this case)


If you want to do more to help you can test to see if your issue is a
REGRESSION. To do so:
1. Download and install oldest version of LibreOffice (usually 3.3 unless your
bug pertains to a feature added after 3.3) from
https://downloadarchive.documentfoundation.org/libreoffice/old/

2. Test your bug
3. Leave a comment with your results.
4a. If the bug was present with 3.3 - set version to 'inherited from OOo';
4b. If the bug was not present in 3.3 - add 'regression' to keyword


Feel free to come ask questions or to say hello in our QA chat:
https://kiwiirc.com/nextclient/irc.freenode.net/#libreoffice-qa

Thank you for helping us make LibreOffice even better for everyone!

Warm Regards,
QA Team

MassPing-UntouchedBug

-- 
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 108645] louno.ini will be read more than a 1000 times in 2 seconds when starting typing after launch

2019-07-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108645

--- Comment #4 from QA Administrators  ---
Dear Telesto,

To make sure we're focusing on the bugs that affect our users today,
LibreOffice QA is asking bug reporters and confirmers to retest open, confirmed
bugs which have not been touched for over a year.

There have been thousands of bug fixes and commits since anyone checked on this
bug report. During that time, it's possible that the bug has been fixed, or the
details of the problem have changed. We'd really appreciate your help in
getting confirmation that the bug is still present.

If you have time, please do the following:

Test to see if the bug is still present with the latest version of LibreOffice
from https://www.libreoffice.org/download/

If the bug is present, please leave a comment that includes the information
from Help - About LibreOffice.

If the bug is NOT present, please set the bug's Status field to
RESOLVED-WORKSFORME and leave a comment that includes the information from Help
- About LibreOffice.

Please DO NOT

Update the version field
Reply via email (please reply directly on the bug tracker)
Set the bug's Status field to RESOLVED - FIXED (this status has a particular
meaning that is not 
appropriate in this case)


If you want to do more to help you can test to see if your issue is a
REGRESSION. To do so:
1. Download and install oldest version of LibreOffice (usually 3.3 unless your
bug pertains to a feature added after 3.3) from
http://downloadarchive.documentfoundation.org/libreoffice/old/

2. Test your bug
3. Leave a comment with your results.
4a. If the bug was present with 3.3 - set version to 'inherited from OOo';
4b. If the bug was not present in 3.3 - add 'regression' to keyword


Feel free to come ask questions or to say hello in our QA chat:
https://kiwiirc.com/nextclient/irc.freenode.net/#libreoffice-qa

Thank you for helping us make LibreOffice even better for everyone!

Warm Regards,
QA Team

MassPing-UntouchedBug

-- 
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 108645] louno.ini will be read more than a 1000 times in 2 seconds when starting typing after launch

2018-07-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108645

--- Comment #3 from Aron Budea  ---
With [1] this probably shifted to startup, and I would also assume the number
of queries haven't changed.

[1]
https://cgit.freedesktop.org/libreoffice/core/commit/?id=f1d9aca4bf596c0a3be44483b1d60867f12683ec

-- 
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 108645] louno.ini will be read more than a 1000 times in 2 seconds when starting typing after launch

2018-06-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108645

Telesto  changed:

   What|Removed |Added

   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=10
   ||4332

-- 
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 108645] louno.ini will be read more than a 1000 times in 2 seconds when starting typing after launch

2018-06-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108645

--- Comment #2 from Telesto  ---
Quote from https://gerrit.libreoffice.org/#/c/56095/

Tor Lillqvist; Patch Set 6:
The Right Way to fix the problem would of course be to re-work the code path
that is taking so long; why does the code insist on initialising (in some
sense) stuff for languages not even used at the moment? Adding debugging
printout in various places one sees that LngSvcMgr::getAvailableServices() is
called for all potential language/locale combinations. Why?  And
org.libreoffice.comp.pyuno.Lightproof.pt_BR,
org.libreoffice.comp.pyuno.Lightproof.ru_RU, etc even if no document with text
in Brazi.ian Portuguese or Rssian os nowhere open. Etc. My God, it's full of
crap.

-- 
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 108645] louno.ini will be read more than a 1000 times in 2 seconds when starting typing after launch

2017-06-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108645

Aron Budea  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
Version|5.4.0.0.beta2   |Inherited From OOo
 Ever confirmed|0   |1
 OS|Windows (All)   |All

--- Comment #1 from Aron Budea  ---
This is definitely related to spell checker initialization, as it doesn't occur
if automatic spell checking is turned off.

Reproduced with 3.5.0.3, but I assume it's inherited.

-- 
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 108645] louno.ini will be read more than a 1000 times in 2 seconds when starting typing after launch

2017-06-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108645

Telesto  changed:

   What|Removed |Added

 OS|All |Windows (All)

-- 
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 108645] louno.ini will be read more than a 1000 times in 2 seconds when starting typing after launch

2017-06-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108645

Telesto  changed:

   What|Removed |Added

 Blocks||108636


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=108636
[Bug 108636] [META] Extensive file accesses
-- 
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