I assume that the point I raised below is potientally a very annoying bug.
Could someone who knows this code better check if that is the case?

Wim Oudshoorn <[EMAIL PROTECTED]> writes:
>
>   2 - the check 
>           
>                 if ([self lockDefaultsFile: &wasLocked] == NO)
>                    {
>                         return NO;
>                    }
>
>       in NSUserDefaults.m around line 1610
>       returns NO, and forgets to unlock _lock.  This will later
>       lead to problems with locking.  However still your stacktrace
>       does not seem consistent with this option.   But still
>       this warrants some investigation! (I think this is a bug.)


Wim Oudshoorn.


_______________________________________________
Discuss-gnustep mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/discuss-gnustep

Reply via email to