CTTelephonyNetworkInfo Crash in iOS 13.3.1, iPhone 8 Plus

Here is the crash message, can anyone help me to sovle it?


# Version: 7.1.0 (200.2003091736)

# Issue ID: 0c524b3dc585196cbe7ed564a4d841f3

# Session ID: 30ad28258bdf47d4873df879a4e534cf_DNE_0_v2

# Date: 2020-03-14T08:36:00Z

# OS Version: 13.3.1 (17D50)

# Device: iPhone 8 Plus

# RAM Free: 1.5%

# Disk Free: 22.3%


#0. Crashed: com.apple.main-thread

0 CoreFoundation 0x1adf9e444 -[__NSDictionaryM objectForKeyedSubscript:] + 144

1 CoreTelephony 0x1b2862640 -[CTTelephonyNetworkInfo updateRat:descriptor:] + 140

2 CoreTelephony 0x1b2862534 -[CTTelephonyNetworkInfo queryRatForDescriptor:] + 392

3 CoreTelephony 0x1b28622f0 -[CTTelephonyNetworkInfo queryRat] + 236

4 CoreTelephony 0x1b285ff90 -[CTTelephonyNetworkInfo initWithClient:] + 928

5 CoreTelephony 0x1b285fb90 -[CTTelephonyNetworkInfo init] + 92


Here is a part of core codes:

CTTelephonyNetworkInfo *telephonyNetworkInfo = [[CTTelephonyNetworkInfo alloc] init];

CTCarrier *carrier = telephonyNetworkInfo.subscriberCellularProvider;

NSString *serviceCarrierName = carrier.carrierName;


I use telephonyNetworkInfo, which is a temporary variable, to get the carrier's name. When I need a new carrier's name, I will use CTTelephonyNetworkInfo class to initialize a new one again. Is there a problem?

Replies

It’s hard to extract any actionable info from a third-party crash report like this. Can you find an equivalent Apple crash report? If so, please post it here.

Note Post the whole report, not just an excerpt. Also, use the

<>
button to format it as code.

Share and Enjoy

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

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

# URL: https://www.fabric.io/netease-cloudmusic2/ios/apps/com.netease.cloudmusic/issues/0c524b3dc585196cbe7ed564a4d841f3/sessions/latest

# Organization: NetEase CloudMusic

# Platform: ios

# Application: NetEase Music

# Version: 7.1.0 (200.2003091736)

# Bundle Identifier: com.netease.cloudmusic

# Issue ID: 0c524b3dc585196cbe7ed564a4d841f3

# Session ID: 30ad28258bdf47d4873df879a4e534cf_DNE_0_v2

# Date: 2020-03-14T08:36:00Z

# OS Version: 13.3.1 (17D50)

# Device: iPhone 8 Plus

# RAM Free: 1.5%

# Disk Free: 22.3%



#0. Crashed: com.apple.main-thread

0 CoreFoundation 0x1adf9e444 -[__NSDictionaryM objectForKeyedSubscript:] + 144

1 CoreTelephony 0x1b2862640 -[CTTelephonyNetworkInfo updateRat:descriptor:] + 140

2 CoreTelephony 0x1b2862534 -[CTTelephonyNetworkInfo queryRatForDescriptor:] + 392

3 CoreTelephony 0x1b28622f0 -[CTTelephonyNetworkInfo queryRat] + 236

4 CoreTelephony 0x1b285ff90 -[CTTelephonyNetworkInfo initWithClient:] + 928

5 CoreTelephony 0x1b285fb90 -[CTTelephonyNetworkInfo init] + 92

6 neteasemusic 0x1059f9374 -[UACarrier init] + 30 (UACarrier.m:30)

7 neteasemusic 0x1059f6288 -[UASDKLogin networkType] + 605 (UASDKLogin.m:605)

8 neteasemusic 0x1058bb6f0 -[NTESQuickLoginManager getCarrier] + 109 (NTESQuickLoginManager.m:109)

9 neteasemusic 0x1058bc2a0 -[NTESQuickLoginManager getPreCheckURLWithBusinessID:] + 230 (NTESQuickLoginManager.m:230)

10 neteasemusic 0x1058bb9c0 -[NTESQuickLoginManager registerWithBusinessID:timeout:configURL:extData:completion:] + 164 (NTESQuickLoginManager.m:164)

11 neteasemusic 0x1056d5298 -[NELoginEngine precheckWithBusinessID:timeout:completion:] + 2604068

12 neteasemusic 0x103dea4ec -[NEBaseAccountServiceManager getOneClickPhoneWithBusinessID:completion:] + 37 (NEBaseAccountServiceManager.m:37)

13 neteasemusic 0x103deaa80 -[NEBaseAccountServiceManager prefechPhoneNumberWithBusinessID:completion:] + 76 (NEBaseAccountServiceManager.m:76)

14 neteasemusic 0x102f61ae8 -[NMPassport fetchPhoneNumber] + 133 (NMPassport.m:133)

15 CoreFoundation 0x1ae01e288 __CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER__ + 20

16 CoreFoundation 0x1ae01e2d0 ___CFXRegistrationPost1_block_invoke + 64

17 CoreFoundation 0x1ae01d630 _CFXRegistrationPost1 + 368

18 CoreFoundation 0x1ae01d2e8 ___CFXNotificationPost_block_invoke + 104

19 CoreFoundation 0x1adf9959c -[_CFXNotificationRegistrar find:object:observer:enumerator:] + 1416

20 CoreFoundation 0x1ae01cc38 _CFXNotificationPost + 1244

21 Foundation 0x1ae3790c8 -[NSNotificationCenter postNotificationName:object:userInfo:] + 60

22 neteasemusic 0x1057b2c38 -[NEReachability reachabilityChanged:] + 3511748

23 CoreFoundation 0x1ae01e288 __CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER__ + 20

24 CoreFoundation 0x1ae01e2d0 ___CFXRegistrationPost1_block_invoke + 64

