-
Notifications
You must be signed in to change notification settings - Fork 25.1k
Closed
Labels
Platform: iOSiOS applications.iOS applications.Ran CommandsOne of our bots successfully processed a command.One of our bots successfully processed a command.Resolution: LockedThis issue was locked by the bot.This issue was locked by the bot.
Description
I'm looking for a squashing bug in an iOS app that I can't work out/reproduce. I am getting a logged error of
Selector name found in current argument registers: retain
This only seems to happen on iOS devices with 9.3
(Currently one of our top crashes in our application)
Log file for crash:
Thread 19 Crashed:
0 libdispatch.dylib 0x0000000181c02534 _os_object_retain + 72
1 libobjc.A.dylib 0x0000000181834128 objc_storeStrong + 40
2 libobjc.A.dylib 0x000000018181a908 object_setIvar + 272
3 Foundation 0x0000000182ac36e4 -[NSObject(NSKeyValueCoding) setValue:forKey:] + 264
4 myapp 0x00000001007a4908 -[RCTModuleData setUpMethodQueue] (RCTModuleData.m:186)
5 myapp 0x00000001007a43f8 -[RCTModuleData setUpInstanceAndBridge] (RCTModuleData.m:120)
6 myapp 0x00000001007a4a6c -[RCTModuleData instance] (RCTModuleData.m:222)
7 myapp 0x000000010079e2b4 -[RCTBatchedBridge moduleForName:] (RCTBatchedBridge.m:216)
8 myapp 0x00000001007b4660 -[RCTBridge moduleForClass:] (RCTBridge.m:199)
9 myapp 0x000000010074e254 __100-[RCTImageLoader loadImageOrDataWithURLRequest:size:scale:resizeMode:progressBlock:completionBlock:]_block_invoke.142 (RCTImageLoader.m:415)
10 libdispatch.dylib 0x0000000181c014bc _dispatch_call_block_and_release + 20
11 libdispatch.dylib 0x0000000181c0147c _dispatch_client_callout + 12
12 libdispatch.dylib 0x0000000181c0d4c0 _dispatch_queue_drain + 860
13 libdispatch.dylib 0x0000000181c04f80 _dispatch_queue_invoke + 460
14 libdispatch.dylib 0x0000000181c0147c _dispatch_client_callout + 12
15 libdispatch.dylib 0x0000000181c0f914 _dispatch_root_queue_drain + 2136
16 libdispatch.dylib 0x0000000181c0f0b0 _dispatch_worker_thread3 + 108
17 libsystem_pthread.dylib 0x0000000181e19470 _pthread_wqthread + 1088
18 libsystem_pthread.dylib 0x0000000181e19020 start_wqthread + 0
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Platform: iOSiOS applications.iOS applications.Ran CommandsOne of our bots successfully processed a command.One of our bots successfully processed a command.Resolution: LockedThis issue was locked by the bot.This issue was locked by the bot.