You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
NSThread+RHBlockAdditions.h crashes (SIGSTOP) in [self performSelector:@selector(_rh_runBlock:) onThread:self withObject:[block copy] waitUntilDone:wait];
When coming from -(NSString*)compositeName after calling [sections addObject:[collation sortedArrayFromArray:section collationStringSelector:selector]]; with compositeName as selector.
This happens sometimes for users with many people in their contact list.
The text was updated successfully, but these errors were encountered:
NSThread+RHBlockAdditions.h
crashes (SIGSTOP) in[self performSelector:@selector(_rh_runBlock:) onThread:self withObject:[block copy] waitUntilDone:wait];
When coming from
-(NSString*)compositeName
after calling[sections addObject:[collation sortedArrayFromArray:section collationStringSelector:selector]];
withcompositeName
as selector.This happens sometimes for users with many people in their contact list.
The text was updated successfully, but these errors were encountered: