[java-gnome-hackers] Enchant suggesting crashing
Brought to you by:
afcowie
From: Andrew C. <an...@op...> - 2011-01-16 09:33:46
|
Has anyone seen this? org.gnome.glib.FatalError: (null)-CRITICAL enchant_is_all_caps: assertion `word && *word' failed at org.freedesktop.enchant.EnchantDict.enchant_dict_suggest(Native Method) at org.freedesktop.enchant.EnchantDict.suggest(EnchantDict.java:82) at org.freedesktop.enchant.Dictionary.suggest(Dictionary.java:110) Sounds like we're doing something rather wrong. It might be related to the fact we've got to pass in an out-parameter array of Strings? The generated code looks ok, though :( For me the word "ISP" is triggering it, but of course writing a test case suggest()ing on that word doesn't crash. {sigh} Anyone have any ideas? AfC Sydney |