Description of problem: ooo programs, like writer, exits without coredump or error messsages on spellchecking. Version-Release number of selected component (if applicable): openoffice.org-*-2.2.1-18.1.fc8 hunspell-1.1.5.3-4 How reproducible: always Steps to Reproduce: 1. start oowriter 2. open document with some spell errors. 3. try to scroll/modify text Actual results: oowriter exits without error messages. Expected results: oowriter must be alive even spell subsystem crashes. Additional info: If we rename directory /usr/share/myspell, oowriter (oo*) works, but without spellckecking. It was similar bug #233361, but in this case there is no error messages.
It might not really be hunspell per-se, but the fact that the redlines get drawn triggering a drawing problem with cairo. i.e. what happens if from a terminal you run it from a gnome-terminal after export SAL_IGNOREXERRORS=YES is set ? This may be another manifestation of the cairo problem of bug 243811
With SAL_IGNOREXERRORS=YES it works fine.
*** This bug has been marked as a duplicate of 243811 ***