How i can find error iTunes connect - ios

I am development one program with Cordova 2.1.0 for iOS, bur when this app have been reviewed Apple found that your app crashed on iPhone 5 and iPad (3rd Generation) running iOS 6.0.1, which is not in compliance with the App Store Review Guidelines.
The crash is this, but i don't know how find the error in this crash and how solucionated the crash
Incident Identifier: D118AC06-AE7A-45FC-B006-480445F1AEE7
CrashReporter Key: 61fff04272e67e35a7d37d24f9e047e4b111fe0c
Hardware Model: xxx
Process: Coto [4429]
Path: /var/mobile/Applications/CE1C6A84-01B4-4324-B2E7-60F28C05B03A/Coto.app/Coto
Identifier: Coto
Version: ??? (???)
Code Type: ARM (Native)
Parent Process: launchd [1]
Date/Time: 2012-12-11 16:43:37.661 -0800
OS Version: iOS 6.0.1 (10A523)
Report Version: 104
Exception Type: EXC_CRASH (SIGABRT)
Exception Codes: 0x0000000000000000, 0x0000000000000000
Crashed Thread: 0
Last Exception Backtrace:
(0x3427c29e 0x3af5e97a 0x3427fe02 0x3427e52c 0x341d5f64 0x3506c 0x8784 0x39fab588 0x39febd6c 0x39fe7ae0 0x3a0291c4 0x8454 0x39fecacc 0x39fec656 0x39fe483e 0x39f8cc34 0x39f8c6c8 0x39f8c116 0x3770859e 0x377081ce 0x3425116e 0x34251112 0x3424ff94 0x341c2eb8 0x341c2d44 0x39fe3478 0x39fe02f4 0x8092 0x806c)
Thread 0 name: Dispatch queue: com.apple.main-thread
Thread 0 Crashed:
0 libsystem_kernel.dylib 0x331a6350 __pthread_kill + 8
1 libsystem_c.dylib 0x3aefd11e pthread_kill + 54
2 libsystem_c.dylib 0x3af3996e abort + 90
3 libc++abi.dylib 0x39106d4a abort_message + 70
4 libc++abi.dylib 0x39103ff4 default_terminate() + 20
5 libobjc.A.dylib 0x3af5ea74 _objc_terminate() + 144
6 libc++abi.dylib 0x39104078 safe_handler_caller(void (*)()) + 76
7 libc++abi.dylib 0x39104110 std::terminate() + 16
8 libc++abi.dylib 0x39105594 __cxa_rethrow + 84
9 libobjc.A.dylib 0x3af5e9cc objc_exception_rethrow + 8
10 CoreFoundation 0x341c2f1c CFRunLoopRunSpecific + 452
11 CoreFoundation 0x341c2d44 CFRunLoopRunInMode + 100
12 UIKit 0x39fe3478 -[UIApplication _run] + 664
13 UIKit 0x39fe02f4 UIApplicationMain + 1116
14 Coto 0x00008092 0x6000 + 8338
15 Coto 0x0000806c 0x6000 + 8300
Thread 1:
0 libsystem_kernel.dylib 0x331a6d98 __workq_kernreturn + 8
1 libsystem_c.dylib 0x3aed4cf6 _pthread_workq_return + 14
2 libsystem_c.dylib 0x3aed4a12 _pthread_wqthread + 362
3 libsystem_c.dylib 0x3aed48a0 start_wqthread + 4

Related

My app workes fin in my device but crash in Apple test couldn't find the reason

I tested my iOS app thoroughly in my device and there ware no crash but when I submitted the app for release it crashes repeatedly. I tried to analyze I couldn't find the reason. When I look the creash log it looks crash happens in
Hardware Model: xxx
Process: MyAppName [14002]
Path: /private/var/containers/Bundle/Application/6ED37E47-5605-432E-B077-B6B109B9FE1B/MyAppName.app/MyAppName
Identifier: com.mydomain.MyAppName
Version: 1 (1.0.0)
AppStoreTools: 10B63
Code Type: ARM-64 (Native)
Role: Non UI
Parent Process: launchd [1]
Coalition: com.mydomain.MyAppName [5310]
Date/Time: 2019-03-07 09:24:56.9034 -0800
Launch Time: 2019-03-07 09:20:00.9801 -0800
OS Version: iPhone OS 12.1.4 (16D57)
Baseband Version: 7.32.00
Report Version: 104
Exception Type: EXC_CRASH (SIGABRT)
Exception Codes: 0x0000000000000000, 0x0000000000000000
Exception Note: EXC_CORPSE_NOTIFY
Triggered by Thread: 0
Application Specific Information:
abort() called
Last Exception Backtrace:
0 CoreFoundation 0x182ef1ea4 __exceptionPreprocess + 228
1 libobjc.A.dylib 0x1820c1a50 objc_exception_throw + 55
2 UIKitCore 0x1af72def0 -[UIPopoverPresentationController presentationTransitionWillBegin] + 2691
3 UIKitCore 0x1af736f28 __71-[UIPresentationController _initViewHierarchyForPresentationSuperview:]_block_invoke + 2195
4 UIKitCore 0x1af7348ac __56-[UIPresentationController runTransitionForCurrentState]_block_invoke + 479
5 UIKitCore 0x1afddc87c _runAfterCACommitDeferredBlocks + 295
6 UIKitCore 0x1afdca878 _cleanUpAfterCAFlushAndRunDeferredBlocks + 383
7 UIKitCore 0x1afdf9880 _afterCACommitHandler + 131
8 CoreFoundation 0x182e816bc __CFRUNLOOP_IS_CALLING_OUT_TO_AN_OBSERVER_CALLBACK_FUNCTION__ + 31
9 CoreFoundation 0x182e7c350 __CFRunLoopDoObservers + 411
10 CoreFoundation 0x182e7c8f0 __CFRunLoopRun + 1263
11 CoreFoundation 0x182e7c0e0 CFRunLoopRunSpecific + 435
12 GraphicsServices 0x1850f5584 GSEventRunModal + 99
13 UIKitCore 0x1afdd0c00 UIApplicationMain + 211
14 MyAppName 0x100e601fc main + 33276 (ChildInfoViewController.swift:15)
15 libdyld.dylib 0x18293abb4 start + 3
Thread 0 name: Dispatch queue: com.apple.main-thread
Thread 0 Crashed:
0 libsystem_kernel.dylib 0x0000000182a87104 __pthread_kill + 8
1 libsystem_pthread.dylib 0x0000000182b03020 pthread_kill$VARIANT$mp + 380
2 libsystem_c.dylib 0x00000001829ded78 abort + 140
3 libc++abi.dylib 0x00000001820a8f78 __cxa_bad_cast + 0
4 libc++abi.dylib 0x00000001820a9120 default_unexpected_handler+ 8480 () + 0
5 libobjc.A.dylib 0x00000001820c1e58 _objc_terminate+ 28248 () + 124
6 libc++abi.dylib 0x00000001820b50fc std::__terminate(void (*)+ 57596 ()) + 16
7 libc++abi.dylib 0x00000001820b4cec __cxa_rethrow + 144
8 libobjc.A.dylib 0x00000001820c1c20 objc_exception_rethrow + 44
9 CoreFoundation 0x0000000182e7c14c CFRunLoopRunSpecific + 544
10 GraphicsServices 0x00000001850f5584 GSEventRunModal + 100
11 UIKitCore 0x00000001afdd0c00 UIApplicationMain + 212
12 MyAppName 0x0000000100e601fc main + 33276 (ChildInfoViewController.swift:15)
13 libdyld.dylib 0x000000018293abb4 start + 4

React Native / iOS TestFlight: instant crash on start

Thats my first app I'm trying to deploy. When I test it with TestFlight it crashed immediately. The app works fine for android and iOS on simulator. I also tested the release apk for android successfully.
Does someone understands what the following crash log means?
The App was built with React-Native.
Incident Identifier: 1144C002-DE4C-41AD-A6AF-8F7C8A760A7E
Beta Identifier: 839379BA-3B5B-4047-9CA8-A231CCD36128
Hardware Model: iPhone11,2
Process: bartenderrai [880]
Path: /private/var/containers/Bundle/Application/E1BE6D04-1553-4EB8-A171-67B6D1181D2A/bartenderrai.app/bartenderrai
Identifier: *****
Version: 1.2 (1.0)
AppStoreTools: 10B61
AppVariant: 1:iPhone11,2:12
Beta: YES
Code Type: ARM-64 (Native)
Role: Foreground
Parent Process: launchd [1]
Coalition: ***** [689]
Date/Time: 2018-11-10 21:09:41.1513 +0100
Launch Time: 2018-11-10 21:09:40.8645 +0100
OS Version: iPhone OS 12.1 (16B92)
Baseband Version: 1.01.30
Report Version: 104
Exception Type: EXC_CRASH (SIGABRT)
Exception Codes: 0x0000000000000000, 0x0000000000000000
Exception Note: EXC_CORPSE_NOTIFY
Triggered by Thread: 3
Last Exception Backtrace:
0 CoreFoundation 0x22f836f2c __exceptionPreprocess + 232 (NSException.m:172)
1 libobjc.A.dylib 0x22ea34284 objc_exception_throw + 60 (objc-exception.mm:557)
2 bartenderrai 0x102c8d40c RCTFatal + 448 (RCTAssert.m:132)
3 bartenderrai 0x102c8aed4 -[RCTExceptionsManager reportFatalException:stack:exceptionId:] + 492 (RCTExceptionsManager.m:58)
4 CoreFoundation 0x22f83e8b4 __invoking___ + 148
5 CoreFoundation 0x22f717538 -[NSInvocation invoke] + 308 (NSForwarding.m:3052)
6 CoreFoundation 0x22f71816c -[NSInvocation invokeWithTarget:] + 64 (NSForwarding.m:3123)
7 bartenderrai 0x102ca17d0 -[RCTModuleMethod invokeWithBridge:module:arguments:] + 492 (RCTModuleMethod.mm:544)
8 bartenderrai 0x102ce5c90 facebook::react::invokeInner(RCTBridge*, RCTModuleData*, unsigned int, folly::dynamic const&) + 248 (RCTNativeModule.mm:99)
9 bartenderrai 0x102ce59f0 invocation function for block in facebook::react::RCTNativeModule::invoke(unsigned int, folly::dynamic&&, int) + 88 (RCTNativeModule.mm:71)
10 libdispatch.dylib 0x22f23bd58 _dispatch_call_block_and_release + 32 (init.c:1372)
11 libdispatch.dylib 0x22f23d2f0 _dispatch_client_callout + 20 (object.m:511)
12 libdispatch.dylib 0x22f2446e0 _dispatch_lane_serial_drain + 552 (inline_internal.h:2441)
13 libdispatch.dylib 0x22f245228 _dispatch_lane_invoke + 368 (inline_internal.h:1808)
14 libdispatch.dylib 0x22f24d508 _dispatch_workloop_worker_thread + 588 (queue.c:5889)
15 libsystem_pthread.dylib 0x22f43cb20 _pthread_wqthread + 316 (pthread.c:2363)
16 libsystem_pthread.dylib 0x22f442dd4 start_wqthread + 4
Thread 0 name:
Thread 0:
0 libsystem_kernel.dylib 0x000000022f3b8a68 mach_msg_trap + 8
1 libsystem_kernel.dylib 0x000000022f3b7f24 mach_msg + 76 (mach_msg.c:103)
2 CoreFoundation 0x000000022f7c506c __CFRunLoopServiceMachPort + 240 (CFRunLoop.c:2615)
3 CoreFoundation 0x000000022f7bfd08 __CFRunLoopRun + 1372 (CFRunLoop.c:2971)
4 CoreFoundation 0x000000022f7bf494 CFRunLoopRunSpecific + 452 (CFRunLoop.c:3247)
5 GraphicsServices 0x0000000231a72be8 GSEventRunModal + 104 (GSEvent.c:2245)
6 UIKitCore 0x000000025d3ce68c UIApplicationMain + 216 (UIApplication.m:4347)
7 bartenderrai 0x0000000102c321c8 main + 88 (main.m:14)
8 libdyld.dylib 0x000000022f275050 start + 4
Thread 1:
0 libsystem_pthread.dylib 0x000000022f442dd0 start_wqthread + 0
Thread 2:
0 libsystem_pthread.dylib 0x000000022f442dd0 start_wqthread + 0
Thread 3 Crashed:
0 libsystem_kernel.dylib 0x000000022f3c40e4 __pthread_kill + 8
1 libsystem_pthread.dylib 0x000000022f43bb50 pthread_kill + 300 (pthread.c:1492)
2 libsystem_c.dylib 0x000000022f31bfcc abort + 144 (abort.c:94)
3 libc++abi.dylib 0x000000022ea1b818 abort_message + 136 (abort_message.cpp:75)
4 libc++abi.dylib 0x000000022ea1b9d8 default_terminate_handler() + 316 (cxa_default_handlers.cpp:68)
5 libobjc.A.dylib 0x000000022ea346c8 _objc_terminate() + 124 (objc-exception.mm:693)
6 libc++abi.dylib 0x000000022ea282d0 std::__terminate(void (*)()) + 20 (cxa_handlers.cpp:66)
7 libc++abi.dylib 0x000000022ea28344 std::terminate() + 60 (cxa_handlers.cpp:97)
8 libdispatch.dylib 0x000000022f23d304 _dispatch_client_callout + 40 (object.m:514)
9 libdispatch.dylib 0x000000022f2446e0 _dispatch_lane_serial_drain + 552 (inline_internal.h:2441)
10 libdispatch.dylib 0x000000022f245228 _dispatch_lane_invoke + 368 (inline_internal.h:1808)
11 libdispatch.dylib 0x000000022f24d508 _dispatch_workloop_worker_thread + 588 (queue.c:5889)
12 libsystem_pthread.dylib 0x000000022f43cb20 _pthread_wqthread + 316 (pthread.c:2363)
13 libsystem_pthread.dylib 0x000000022f442dd4 start_wqthread + 4
Clean build your project and make sure to select Release in edit scheme menu, if you have not done that then I guess that is the problem
Clean your build folder and restart your Xcode. Also, make sure that you have generated your Provisioning profiles for Distribution and not iOS Development. The development will be for local builds and for Testflight you will need distribution profiles. You can create them here: https://developer.apple.com/account/resources/profiles/list and import them to your project. You can switch from Automatically Sign project to Manual signing and then select your correct provisioning profile.

