TestFlight alert after quitting the app

Hi everyone,

On my last app, I launch a beta test phase but every time I quit the app, an alert show up telling me that the app crashed and asking me to if I want to share more informations to developpers.


Here is the screenshot of the alert :

https://imgur.com/zWVCTH8


The app is made of SwiftUI with some UIKit part comming from Unity 3D.

Several frameworks used.

The alert show up from any screen of the app. It's not related to a specific part.

Replies

It sounds like your app is crashing rather than quitting. If you go to Settings > Privacy > Analytics > Analytics Data, do you see any crash reports for your app?

Share and Enjoy

Quinn “The Eskimo!”
Apple Developer Relations, Developer Technical Support, Core OS/Hardware

let myEmail = "eskimo" + "1" + "@apple.com"

I found the crash report for this app but I really don't understand what causes the crash.


{"app_name":"Bloc in Bloc","app_cohort":"2|date=1575910800000&sf=143442&tid=0306f36fba91d3b9f2ccfa13b7f8abf49031ac2c7590b3a9593361c9082f85eb&ttype=i","app_version":"1.0","timestamp":"2019-12-12 10:33:42.77 +0100","slice_uuid":"4f6fc223-1f87-3071-9b88-5583d97c8b58","adam_id":1490898281,"build_version":"8","bundleID":"com.blocinbloc.geomensura","share_with_app_devs":true,"is_first_party":false,"bug_type":"109","os_version":"iPhone OS 13.2.3 (17B111)","incident_id":"791AE5E1-0A21-4F53-87C4-18FDEF92448F","is_beta":true,"name":"Bloc in Bloc"}

Incident Identifier: 791AE5E1-0A21-4F53-87C4-18FDEF92448F

Beta Identifier: 93209CF3-14BA-467E-BFE2-C7E414C218CE

Hardware Model: iPhone12,3

Process: Bloc in Bloc [16381]

Path: /private/var/containers/Bundle/Application/0B5EFCC6-7A9E-45D8-B056-8303B3AAC7A4/Bloc in Bloc.app/Bloc in Bloc

Identifier: com.blocinbloc.geomensura

Version: 8 (1.0)

AppStoreTools: 11B48b

AppVariant: 1:iPhone12,3:13

Beta: YES

Code Type: ARM-64 (Native)

Role: Foreground

Parent Process: launchd [1]

Coalition: com.blocinbloc.geomensura [5455]



Date/Time: 2019-12-12 10:33:42.3169 +0100

Launch Time: 2019-12-12 10:31:18.7335 +0100

OS Version: iPhone OS 13.2.3 (17B111)

Release Type: User

Baseband Version: 1.02.18

Report Version: 104



Exception Type: EXC_BAD_ACCESS (SIGKILL)

Exception Subtype: KERN_INVALID_ADDRESS at 0x0000200759589c60 -> 0x0000000759589c60 (possible pointer authentication failure)

VM Region Info: 0x759589c60 is not in any region. Bytes after previous region: 20289461345

REGION TYPE START - END [ VSIZE] PRT/MAX SHRMOD REGION DETAIL

MALLOC_NANO 0000000280000000-00000002a0000000 [512.0M] rw-/rwx SM=PRV

--->

UNUSED SPACE AT END



Termination Reason: Namespace SPRINGBOARD, Code 0x8badf00d

Termination Description: SPRINGBOARD, process-exit watchdog transgression: application<com.blocinbloc.geomensura>:16381 exhausted real (wall clock) time allowance of 5.00 seconds | ProcessVisibility: Foreground | ProcessState: Running | WatchdogEvent: process-exit | WatchdogVisibility: Foreground | WatchdogCPUStatistics: ( | "Elapsed total CPU time (seconds): 10.540 (user 10.540, system 0.000), 35% CPU", | "Elapsed application CPU time (seconds): 4.993, 17% CPU" | )

Triggered by Thread: 0



Thread 0 name: Dispatch queue: com.apple.main-thread

Thread 0 Crashed:

0 ??? 0x0000000759589c60 0 + 31563750496

1 Bloc in Bloc 0x000000010474f8e4 0x1026fc000 + 33896676

2 libsystem_platform.dylib 0x00000001a8993434 0x1a898d000 + 25652

3 Bloc in Bloc 0x0000000103e89464 0x1026fc000 + 24695908

4 Bloc in Bloc 0x0000000103ada9b4 0x1026fc000 + 20834740

5 Bloc in Bloc 0x0000000103ada144 0x1026fc000 + 20832580

6 Bloc in Bloc 0x0000000104433e20 0x1026fc000 + 30637600

7 libsystem_c.dylib 0x00000001a8907068 0x1a88b0000 + 356456

8 libsystem_c.dylib 0x00000001a89073a4 0x1a88b0000 + 357284

9 UIKitCore 0x00000001acd76e20 0x1ac32f000 + 10780192

10 UIKitCore 0x00000001ac509c40 0x1ac32f000 + 1944640

11 UIKitCore 0x00000001ac50989c 0x1ac32f000 + 1943708

