Peter Kümmel wrote:
Abdelrazak Younes wrote:
Joost Verburg wrote:
Abdelrazak Younes wrote:
But I still don't understand why I don't see a crash...
Make sure you really link against the new aspell libraries.
I am sure. I've compiled myself the csv version with your patch...
The crash happens after spell checking has completed.
So first you will get the spell checker window and see all errors in
the document. After the last error has been shown you get the crash.
Like I said, I don't see the crash... And I've passed through the
debugger to verify that speller_ is never set to 0.
Abdel.
One time I've added an assert to check for speller_!=0,
(speller_.get() != 0) might be safer...
then the crash
was also gone, maybe there is somewhere a out-of-bound access - maybe
in aspell.
Yes, I think something like that is happening...
Abdel.