25 CoreFoundation 0x1ae01d630 _CFXRegistrationPost1 + 368

26 CoreFoundation 0x1ae01d2e8 ___CFXNotificationPost_block_invoke + 104

27 CoreFoundation 0x1adf9959c -[_CFXNotificationRegistrar find:object:observer:enumerator:] + 1416

28 CoreFoundation 0x1ae01cc38 _CFXNotificationPost + 1244

29 Foundation 0x1ae3790c8 -[NSNotificationCenter postNotificationName:object:userInfo:] + 60

30 neteasemusic 0x105998588 ReachabilityCallback + 5500692

31 SystemConfiguration 0x1ae32e54c reachPerformAndUnlock + 432

32 CoreFoundation 0x1ae040a00 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 24

33 CoreFoundation 0x1ae040958 __CFRunLoopDoSource0 + 80

34 CoreFoundation 0x1ae040140 __CFRunLoopDoSources0 + 260

35 CoreFoundation 0x1ae03b23c __CFRunLoopRun + 1080

36 CoreFoundation 0x1ae03aadc CFRunLoopRunSpecific + 464

37 GraphicsServices 0x1b7fdb328 GSEventRunModal + 104

38 UIKitCore 0x1b214863c UIApplicationMain + 1936

39 neteasemusic 0x10254dc3c main + 34 (main.m:34)

40 libdyld.dylib 0x1adec4360 start + 4



--



#0. Crashed: com.apple.main-thread

0 CoreFoundation 0x1adf9e444 -[__NSDictionaryM objectForKeyedSubscript:] + 144

1 CoreTelephony 0x1b2862640 -[CTTelephonyNetworkInfo updateRat:descriptor:] + 140

2 CoreTelephony 0x1b2862534 -[CTTelephonyNetworkInfo queryRatForDescriptor:] + 392

3 CoreTelephony 0x1b28622f0 -[CTTelephonyNetworkInfo queryRat] + 236

4 CoreTelephony 0x1b285ff90 -[CTTelephonyNetworkInfo initWithClient:] + 928

5 CoreTelephony 0x1b285fb90 -[CTTelephonyNetworkInfo init] + 92

6 neteasemusic 0x1059f9374 -[UACarrier init] + 30 (UACarrier.m:30)

7 neteasemusic 0x1059f6288 -[UASDKLogin networkType] + 605 (UASDKLogin.m:605)

8 neteasemusic 0x1058bb6f0 -[NTESQuickLoginManager getCarrier] + 109 (NTESQuickLoginManager.m:109)

9 neteasemusic 0x1058bc2a0 -[NTESQuickLoginManager getPreCheckURLWithBusinessID:] + 230 (NTESQuickLoginManager.m:230)

10 neteasemusic 0x1058bb9c0 -[NTESQuickLoginManager registerWithBusinessID:timeout:configURL:extData:completion:] + 164 (NTESQuickLoginManager.m:164)

11 neteasemusic 0x1056d5298 -[NELoginEngine precheckWithBusinessID:timeout:completion:] + 2604068

12 neteasemusic 0x103dea4ec -[NEBaseAccountServiceManager getOneClickPhoneWithBusinessID:completion:] + 37 (NEBaseAccountServiceManager.m:37)

13 neteasemusic 0x103deaa80 -[NEBaseAccountServiceManager prefechPhoneNumberWithBusinessID:completion:] + 76 (NEBaseAccountServiceManager.m:76)

14 neteasemusic 0x102f61ae8 -[NMPassport fetchPhoneNumber] + 133 (NMPassport.m:133)

15 CoreFoundation 0x1ae01e288 __CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER__ + 20

16 CoreFoundation 0x1ae01e2d0 ___CFXRegistrationPost1_block_invoke + 64

17 CoreFoundation 0x1ae01d630 _CFXRegistrationPost1 + 368

18 CoreFoundation 0x1ae01d2e8 ___CFXNotificationPost_block_invoke + 104

19 CoreFoundation 0x1adf9959c -[_CFXNotificationRegistrar find:object:observer:enumerator:] + 1416

20 CoreFoundation 0x1ae01cc38 _CFXNotificationPost + 1244

21 Foundation 0x1ae3790c8 -[NSNotificationCenter postNotificationName:object:userInfo:] + 60

22 neteasemusic 0x1057b2c38 -[NEReachability reachabilityChanged:] + 3511748

23 CoreFoundation 0x1ae01e288 __CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER__ + 20

24 CoreFoundation 0x1ae01e2d0 ___CFXRegistrationPost1_block_invoke + 64

25 CoreFoundation 0x1ae01d630 _CFXRegistrationPost1 + 368

26 CoreFoundation 0x1ae01d2e8 ___CFXNotificationPost_block_invoke + 104

27 CoreFoundation 0x1adf9959c -[_CFXNotificationRegistrar find:object:observer:enumerator:] + 1416

28 CoreFoundation 0x1ae01cc38 _CFXNotificationPost + 1244

29 Foundation 0x1ae3790c8 -[NSNotificationCenter postNotificationName:object:userInfo:] + 60

30 neteasemusic 0x105998588 ReachabilityCallback + 5500692

31 SystemConfiguration 0x1ae32e54c reachPerformAndUnlock + 432

32 CoreFoundation 0x1ae040a00 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 24

33 CoreFoundation 0x1ae040958 __CFRunLoopDoSource0 + 80

34 CoreFoundation 0x1ae040140 __CFRunLoopDoSources0 + 260

35 CoreFoundation 0x1ae03b23c __CFRunLoopRun + 1080

36 CoreFoundation 0x1ae03aadc CFRunLoopRunSpecific + 464

37 GraphicsServices 0x1b7fdb328 GSEventRunModal + 104

38 UIKitCore 0x1b214863c UIApplicationMain + 1936

39 neteasemusic 0x10254dc3c main + 34 (main.m:34)

40 libdyld.dylib 0x1adec4360 start + 4



#1. com.netease.audiostreamer.decoder

0 libsystem_kernel.dylib 0x1ade98634 mach_msg_trap + 8

1 libsystem_kernel.dylib 0x1ade97aa0 mach_msg + 72

2 CoreFoundation 0x1ae040288 __CFRunLoopServiceMachPort + 216

3 CoreFoundation 0x1ae03b3a8 __CFRunLoopRun + 1444

4 CoreFoundation 0x1ae03aadc CFRunLoopRunSpecific + 464

5 CoreFoundation 0x1ae03b828 CFRunLoopRun + 60

6 neteasemusic 0x1035aaa98 decoderThreadMain + 57 (NTESAudioDecoderThread.m:57)

7 libsystem_pthread.dylib 0x1addddd8c _pthread_start + 156

8 libsystem_pthread.dylib 0x1adde176c thread_start + 8



#2. JavaScriptCore bmalloc scavenger

0 libsystem_kernel.dylib 0x1adeb9c94 __psynch_cvwait + 8

1 libsystem_pthread.dylib 0x1adddb094 _pthread_cond_wait$VARIANT$armv81 + 672

2 libc++.1.dylib 0x1adf0c7a8 std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 24

3 JavaScriptCore 0x1bce5d38c void std::__1::condition_variable_any::wait<std::__1::unique_lock<bmalloc::Mutex> >(std::__1::unique_lock<bmalloc::Mutex>&) + 108

4 JavaScriptCore 0x1bce60d5c bmalloc::Scavenger::threadRunLoop() + 200

5 JavaScriptCore 0x1bce60a44 bmalloc::Scavenger::Scavenger(std::__1::lock_guard<bmalloc::Mutex>&) + 10

6 JavaScriptCore 0x1bce61d50 std::__1::__thread_specific_ptr<std::__1::__thread_struct>::set_pointer(std::__1::__thread_struct*) + 38

7 libsystem_pthread.dylib 0x1addddd8c _pthread_start + 156

8 libsystem_pthread.dylib 0x1adde176c thread_start + 8



#3. WebThread

0 libsystem_kernel.dylib 0x1ade98634 mach_msg_trap + 8

1 libsystem_kernel.dylib 0x1ade97aa0 mach_msg + 72

2 CoreFoundation 0x1ae040288 __CFRunLoopServiceMachPort + 216

3 CoreFoundation 0x1ae03b3a8 __CFRunLoopRun + 1444

4 CoreFoundation 0x1ae03aadc CFRunLoopRunSpecific + 464

5 WebCore 0x1b601e0f0 RunWebThread(void*) + 612

6 libsystem_pthread.dylib 0x1addddd8c _pthread_start + 156

7 libsystem_pthread.dylib 0x1adde176c thread_start + 8



#4. com.apple.uikit.eventfetch-thread

0 libsystem_kernel.dylib 0x1ade98634 mach_msg_trap + 8

1 libsystem_kernel.dylib 0x1ade97aa0 mach_msg + 72

2 CoreFoundation 0x1ae040288 __CFRunLoopServiceMachPort + 216

3 CoreFoundation 0x1ae03b3a8 __CFRunLoopRun + 1444

4 CoreFoundation 0x1ae03aadc CFRunLoopRunSpecific + 464

5 Foundation 0x1ae37a784 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 228

6 Foundation 0x1ae37a664 -[NSRunLoop(NSRunLoop) runUntilDate:] + 88

7 UIKitCore 0x1b21e0e80 -[UIEventFetcher threadMain] + 152

8 Foundation 0x1ae4ab09c __NSThread__start__ + 848

9 libsystem_pthread.dylib 0x1addddd8c _pthread_start + 156

10 libsystem_pthread.dylib 0x1adde176c thread_start + 8



#5. com.twitter.crashlytics.ios.MachExceptionServer

0 neteasemusic 0x104d2b410 CLSProcessRecordAllThreads + 10024128

1 neteasemusic 0x104d2b7f8 CLSProcessRecordAllThreads + 10025128

2 neteasemusic 0x104d1b070 CLSHandler + 9957664

3 neteasemusic 0x104d16a98 CLSMachExceptionServer + 9939784

4 libsystem_pthread.dylib 0x1addddd8c _pthread_start + 156

5 libsystem_pthread.dylib 0x1adde176c thread_start + 8



#6. com.apple.CoreMotion.MotionThread

0 libsystem_kernel.dylib 0x1ade98634 mach_msg_trap + 8

1 libsystem_kernel.dylib 0x1ade97aa0 mach_msg + 72

2 CoreFoundation 0x1ae040288 __CFRunLoopServiceMachPort + 216

3 CoreFoundation 0x1ae03b3a8 __CFRunLoopRun + 1444

4 CoreFoundation 0x1ae03aadc CFRunLoopRunSpecific + 464

5 CoreFoundation 0x1ae03b828 CFRunLoopRun + 60

6 CoreMotion 0x1baadb3b4 CLClientCreateIso6709Notation + 149720

7 libsystem_pthread.dylib 0x1addddd8c _pthread_start + 156

8 libsystem_pthread.dylib 0x1adde176c thread_start + 8



#7. com.apple.NSURLConnectionLoader

0 libsystem_kernel.dylib 0x1ade98634 mach_msg_trap + 8

1 libsystem_kernel.dylib 0x1ade97aa0 mach_msg + 72

2 CoreFoundation 0x1ae040288 __CFRunLoopServiceMachPort + 216

3 CoreFoundation 0x1ae03b3a8 __CFRunLoopRun + 1444

4 CoreFoundation 0x1ae03aadc CFRunLoopRunSpecific + 464

5 CFNetwork 0x1b13044e8 (Missing)

6 Foundation 0x1ae4ab09c __NSThread__start__ + 848

7 libsystem_pthread.dylib 0x1addddd8c _pthread_start + 156

8 libsystem_pthread.dylib 0x1adde176c thread_start + 8



#8. com.apple.CFSocket.private

0 libsystem_kernel.dylib 0x1adeba150 __select + 8