12 UIKitCore 0x00000001acd6ce84 0x1ac32f000 + 10739332

13 FrontBoardServices 0x00000001ade4ea3c 0x1ade49000 + 23100

14 FrontBoardServices 0x00000001ade7c314 0x1ade49000 + 209684

15 FrontBoardServices 0x00000001ade60fa4 0x1ade49000 + 98212

16 FrontBoardServices 0x00000001ade7c2a0 0x1ade49000 + 209568

17 libdispatch.dylib 0x00000001a8931fd8 0x1a892f000 + 12248

18 libdispatch.dylib 0x00000001a8934d1c 0x1a892f000 + 23836

19 FrontBoardServices 0x00000001adea3304 0x1ade49000 + 369412

20 FrontBoardServices 0x00000001adea2fb0 0x1ade49000 + 368560

21 FrontBoardServices 0x00000001adea351c 0x1ade49000 + 369948

22 CoreFoundation 0x00000001a8c0724c 0x1a8b59000 + 713292

23 CoreFoundation 0x00000001a8c071a0 0x1a8b59000 + 713120

24 CoreFoundation 0x00000001a8c0690c 0x1a8b59000 + 710924

25 CoreFoundation 0x00000001a8c017d8 0x1a8b59000 + 690136

26 CoreFoundation 0x00000001a8c01084 0x1a8b59000 + 688260

27 GraphicsServices 0x00000001b2e4f534 0x1b2e4c000 + 13620

28 UIKitCore 0x00000001acd71670 0x1ac32f000 + 10757744

29 Bloc in Bloc 0x00000001028f8760 0x1026fc000 + 2082656

30 libdyld.dylib 0x00000001a8a80e18 0x1a8a80000 + 3608



Thread 1 name: com.apple.uikit.eventfetch-thread

Thread 1:

0 libsystem_kernel.dylib 0x00000001a8a54c04 0x1a8a51000 + 15364

1 libsystem_kernel.dylib 0x00000001a8a54020 0x1a8a51000 + 12320

2 CoreFoundation 0x00000001a8c06aa8 0x1a8b59000 + 711336

3 CoreFoundation 0x00000001a8c01940 0x1a8b59000 + 690496

4 CoreFoundation 0x00000001a8c01084 0x1a8b59000 + 688260

5 Foundation 0x00000001a8f463d0 0x1a8f3e000 + 33744

6 Foundation 0x00000001a8f462a8 0x1a8f3e000 + 33448

7 UIKitCore 0x00000001ace0d148 0x1ac32f000 + 11395400

8 Foundation 0x00000001a8f45034 0x1a8f3e000 + 28724

9 Foundation 0x00000001a9080a8c 0x1a8f3e000 + 1321612

10 libsystem_pthread.dylib 0x00000001a8995d50 0x1a8994000 + 7504

11 libsystem_pthread.dylib 0x00000001a899dc88 0x1a8994000 + 40072



Thread 2 name: Profiler.Dispatcher

Thread 2:

0 libsystem_kernel.dylib 0x00000001a8a54c40 0x1a8a51000 + 15424

1 libdispatch.dylib 0x00000001a8932514 0x1a892f000 + 13588

2 libdispatch.dylib 0x00000001a8932b8c 0x1a892f000 + 15244

3 Bloc in Bloc 0x0000000104031f0c 0x1026fc000 + 26435340

4 Bloc in Bloc 0x00000001040318d4 0x1026fc000 + 26433748

5 Bloc in Bloc 0x0000000103f19a10 0x1026fc000 + 25287184

6 libsystem_pthread.dylib 0x00000001a8995d50 0x1a8994000 + 7504

7 libsystem_pthread.dylib 0x00000001a899dc88 0x1a8994000 + 40072



Thread 3 name: GC Finalizer

Thread 3:

0 libsystem_kernel.dylib 0x00000001a8a76ccc 0x1a8a51000 + 154828

1 libsystem_pthread.dylib 0x00000001a89994fc 0x1a8994000 + 21756

2 Bloc in Bloc 0x00000001047f7088 0x1026fc000 + 34582664

3 Bloc in Bloc 0x00000001047d0ef8 0x1026fc000 + 34426616

4 Bloc in Bloc 0x00000001047ee6a8 0x1026fc000 + 34547368

5 Bloc in Bloc 0x00000001047f08f0 0x1026fc000 + 34556144

6 libsystem_pthread.dylib 0x00000001a8995d50 0x1a8994000 + 7504

7 libsystem_pthread.dylib 0x00000001a899dc88 0x1a8994000 + 40072



Thread 4 name: Job.Worker 0

Thread 4:

0 libsystem_kernel.dylib 0x00000001a8a54c40 0x1a8a51000 + 15424

1 libdispatch.dylib 0x00000001a8932514 0x1a892f000 + 13588

2 libdispatch.dylib 0x00000001a8932b8c 0x1a892f000 + 15244

3 Bloc in Bloc 0x0000000103d650a0 0x1026fc000 + 23498912

