gnustep-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Couple of problems with current SVN


From: A. Arias
Subject: Re: Couple of problems with current SVN
Date: Fri, 01 Jun 2012 23:37:08 -0600

El vie, 25-05-2012 a las 00:22 -0600, Germán A. Arias escribió:
> 2012-05-24 23:42:58.464 GSspell[3455] Spell server started and waiting.
> 2012-05-24 23:42:58.514 Ink[3381] Set proxy
> 2012-05-24 23:43:02.171 GSspell[3455] Call to delegate caused the
> following exception: Tried to add nil to array
> 

Well, I found the problem with the Spanish spellchecker. This is caused
by the NSString class method -stringWithUTF8String:. If the argument is
a const char that contains letters like "áéñ", this method return "nil".
So, GSspell try to add "nil" to the guesses array (line 477 in
GSspell.m), and this cause the exception.


I'm not sure, but maybe this problem is related with changes made by
Eric in NSString. Anyway, we need a test case for this.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]