1 CoreFoundation 0x1ae04dd5c __CFSocketManager + 636

2 libsystem_pthread.dylib 0x1addddd8c _pthread_start + 156

3 libsystem_pthread.dylib 0x1adde176c thread_start + 8



#9. bonjour

0 libsystem_kernel.dylib 0x1ade98634 mach_msg_trap + 8

1 libsystem_kernel.dylib 0x1ade97aa0 mach_msg + 72

2 CoreFoundation 0x1ae040288 __CFRunLoopServiceMachPort + 216

3 CoreFoundation 0x1ae03b3a8 __CFRunLoopRun + 1444

4 CoreFoundation 0x1ae03aadc CFRunLoopRunSpecific + 464

5 CoreFoundation 0x1ae03b828 CFRunLoopRun + 60

6 neteasemusic 0x1030ed348 +[NMLocalProxyServer bonjourThread] + 63 (NMLocalProxyServer.m:63)

7 Foundation 0x1ae4ab09c __NSThread__start__ + 848

8 libsystem_pthread.dylib 0x1addddd8c _pthread_start + 156

9 libsystem_pthread.dylib 0x1adde176c thread_start + 8



#10. Thread

0 libsystem_kernel.dylib 0x1ade98634 mach_msg_trap + 8

1 libsystem_kernel.dylib 0x1ade97aa0 mach_msg + 72

2 CoreFoundation 0x1ae040288 __CFRunLoopServiceMachPort + 216

3 CoreFoundation 0x1ae03b3a8 __CFRunLoopRun + 1444

4 CoreFoundation 0x1ae03aadc CFRunLoopRunSpecific + 464

5 neteasemusic 0x104597a70 +[ASIHTTPRequest runRequests] + 2079520

6 Foundation 0x1ae4ab09c __NSThread__start__ + 848

7 libsystem_pthread.dylib 0x1addddd8c _pthread_start + 156

8 libsystem_pthread.dylib 0x1adde176c thread_start + 8



#11. AVAudioSession Notify Thread

0 libsystem_kernel.dylib 0x1ade98634 mach_msg_trap + 8

1 libsystem_kernel.dylib 0x1ade97aa0 mach_msg + 72

2 CoreFoundation 0x1ae040288 __CFRunLoopServiceMachPort + 216

3 CoreFoundation 0x1ae03b3a8 __CFRunLoopRun + 1444

4 CoreFoundation 0x1ae03aadc CFRunLoopRunSpecific + 464

5 AVFAudio 0x1bac1dc1c GenericRunLoopThread::Entry(void*) + 156

6 AVFAudio 0x1bac6ed60 CAPThread::Entry(CAPThread*) + 204

7 libsystem_pthread.dylib 0x1addddd8c _pthread_start + 156

8 libsystem_pthread.dylib 0x1adde176c thread_start + 8



#12. com.netease.cloudmusic.downloader

0 libsystem_kernel.dylib 0x1ade98634 mach_msg_trap + 8

1 libsystem_kernel.dylib 0x1ade97aa0 mach_msg + 72

2 CoreFoundation 0x1ae040288 __CFRunLoopServiceMachPort + 216

3 CoreFoundation 0x1ae03b3a8 __CFRunLoopRun + 1444

4 CoreFoundation 0x1ae03aadc CFRunLoopRunSpecific + 464

5 neteasemusic 0x103929638 -[NMNewDownloadManager runDownloadManagerThread] + 375 (NMNewDownloadManager.m:375)

6 Foundation 0x1ae4ab09c __NSThread__start__ + 848

7 libsystem_pthread.dylib 0x1addddd8c _pthread_start + 156

8 libsystem_pthread.dylib 0x1adde176c thread_start + 8



#13. com.apple.coreaudio.AQClient

0 libsystem_kernel.dylib 0x1ade98634 mach_msg_trap + 8

1 libsystem_kernel.dylib 0x1ade97aa0 mach_msg + 72

2 CoreFoundation 0x1ae040288 __CFRunLoopServiceMachPort + 216

3 CoreFoundation 0x1ae03b3a8 __CFRunLoopRun + 1444

4 CoreFoundation 0x1ae03aadc CFRunLoopRunSpecific + 464

5 AudioToolbox 0x1b91ba1c4 GenericRunLoopThread::Entry(void*) + 156

6 libAudioToolboxUtility.dylib 0x1b927a4f8 CAPThread::Entry(CAPThread*) + 88

7 libsystem_pthread.dylib 0x1addddd8c _pthread_start + 156

8 libsystem_pthread.dylib 0x1adde176c thread_start + 8



#14. com.netease.audiostreamer.runloop

0 libsystem_kernel.dylib 0x1adeb9c94 __psynch_cvwait + 8

1 libsystem_pthread.dylib 0x1adddb094 _pthread_cond_wait$VARIANT$armv81 + 672

2 neteasemusic 0x103a2b918 -[NTESAudioQueue _mutexWait] + 513 (NTESAudioQueue.m:513)

3 neteasemusic 0x103a2b4c0 -[NTESAudioQueue playBytes:length:isEof:] + 333 (NTESAudioQueue.m:333)

4 neteasemusic 0x103605f78 -[NTESAudioRunLoop playBytes:length:streamer:] + 1023 (NTESAudioRunLoop.m:1023)

5 neteasemusic 0x103605d54 -[NTESAudioRunLoop handleStreamer:] + 974 (NTESAudioRunLoop.m:974)

6 neteasemusic 0x103603960 -[NTESAudioRunLoop run] + 284 (NTESAudioRunLoop.m:284)

7 neteasemusic 0x103603af0 runLoopThreadMain + 295 (NTESAudioRunLoop.m:295)

8 libsystem_pthread.dylib 0x1addddd8c _pthread_start + 156

9 libsystem_pthread.dylib 0x1adde176c thread_start + 8



#15. com.netease.cloudmusic.eventSender

0 libsystem_kernel.dylib 0x1ade98634 mach_msg_trap + 8

