outlined assign with take of

Crashed: com.apple.NSURLSession-delegate

EXC_BAD_ACCESS 0x00000000deadbef7

0  libobjc.A.dylib                0x1a9dd6c10 objc_release + 17

1  Sdk                                0x1051b98a8 assignWithTake for Profile + 4356511913 (:4356511913)

2  libswiftCore.dylib           0x199ca8508 assignWithTake for ClosedRange<>.Index + 253

3  Sdk                  0x1051b6f28 outlined assign with take of Profile? + 4356501288 (:4356501288)

4  Sdk                  0x1051b5924 Profile.init(from:) + 192 (Profile.swift:193)

5  Sdk                  0x1051b632c protocol witness for Decodable.init(from:) in conformance Profile + 4356498220 (:4356498220)

6  libswiftCore.dylib            0x199ca52e4 dispatch thunk of Decodable.init(from:) + 16

Does anyone know what "outlined assign with take of " means here? Here Profile is a structure.

Getting a similar crash. Does anyone have a clue? It seems that the app was sent to the background while this happened. Maybe a race condition where the network request comes in when the app isn't active anymore?

Crashed: com.apple.NSURLSession-delegate 0 libswiftCore.dylib 0x382640 swift_release + 64 1 Cloud 0x9bfdc assignWithTake for DataObject + 195152 (<compiler-generated>:195152) 2 libswiftCore.dylib 0x34b81c assignWithTake for ClosedRange<>.Index + 324 3 Cloud 0xe56f0 outlined assign with take of DataObject? + 712

Getting a similar crash. Does anyone have a clue? It seems that the app was sent to the background while this happened. Maybe a race condition where the network request comes in when the app isn't active anymore?

Crashed: com.apple.NSURLSession-delegate 0 libswiftCore.dylib 0x382640 swift_release + 64 1 Cloud 0x9bfdc assignWithTake for DataObject + 195152 (<compiler-generated>:195152) 2 libswiftCore.dylib 0x34b81c assignWithTake for ClosedRange<>.Index + 324 3 Cloud 0xe56f0 outlined assign with take of DataObject? + 712

Getting a similar crash.

Please post a full crash report. See Posting a Crash Report for advice on how to do that.

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"

We are also experiencing a crash like this, but only on the released production app, and only sometimes. Cannot reproduce it from the debugger in any way.

What can we do?

outlined assign with take of
 
 
Q