Crash CoreFoundation

Hello,


I encountered a problem with a crash and its report analysis. I use AVAssetDownloadURLSession to download medias.


I used production app and get a crash. This is stacktrace I received :


Crashed: NSOperationQueue 0x107a9b050 (QOS: UNSPECIFIED)

0 CoreFoundation 0x1b65dc988 <redacted> + 4

1 CoreFoundation 0x1b6632908 <redacted> + 14

2 CoreFoundation 0x1b6632908 <redacted> + 14

3 CoreFoundation 0x1b6632908 <redacted> + 14

4 CoreFoundation 0x1b6632908 <redacted> + 14

5 CoreFoundation 0x1b6632908 <redacted> + 14

6 CoreFoundation 0x1b6632908 <redacted> + 14

7 CoreFoundation 0x1b6632908 <redacted> + 14

8 CoreFoundation 0x1b6632908 <redacted> + 14

9 CoreFoundation 0x1b6632908 <redacted> + 14

10 CoreFoundation 0x1b6632908 <redacted> + 14


Does someone has some ideas about this problem ?


Best regards