1 libsystem_kernel.dylib 0x1ade97aa0 mach_msg + 72

2 CoreFoundation 0x1ae040288 __CFRunLoopServiceMachPort + 216

3 CoreFoundation 0x1ae03b3a8 __CFRunLoopRun + 1444

4 CoreFoundation 0x1ae03aadc CFRunLoopRunSpecific + 464

5 neteasemusic 0x102749aec -[NMSendEventManager runEventSenderThread] + 142 (NMSendEventManager.m:142)

6 Foundation 0x1ae4ab09c __NSThread__start__ + 848

7 libsystem_pthread.dylib 0x1addddd8c _pthread_start + 156

8 libsystem_pthread.dylib 0x1adde176c thread_start + 8



#16. com.netease.audiostreamer.dataprovider

0 libsystem_kernel.dylib 0x1ade98634 mach_msg_trap + 8

1 libsystem_kernel.dylib 0x1ade97aa0 mach_msg + 72

2 CoreFoundation 0x1ae040288 __CFRunLoopServiceMachPort + 216

3 CoreFoundation 0x1ae03b3a8 __CFRunLoopRun + 1444

4 CoreFoundation 0x1ae03aadc CFRunLoopRunSpecific + 464

5 CoreFoundation 0x1ae03b828 CFRunLoopRun + 60

6 neteasemusic 0x1036cf0e4 providerThreadMain + 57 (NTESAudioProviderThread.m:57)

7 libsystem_pthread.dylib 0x1addddd8c _pthread_start + 156

8 libsystem_pthread.dylib 0x1adde176c thread_start + 8



#17. com.apple.CFNetwork.CustomProtocols

0 libsystem_kernel.dylib 0x1ade98634 mach_msg_trap + 8

1 libsystem_kernel.dylib 0x1ade97aa0 mach_msg + 72

2 CoreFoundation 0x1ae040288 __CFRunLoopServiceMachPort + 216

3 CoreFoundation 0x1ae03b3a8 __CFRunLoopRun + 1444

4 CoreFoundation 0x1ae03aadc CFRunLoopRunSpecific + 464

5 CFNetwork 0x1b13044e8 (Missing)

6 Foundation 0x1ae4ab09c __NSThread__start__ + 848

7 libsystem_pthread.dylib 0x1addddd8c _pthread_start + 156

8 libsystem_pthread.dylib 0x1adde176c thread_start + 8



#18. com.netease.cloudmusic.upgradesong

0 libsystem_kernel.dylib 0x1ade98634 mach_msg_trap + 8

1 libsystem_kernel.dylib 0x1ade97aa0 mach_msg + 72

2 CoreFoundation 0x1ae040288 __CFRunLoopServiceMachPort + 216

3 CoreFoundation 0x1ae03b3a8 __CFRunLoopRun + 1444

4 CoreFoundation 0x1ae03aadc CFRunLoopRunSpecific + 464

5 neteasemusic 0x1037b9500 -[NMUpgradeSongManager runUpgradeManagerThread] + 138 (NMUpgradeSongManager.m:138)

6 Foundation 0x1ae4ab09c __NSThread__start__ + 848

7 libsystem_pthread.dylib 0x1addddd8c _pthread_start + 156

8 libsystem_pthread.dylib 0x1adde176c thread_start + 8



#19. Thread

0 libsystem_pthread.dylib 0x1adde1758 start_wqthread + 190



#20. napm.netdiagno (QOS: UNSPECIFIED)

0 libsystem_kernel.dylib 0x1ade98670 semaphore_wait_trap + 8

1 libdispatch.dylib 0x1add60e88 _dispatch_sema4_wait$VARIANT$armv81 + 24

2 libdispatch.dylib 0x1add614c4 _dispatch_semaphore_wait_slow + 128

3 neteasemusic 0x103af470c +[MAMNetDiagnoService _startSyncNetDiagnoWithDomain:reason:completeNeedUploadBlock:type:isAutoTrigger:] + 259 (MAMNetDiagnoService.m:259)

4 neteasemusic 0x103af60c8 -[MAMDiagnoseOperation main] + 512 (MAMNetDiagnoService.m:512)

5 Foundation 0x1ae489628 __NSOPERATION_IS_INVOKING_MAIN__ + 20

6 Foundation 0x1ae390d60 -[NSOperation start] + 732

7 Foundation 0x1ae48a020 __NSOPERATIONQUEUE_IS_STARTING_AN_OPERATION__ + 20

8 Foundation 0x1ae489aec __NSOQSchedule_f + 180

9 libdispatch.dylib 0x1add72998 _dispatch_block_async_invoke2 + 104

10 libdispatch.dylib 0x1add8f184 _dispatch_client_callout + 16

11 libdispatch.dylib 0x1add68e8c _dispatch_continuation_pop$VARIANT$armv81 + 404

12 libdispatch.dylib 0x1add68600 _dispatch_async_redirect_invoke + 592

13 libdispatch.dylib 0x1add75110 _dispatch_root_queue_drain + 344

14 libdispatch.dylib 0x1add758b0 _dispatch_worker_thread2 + 116

15 libsystem_pthread.dylib 0x1adddeb48 _pthread_wqthread + 212

16 libsystem_pthread.dylib 0x1adde1760 start_wqthread + 8



#21. Thread

0 libsystem_kernel.dylib 0x1adebaa7c __workq_kernreturn + 8

1 libsystem_pthread.dylib 0x1adddebd4 _pthread_wqthread + 352

2 libsystem_pthread.dylib 0x1adde1760 start_wqthread + 8



#22. Thread

0 libsystem_kernel.dylib 0x1adebc14c poll + 8

1 xyvod_mobile_sdk_ios 0x108c61ac4 poll_dispatch + 176

2 xyvod_mobile_sdk_ios 0x108c5e0ec event_base_loop + 624

3 xyvod_mobile_sdk_ios 0x108b44878 xy_event_loop_run(xy_event_loop*, int) + 16

4 xyvod_mobile_sdk_ios 0x108b692d0 xy_sdk_event_loop(void*) + 28

5 libsystem_pthread.dylib 0x1addddd8c _pthread_start + 156

6 libsystem_pthread.dylib 0x1adde176c thread_start + 8



#23. Thread

0 libsystem_kernel.dylib 0x1adebaa7c __workq_kernreturn + 8

1 libsystem_pthread.dylib 0x1adddebd4 _pthread_wqthread + 352

2 libsystem_pthread.dylib 0x1adde1760 start_wqthread + 8



#24. com.apple.root.background-qos

0 libsystem_kernel.dylib 0x1ade98670 semaphore_wait_trap + 8

1 libdispatch.dylib 0x1add60e88 _dispatch_sema4_wait$VARIANT$armv81 + 24

2 libdispatch.dylib 0x1add614c4 _dispatch_semaphore_wait_slow + 128

3 neteasemusic 0x102e580f0 +[NSURLSession(NMSynchronousTask) nm_sendSynchronousDataTaskWithRequest:returningResponse:error:] + 48 (NSURLSession+NMSynchronousTask.m:48)

4 neteasemusic 0x103a83e60 -[NMNOSLbsManager requestLBSSynchronous] + 128 (NMNOSLbsManager.m:128)

5 libdispatch.dylib 0x1add8e610 _dispatch_call_block_and_release + 24

6 libdispatch.dylib 0x1add8f184 _dispatch_client_callout + 16

7 libdispatch.dylib 0x1add75238 _dispatch_root_queue_drain + 640

8 libdispatch.dylib 0x1add758b0 _dispatch_worker_thread2 + 116

9 libsystem_pthread.dylib 0x1adddeb48 _pthread_wqthread + 212

10 libsystem_pthread.dylib 0x1adde1760 start_wqthread + 8



#25. Thread

0 libsystem_kernel.dylib 0x1adebaa7c __workq_kernreturn + 8

1 libsystem_pthread.dylib 0x1adddebd4 _pthread_wqthread + 352

2 libsystem_pthread.dylib 0x1adde1760 start_wqthread + 8



#26. MAMDataPersistenceQueue (QOS: UNSPECIFIED)

0 libsystem_kernel.dylib 0x1adeb9148 __guarded_open_dprotected_np + 8

1 libsystem_kernel.dylib 0x1ade974b4 guarded_open_dprotected_np + 44

2 libsqlite3.dylib 0x1afd8c420 sqlite3_sourceid + 4748

3 libsqlite3.dylib 0x1afcdf66c sqlite3_snprintf + 1556

4 libsqlite3.dylib 0x1afd41708 sqlite3_free_table + 45504

5 libsqlite3.dylib 0x1afd44f14 sqlite3_free_table + 59852

6 libsqlite3.dylib 0x1afd446f8 sqlite3_free_table + 57776

7 libsqlite3.dylib 0x1afd25930 sqlite3_step + 44888

8 libsqlite3.dylib 0x1afd1ab5c sqlite3_step + 388

9 neteasemusic 0x103b046a8 __57-[MAMDataPersistence saveMAMData:withType:completeBlock:]_block_invoke.173 + 168 (MAMDataPersistence.m:168)

10 Foundation 0x1ae4873a0 __NSBLOCKOPERATION_IS_CALLING_OUT_TO_A_BLOCK__ + 16

11 Foundation 0x1ae3910c8 -[NSBlockOperation main] + 100

12 Foundation 0x1ae489628 __NSOPERATION_IS_INVOKING_MAIN__ + 20

13 Foundation 0x1ae390d60 -[NSOperation start] + 732

14 Foundation 0x1ae48a020 __NSOPERATIONQUEUE_IS_STARTING_AN_OPERATION__ + 20

15 Foundation 0x1ae489aec __NSOQSchedule_f + 180

16 libdispatch.dylib 0x1add72998 _dispatch_block_async_invoke2 + 104

17 libdispatch.dylib 0x1add8f184 _dispatch_client_callout + 16

18 libdispatch.dylib 0x1add68e8c _dispatch_continuation_pop$VARIANT$armv81 + 404

19 libdispatch.dylib 0x1add68600 _dispatch_async_redirect_invoke + 592

20 libdispatch.dylib 0x1add75110 _dispatch_root_queue_drain + 344

21 libdispatch.dylib 0x1add758b0 _dispatch_worker_thread2 + 116

22 libsystem_pthread.dylib 0x1adddeb48 _pthread_wqthread + 212

23 libsystem_pthread.dylib 0x1adde1760 start_wqthread + 8



#27. Thread

0 libsystem_kernel.dylib 0x1adebaa7c __workq_kernreturn + 8

1 libsystem_pthread.dylib 0x1adddebd4 _pthread_wqthread + 352

2 libsystem_pthread.dylib 0x1adde1760 start_wqthread + 8



#28. Thread

0 libsystem_kernel.dylib 0x1adebaa7c __workq_kernreturn + 8

1 libsystem_pthread.dylib 0x1adddebd4 _pthread_wqthread + 352

2 libsystem_pthread.dylib 0x1adde1760 start_wqthread + 8



#29. Thread

0 libsystem_kernel.dylib 0x1adebb9a4 kevent + 8

1 libsystem_info.dylib 0x1adf6ac9c _mdns_search_ex + 1996

2 libsystem_info.dylib 0x1adf6a3e4 _mdns_search + 128

3 libsystem_info.dylib 0x1adf69974 mdns_addrinfo + 896

4 libsystem_info.dylib 0x1adf6f960 search_addrinfo + 264

5 libsystem_info.dylib 0x1adf73c54 si_addrinfo + 1652

6 libsystem_info.dylib 0x1adf67090 _getaddrinfo_internal + 196

7 libsystem_info.dylib 0x1adf66fc0 getaddrinfo + 52

8 xyvod_mobile_sdk_ios 0x108b6c584 xy_dns_resolver::do_resolve(void*) + 88

