Abdelrazak Younes wrote:
> Joost Verburg wrote:
>> Abdelrazak Younes wrote:
>>> Could you put somewhere in the wiki a source package with MSVC
>>> projects for Aspell? I'll try to investigate that issue.
>>
>> The problem seems to be caused by ControlSpellchecker::showSummary,
>> which shows a message after spell checking has been completed.
>>
>> There is a checkAlive call here. If the spell checker is not alive no
>> message is shown. This is a little weird, because the spell checker
>> has finished already.
>
> Could you give me a recipe for the crash please?
>
> With trunk/qt4 the spellchecker behave very weirdly but I don't see any
> crash...
>
> Abdel.
>
>
Here I also gen a crash here the msvc recipe:
F5
Crtl-N
F7
then it crashes here
bool ControlSpellchecker::checkAlive()
{
--> if (speller_->alive() && speller_->error().empty())
return true;
speller_ is 0.
--
Peter Kümmel