my game is crashed in release mode with log: "name": "IoDispatcher", "description": "(Data Abort) byte write Translation fault"

here is my log:

{
      "triggered": true,
      "id": 210291,
      "name": "IoDispatcher",
      "threadState": {
        "x": [
          {
            "value": 1
          },
          {
            "value": 0
          },
          {
            "value": 73896
          },
          {
            "value": 6107867720
          },
          {
            "value": 14624363642880
          },
          {
            "value": 193526931390464
          },
          {
            "value": 1
          },
          {
            "value": 0
          },
          {
            "value": 3
          },
          {
            "value": 123
          },
          {
            "value": 2
          },
          {
            "value": 4294967293
          },
          {
            "value": 1099511627776
          },
          {
            "value": 0
          },
          {
            "value": 0
          },
          {
            "value": 0
          },
          {
            "value": 0
          },
          {
            "value": 2
          },
          {
            "value": 0
          },
          {
            "value": 4509545232
          },
          {
            "value": 0
          },
          {
            "value": 0
          },
          {
            "value": 4294967295
          },
          {
            "value": 16384
          },
          {
            "value": 4604246008
          },
          {
            "value": 0
          },
          {
            "value": 4604245920
          },
          {
            "value": 0
          },
          {
            "value": 0
          }
        ],
        "flavor": "ARM_THREAD_STATE64",
        "lr": {
          "value": 4428080928
        },
        "cpsr": {
          "value": 1610612736
        },
        "fp": {
          "value": 6107868496
        },
        "sp": {
          "value": 6107867824
        },
        "esr": {
          "value": 2449473606,
          "description": "(Data Abort) byte write Translation fault"
        },
        "pc": {
          "value": 4428080988,
          "matchesCrashFrame": 1
        },
        "far": {
          "value": 3
        }
      },
      "frames": [
        {
          "imageOffset": 52602716,
          "imageIndex": 0
        },
        {
          "imageOffset": 51998460,
          "imageIndex": 0
        },
        {
          "imageOffset": 52467176,
          "imageIndex": 0
        },
        {
          "imageOffset": 83388868,
          "imageIndex": 0
        },
        {
          "imageOffset": 52491332,
          "imageIndex": 0
        },
        {
          "imageOffset": 52489360,
          "imageIndex": 0
        },
        {
          "imageOffset": 52025832,
          "imageIndex": 0
        },
        {
          "imageOffset": 51930384,
          "imageIndex": 0
        },
        {
          "imageOffset": 5816,
          "symbol": "_pthread_start",
          "symbolLocation": 148,
          "imageIndex": 8
        },
        {
          "imageOffset": 2952,
          "symbol": "thread_start",
          "symbolLocation": 8,
          "imageIndex": 8
        }
      ]
    `},`

Are you able to get an Apple crash report for this? If so, please post the full thing. See Posting a Crash Report for hints on how to do that.

Share and Enjoy

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

my game is crashed in release mode with log: "name": "IoDispatcher", "description": "(Data Abort) byte write Translation fault"
 
 
Q