-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
[RLMMigration] Call enumeration blocks inside an autoreleasepool #2206
Conversation
changelog |
changelog added |
👍 |
Hi @segiddins Cool - that's some very fast action right there ! :) I use swift 2.0, so i tried merging this branch with the swift-2.0 branch and run the same migration with it. It goes to about 80mb of memory usage and then just freezes there forever. I don't know if it's of any help, but if i pause in the debugger the stack looks like this: #0 0x0399154a in __psynch_mutexwait () Thanks for the very quick reaction! |
3a976cb
to
0954434
Compare
@porsager that's probably a different issue -- can you share a project that demonstrates that problem with us? |
Test failures appear unrelated? |
@segiddins please rebase this |
0954434
to
17d4bc6
Compare
Rebased |
@segiddins You are right it is independent of this issue. Would you want me to create a new issue for it, or can i email you a test project with the issue? |
@porsager an email with a test project would be perfect, thanks! |
👍 |
[RLMMigration] Call enumeration blocks inside an autoreleasepool
Closes #2205.
\c @tgoyne