On Tue, Sep 03, 2002 at 08:10:58AM +0900, R. Lahaye wrote:

> ControlSpellchecker.C:106
> 106                     if (!speller_->alive()) {
> (gdb) bt

We probably do something really stupid and start the spellchecker but
never doing anything with it. And this code is broken in terms of
crashing anyway - speller_ is getting to be 0 because alive() is
returning false, calling clearParams().

The spell code needs some serious, erm, loving.

regards
john

-- 
"Take the ideas you find useful. Try not to get hung up on the labels."
        - Jonathan S. Shapiro

Reply via email to