4 Bloc in Bloc 0x0000000103de3e9c 0x1026fc000 + 24018588

5 Bloc in Bloc 0x0000000103de3278 0x1026fc000 + 24015480

6 Bloc in Bloc 0x0000000103f19a10 0x1026fc000 + 25287184

7 libsystem_pthread.dylib 0x00000001a8995d50 0x1a8994000 + 7504

8 libsystem_pthread.dylib 0x00000001a899dc88 0x1a8994000 + 40072



Thread 5 name: Job.Worker 1

Thread 5:

0 libsystem_kernel.dylib 0x00000001a8a54c40 0x1a8a51000 + 15424

1 libdispatch.dylib 0x00000001a8932514 0x1a892f000 + 13588

2 libdispatch.dylib 0x00000001a8932b8c 0x1a892f000 + 15244

3 Bloc in Bloc 0x0000000103d650a0 0x1026fc000 + 23498912

4 Bloc in Bloc 0x0000000103de3e9c 0x1026fc000 + 24018588

5 Bloc in Bloc 0x0000000103de3278 0x1026fc000 + 24015480

6 Bloc in Bloc 0x0000000103f19a10 0x1026fc000 + 25287184

7 libsystem_pthread.dylib 0x00000001a8995d50 0x1a8994000 + 7504

8 libsystem_pthread.dylib 0x00000001a899dc88 0x1a8994000 + 40072



Thread 6 name: Job.Worker 2

Thread 6:

0 libsystem_kernel.dylib 0x00000001a8a54c40 0x1a8a51000 + 15424

1 libdispatch.dylib 0x00000001a8932514 0x1a892f000 + 13588

2 libdispatch.dylib 0x00000001a8932b8c 0x1a892f000 + 15244

3 Bloc in Bloc 0x0000000103d650a0 0x1026fc000 + 23498912

4 Bloc in Bloc 0x0000000103de3e9c 0x1026fc000 + 24018588

5 Bloc in Bloc 0x0000000103de3278 0x1026fc000 + 24015480

6 Bloc in Bloc 0x0000000103f19a10 0x1026fc000 + 25287184

7 libsystem_pthread.dylib 0x00000001a8995d50 0x1a8994000 + 7504

8 libsystem_pthread.dylib 0x00000001a899dc88 0x1a8994000 + 40072



Thread 7 name: Job.Worker 3

Thread 7:

0 libsystem_kernel.dylib 0x00000001a8a54c40 0x1a8a51000 + 15424

1 libdispatch.dylib 0x00000001a8932514 0x1a892f000 + 13588

2 libdispatch.dylib 0x00000001a8932b8c 0x1a892f000 + 15244

3 Bloc in Bloc 0x0000000103d650a0 0x1026fc000 + 23498912

4 Bloc in Bloc 0x0000000103de3e9c 0x1026fc000 + 24018588

5 Bloc in Bloc 0x0000000103de3278 0x1026fc000 + 24015480

6 Bloc in Bloc 0x0000000103f19a10 0x1026fc000 + 25287184

7 libsystem_pthread.dylib 0x00000001a8995d50 0x1a8994000 + 7504

8 libsystem_pthread.dylib 0x00000001a899dc88 0x1a8994000 + 40072



Thread 8 name: Job.Worker 4

Thread 8:

0 libsystem_kernel.dylib 0x00000001a8a54c40 0x1a8a51000 + 15424

1 libdispatch.dylib 0x00000001a8932514 0x1a892f000 + 13588

2 libdispatch.dylib 0x00000001a8932b8c 0x1a892f000 + 15244

3 Bloc in Bloc 0x0000000103d650a0 0x1026fc000 + 23498912

4 Bloc in Bloc 0x0000000103de3e9c 0x1026fc000 + 24018588

5 Bloc in Bloc 0x0000000103de3278 0x1026fc000 + 24015480

6 Bloc in Bloc 0x0000000103f19a10 0x1026fc000 + 25287184

7 libsystem_pthread.dylib 0x00000001a8995d50 0x1a8994000 + 7504

8 libsystem_pthread.dylib 0x00000001a899dc88 0x1a8994000 + 40072



Thread 9 name: Background Job.Worker 0

Thread 9:

0 libsystem_kernel.dylib 0x00000001a8a54c40 0x1a8a51000 + 15424

1 libdispatch.dylib 0x00000001a8932514 0x1a892f000 + 13588

2 libdispatch.dylib 0x00000001a8932b8c 0x1a892f000 + 15244

3 Bloc in Bloc 0x0000000103d650a0 0x1026fc000 + 23498912

4 Bloc in Bloc 0x0000000103de3e9c 0x1026fc000 + 24018588

5 Bloc in Bloc 0x0000000103de3278 0x1026fc000 + 24015480

6 Bloc in Bloc 0x0000000103f19a10 0x1026fc000 + 25287184

7 libsystem_pthread.dylib 0x00000001a8995d50 0x1a8994000 + 7504

8 libsystem_pthread.dylib 0x00000001a899dc88 0x1a8994000 + 40072



Thread 10 name: Background Job.Worker 1

Thread 10:

0 libsystem_kernel.dylib 0x00000001a8a54c40 0x1a8a51000 + 15424

1 libdispatch.dylib 0x00000001a8932514 0x1a892f000 + 13588

2 libdispatch.dylib 0x00000001a8932b8c 0x1a892f000 + 15244

3 Bloc in Bloc 0x0000000103d650a0 0x1026fc000 + 23498912

4 Bloc in Bloc 0x0000000103de3e9c 0x1026fc000 + 24018588

5 Bloc in Bloc 0x0000000103de3278 0x1026fc000 + 24015480

6 Bloc in Bloc 0x0000000103f19a10 0x1026fc000 + 25287184

7 libsystem_pthread.dylib 0x00000001a8995d50 0x1a8994000 + 7504

8 libsystem_pthread.dylib 0x00000001a899dc88 0x1a8994000 + 40072



Thread 11 name: Background Job.Worker 2

Thread 11:

0 libsystem_kernel.dylib 0x00000001a8a54c40 0x1a8a51000 + 15424

1 libdispatch.dylib 0x00000001a8932514 0x1a892f000 + 13588

2 libdispatch.dylib 0x00000001a8932b8c 0x1a892f000 + 15244

3 Bloc in Bloc 0x0000000103d650a0 0x1026fc000 + 23498912

4 Bloc in Bloc 0x0000000103de3e9c 0x1026fc000 + 24018588

5 Bloc in Bloc 0x0000000103de3278 0x1026fc000 + 24015480

6 Bloc in Bloc 0x0000000103f19a10 0x1026fc000 + 25287184

7 libsystem_pthread.dylib 0x00000001a8995d50 0x1a8994000 + 7504

8 libsystem_pthread.dylib 0x00000001a899dc88 0x1a8994000 + 40072



Thread 12 name: Background Job.Worker 3

Thread 12:

0 libsystem_kernel.dylib 0x00000001a8a54c40 0x1a8a51000 + 15424

1 libdispatch.dylib 0x00000001a8932514 0x1a892f000 + 13588

2 libdispatch.dylib 0x00000001a8932b8c 0x1a892f000 + 15244

3 Bloc in Bloc 0x0000000103d650a0 0x1026fc000 + 23498912

4 Bloc in Bloc 0x0000000103de3e9c 0x1026fc000 + 24018588

5 Bloc in Bloc 0x0000000103de3278 0x1026fc000 + 24015480

6 Bloc in Bloc 0x0000000103f19a10 0x1026fc000 + 25287184

7 libsystem_pthread.dylib 0x00000001a8995d50 0x1a8994000 + 7504

8 libsystem_pthread.dylib 0x00000001a899dc88 0x1a8994000 + 40072



Thread 13 name: Background Job.Worker 4

Thread 13:

0 libsystem_kernel.dylib 0x00000001a8a54c40 0x1a8a51000 + 15424

1 libdispatch.dylib 0x00000001a8932514 0x1a892f000 + 13588

2 libdispatch.dylib 0x00000001a8932b8c 0x1a892f000 + 15244

3 Bloc in Bloc 0x0000000103d650a0 0x1026fc000 + 23498912

4 Bloc in Bloc 0x0000000103de3e9c 0x1026fc000 + 24018588

5 Bloc in Bloc 0x0000000103de3278 0x1026fc000 + 24015480

6 Bloc in Bloc 0x0000000103f19a10 0x1026fc000 + 25287184

7 libsystem_pthread.dylib 0x00000001a8995d50 0x1a8994000 + 7504

8 libsystem_pthread.dylib 0x00000001a899dc88 0x1a8994000 + 40072



Thread 14 name: Background Job.Worker 5

Thread 14:

0 libsystem_kernel.dylib 0x00000001a8a54c40 0x1a8a51000 + 15424

1 libdispatch.dylib 0x00000001a8932514 0x1a892f000 + 13588

2 libdispatch.dylib 0x00000001a8932b8c 0x1a892f000 + 15244

3 Bloc in Bloc 0x0000000103d650a0 0x1026fc000 + 23498912

4 Bloc in Bloc 0x0000000103de3e9c 0x1026fc000 + 24018588

5 Bloc in Bloc 0x0000000103de3278 0x1026fc000 + 24015480

6 Bloc in Bloc 0x0000000103f19a10 0x1026fc000 + 25287184

7 libsystem_pthread.dylib 0x00000001a8995d50 0x1a8994000 + 7504

8 libsystem_pthread.dylib 0x00000001a899dc88 0x1a8994000 + 40072



Thread 15 name: Background Job.Worker 6

Thread 15:

0 libsystem_kernel.dylib 0x00000001a8a54c40 0x1a8a51000 + 15424

1 libdispatch.dylib 0x00000001a8932514 0x1a892f000 + 13588

2 libdispatch.dylib 0x00000001a8932b8c 0x1a892f000 + 15244

3 Bloc in Bloc 0x0000000103d650a0 0x1026fc000 + 23498912

4 Bloc in Bloc 0x0000000103de3e9c 0x1026fc000 + 24018588

5 Bloc in Bloc 0x0000000103de3278 0x1026fc000 + 24015480

6 Bloc in Bloc 0x0000000103f19a10 0x1026fc000 + 25287184

7 libsystem_pthread.dylib 0x00000001a8995d50 0x1a8994000 + 7504

8 libsystem_pthread.dylib 0x00000001a899dc88 0x1a8994000 + 40072



Thread 16 name: Background Job.Worker 7

Thread 16:

0 libsystem_kernel.dylib 0x00000001a8a54c40 0x1a8a51000 + 15424

1 libdispatch.dylib 0x00000001a8932514 0x1a892f000 + 13588

2 libdispatch.dylib 0x00000001a8932b8c 0x1a892f000 + 15244

3 Bloc in Bloc 0x0000000103d650a0 0x1026fc000 + 23498912

4 Bloc in Bloc 0x0000000103de3e9c 0x1026fc000 + 24018588

5 Bloc in Bloc 0x0000000103de3278 0x1026fc000 + 24015480

6 Bloc in Bloc 0x0000000103f19a10 0x1026fc000 + 25287184

7 libsystem_pthread.dylib 0x00000001a8995d50 0x1a8994000 + 7504

8 libsystem_pthread.dylib 0x00000001a899dc88 0x1a8994000 + 40072



Thread 17 name: Background Job.Worker 8

Thread 17:

0 libsystem_kernel.dylib 0x00000001a8a54c40 0x1a8a51000 + 15424

1 libdispatch.dylib 0x00000001a8932514 0x1a892f000 + 13588

2 libdispatch.dylib 0x00000001a8932b8c 0x1a892f000 + 15244

3 Bloc in Bloc 0x0000000103d650a0 0x1026fc000 + 23498912

4 Bloc in Bloc 0x0000000103de3e9c 0x1026fc000 + 24018588

5 Bloc in Bloc 0x0000000103de3278 0x1026fc000 + 24015480

6 Bloc in Bloc 0x0000000103f19a10 0x1026fc000 + 25287184

7 libsystem_pthread.dylib 0x00000001a8995d50 0x1a8994000 + 7504

8 libsystem_pthread.dylib 0x00000001a899dc88 0x1a8994000 + 40072



Thread 18 name: Background Job.Worker 9

Thread 18:

0 libsystem_kernel.dylib 0x00000001a8a54c40 0x1a8a51000 + 15424

1 libdispatch.dylib 0x00000001a8932514 0x1a892f000 + 13588

2 libdispatch.dylib 0x00000001a8932b8c 0x1a892f000 + 15244

3 Bloc in Bloc 0x0000000103d650a0 0x1026fc000 + 23498912

4 Bloc in Bloc 0x0000000103de3e9c 0x1026fc000 + 24018588

5 Bloc in Bloc 0x0000000103de3278 0x1026fc000 + 24015480

6 Bloc in Bloc 0x0000000103f19a10 0x1026fc000 + 25287184

7 libsystem_pthread.dylib 0x00000001a8995d50 0x1a8994000 + 7504

8 libsystem_pthread.dylib 0x00000001a899dc88 0x1a8994000 + 40072



Thread 19 name: Background Job.Worker 10

Thread 19:

0 libsystem_kernel.dylib 0x00000001a8a54c40 0x1a8a51000 + 15424

1 libdispatch.dylib 0x00000001a8932514 0x1a892f000 + 13588

2 libdispatch.dylib 0x00000001a8932b8c 0x1a892f000 + 15244

3 Bloc in Bloc 0x0000000103d650a0 0x1026fc000 + 23498912

4 Bloc in Bloc 0x0000000103de3e9c 0x1026fc000 + 24018588

5 Bloc in Bloc 0x0000000103de3278 0x1026fc000 + 24015480

6 Bloc in Bloc 0x0000000103f19a10 0x1026fc000 + 25287184

7 libsystem_pthread.dylib 0x00000001a8995d50 0x1a8994000 + 7504

8 libsystem_pthread.dylib 0x00000001a899dc88 0x1a8994000 + 40072



Thread 20 name: Background Job.Worker 11

Thread 20:

0 libsystem_kernel.dylib 0x00000001a8a54c40 0x1a8a51000 + 15424

1 libdispatch.dylib 0x00000001a8932514 0x1a892f000 + 13588

2 libdispatch.dylib 0x00000001a8932b8c 0x1a892f000 + 15244

3 Bloc in Bloc 0x0000000103d650a0 0x1026fc000 + 23498912

4 Bloc in Bloc 0x0000000103de3e9c 0x1026fc000 + 24018588

5 Bloc in Bloc 0x0000000103de3278 0x1026fc000 + 24015480

6 Bloc in Bloc 0x0000000103f19a10 0x1026fc000 + 25287184

7 libsystem_pthread.dylib 0x00000001a8995d50 0x1a8994000 + 7504

8 libsystem_pthread.dylib 0x00000001a899dc88 0x1a8994000 + 40072



Thread 21 name: Background Job.Worker 12

Thread 21:

0 libsystem_kernel.dylib 0x00000001a8a54c40 0x1a8a51000 + 15424

1 libdispatch.dylib 0x00000001a8932514 0x1a892f000 + 13588

2 libdispatch.dylib 0x00000001a8932b8c 0x1a892f000 + 15244

3 Bloc in Bloc 0x0000000103d650a0 0x1026fc000 + 23498912

4 Bloc in Bloc 0x0000000103de3e9c 0x1026fc000 + 24018588

5 Bloc in Bloc 0x0000000103de3278 0x1026fc000 + 24015480

6 Bloc in Bloc 0x0000000103f19a10 0x1026fc000 + 25287184

7 libsystem_pthread.dylib 0x00000001a8995d50 0x1a8994000 + 7504

8 libsystem_pthread.dylib 0x00000001a899dc88 0x1a8994000 + 40072



Thread 22 name: Background Job.Worker 13

Thread 22:

0 libsystem_kernel.dylib 0x00000001a8a54c40 0x1a8a51000 + 15424

1 libdispatch.dylib 0x00000001a8932514 0x1a892f000 + 13588

2 libdispatch.dylib 0x00000001a8932b8c 0x1a892f000 + 15244

3 Bloc in Bloc 0x0000000103d650a0 0x1026fc000 + 23498912

4 Bloc in Bloc 0x0000000103de3e9c 0x1026fc000 + 24018588

5 Bloc in Bloc 0x0000000103de3278 0x1026fc000 + 24015480

6 Bloc in Bloc 0x0000000103f19a10 0x1026fc000 + 25287184

7 libsystem_pthread.dylib 0x00000001a8995d50 0x1a8994000 + 7504

8 libsystem_pthread.dylib 0x00000001a899dc88 0x1a8994000 + 40072



Thread 23 name: Background Job.Worker 14

Thread 23:

0 libsystem_kernel.dylib 0x00000001a8a54c40 0x1a8a51000 + 15424

1 libdispatch.dylib 0x00000001a8932514 0x1a892f000 + 13588

2 libdispatch.dylib 0x00000001a8932b8c 0x1a892f000 + 15244

3 Bloc in Bloc 0x0000000103d650a0 0x1026fc000 + 23498912

4 Bloc in Bloc 0x0000000103de3e9c 0x1026fc000 + 24018588

5 Bloc in Bloc 0x0000000103de3278 0x1026fc000 + 24015480

6 Bloc in Bloc 0x0000000103f19a10 0x1026fc000 + 25287184

7 libsystem_pthread.dylib 0x00000001a8995d50 0x1a8994000 + 7504

8 libsystem_pthread.dylib 0x00000001a899dc88 0x1a8994000 + 40072



Thread 24 name: Background Job.Worker 15

Thread 24:

0 libsystem_kernel.dylib 0x00000001a8a54c40 0x1a8a51000 + 15424

1 libdispatch.dylib 0x00000001a8932514 0x1a892f000 + 13588

2 libdispatch.dylib 0x00000001a8932b8c 0x1a892f000 + 15244

3 Bloc in Bloc 0x0000000103d650a0 0x1026fc000 + 23498912

4 Bloc in Bloc 0x0000000103de3e9c 0x1026fc000 + 24018588

5 Bloc in Bloc 0x0000000103de3278 0x1026fc000 + 24015480

6 Bloc in Bloc 0x0000000103f19a10 0x1026fc000 + 25287184

7 libsystem_pthread.dylib 0x00000001a8995d50 0x1a8994000 + 7504

8 libsystem_pthread.dylib 0x00000001a899dc88 0x1a8994000 + 40072



Thread 25 name: BatchDeleteObjects

Thread 25:

0 libsystem_kernel.dylib 0x00000001a8a54c40 0x1a8a51000 + 15424

1 libdispatch.dylib 0x00000001a8932514 0x1a892f000 + 13588

2 libdispatch.dylib 0x00000001a8932b8c 0x1a892f000 + 15244

3 Bloc in Bloc 0x0000000103f24158 0x1026fc000 + 25330008

4 Bloc in Bloc 0x0000000103e5e01c 0x1026fc000 + 24518684

5 Bloc in Bloc 0x0000000103f19a10 0x1026fc000 + 25287184

6 libsystem_pthread.dylib 0x00000001a8995d50 0x1a8994000 + 7504

7 libsystem_pthread.dylib 0x00000001a899dc88 0x1a8994000 + 40072



Thread 26 name: AsyncReadManager

Thread 26:

0 libsystem_kernel.dylib 0x00000001a8a54c40 0x1a8a51000 + 15424

1 libdispatch.dylib 0x00000001a8932514 0x1a892f000 + 13588

2 libdispatch.dylib 0x00000001a8932b8c 0x1a892f000 + 15244

3 Bloc in Bloc 0x0000000103c9ce18 0x1026fc000 + 22679064

4 Bloc in Bloc 0x0000000103c9c9a8 0x1026fc000 + 22677928

5 Bloc in Bloc 0x0000000103f19a10 0x1026fc000 + 25287184

6 libsystem_pthread.dylib 0x00000001a8995d50 0x1a8994000 + 7504

7 libsystem_pthread.dylib 0x00000001a899dc88 0x1a8994000 + 40072



Thread 27 name: Realm notification listener

Thread 27:

0 libsystem_kernel.dylib 0x00000001a8a789dc 0x1a8a51000 + 162268

1 Realm 0x000000010864994c 0x108634000 + 88396

2 Realm 0x000000010864a42c 0x108634000 + 91180

3 libsystem_pthread.dylib 0x00000001a8995d50 0x1a8994000 + 7504

4 libsystem_pthread.dylib 0x00000001a899dc88 0x1a8994000 + 40072



Thread 28 name: com.apple.NSURLConnectionLoader

Thread 28:

0 libsystem_kernel.dylib 0x00000001a8a54c04 0x1a8a51000 + 15364

1 libsystem_kernel.dylib 0x00000001a8a54020 0x1a8a51000 + 12320

2 CoreFoundation 0x00000001a8c06aa8 0x1a8b59000 + 711336

3 CoreFoundation 0x00000001a8c01940 0x1a8b59000 + 690496

4 CoreFoundation 0x00000001a8c01084 0x1a8b59000 + 688260

5 CFNetwork 0x00000001abf00f18 0x1abeff000 + 7960

6 Foundation 0x00000001a8f45034 0x1a8f3e000 + 28724

7 Foundation 0x00000001a9080a8c 0x1a8f3e000 + 1321612

8 libsystem_pthread.dylib 0x00000001a8995d50 0x1a8994000 + 7504

9 libsystem_pthread.dylib 0x00000001a899dc88 0x1a8994000 + 40072



Thread 29 name: AVAudioSession Notify Thread

Thread 29:

0 libsystem_kernel.dylib 0x00000001a8a54c04 0x1a8a51000 + 15364

1 libsystem_kernel.dylib 0x00000001a8a54020 0x1a8a51000 + 12320

2 CoreFoundation 0x00000001a8c06aa8 0x1a8b59000 + 711336

3 CoreFoundation 0x00000001a8c01940 0x1a8b59000 + 690496

4 CoreFoundation 0x00000001a8c01084 0x1a8b59000 + 688260

5 AVFAudio 0x00000001b5b56f70 0x1b5af0000 + 421744

6 AVFAudio 0x00000001b5ba81fc 0x1b5af0000 + 754172

7 libsystem_pthread.dylib 0x00000001a8995d50 0x1a8994000 + 7504

8 libsystem_pthread.dylib 0x00000001a899dc88 0x1a8994000 + 40072



Thread 30:

0 libsystem_pthread.dylib 0x00000001a899dc74 0x1a8994000 + 40052



Thread 31:

0 libsystem_pthread.dylib 0x00000001a899dc74 0x1a8994000 + 40052



Thread 32:

0 libsystem_pthread.dylib 0x00000001a899dc74 0x1a8994000 + 40052



Thread 33:

0 libsystem_pthread.dylib 0x00000001a899dc74 0x1a8994000 + 40052



Thread 34:

0 libsystem_pthread.dylib 0x00000001a899dc74 0x1a8994000 + 40052



Thread 0 crashed with ARM Thread State (64-bit):

x0: 0x000000000000000b x1: 0x000000016d7020a0 x2: 0x000000016d702108 x3: 0x0000000106a307fb

x4: 0x000000016d702010 x5: 0xebbe14b306e6986b x6: 0x0000000000000000 x7: 0x000000000000016e

x8: 0x0000000281289c60 x9: 0x0000200759589c60 x10: 0x0000000000000000 x11: 0x0000000000000001

x12: 0x0000000000210000 x13: 0x000000000000000c x14: 0x0000000000001700 x15: 0x0000170000000000

x16: 0x00000001a8991da0 x17: 0x0000000000000001 x18: 0x0000000000000000 x19: 0x000000016d702108

x20: 0x000000016d7020a0 x21: 0x000000000000000b x22: 0x0000000106a35448 x23: 0x0000000000000000

x24: 0x0000000106a35430 x25: 0x00000001f133e000 x26: 0x000000000000001c x27: 0x0000000000000002

x28: 0x0000000000000010 fp: 0x000000016d702050 lr: 0x000000010474f9a8

sp: 0x000000016d702010 pc: 0x0000200759589c60 cpsr: 0x60000000

esr: 0x82000004 (Instruction Abort) Translation fault

First things first, are you sure that this crash report is correlated to the actual crash you saw. Look at the timestamp in the crash report. Is that roughly the time you saw the crash.

Share and Enjoy

Quinn “The Eskimo!”
Apple Developer Relations, Developer Technical Support, Core OS/Hardware

let myEmail = "eskimo" + "1" + "@apple.com"

Yes, this report is related to the app crash I saw (each time I quit the app)

this report is related to the app crash I saw

Cool.

That crash report is kinda weird. On the one hand you have this:

Exception Type:  EXC_BAD_ACCESS (SIGKILL)
Exception Subtype: KERN_INVALID_ADDRESS at 0x0000200759589c60 -> 0x0000000759589c60 (possible pointer authentication failure)

which is a clear indication of a memory access exception, and on the other hand you have this:

Termination Reason: Namespace SPRINGBOARD, Code 0x8badf00d

which is a clear indication of the app being killed by the watchdog. Two things:

  1. Are you using a third-party crash reporter? If so, please remove it and retry.

  2. If that doesn’t change things, the next step is to symbolicate one of these crash reports. The main thread, which is also labelled as the crashing thread, is doing something odd here, namely, where your code (frame 6) is being called by System framework code (frame 7). There are various ways this might happen, and symbolicating the crash report should tell you which it is.

For more information about symbolicating crash reports, see Technote 2151 Understanding and Analyzing iOS Application Crash Reports.

Share and Enjoy

Quinn “The Eskimo!”
Apple Developer Relations, Developer Technical Support, Core OS/Hardware

let myEmail = "eskimo" + "1" + "@apple.com"

I'm having the exact same issue but only in builds uploaded to TestFlight. The steps to reproduce are:

  1. Launch the app
  2. Force-quit
  3. Wait a few seconds and iOS crash alert appears.


There's no crash log for this when connecting my device to Xcode. If I perform the same steps on the App Store build (which is the same one as the one in TestFlight) the alert doesn't appear, so this appears to be a problem only with builds uploaded to TestFlight.

Is it possible to disable this crash reports for TestFlight?
I have same situation with "app being killed by the watchdog", it's very annoying
I have same situation with "app being killed by the watchdog", it's very annoying
I have the same problem with my Unity project. Has anyone solved this?

The only info I get out of the crash logs is this:
Code Block {"share_with_app_devs":false,"bug_type":"179","os_version":"iPhone OS 14.4.2 (18D70)"}
{
"scheduled" : true,
"machine_config" : "iPhone13,3",
"log_version" : 2,
"region_format" : "<none>",
"os_version" : "iPhone OS 14.4.2 (18D70)",
"language" : "en-DE",
"sessions_data" : [
{
"app_arch" : "arm-64bit",
"app_build_version" : "2",
"app_version" : "2.0",
"app_adamid" : 1219622034,
"app_sessionreporter_key" : "547B2A5F-792A-4D16-8F76-5BCA60DF9EBE",
"app_storefront" : 0,
"app_bundleid" : "com.my.app",
"app_events" : [
{
"date" : "2021-05-05T16:07:12+0200",
"state" : "foregroundRunning",
"type" : "app_session",
"duration" : 63
},
{
"date" : "2021-05-05T16:10:45+0200",
"state" : "foregroundRunning",
"type" : "app_session",
"duration" : 22
},
{
"date" : "2021-05-05T16:11:07+0200",
"state" : "foregroundRunning",
"type" : "app_session",
"duration" : 91
},
{
"date" : "2021-05-05T16:12:54+0200",
"state" : "foregroundRunning",
"type" : "app_session",
"duration" : 12
},
{
"install_type" : "storeDownload",
"is_update" : false,
"type" : "app_install",
"is_redownload" : false,
"date" : "2021-05-05T16:15:42+0200"
}
],
"app_is_beta" : true,
"slice_uuid" : "A81C44F4-06B7-3D22-BC94-A0CD523C40C7",
"app_cohort" : "2|date=1620219600000&sf=143445&tid=ac979ef3793c2297da9af6a700c9dfe7c20512a6fa566475235a4f76129db6b7&ttype=i"
}
],
"log_timestamp" : "2021-05-05T16:15:42+0200"
}


Hi,

I am also facing same issue..

I share test flight link.

App Installed using TestFlight link. When killed intentionally.. Shows alert regarding App crash and asks if you want to send crash report via email.

This believe this update come recently. Is there any way to stop this alert.

This alert do not comes for development build.

Best Regards,
Himanshu

I experienced this exact same thing with my last iOS build from Unity. Crash only occurs when app is downloaded from TestFlight so very difficult to resolve. Managed to fix it by commenting out everything inside (void)applicationWillTerminate😦 UIApplication*)application from UnityAppController.mm. Now it is not crashing anymore

  • @rio you are a bit of a genius. This works as a workaround until we have a proper fix.

    I still think it has to do with some async stuff we do in our app.

  • Can confirm workaround still works.

  • This worked for us as a workaround until we we find the true solution to the issue.

Add a Comment

The solution from "rio[at]mcordoviz.com" does work as a workaround until we find a the solution.

I'm facing this problem since 2021, as documented here:

https://forum.unity.com/threads/app-crashes-when-started-from-testflight-and-closed-again.1090744/

I later found out that it occurs in App Store builds as well, but it is muted, so the user won't see it.

Disabling all the code in applicationWillTerminate() seems to be a pretty weird workaround, since there are a lot of clean up routines being called here. Did anybody bring this to Unity's attention yet? Must be a clear bug in Unity's own code.