[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Probleme with NSTimeZone +timeZoneWithName (Re[2]: Thred, Sockets, t
From: |
Richard Frith-Macdonald |
Subject: |
Re: Probleme with NSTimeZone +timeZoneWithName (Re[2]: Thred, Sockets, timers and runloop) |
Date: |
Wed, 2 May 2001 12:56:02 +0100 |
On Wednesday, May 2, 2001, at 12:25 PM, Manuel Guesdon wrote:
>I've got very strange problemes (crashes, locks,...).
>So, I've made a small application which handle http request, launch
timers and retrieve web pages to test this. It >was
>working.
>Finally I've found the problem: calling NSTimeZone +timeZoneWithName
(for exemple: [NSTimeZone >timeZoneWithName:@"EST"])
>produce these strange things when it is called in a multi-threaded
application. I don't know exactly why but >removing
>these calls made my application well running...
Seems to be a simple locking error ... I have hacked a change into
CVS ... please let me know
if it cures things for you.