Re: Crashes inside CFStringDeallocate

2018-06-11 Thread Alex Zavatone
One idea is to force an additional release. If the error is the same, then this is what is causing it. > On Jun 11, 2018, at 1:31 AM, Alastair Houghton > wrote: > > On 10 Jun 2018, at 19:14, Dave wrote: >> >> Override the dealloc method and log when its called - its probably being >>

Re: Crashes inside CFStringDeallocate

2018-06-11 Thread Alastair Houghton
On 10 Jun 2018, at 19:14, Dave wrote: > > Override the dealloc method and log when its called - its probably being > over-released! That isn’t quite as simple as it sounds, because this is NSString we’re talking about, which is a class cluster. Most actual NSString instances are really