Georg Baum wrote:

> commit cf89851374163be2e8a390dd917d7ef435978979
> Author: Georg Baum <b...@lyx.org>
> Date:   Fri Jul 4 22:19:43 2014 +0200
> 
>     Make theWordList() thread safe.
>     
>     Without this, you get crashes in a few second when you set the
>     autosave interval to one second and edit quickly (typing new words
>     etc). The reason is that the cloned buffer wants to insert words into
>     the word list and remove them again, but it lives in a different
>     thread.

This should go to the 2.1 branch after 2.1.1 is released IMHO. This fixes a 
crash that can easily be triggered by autosave (although not the one we are 
hunting).


Georg

Reply via email to