Xcode: Atos does not provide symbol information for CoreMotion function

0

I am having troubles analyzing following crash report:

I am using atos with dSYM file from iTunes Connect (matching UUID) but I do not get symbol information for CoreMotion, and other symbols are somehow weird... Since I cannot reproduce the crash on my side I am completely stuck. Maybe somebody can give me a hint what's going wrong here?

OS Version:          Watch OS 4.3.2 (15U70)
Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
Exception Subtype: KERN_INVALID_ADDRESS at 0x0000000c
VM Region Info: 0xc is not in any region.  Bytes before following region: 1802228
      REGION TYPE              START - END     [ VSIZE] PRT/MAX SHRMOD  REGION DETAIL
      UNUSED SPACE AT START
--->  
      __TEXT                 001b8000-001bc000 [   16K] r-x/r-x SM=COW  ..._AW Extension

Termination Signal: Segmentation fault: 11
Termination Reason: Namespace SIGNAL, Code 0xb
Terminating Process: exc handler [0]
Triggered by Thread:  0

Filtered syslog:
None found

Thread 0 name:  Dispatch queue: com.apple.main-thread
Thread 0 Crashed:
0   CoreMotion                      0x24ec6022 0x24dd3000 + 995362
1   Foundation                      0x1dccc244 0x1dbf3000 + 889412
2   Foundation                      0x1dccc244 0x1dbf3000 + 889412
3   Foundation                      0x1dc2785e 0x1dbf3000 + 215134
4   Foundation                      0x1dc26cc8 0x1dbf3000 + 212168
5   libdispatch.dylib               0x1ce07402 0x1ce03000 + 17410
6   libdispatch.dylib               0x1ce12822 0x1ce03000 + 63522
7   libdispatch.dylib               0x1ce07402 0x1ce03000 + 17410
8   libdispatch.dylib               0x1ce12822 0x1ce03000 + 63522
9   libdispatch.dylib               0x1ce12700 0x1ce03000 + 63232
10  Foundation                      0x1dccd898 0x1dbf3000 + 895128
11  libdispatch.dylib               0x1ce07402 0x1ce03000 + 17410
12  libdispatch.dylib               0x1ce175d4 0x1ce03000 + 83412
13  CoreFoundation                  0x1d3b1b1e 0x1d2f3000 + 781086
14  CoreFoundation                  0x1d3af73c 0x1d2f3000 + 771900
15  CoreFoundation                  0x1d2fb660 0x1d2f3000 + 34400
16  GraphicsServices                0x1efaeb3e 0x1efa3000 + 47934
17  UIKit                           0x23ba2424 0x238cf000 + 2962468
18  libxpc.dylib                    0x1d12ba32 0x1d11b000 + 68146
19  libxpc.dylib                    0x1d12d3c8 0x1d11b000 + 74696
20  Foundation                      0x1dde6cf2 0x1dbf3000 + 2047218
21  PlugInKit                       0x246b806e 0x246a7000 + 69742
22  WatchKit                        0x2d2cb036 0x2d27b000 + 327734
23  libdyld.dylib                   0x1ce62782 0x1ce5f000 + 14210
xcode
crash
core-motion
asked on Stack Overflow Aug 24, 2018 by gori

0 Answers

Nobody has answered this question yet.


User contributions licensed under CC BY-SA 3.0