A very interesting crash log with Exception Type:"EXC_CRASH (SIGSEGV)"

  Firstly, the desymbolicated crash log is at the bottom. I cannot post all the content out of privacy reason. However the first 3 threads log is enough I thought, if you really want that please leave a message.
  And here is the thing, depending on this article Understanding iOS Exception Types | 5Neo.Be5Neo.Be, the mach exception type -- EXC_CRASH -- is not usual following with the C signal SIGSEGV (which means access an address you don't own).
  So I want to know what reason or when will EXC_CRASH (SIGSEGV) appear?
  Second question is if this crash is actually trigger by Thread 0 as the log said. And if it's ture, then what does
"__NSThreadPerformPerform"
and
"__CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__"
means?
  What action is system doing? By the way, __NSThreadPerformPerform will appear when App call "performSelector:" method according to this answer -- iphone - SIGABRT crash on CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION - Stack Overflow.
Thanks.
-- Crash log is here: --
{"name":"XXXApp","bug_type":"109","os_version":"iPhone OS 7.1.1 (11D201)","bundleID":"com.xxx","version":"6.7.1.0 (6.7.1)","app_name":"XXXApp"}
Incident Identifier: EC2DC883-C0DB-4FD6-81FB-237626598366
CrashReporter Key: d5c091bc35732df06fcaf41e5786833159b04ea5
Hardware Model: iPhone5,2
Process: XXXApp [1912]
Path: /var/mobile/Applications/4E3E131C-5847-4B61-A0E0-D350830C1693/BaiduBoxApp.app/XXXApp
Identifier: com.xxx
Version: 6.7.1.0 (6.7.1)
Code Type: ARM (Native)
Parent Process: launchd [1]
Date/Time: 2015-08-28 00:37:32.658 +0800
OS Version: iOS 7.1.1 (11D201)
Report Version: 104
Exception Type: EXC_CRASH (SIGSEGV)
Exception Codes: 0x0000000000000000, 0x0000000000000000
Triggered by Thread: 0
Thread 0 Crashed:
0 libsystem_kernel.dylib 0x39c636d8 __kill + 8
1 Foundation 0x2f901c1e __NSThreadPerformPerform + 382
2 CoreFoundation 0x2eee3fec __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 12
3 CoreFoundation 0x2eee34b2 __CFRunLoopDoSources0 + 202
4 CoreFoundation 0x2eee1ca2 __CFRunLoopRun + 626
5 CoreFoundation 0x2ee4c764 CFRunLoopRunSpecific + 520
6 CoreFoundation 0x2ee4c546 CFRunLoopRunInMode + 102
7 GraphicsServices 0x33db96ce GSEventRunModal + 134
8 UIKit 0x317ab88c UIApplicationMain + 1132
9 BaiduBoxApp 0x0006d13e main (main.m:17)
10 libdyld.dylib 0x39badab4 start + 0
Thread 1:
0 libsystem_kernel.dylib 0x39c51804 kevent64 + 24
1 libdispatch.dylib 0x39ba0050 _dispatch_mgr_invoke + 228
2 libdispatch.dylib 0x39b9a2de _dispatch_mgr_thread + 34
Thread 2 name: com.apple.NSURLConnectionLoader
Thread 2:
0 libsystem_kernel.dylib 0x39c51a50 mach_msg_trap + 20
1 libsystem_kernel.dylib 0x39c51848 mach_msg + 36
2 CoreFoundation 0x2eee3624 __CFRunLoopServiceMachPort + 152
3 CoreFoundation 0x2eee1d44 __CFRunLoopRun + 788
4 CoreFoundation 0x2ee4c764 CFRunLoopRunSpecific + 520
5 CoreFoundation 0x2ee4c546 CFRunLoopRunInMode + 102
6 Foundation 0x2f88c23c +[NSURLConnection(Loader) _resourceLoadLoop:] + 316
7 Foundation 0x2f901a0a __NSThread__main__ + 1058
8 libsystem_pthread.dylib 0x39ccb956 _pthread_body + 138
9 libsystem_pthread.dylib 0x39ccb8c6 _pthread_start + 98
10 libsystem_pthread.dylib 0x39cc9ae4 thread_start + 4
Thread 3 name: com.apple.CFSocket.private
Thread 3:
0 libsystem_kernel.dylib 0x39c64434 __select + 20
1 CoreFoundation 0x2eee751e __CFSocketManager + 482
2 libsystem_pthread.dylib 0x39ccb956 _pthread_body + 138
3 libsystem_pthread.dylib 0x39ccb8c6 _pthread_start + 98
4 libsystem_pthread.dylib 0x39cc9ae4 thread_start + 4
...

Application Rejected from appstore due to this crash log

My app got rejected by Apple App Store review team because it was crashed on iPad air running iOS 7.1.1, as soon as the app lunches, as they said. They've attached a crash report that I have no idea how to investigate and will appreciate if you can help:
Exception Type: EXC_CRASH (SIGABRT)
Exception Codes: 0x0000000000000000, 0x0000000000000000
Triggered by Thread: 0
Last Exception Backtrace:
(0x3097decb 0x3b557ce7 0x308b7791 0x2040d 0x3135e117 0x30948f0f 0x30948b2b 0x30946eb3 0x308b1729 0x308b150b 0x357ea6d3 0x33212871 0x132f2f 0x3ba55ab7)
Thread 0 name: Dispatch queue: com.apple.main-thread
Thread 0 Crashed:
0 libsystem_kernel.dylib 0x3bb0c1f0 __pthread_kill + 8
1 libsystem_pthread.dylib 0x3bb747b3 pthread_kill + 55
2 libsystem_c.dylib 0x3babcff5 abort + 73
3 libc++abi.dylib 0x3af0b98b abort_message + 71
4 libc++abi.dylib 0x3af246e3 default_terminate_handler() + 251
5 libobjc.A.dylib 0x3b557f7b _objc_terminate() + 191
6 libc++abi.dylib 0x3af221b1 std::__terminate(void (*)()) + 77
7 libc++abi.dylib 0x3af21d13 __cxa_rethrow + 99
8 libobjc.A.dylib 0x3b557e2b objc_exception_rethrow + 39
9 CoreFoundation 0x308b179b CFRunLoopRunSpecific + 639
10 CoreFoundation 0x308b1507 CFRunLoopRunInMode + 103
11 GraphicsServices 0x357ea6cf GSEventRunModal + 135
12 UIKit 0x3321286d UIApplicationMain + 1133
13 SocialCheckin 0x00132f2b 0x7000 + 1228587
14 libdyld.dylib 0x3ba55ab5 start + 1
attention to the follows:
Exception Type: EXC_CRASH (SIGABRT)
It is not caused by your code. I think the system send some code like kill to your app.
Maybe the following reason:
Your app has not launched in five seconds.

App Scanner crashing on uploading the app file

I am facing issue with the private apis used in my application.So,I found that App Scanner application is a good tool for scanning those kind of issues.So i have installed it from here .When trying to test my application it crashes giving me following crash report.
Process: App Scanner [1951]
Path: /Users/USER/Downloads/*/App Scanner.app/Contents/MacOS/App Scanner
Identifier: com.chimpstudios.appscanner
Version: 1.4 (1.4.1)
Code Type: X86-64 (Native)
Parent Process: launchd [137]
Date/Time: 2013-06-18 12:28:57.620 +0530
OS Version: Mac OS X 10.7.5 (11G63)
Report Version: 9
Interval Since Last Report: 571103 sec
Crashes Since Last Report: 13
Per-App Interval Since Last Report: 938 sec
Per-App Crashes Since Last Report: 7
Anonymous UUID: EC833868-1E25-4F4F-BC83-52C9B937E8A7
Crashed Thread: 8
Exception Type: EXC_CRASH (SIGABRT)
Exception Codes: 0x0000000000000000, 0x0000000000000000
Application Specific Information:
objc[1951]: garbage collection is OFF
*** Terminating app due to uncaught exception 'NSRangeException', reason: '*** -[NSConcreteData subdataWithRange:]: range {1651465984, 1633641322} exceeds data length 4295932'
*** First throw call stack:
(
0 CoreFoundation 0x00007fff92809f56 __exceptionPreprocess + 198
1 libobjc.A.dylib 0x00007fff96085d5e objc_exception_throw + 43
2 CoreFoundation 0x00007fff92809d8a +[NSException raise:format:arguments:] + 106
3 CoreFoundation 0x00007fff92809d14 +[NSException raise:format:] + 116
4 Foundation 0x00007fff946b9a4b -[NSData(NSData) subdataWithRange:] + 291
5 App Scanner 0x000000010000376c App Scanner + 14188
6 Foundation 0x00007fff9470a72a -[NSThread main] + 68
7 Foundation 0x00007fff9470a6a2 __NSThread__main__ + 1575
8 libsystem_c.dylib 0x00007fff984308bf _pthread_start + 335
9 libsystem_c.dylib 0x00007fff98433b75 thread_start + 13
)
terminate called throwing an exception
abort() called
Thread 0:: Dispatch queue: com.apple.main-thread
0 libsystem_kernel.dylib 0x00007fff9854667a mach_msg_trap + 10
1 libsystem_kernel.dylib 0x00007fff98545d71 mach_msg + 73
2 com.apple.CoreFoundation 0x00007fff9279650c __CFRunLoopServiceMachPort + 188
3 com.apple.CoreFoundation 0x00007fff9279ec74 __CFRunLoopRun + 1204
4 com.apple.CoreFoundation 0x00007fff9279e486 CFRunLoopRunSpecific + 230
5 com.apple.HIToolbox 0x00007fff965892bf RunCurrentEventLoopInMode + 277
6 com.apple.HIToolbox 0x00007fff9659056d ReceiveNextEventCommon + 355
7 com.apple.HIToolbox 0x00007fff965903fa BlockUntilNextEventMatchingListInMode + 62
8 com.apple.AppKit 0x00007fff992a1779 _DPSNextEvent + 659
9 com.apple.AppKit 0x00007fff992a107d -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 135
10 com.apple.AppKit 0x00007fff9929d9b9 -[NSApplication run] + 470
11 com.apple.AppKit 0x00007fff99519eac NSApplicationMain + 867
12 com.chimpstudios.appscanner 0x0000000100001074 0x100000000 + 4212
Thread 1:: Dispatch queue: com.apple.libdispatch-manager
0 libsystem_kernel.dylib 0x00007fff985487e6 kevent + 10
1 libdispatch.dylib 0x00007fff92724786 _dispatch_mgr_invoke + 923
2 libdispatch.dylib 0x00007fff92723316 _dispatch_mgr_thread + 54
Thread 2:: WebCore: LocalStorage
0 libsystem_kernel.dylib 0x00007fff98547bca __psynch_cvwait + 10
1 libsystem_c.dylib 0x00007fff98434274 _pthread_cond_wait + 840
2 com.apple.JavaScriptCore 0x00007fff93546a60 WTF::ThreadCondition::timedWait(WTF::Mutex&, double) + 64
3 com.apple.WebCore 0x00007fff8efcdf9a WTF::MessageQueue<WebCore::LocalStorageTask>::waitForMessage() + 132
4 com.apple.WebCore 0x00007fff8efcdef3 WebCore::LocalStorageThread::threadEntryPoint() + 99
5 com.apple.WebCore 0x00007fff8efcde3b WebCore::LocalStorageThread::threadEntryPointCallback(void*) + 9
6 libsystem_c.dylib 0x00007fff984308bf _pthread_start + 335
7 libsystem_c.dylib 0x00007fff98433b75 thread_start + 13
Can anybody let me know what's the issue as it is not crashing in any of the device nor in the simulator?

Resources