-
Notifications
You must be signed in to change notification settings - Fork 25
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
Freezing while saving? #24
Comments
Can you show me the rest of the stack at this point, please? |
Just thinking out loud, maybe |
This happens during autosave, |
Apparently the bugger is with file coordination. Although nothing else is supposed to be accessing the file package (and for my case, there shouldn't be any since it's in the apps' Application Support folder and not normally accessible directly by the user), I have something that's been working OK, will push this out as part of a beta release and see whether there's any negative repercussion for not using Commit: a216aea |
Is calling
[super saveToURL: ofType saveOperation: error]
inside aperformAsynchronousFileAccessUsingBlock
call a good idea?My app sometimes freezes at this point and I wonder if there's a re-entrancy issue here:
I'm on
BSManagedDocument
0.3.x commit f7fc8dcAlso the app has a number of documents open concurrently (different package files of course).
The text was updated successfully, but these errors were encountered: