-
Notifications
You must be signed in to change notification settings - Fork 592
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
FBRetainCycleDetector Crashing #60
Comments
Can you post the full logs showing the symbolication stacktrace of the threads? |
@Megra Here is the logs Filtered syslog: Thread 0 name: Dispatch queue: com.apple.main-thread Thread 1 name: com.apple.uikit.eventfetch-thread Thread 2: Thread 3 name: Dispatch queue: com.apple.root.default-qos Thread 4: Thread 5 name: com.apple.NSURLConnectionLoader Thread 6: Thread 7: Thread 8: Thread 9: Thread 0 crashed with ARM Thread State (64-bit): |
Yeah the crash on [top nextObject] and FBWrapObjectGraphElement is something known but we haven't managed to fix it. Feel free to try finding a fix for this :) |
i have same issue when enumerate |
I have same issue.
I have Integrated FBMemory Profiler In our App till now it is good it shows Retain Cycles. Recently we have update to Swift 4.0 compiling Our App from Xcode 9.2 With FBMemoryProfiler when I'm Clicking on RetainCycle Button App is Crashing.
The text was updated successfully, but these errors were encountered: