This repository has been archived by the owner on Aug 29, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 47
[3.0.0beta1] Crash on allSucceded #130
Comments
Investigating, thanks! |
I was able to create a gist with this issue, let me know if that helps! EDIT: on my real code, I create the tasks with a cancellation handler, but this seems to generate the same crash. |
zwaldowski
added a commit
that referenced
this issue
Oct 11, 2016
It helped a lot, thanks! See the |
zwaldowski
added a commit
that referenced
this issue
Oct 12, 2016
zwaldowski
added a commit
that referenced
this issue
Oct 13, 2016
zwaldowski
added a commit
that referenced
this issue
Oct 22, 2016
zwaldowski
added a commit
that referenced
this issue
Oct 22, 2016
zwaldowski
added a commit
that referenced
this issue
Oct 28, 2016
zwaldowski
added a commit
that referenced
this issue
Oct 29, 2016
zwaldowski
added a commit
that referenced
this issue
Mar 28, 2017
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hey guys!
I'm experiencing a crash on
allSucceded
where it's crashing on callingadoptChild(_:orphaned:pendingCount:)
onNSProgress
. The exception states that the reason is:NSProgress 0x60000032fbe0 was already the child of another progress 0x60800032abe0'
I can reproduce it 100% of the time on my code but I couldn't make it crash using a simpler project.
The text was updated successfully, but these errors were encountered: