heardrwt / RHAddressBook

A Cocoa / Objective-C library for interfacing with the iOS AddressBook.
Other
698 stars 154 forks source link

Crash in NSThread+RHBlockAdditions.h #61

Open vadimf opened 10 years ago

vadimf commented 10 years ago

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.

screen shot 2014-07-27 at 18 06 47

heardrwt commented 9 years ago

I'm not sure why the process is being suspended. This is what a SIGSTOP is. You can resume the process by calling kill -SIGCONT <proc_id>.