| Summary: | EDITING: Auto-correct while typing keeps trying access acor_und.dat and acor_en.dat | ||
|---|---|---|---|
| Product: | LibreOffice | Reporter: | Telesto <telesto> |
| Component: | Writer | Assignee: | Aron Budea <aron.budea> |
| Status: | RESOLVED FIXED | ||
| Severity: | minor | CC: | aron.budea, barta |
| Priority: | medium | Keywords: | perf |
| Version: | 5.4.0.0.beta2 | ||
| Hardware: | All | ||
| OS: | Windows (All) | ||
| Whiteboard: | target:6.0.0 target:5.4.0.2 target:5.3.5 | ||
| Crash report or crash signature: | Regression By: | ||
| Bug Depends on: | |||
| Bug Blocks: | 108636 | ||
| Attachments: | Stack for failing file request | ||
|
Description
Telesto
2017-06-18 16:14:01 UTC
Confirmed with LO 5.4beta2 / Windows 7. Created attachment 134166 [details]
Stack for failing file request
Aron Budea committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=51f616ddd7a2e3310e1b30dbd73d90e5138980ea tdf#108622: use correct type for last check timestamp during autocorrect It will be available in 6.0.0. The patch should be included in the daily builds available at http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: http://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback. There was a mechanism that the autocorrect files were only supposed to be accessed every 2 mins, but due to type mismatch this didn't work, and they were accessed each time autocorrect ran (basically at the end of words). "en" and "und" (undetermined) are part of a fallback mechanism, I'm not sure how correct that is, but now those nonexistent files are only accessed once every 2 mins. Fix for 5.4 is in gerrit. Aron Budea committed a patch related to this issue. It has been pushed to "libreoffice-5-4": http://cgit.freedesktop.org/libreoffice/core/commit/?id=ef5d9650ecc034100fbf09005436fe75e7eccecb&h=libreoffice-5-4 tdf#108622: use correct type for last check timestamp during autocorrect It will be available in 5.4.0.2. The patch should be included in the daily builds available at http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: http://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback. Aron Budea committed a patch related to this issue. It has been pushed to "libreoffice-5-3": http://cgit.freedesktop.org/libreoffice/core/commit/?id=9ea89aab5c03795092a207c484a84c34d2cd80f2&h=libreoffice-5-3 tdf#108622: use correct type for last check timestamp during autocorrect It will be available in 5.3.5. The patch should be included in the daily builds available at http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: http://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback. |