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

Temporary fix for issue #31 (OS X Lion crashes) #33

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Temporary fix for issue #31 (OS X Lion crashes) #33

wants to merge 1 commit into from

Conversation

pypt
Copy link

@pypt pypt commented Oct 13, 2011

Temporary fix for issue #31 (OS X Lion crashes); run the searcher on the main thread (apparently, Core Data is no longer happy with its separate thread on 10.7)

…the main thread (apparently, Core Data is no longer happy with its separate thread on 10.7)
@atg
Copy link
Owner

atg commented Oct 15, 2011

Interesting.

I think the issue is that we need to set a NSManagedObjectContextConcurrencyType for the background managed object context.

@cgrushko
Copy link

Works good. Shame it wasn't accepted, or at least compiled into the distributed binaries (which are useless, with OS X 10.7.4)

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

Successfully merging this pull request may close these issues.

3 participants