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

JournlerSearchManager.m Exc_bad_access (code=2, address=0x0) at line textRepresentation = [SpotlightTextContentRetriever textContentOfFileAtPath:originalPath] #2

Open
ProBackup-nl opened this issue Oct 9, 2014 · 0 comments

Comments

@ProBackup-nl
Copy link

When running Git source from Xcode 6.0.1, Journler stops at the line containing:

textRepresentation = [SpotlightTextContentRetriever textContentOfFileAtPath:originalPath]

The value of orginalPath = "/Library/Caches/CrashPlan"
This path is not a file but a directory.

When reading the source code of "JournlerSearchManager.m", I would think that when the resource is not (directory or ABrecord) code execution for this function stops at line "if ( !( [aResource representsFile] || [aResource representsABRecord] ) ||"

How to fix this code?

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

1 participant