9 xyvod_mobile_sdk_ios 0x108b6c6e8 void* std::__1::__thread_proxy<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct> >, void* (*)(void*), xy_dns_resolver::Result*> >(void*) + 44

10 libsystem_pthread.dylib 0x1addddd8c _pthread_start + 156

11 libsystem_pthread.dylib 0x1adde176c thread_start + 8



#30. Thread

0 libsystem_kernel.dylib 0x1adebaa7c __workq_kernreturn + 8

1 libsystem_pthread.dylib 0x1adddebd4 _pthread_wqthread + 352

2 libsystem_pthread.dylib 0x1adde1760 start_wqthread + 8



#31. Thread

0 libsystem_kernel.dylib 0x1adebaa7c __workq_kernreturn + 8

1 libsystem_pthread.dylib 0x1adddebd4 _pthread_wqthread + 352

2 libsystem_pthread.dylib 0x1adde1760 start_wqthread + 8



Here is the complete crash report, but it's not my App. I just provided the SDK to this App, and there is still a crash.

As I mentioned about, I need an Apple crash report to offer any insight into this issue. See Acquiring Crash Reports and Diagnostic Logs for information on Apple crash reports.

Share and Enjoy

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

let myEmail = "eskimo" + "1" + "@apple.com"
I have the same issue on CTTelephonyNetworkInfo initialisation, with similar stack trace, HHHSQ did you manage to fix it?

Code Block CoreFoundation
-[__NSDictionaryM setObject:forKey:] + 4282CoreTelephony
-[CTTelephonyNetworkInfo updateRat:descriptor:] + 3003CoreTelephony
-[CTTelephonyNetworkInfo queryRatForDescriptor:] + 3884CoreTelephony
-[CTTelephonyNetworkInfo queryRat] + 2365CoreTelephony
-[CTTelephonyNetworkInfo initWithClient:] + 8886CoreTelephony
-[CTTelephonyNetworkInfo init] + 92


I meet the same problem, is this fixed?

I meet the same problem, is this fixed?

Do you have an Apple crash report for this? If so, please post it here. Use the text attachment feature (the paperclip icon) to avoid clogging up the timeline.

Share and Enjoy

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

same issue!!!!!!!!!

same issue!!!!!!!!!

Indeed. I’m replying here to post a link to your thread because that does have an Apple crash report.

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@apple.com"
iPhone XR iOS 14.3.0 (18C66)
Code Block
Crashed: CTTelephonyNetworkInfo
0 libobjc.A.dylib 0x1b0f640f8 objc_msgSend + 24
1 CoreFoundation 0x19beda388 -[NSDictionaryM objectForKeyedSubscript:] + 184
2 CoreTelephony 0x19c556708 -[CTTelephonyNetworkInfo updateRat:descriptor:] + 144
3 CoreTelephony 0x19c5565ec -[CTTelephonyNetworkInfo queryRatForDescriptor:] + 164
4 CoreTelephony 0x19c55533c -[CTTelephonyNetworkInfo connectionStateChanged:connection:dataConnectionStatusInfo:] + 100
5 CoreFoundation 0x19bffe8f4 invoking_ + 148
6 CoreFoundation 0x19bed5df8 -[NSInvocation invoke] + 448
7 CoreFoundation 0x19bed63cc -[NSInvocation invokeWithTarget:] + 80
8 CoreTelephony 0x19c55f468 void dispatch::async<-[CoreTelephonyClientMux sink:handleNotification:]::$_2>(dispatch_queue_s*, std::1::unique_ptr<-[CoreTelephonyClientMux sink:handleNotification:]::$_2, std::1::default_delete<-[CoreTelephonyClientMux sink:handleNotification:]::$_2> >)::'lambda'(void*)::invoke(void*) + 40
9 libdispatch.dylib 0x19bbeddb0 _dispatch_client_callout + 20
10 libdispatch.dylib 0x19bbf510c _dispatch_lane_serial_drain + 580
11 libdispatch.dylib 0x19bbf5c5c _dispatch_lane_invoke + 408
12 libdispatch.dylib 0x19bbffd78 _dispatch_workloop_worker_thread + 708
13 libsystem_pthread.dylib 0x1e77cb804 _pthread_wqthread + 276
14 libsystem_pthread.dylib 0x1e77d275c start_wqthread + 8

iPhone 11 iOS 14.3.0 (18C66)
Code Block
Crashed: CTTelephonyNetworkInfo
0 libobjc.A.dylib 0x1bd8c80e8 objc_msgSend + 8
1 CoreFoundation 0x1a883e388 -[NSDictionaryM objectForKeyedSubscript:] + 184
2 CoreTelephony 0x1a8eba708 -[CTTelephonyNetworkInfo updateRat:descriptor:] + 144
3 CoreTelephony 0x1a8eba5ec -[CTTelephonyNetworkInfo queryRatForDescriptor:] + 164
4 CoreTelephony 0x1a8eb933c -[CTTelephonyNetworkInfo connectionStateChanged:connection:dataConnectionStatusInfo:] + 100
5 CoreFoundation 0x1a89628f4 invoking_ + 148
6 CoreFoundation 0x1a8839df8 -[NSInvocation invoke] + 448
7 CoreFoundation 0x1a883a3cc -[NSInvocation invokeWithTarget:] + 80
8 CoreTelephony 0x1a8ec3468 void dispatch::async<-[CoreTelephonyClientMux sink:handleNotification:]::$_2>(dispatch_queue_s*, std::1::unique_ptr<-[CoreTelephonyClientMux sink:handleNotification:]::$_2, std::1::default_delete<-[CoreTelephonyClientMux sink:handleNotification:]::$_2> >)::'lambda'(void*)::invoke(void*) + 40
9 libdispatch.dylib 0x1a8551db0 _dispatch_client_callout + 20
10 libdispatch.dylib 0x1a855910c _dispatch_lane_serial_drain + 580
11 libdispatch.dylib 0x1a8559c5c _dispatch_lane_invoke + 408
12 libdispatch.dylib 0x1a8563d78 _dispatch_workloop_worker_thread + 708
13 libsystem_pthread.dylib 0x1f412f804 _pthread_wqthread + 276
14 libsystem_pthread.dylib 0x1f413675c start_wqthread + 8

iPhone XS iOS 13.7.0 (17H35)
Code Block
Crashed: CTTelephonyNetworkInfo
0 libobjc.A.dylib 0x1bbacaa68 objc_msgSend + 8
1 CoreFoundation 0x1bbc8ef04 -[NSDictionaryM objectForKeyedSubscript:] + 184
2 CoreTelephony 0x1c06480f4 -[CTTelephonyNetworkInfo updateRat:descriptor:] + 144
3 CoreTelephony 0x1c0647fa8 -[CTTelephonyNetworkInfo queryRatForDescriptor:] + 392
4 CoreTelephony 0x1c0646c9c -[CTTelephonyNetworkInfo connectionStateChanged:connection:dataConnectionStatusInfo:] + 100
5 CoreFoundation 0x1bbdbffc4 invoking_ + 148
6 CoreFoundation 0x1bbc897d0 -[NSInvocation invoke] + 408
7 CoreFoundation 0x1bbc8a3f0 -[NSInvocation invokeWithTarget:] + 80
8 CoreTelephony 0x1c064fb54 void dispatch::async<-[CoreTelephonyClientMux sink:handleNotification:]::$_2>(dispatch_queue_s*, std::1::unique_ptr<-[CoreTelephonyClientMux sink:handleNotification:]::$_2, std::1::default_delete<-[CoreTelephonyClientMux sink:handleNotification:]::$_2> >)::'lambda'(void*)::invoke(void*) + 40
9 libdispatch.dylib 0x1bba5b5ac _dispatch_client_callout + 20
10 libdispatch.dylib 0x1bba61a64 _dispatch_lane_serial_drain + 568
11 libdispatch.dylib 0x1bba62498 _dispatch_lane_invoke + 400
12 libdispatch.dylib 0x1bba6ba5c _dispatch_workloop_worker_thread + 584
13 libsystem_pthread.dylib 0x1bbac1718 _pthread_wqthread + 276
14 libsystem_pthread.dylib 0x1bbac79c8 start_wqthread + 8

To be clear, I can’t do anything with crash reports snippets. If you want my input on your problem, you’ll need to post a full Apple crash report. Use the text attachment feature (the paperclip icon) to avoid clogging up the timeline.

Share and Enjoy

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

We have encountered a similar crash on our game and would appreciate any tips you might have.

Here's the full crash log (too long for a code block):



Please let me know if you need more info.

Best regards,
Tarcísio

Here's the full crash log

Thank you!

As won’t come as a surprise given the history of this thread, this has been a low-volume crasher affecting a wide variety of apps that use Core Telephony. It’s hard to be 100% sure but it’s possible that this is a known bug (r. 65936906) that we believe is fixed in the current iOS 14.5 beta (18E5140k). If so these crashes should dry up as 14.5 rolls out. If, however, you see this crash on a build later than that, please post back here and I’ll take another look.

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@apple.com"
Still exist on iOS 14.5.
Code Block swift
Crashed: CTTelephonyNetworkInfo
0 libobjc.A.dylib 0x19fc7fdd0 objc_release + 16
1 CoreTelephony 0x18b7ff6e8 -[CTTelephonyNetworkInfo updateRat:descriptor:] + 556
2 CoreTelephony 0x18b7ff430 -[CTTelephonyNetworkInfo queryRatForDescriptor:] + 164
3 CoreTelephony 0x18b7fe1b8 -[CTTelephonyNetworkInfo connectionStateChanged:connection:dataConnectionStatusInfo:] + 72
4 CoreFoundation 0x18b2a38c4 __invoking___ + 148
5 CoreFoundation 0x18b176bf4 -[NSInvocation invoke] + 380
6 CoreFoundation 0x18b1771f8 -[NSInvocation invokeWithTarget:] + 80
7 CoreTelephony 0x18b8082cc void dispatch::async<-[CoreTelephonyClientMux sink:handleNotification:]::$_2>(dispatch_queue_s*, std::__1::unique_ptr<-[CoreTelephonyClientMux sink:handleNotification:]::$_2, std::__1::default_delete<-[CoreTelephonyClientMux sink:handleNotification:]::$_2> >)::'lambda'(void*)::__invoke(void*) + 44
8 libdispatch.dylib 0x18ae8b7ec _dispatch_client_callout + 20
9 libdispatch.dylib 0x18ae92fd4 _dispatch_lane_serial_drain + 620
10 libdispatch.dylib 0x18ae93bd0 _dispatch_lane_invoke + 404
11 libdispatch.dylib 0x18ae9e48c _dispatch_workloop_worker_thread + 764
12 libsystem_pthread.dylib 0x1d6c167a4 _pthread_wqthread + 276
13 libsystem_pthread.dylib 0x1d6c1d74c start_wqthread + 8


Code Block
Device
Model: iPhone 12 Pro Max
Orientation: Portrait
RAM free: 102.02 MB
Disk free: 48.17 GB
plat_ios
Operating System
Version: 14.5.0 (18E5164h)
Orientation: Portrait
Jailbroken: No
bug_report
Crash
Date: Mar 14, 2021, 4:05:46 PM



  • Hi, Have you solved this Crash? We also ran into the same problem on our app.

  • No, still exist.

Add a Comment

Still exist on iOS 14.5 [beta 18E5164h].

Bummer. You should file your own bug about this, including whatever info you have available. Make sure to reference my post above that mentions 65936906.

Please post your bug number, just for the record.

Share and Enjoy

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

Hi,

I have encountered a similar crash in iOS16.1.1 (20B101)/16.3 (20D47)/16.6.1 (20G81).And I can't find that mentions 65936906, can you provide a clickable link, please?

Here's the full crash log, Please let me know if you need more info.: