Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Crash in NSThread+RHBlockAdditions.h #61

Open
vadimf opened this issue Jul 27, 2014 · 1 comment
Open

Crash in NSThread+RHBlockAdditions.h #61

vadimf opened this issue Jul 27, 2014 · 1 comment

Comments

@vadimf
Copy link

vadimf commented Jul 27, 2014

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
Copy link
Owner

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>.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants