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

[PFEventuallyQueue start] (Parse 1.13.0) is causing a crash, on a forwarded call until [BFTask waitUntilFinished] #944

Closed
marcosjvivar opened this issue Jun 23, 2016 · 1 comment

Comments

@marcosjvivar
Copy link

marcosjvivar commented Jun 23, 2016

Whenever we lose and gain connectivity, our application crashes. It starts with PFEventuallyQueue and ends up with BFTask.
We are using the following frameworks through CocoaPods:

I tried to force a pod update Bolts but the FBSDKCoreKit 4.10.0 (with the Bolts dependency to 1.6.0) version is stopping it from updating.

In the BFTask class, the method - (void)waitUntilFinished has a faulty behaviour (different from the 1.7.0 version) which is recurrently ending up in a crash.

screen shot 2016-06-22 at 16 29 28

On Thread 31
0) 0x0000000181acbf24 in __psynch_cvwait ()
2) 0x0000000182872324 in -NSCondition wait
3) 0x0000000100b13cd8 in -[BFTask waitUntilFinished] at /BFTask.m:502
4) 0x00000001010c4580 in -[BFTask(Private) waitForResult:withMainThreadWarning:] at /BFTask+Private.m:113
5) 0x00000001010c4530 in -[BFTask(Private) waitForResult:] at /BFTask+Private.m:108
6) 0x00000001010fa180 in -[PFEventuallyQueue _runCommandsWithRetriesCount:] at /PFEventuallyQueue.m:251
7) 0x00000001010f9ce0 in -[PFEventuallyQueue _runCommands] at /PFEventuallyQueue.m:215
8) 0x00000001010f98c0 in __26-[PFEventuallyQueue start]_block_invoke at /PFEventuallyQueue.m:180

What could be a possible fix for this issue and a feasible workaround so as not to modify the classes as well?

@stale
Copy link

stale bot commented Sep 19, 2018

This issue has been automatically marked as stale because it has not had recent activity. If you believe it should stay open, please let us know! As always, we encourage contributions, check out the Contributing Guide

@stale stale bot added the wontfix label Sep 19, 2018
@stale stale bot closed this as completed Sep 26, 2018
flovilmart pushed a commit that referenced this issue Dec 10, 2018
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