You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openoffice.apache.org by bu...@apache.org on 2016/09/23 12:03:55 UTC

[Issue 127071] aoo local (de) debug build crashes with - ### illegal index of sequence! - if spellcheck is enabled -

https://bz.apache.org/ooo/show_bug.cgi?id=127071

hanya <ha...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |hanya.runo@gmail.com

--- Comment #1 from hanya <ha...@gmail.com> ---
This problem introduced by revision 1727441, issue 126762. 

I misunderstand the content of SvtLinguConfigDictionaryEntry struct. 
- Locations contains the list of dictionary files such as dat and aff
- aLocaleNames contains the list of Locales entry from dictionary entry.
It seems I thought they are 1:1 lists. So, if there are many locales contained
in 
Locales entry, this out of range is happen.
fr dictionary contains many Locales entries in each dictionary entry, so it can
cause this problem easily.

The fix should be something like, if all files listed in Locations are exists,
its 
related Locales(aLocaleNames from the struct) should be added to the list of 
supported locales as the spell checker.

-- 
You are receiving this mail because:
You are the assignee for the issue.