Hi, On Sun, Jun 06, 2010 at 07:35:11PM +0100, Iulian Udrea wrote: > 1259.08 <ari> iulian: the problem is in hunspell > 1336.54 <iulian> ari: Alright... how did you find out? > 1344.18 <ari> iulian: [2]google.com/codesearch.. maybe you should ask him > to get a backtrace
OK, ari probably means google.com/codesearch pointing to hunspells hashmgr.cxx. Which has the following: int HashMgr::decode_flags(unsigned short ** result, char * flags, FileMgr * af) { int len; switch (flag_mode) { case FLAG_LONG: { // two-character flags (1x2yZz -> 1x 2y Zz) len = strlen(flags); if (len%2 == 1) HUNSPELL_WARNING(stderr, "error: line %d: bad flagvector\n", af->getlinenum()); [...] I doubt that it's a problem of hunspell - but if it is it's a dictionary bug. Paul, I see you use hu_HU as locale, are you also using the hungarian myspell/hunspell dictionary with enchant? If yes, which one? Does it work if you exchange them? Or remove the one you use= But it's just a warning there, not a crash.... And given that no backtrace or info sent by Paul includes hunspell.... Grüße/Regards, René -- .''`. René Engelhard -- Debian GNU/Linux Developer : :' : http://www.debian.org | http://people.debian.org/~rene/ `. `' r...@debian.org | GnuPG-Key ID: D03E3E70 `- Fingerprint: E12D EA46 7506 70CF A960 801D 0AA0 4571 D03E 3E70 -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org