playgameservices / play-games-plugin-for-unity

Google Play Games plugin for Unity
Other
3.45k stars 962 forks source link

iOS crash when trying to invite a friend #275

Closed sliterod closed 9 years ago

sliterod commented 9 years ago

Hello. After updating the plugin, the Google+ SDK for iOS and Google Play Games SDK for iOS to their latest versions, I'm running with a problem.

If I try to invite a friend for a match, after touching the play button, the game crashes and the output is the next:

2014-11-13 18:44:40.683 testpingpong[1528:1297541] INFO: Connect with retry.getRetryAuthToken(): 1 2014-11-13 18:44:40.684 testpingpong[1528:1297541] INFO: Token expired. Refreshing. libc++abi.dylib: terminating with uncaught exception of type std::__1::system_error: condition_variable::timed wait: mutex not locked: Operation not permitted

What can I do in this case? That issue is stopping me from sending a release candidate to a publisher. Thanks in advance!!

ericrk commented 9 years ago

Is there a more complete stack trace in the logs? it'd be good to know what else is on the stack at this point. Also, is this a TBMP or RTMP match you're trying to invite to (or is it either)? Thanks!

On Thu Nov 13 2014 at 3:39:16 PM sliterod notifications@github.com wrote:

Hello. After updating the plugin, the Google+ SDK for iOS and Google Play Games SDK for iOS to their latest versions, I'm running with a problem.

If I try to invite a friend for a match, after touching the play button, the game crashes and the output is the next:

2014-11-13 18:44:40.683 testpingpong[1528:1297541] INFO: Connect with retry.getRetryAuthToken(): 1 2014-11-13 18:44:40.684 testpingpong[1528:1297541] INFO: Token expired. Refreshing. libc++abi.dylib: terminating with uncaught exception of type std::__1::system_error: condition_variable::timed wait: mutex not locked: Operation not permitted

What can I do in this case? That issue is stopping me from sending a release candidate to a publisher. Thanks in advance!!

— Reply to this email directly or view it on GitHub https://github.com/playgameservices/play-games-plugin-for-unity/issues/275 .

sliterod commented 9 years ago

Hello, no, is the only that appears when the crash occurs. The invite is for a RTMP match

sliterod commented 9 years ago

I've check it out again to see if any other comments came out in the console. This is what it shows:

2014-11-17 15:23:27.094 testpingpong[2499:a4d7] VERBOSE: Request had Apiary Status Code: 0 2014-11-17 15:23:27.211 testpingpong[2499:60b] ERROR: Attempting to get level number of an invalid PlayerLevel 2014-11-17 15:23:27.219 testpingpong[2499:60b] ERROR: Attempting to get minimum xp of an invalid PlayerLevel 2014-11-17 15:23:27.221 testpingpong[2499:60b] ERROR: Attempting to get maximum xp of an invalid PlayerLevel 2014-11-17 15:23:27.223 testpingpong[2499:60b] ERROR: Attempting to get level number of an invalid PlayerLevel 2014-11-17 15:23:27.225 testpingpong[2499:60b] ERROR: Attempting to get minimum xp of an invalid PlayerLevel 2014-11-17 15:23:27.237 testpingpong[2499:60b] ERROR: Attempting to get maximum xp of an invalid PlayerLevel 2014-11-17 15:23:27.379 testpingpong[2499:a4d7] VERBOSE: Request had Apiary Status Code: 0 2014-11-17 15:23:27.660 testpingpong[2499:60b] Unbalanced calls to begin/end appearance transitions for <GPGLauncherWindowRootViewController: 0x14d53410>. 2014-11-17 15:23:31.701 testpingpong[2499:a813] INFO: Connect with retry.getRetryAuthToken(): 1 2014-11-17 15:23:31.704 testpingpong[2499:a813] INFO: Token expired. Refreshing. libc++abi.dylib: terminating with uncaught exception of type std::__1::system_error: condition_variable::timed wait: mutex not locked: Operation not permitted (lldb)

prime31 commented 9 years ago

I am seeing the same thing using the SDK directly. Sorry for posting this here. I couldn't find the iOS Play SDK support page. If you can point me to it I can provide them all the information in a bug report. Here is a full back trace of the same bug which happens whenever trying to connect any real time matches:

2014-11-26 14:29:35.577 GooglePlayServices[656:151009] VERBOSE: Request had Apiary Status Code: 0 2014-11-26 14:29:38.759 GooglePlayServices[656:150876] INFO: Connect with retry.getRetryAuthToken(): 1 2014-11-26 14:29:38.760 GooglePlayServices[656:150876] INFO: Token expired. Refreshing. libc++abi.dylib: terminating with uncaught exception of type std::*1::system_error: condition_variable::timed wait: mutex not locked: Operation not permitted (lldb) bt all thread #1: tid = 0x24be4, 0x36694620 libsystem_kernel.dylibsyscall_thread_switch + 8, name = 'main', queue = 'com.apple.main-thread' frame #0: 0x36694620 libsystem_kernel.dylibsyscall_thread_switch + 8 frame #1: 0x36721502 libsystem_platform.dylib_os_lock_handoff_lock_slow + 78 frame #2: 0x366d1752 libsystem_malloc.dylibszone_free_definite_size + 426 frame #3: 0x287681a0 CoreFoundation-[__NSArrayM dealloc] + 216 frame #4: 0x3607bd5e libobjc.A.dylibobjc_object::sidetable_release(bool) + 166 frame #5: 0x3607c1a8 libobjc.A.dylib`(anonymous namespace)::AutoreleasePoolPage::pop(void) + 404 frame #6: 0x2875c148 CoreFoundation_CFAutoreleasePoolPop + 16 frame #7: 0x2bd0289e UIKit_wrapRunLoopWithAutoreleasePoolHandler + 42 frame #8: 0x28810d94 CoreFoundation__CFRUNLOOP_IS_CALLING_OUT_TO_AN_OBSERVER_CALLBACK_FUNCTION** + 20 frame #9: 0x2880e452 CoreFoundationCFRunLoopDoObservers + 278 frame #10: 0x2880e85a CoreFoundation`CFRunLoopRun + 914 frame #11: 0x2875c3c0 CoreFoundationCFRunLoopRunSpecific + 476 frame #12: 0x2875c1d2 CoreFoundationCFRunLoopRunInMode + 106 frame #13: 0x2fb140a8 GraphicsServicesGSEventRunModal + 136 frame #14: 0x2bd6bfa0 UIKitUIApplicationMain + 1440 frame #15: 0x00008d7c GooglePlayServicesmain(argc=1, argv=0x03728a9c) + 288 at main.mm:29 frame #16: 0x00008c58 GooglePlayServicesstart + 40

thread #5: tid = 0x24c4a, 0x366942a0 libsystem_kernel.dylibkevent64 + 24, queue = 'com.apple.libdispatch-manager' frame #0: 0x366942a0 libsystem_kernel.dylibkevent64 + 24 frame #1: 0x03992678 libdispatch.dylib_dispatch_mgr_invoke + 280 frame #2: 0x0398749a libdispatch.dylib_dispatch_mgr_thread + 38

thread #6: tid = 0x24c50, 0x366a819c libsystem_kernel.dylib__semwait_signal + 24, name = 'gputools.smt_poll.0x538aa70' frame #0: 0x366a819c libsystem_kernel.dylib__semwait_signal + 24 frame #1: 0x36607a70 libsystem_c.dylibnanosleep + 172 frame #2: 0x366079c0 libsystem_c.dylibusleep + 52 frame #3: 0x039cfff8 GPUToolsCoresmt_poll_thread_entry(void*) + 124 frame #4: 0x36724e92 libsystem_pthread.dylib_pthread_body + 138 frame #5: 0x36724e06 libsystem_pthread.dylib`_pthread_start + 118

thread #7: tid = 0x24c57, 0x366a89cc libsystem_kernel.dylib__workq_kernreturn + 8 frame #0: 0x366a89cc libsystem_kernel.dylib__workq_kernreturn + 8 frame #1: 0x36722eac libsystem_pthread.dylib_pthread_wqthread + 792 frame #2: 0x36722b84 libsystem_pthread.dylibstart_wqthread + 8

thread #8: tid = 0x24c7b, 0x36694540 libsystem_kernel.dylibsemaphore_wait_trap + 8 frame #0: 0x36694540 libsystem_kernel.dylibsemaphore_wait_trap + 8 frame #1: 0x0127a1b0 GooglePlayServicesmono_sem_wait + 28 frame #2: 0x011d5cf0 GooglePlayServicesfinalizer_thread + 144 frame #3: 0x01255934 GooglePlayServicesstart_wrapper + 500 frame #4: 0x01272cc4 GooglePlayServicesthread_start_routine + 288 frame #5: 0x0128f16c GooglePlayServicesGC_start_routine + 96 frame #6: 0x36724e92 libsystem_pthread.dylib_pthread_body + 138 frame #7: 0x36724e06 libsystem_pthread.dylib`_pthread_start + 118

thread #9: tid = 0x24c93, 0x36694540 libsystem_kernel.dylibsemaphore_wait_trap + 8 frame #0: 0x36694540 libsystem_kernel.dylibsemaphore_wait_trap + 8 frame #1: 0x00d5acb0 GooglePlayServicesJobScheduler::WorkLoop(void*) [inlined] PlatformSemaphore::WaitForSignal() + 8 at PlatformSemaphore.h:53 frame #2: 0x00d5aca8 GooglePlayServicesJobScheduler::WorkLoop(void*) [inlined] Semaphore::WaitForSignal() at Semaphore.h:22 frame #3: 0x00d5aca8 GooglePlayServicesJobScheduler::WorkLoop(data=0x05388c50) + 144 at JobScheduler.cpp:152 frame #4: 0x00d5c07c GooglePlayServicesThread::RunThreadWrapper(ptr=0x053873a8) + 64 at Thread.cpp:40 frame #5: 0x36724e92 libsystem_pthread.dylib_pthread_body + 138 frame #6: 0x36724e06 libsystem_pthread.dylib_pthread_start + 118

thread #10: tid = 0x24c94, 0x36694540 libsystem_kernel.dylibsemaphore_wait_trap + 8 frame #0: 0x36694540 libsystem_kernel.dylibsemaphore_wait_trap + 8 frame #1: 0x012f18cc GooglePlayServicesalgThreadJobQueueThreadFunc + 32 frame #2: 0x36724e92 libsystem_pthread.dylib_pthread_body + 138 frame #3: 0x36724e06 libsystem_pthread.dylib`_pthread_start + 118

thread #11: tid = 0x24c95, 0x36694540 libsystem_kernel.dylibsemaphore_wait_trap + 8 frame #0: 0x36694540 libsystem_kernel.dylibsemaphore_wait_trap + 8 frame #1: 0x00c7d340 GooglePlayServicesSubstanceSystem::ThreadMain(void*) [inlined] PlatformSemaphore::WaitForSignal() + 60 at PlatformSemaphore.h:53 frame #2: 0x00c7d304 GooglePlayServicesSubstanceSystem::ThreadMain(void*) [inlined] Semaphore::WaitForSignal() at Semaphore.h:22 frame #3: 0x00c7d304 GooglePlayServicesSubstanceSystem::ThreadMain(data=0x04853200) + 52 at SubstanceSystem.cpp:532 frame #4: 0x00d5c07c GooglePlayServicesThread::RunThreadWrapper(ptr=0x04853248) + 64 at Thread.cpp:40 frame #5: 0x36724e92 libsystem_pthread.dylib_pthread_body + 138 frame #6: 0x36724e06 libsystem_pthread.dylib_pthread_start + 118

thread #12: tid = 0x24cb6, 0x36694540 libsystem_kernel.dylibsemaphore_wait_trap + 8 frame #0: 0x36694540 libsystem_kernel.dylibsemaphore_wait_trap + 8 frame #1: 0x00ffb558 GooglePlayServicesFMOD_OS_Semaphore_Wait(FMOD_OS_SEMAPHORE*) + 32 frame #2: 0x0101b770 GooglePlayServicesFMOD::Thread::callback(void*) + 96 frame #3: 0x36724e92 libsystem_pthread.dylib_pthread_body + 138 frame #4: 0x36724e06 libsystem_pthread.dylib_pthread_start + 118

thread #13: tid = 0x24cb7, 0x366944f0 libsystem_kernel.dylibmach_msg_trap + 20, name = 'AURemoteIO::IOThread' frame #0: 0x366944f0 libsystem_kernel.dylibmach_msg_trap + 20 frame #1: 0x366942e8 libsystem_kernel.dylibmach_msg + 40 frame #2: 0x27fc499e AudioToolboxAURemoteIO::IOThread::Run() + 106 frame #3: 0x27fc8098 AudioToolboxAURemoteIO::IOThread::Entry(void*) + 8 frame #4: 0x27efc9e4 AudioToolboxCAPThread::Entry(CAPThread*) + 208 frame #5: 0x36724e92 libsystem_pthread.dylib_pthread_body + 138 frame #6: 0x36724e06 libsystem_pthread.dylib_pthread_start + 118

thread #14: tid = 0x24cb8, 0x366a819c libsystem_kernel.dylib__semwait_signal + 24 frame #0: 0x366a819c libsystem_kernel.dylib__semwait_signal + 24 frame #1: 0x36607a70 libsystem_c.dylibnanosleep + 172 frame #2: 0x366079c0 libsystem_c.dylibusleep + 52 frame #3: 0x00ffb0f4 GooglePlayServicesFMOD_OS_Time_Sleep(unsigned int) + 20 frame #4: 0x0101b754 GooglePlayServicesFMOD::Thread::callback(void*) + 68 frame #5: 0x36724e92 libsystem_pthread.dylib_pthread_body + 138 frame #6: 0x36724e06 libsystem_pthread.dylib_pthread_start + 118

thread #15: tid = 0x24cb9, 0x366944f0 libsystem_kernel.dylibmach_msg_trap + 20 frame #0: 0x366944f0 libsystem_kernel.dylibmach_msg_trap + 20 frame #1: 0x366942e8 libsystem_kernel.dylibmach_msg + 40 frame #2: 0x2881031a CoreFoundationCFRunLoopServiceMachPort + 146 frame #3: 0x2880e8c0 CoreFoundation`CFRunLoopRun + 1016 frame #4: 0x2875c3c0 CoreFoundationCFRunLoopRunSpecific + 476 frame #5: 0x287a50ea CoreFoundationCFRunLoopRun + 98 frame #6: 0x2905fe9e CoreMotion___lldb_unnamed_function1703$$CoreMotion + 718 frame #7: 0x36724e92 libsystem_pthread.dylib_pthread_body + 138 frame #8: 0x36724e06 libsystem_pthread.dylib`_pthread_start + 118

thread #16: tid = 0x24cba, 0x36694540 libsystem_kernel.dylibsemaphore_wait_trap + 8 frame #0: 0x36694540 libsystem_kernel.dylibsemaphore_wait_trap + 8 frame #1: 0x00ccdc40 GooglePlayServicesPreloadManager::Run() [inlined] PlatformSemaphore::WaitForSignal() + 12 at PlatformSemaphore.h:53 frame #2: 0x00ccdc34 GooglePlayServicesPreloadManager::Run() [inlined] Semaphore::WaitForSignal() at Semaphore.h:22 frame #3: 0x00ccdc34 GooglePlayServicesPreloadManager::Run(this=0x08423210) + 572 at PreloadManager.cpp:269 frame #4: 0x00ccd9ec GooglePlayServicesPreloadManager::Run(managerPtr=0x084232b0) + 40 at PreloadManager.cpp:178 frame #5: 0x00d5c07c GooglePlayServicesThread::RunThreadWrapper(ptr=0x08423210) + 64 at Thread.cpp:40 frame #6: 0x36724e92 libsystem_pthread.dylib_pthread_body + 138 frame #7: 0x36724e06 libsystem_pthread.dylib`_pthread_start + 118

thread #18: tid = 0x24cbb, 0x366a89cc libsystem_kernel.dylib__workq_kernreturn + 8 frame #0: 0x366a89cc libsystem_kernel.dylib__workq_kernreturn + 8 frame #1: 0x36722eac libsystem_pthread.dylib`_pthread_wqthread + 792

thread #17: tid = 0x24cbc, 0x366a89cc libsystem_kernel.dylib__workq_kernreturn + 8 frame #0: 0x366a89cc libsystem_kernel.dylib__workq_kernreturn + 8 frame #1: 0x36722eac libsystem_pthread.dylib`_pthread_wqthread + 792

thread #19: tid = 0x24d4b, 0x366944f0 libsystem_kernel.dylibmach_msg_trap + 20, name = 'com.apple.NSURLConnectionLoader' frame #0: 0x366944f0 libsystem_kernel.dylibmach_msg_trap + 20 frame #1: 0x366942e8 libsystem_kernel.dylibmach_msg + 40 frame #2: 0x2881031a CoreFoundationCFRunLoopServiceMachPort + 146 frame #3: 0x2880e8c0 CoreFoundation__CFRunLoopRun + 1016 frame #4: 0x2875c3c0 CoreFoundationCFRunLoopRunSpecific + 476 frame #5: 0x2875c1d2 CoreFoundationCFRunLoopRunInMode + 106 frame #6: 0x28311956 CFNetwork+[NSURLConnection(Loader) _resourceLoadLoop:] + 486 frame #7: 0x2955ab5a Foundation`NSThreadmain + 1118 frame #8: 0x36724e92 libsystem_pthread.dylib_pthread_body + 138 frame #9: 0x36724e06 libsystem_pthread.dylib_pthread_start + 118

thread #20: tid = 0x24d4f, 0x366a808c libsystem_kernel.dylib__select + 20, name = 'com.apple.CFSocket.private' frame #0: 0x366a808c libsystem_kernel.dylibselect + 20 frame #1: 0x28814ae6 CoreFoundation`CFSocketManager + 498 frame #2: 0x36724e92 libsystem_pthread.dylib_pthread_body + 138 frame #3: 0x36724e06 libsystem_pthread.dylib_pthread_start + 118

ToddKerpelman commented 9 years ago

@ericrk , do we have an internal tracking number for this?

@prime31 and @sliterod , are you encountering the crash when inviting? Or when the other player has accepted an invitation?

sliterod commented 9 years ago

@ToddKerpelman it happens when inviting.

prime31 commented 9 years ago

Same here. It happens while inviting.

DilaraAlbayrak commented 9 years ago

I am trying to deal with the same problem, have you found a solution? I set push notifications certificate&settings properly.

ToddKerpelman commented 9 years ago

Sorry -- still looking into this. (Internal bug number 18749072)

tarun77 commented 9 years ago

i have same problem .. libc++abi.dylib: terminating with uncaught exception of type std::__1::system_error: condition_variable::timed wait: mutex not locked: Operation not permitted

plz help me..

ZenithCode commented 9 years ago

Same problem here - my stack trace:

(Filename: /Applications/buildAgent/work/d63dfc6385190b60/artifacts/iPhonePlayer-armv7Generated/UnityEngineDebug.cpp Line: 49)

2015-01-02 19:26:03.138 ******** [506:111669] VERBOSE: Request had Apiary Status Code: 0

UnityEngine.Debug:Internal_Log(Int32, String, Object) UnityEngine.Debug:Log(Object) MultiplayerManager:OnInvitationReceived(Invitation, Boolean) GooglePlayGames.Native.<RegisterInvitationDelegate>c__AnonStorey10:<>m__11(Invitation, Boolean) GooglePlayGames.Native.PInvoke.<AsOnGameThreadCallback>c__AnonStorey45``2:<>m__64() GooglePlayGames.OurUtils.PlayGamesHelperObject:<Update>m__6(Action) System.Collections.Generic.List``1:ForEach(Action``1) GooglePlayGames.OurUtils.PlayGamesHelperObject:Update()

ebbybeh commented 9 years ago

I am experiencing this same issue. I use roboVM and I thought the Google play bindings may have been off, but it seems like it is a problem with the Google play services SDK. The only thing that seems unreliable is the realtime multiplayer. So far, the game crashes with a SIGABRT error (the logs are not helpful) when I call the following methods:

and when I select a player from:

I also do not see any users when I call:

-presentRealTimeInvitesWithRoomDataList:

with an array of rooms that the user has been invited to.

esdebon commented 9 years ago

https://code.google.com/p/play-games-platform/issues/detail?id=201

ToddKerpelman commented 9 years ago

Hey, gang. We think we know what the problem is, and suspect an upcoming version of the C++ SDK will address this. That said, this is a pretty gnarly issue, so we're still doing some testing. Does anybody have a sample project that exhibits this behavior that they'd be willing to share with us? That would help increase our confidence that we have, in fact, addressed the underlying cause...

AlexEgorov commented 9 years ago

Hi, you could try out buttonclicker2000 (https://github.com/playgameservices/ios-basic-samples/tree/master/ButtonClicker) + iOS SDK 3.1.1 for testing. In addition i can say that problem doesn't occur on the simulators and probably on new 64bit devices. We’ve tested quick game in iPhone 6 and there were not errors, but the same build doesn't work on iPad mini and iPhone 5.

Jessicardo commented 9 years ago

So in other words RTMP will only work on iPad Mini 2, iPad Mini 3, iPad Air, iPad Air 2, iPhone 5s, iPhone 6, iPhone 6 Plus in the meantime? :(

ebbybeh commented 9 years ago

It has been two months since the last update. Did the C++ version work? Is the iOS version going to be updated?

peterwilli commented 9 years ago

I have the same problem using LibGDX (native iOS sdk of gpgs) sorry I post in unity too, it felt like the best place since it's basically the same bug + sdk

It too happened to me when inviting friends.

It prevents us from porting to iOS right now. Here is my full crash report:

Incident Identifier: 82F595F0-8E0C-45A0-8837-C5432D61E771
CrashReporter Key:   f808135800b739b07846618a56baa62207778c4c
Hardware Model:      iPad3,1
Process:             IOSLauncher [5533]
Path:                /private/var/mobile/Containers/Bundle/Application/74664DA5-DE06-4DF1-86F2-562F8B713276/IOSLauncher.app/IOSLauncher
Identifier:          co.codebuffet.pairhockey
Version:             1 (1.0)
Code Type:           ARM (Native)
Parent Process:      launchd [1]

Date/Time:           2015-04-23 23:16:08.878 +0200
Launch Time:         2015-04-23 23:15:57.607 +0200
OS Version:          iOS 8.1 (12B410)
Report Version:      105

Exception Type:  EXC_CRASH (SIGABRT)
Exception Codes: 0x0000000000000000, 0x0000000000000000
Triggered by Thread:  19

Thread 0 name:  main  Dispatch queue: com.apple.main-thread
Thread 0:
0   libsystem_pthread.dylib         0x3101c4e2 0x3101b000 + 5346
1   libsystem_pthread.dylib         0x3101c5a8 0x3101b000 + 5544
2   libobjc.A.dylib                 0x3094416c 0x30937000 + 53612
3   libobjc.A.dylib                 0x30943f3a 0x30937000 + 53050
4   libobjc.A.dylib                 0x3094a23a 0x30937000 + 78394
5   UIKit                           0x2653bd60 0x26298000 + 2768224
6   UIKit                           0x262adb6e 0x26298000 + 88942
7   UIKit                           0x262c4904 0x26298000 + 182532
8   UIKit                           0x2647474c 0x26298000 + 1951564
9   UIKit                           0x2633897c 0x26298000 + 657788
10  UIKit                           0x263386ce 0x26298000 + 657102
11  UIKit                           0x263381a4 0x26298000 + 655780
12  UIKit                           0x263508b2 0x26298000 + 755890
13  UIKit                           0x263504ec 0x26298000 + 754924
14  UIKit                           0x26350484 0x26298000 + 754820
15  UIKit                           0x262a4c1a 0x26298000 + 52250
16  QuartzCore                      0x25ccff60 0x25cc3000 + 53088
17  QuartzCore                      0x25ccb94c 0x25cc3000 + 35148
18  QuartzCore                      0x25ccb7d4 0x25cc3000 + 34772
19  QuartzCore                      0x25ccb1c2 0x25cc3000 + 33218
20  QuartzCore                      0x25ccafcc 0x25cc3000 + 32716
21  QuartzCore                      0x25cc4ed8 0x25cc3000 + 7896
22  CoreFoundation                  0x22dc9622 0x22cfb000 + 845346
23  CoreFoundation                  0x22dc6d04 0x22cfb000 + 834820
24  CoreFoundation                  0x22dc7106 0x22cfb000 + 835846
25  CoreFoundation                  0x22d1497c 0x22cfb000 + 104828
26  CoreFoundation                  0x22d1478e 0x22cfb000 + 104334
27  GraphicsServices                0x2a0c404c 0x2a0bb000 + 36940
28  UIKit                           0x2630697c 0x26298000 + 452988
29  IOSLauncher                     0x00900a52 0x39000 + 9206354
30  IOSLauncher                     0x008fffa0 0x39000 + 9203616
31  IOSLauncher                     0x008fffde 0x39000 + 9203678
32  IOSLauncher                     0x002a5ef2 0x39000 + 2543346
33  IOSLauncher                     0x00b3a740 0x39000 + 11540288
34  IOSLauncher                     0x00b332c2 0x39000 + 11510466
35  IOSLauncher                     0x00b34f3e 0x39000 + 11517758
36  IOSLauncher                     0x00b34f98 0x39000 + 11517848
37  IOSLauncher                     0x00b2f23e 0x39000 + 11493950
38  IOSLauncher                     0x00b27824 0x39000 + 11462692
39  IOSLauncher                     0x0027e3b4 0x39000 + 2380724

Thread 1 name:  Dispatch queue: com.apple.libdispatch-manager
Thread 1:
0   libsystem_kernel.dylib          0x30f8b2c8 0x30f8a000 + 4808
1   libdispatch.dylib               0x30eade44 0x30e9c000 + 73284
2   libdispatch.dylib               0x30eadb76 0x30e9c000 + 72566

Thread 2:
0   libsystem_kernel.dylib          0x30f9f9cc 0x30f8a000 + 88524
1   libsystem_pthread.dylib         0x3101be9c 0x3101b000 + 3740
2   libsystem_pthread.dylib         0x3101bb74 0x3101b000 + 2932

Thread 3:
0   libsystem_kernel.dylib          0x30f9f9cc 0x30f8a000 + 88524
1   libsystem_pthread.dylib         0x3101be9c 0x3101b000 + 3740
2   libsystem_pthread.dylib         0x3101bb74 0x3101b000 + 2932

Thread 4:
0   libsystem_kernel.dylib          0x30f9eb38 0x30f8a000 + 84792
1   libsystem_pthread.dylib         0x3101d3dc 0x3101b000 + 9180
2   libsystem_pthread.dylib         0x3101e2ac 0x3101b000 + 12972
3   IOSLauncher                     0x00b4df2c 0x39000 + 11620140
4   IOSLauncher                     0x00b47950 0x39000 + 11594064
5   IOSLauncher                     0x00b4ca92 0x39000 + 11614866
6   libsystem_pthread.dylib         0x3101de64 0x3101b000 + 11876
7   libsystem_pthread.dylib         0x3101ddd6 0x3101b000 + 11734
8   libsystem_pthread.dylib         0x3101bb80 0x3101b000 + 2944

Thread 5:
0   libsystem_kernel.dylib          0x30f8b518 0x30f8a000 + 5400
1   libsystem_kernel.dylib          0x30f8b30c 0x30f8a000 + 4876
2   libsystem_kernel.dylib          0x30f9ae00 0x30f8a000 + 69120
3   IOSLauncher                     0x00b29296 0x39000 + 11469462
4   IOSLauncher                     0x00b4c916 0x39000 + 11614486
5   IOSLauncher                     0x00b4a428 0x39000 + 11605032
6   IOSLauncher                     0x00b4da34 0x39000 + 11618868
7   libsystem_pthread.dylib         0x3101de64 0x3101b000 + 11876
8   libsystem_pthread.dylib         0x3101ddd6 0x3101b000 + 11734
9   libsystem_pthread.dylib         0x3101bb80 0x3101b000 + 2944

Thread 6:
0   libsystem_kernel.dylib          0x30f9eb38 0x30f8a000 + 84792
1   libsystem_pthread.dylib         0x3101d3dc 0x3101b000 + 9180
2   libsystem_pthread.dylib         0x3101e2ac 0x3101b000 + 12972
3   IOSLauncher                     0x00b36204 0x39000 + 11522564
4   IOSLauncher                     0x00b35fbc 0x39000 + 11521980
5   IOSLauncher                     0x000418aa 0x39000 + 34986
6   IOSLauncher                     0x004dabd0 0x39000 + 4856784
7   IOSLauncher                     0x004dab84 0x39000 + 4856708
8   IOSLauncher                     0x004d0cb4 0x39000 + 4816052
9   IOSLauncher                     0x004edaba 0x39000 + 4934330
10  IOSLauncher                     0x00b3a740 0x39000 + 11540288
11  IOSLauncher                     0x00b332c2 0x39000 + 11510466
12  IOSLauncher                     0x00b33092 0x39000 + 11509906
13  IOSLauncher                     0x00b39f20 0x39000 + 11538208
14  IOSLauncher                     0x00b4c916 0x39000 + 11614486
15  IOSLauncher                     0x00b4a428 0x39000 + 11605032
16  IOSLauncher                     0x00b4da34 0x39000 + 11618868
17  libsystem_pthread.dylib         0x3101de64 0x3101b000 + 11876
18  libsystem_pthread.dylib         0x3101ddd6 0x3101b000 + 11734
19  libsystem_pthread.dylib         0x3101bb80 0x3101b000 + 2944

Thread 7:
0   libsystem_kernel.dylib          0x30f9eb38 0x30f8a000 + 84792
1   libsystem_pthread.dylib         0x3101d3dc 0x3101b000 + 9180
2   libsystem_pthread.dylib         0x3101e2ac 0x3101b000 + 12972
3   IOSLauncher                     0x00b36204 0x39000 + 11522564
4   IOSLauncher                     0x00b35fbc 0x39000 + 11521980
5   IOSLauncher                     0x000418aa 0x39000 + 34986
6   IOSLauncher                     0x004dabd0 0x39000 + 4856784
7   IOSLauncher                     0x004daba4 0x39000 + 4856740
8   IOSLauncher                     0x004f598a 0x39000 + 4966794
9   IOSLauncher                     0x004f5b04 0x39000 + 4967172
10  IOSLauncher                     0x004f58da 0x39000 + 4966618
11  IOSLauncher                     0x004d039e 0x39000 + 4813726
12  IOSLauncher                     0x004edaba 0x39000 + 4934330
13  IOSLauncher                     0x00b3a740 0x39000 + 11540288
14  IOSLauncher                     0x00b332c2 0x39000 + 11510466
15  IOSLauncher                     0x00b33092 0x39000 + 11509906
16  IOSLauncher                     0x00b39f20 0x39000 + 11538208
17  IOSLauncher                     0x00b4c916 0x39000 + 11614486
18  IOSLauncher                     0x00b4a428 0x39000 + 11605032
19  IOSLauncher                     0x00b4da34 0x39000 + 11618868
20  libsystem_pthread.dylib         0x3101de64 0x3101b000 + 11876
21  libsystem_pthread.dylib         0x3101ddd6 0x3101b000 + 11734
22  libsystem_pthread.dylib         0x3101bb80 0x3101b000 + 2944

Thread 8:
0   libsystem_kernel.dylib          0x30f9eb38 0x30f8a000 + 84792
1   libsystem_pthread.dylib         0x3101d3dc 0x3101b000 + 9180
2   libsystem_pthread.dylib         0x3101e2ec 0x3101b000 + 13036
3   IOSLauncher                     0x00b361d8 0x39000 + 11522520
4   IOSLauncher                     0x00b36438 0x39000 + 11523128
5   IOSLauncher                     0x004ee128 0x39000 + 4935976
6   IOSLauncher                     0x004ee0a2 0x39000 + 4935842
7   IOSLauncher                     0x004ee05c 0x39000 + 4935772
8   IOSLauncher                     0x004ee08e 0x39000 + 4935822
9   IOSLauncher                     0x004d0972 0x39000 + 4815218
10  IOSLauncher                     0x004d0a30 0x39000 + 4815408
11  IOSLauncher                     0x004d0722 0x39000 + 4814626
12  IOSLauncher                     0x004edaba 0x39000 + 4934330
13  IOSLauncher                     0x00b3a740 0x39000 + 11540288
14  IOSLauncher                     0x00b332c2 0x39000 + 11510466
15  IOSLauncher                     0x00b33092 0x39000 + 11509906
16  IOSLauncher                     0x00b39f20 0x39000 + 11538208
17  IOSLauncher                     0x00b4c916 0x39000 + 11614486
18  IOSLauncher                     0x00b4a428 0x39000 + 11605032
19  IOSLauncher                     0x00b4da34 0x39000 + 11618868
20  libsystem_pthread.dylib         0x3101de64 0x3101b000 + 11876
21  libsystem_pthread.dylib         0x3101ddd6 0x3101b000 + 11734
22  libsystem_pthread.dylib         0x3101bb80 0x3101b000 + 2944

Thread 9 name:  AVAudioSession Notify Thread
Thread 9:
0   libsystem_kernel.dylib          0x30f8b518 0x30f8a000 + 5400
1   libsystem_kernel.dylib          0x30f8b30c 0x30f8a000 + 4876
2   CoreFoundation                  0x22dc8ba6 0x22cfb000 + 842662
3   CoreFoundation                  0x22dc716c 0x22cfb000 + 835948
4   CoreFoundation                  0x22d1497c 0x22cfb000 + 104828
5   CoreFoundation                  0x22d1478e 0x22cfb000 + 104334
6   libAVFAudio.dylib               0x21a383e8 0x21a1f000 + 103400
7   libAVFAudio.dylib               0x21a2a8e4 0x21a1f000 + 47332
8   libsystem_pthread.dylib         0x3101de64 0x3101b000 + 11876
9   libsystem_pthread.dylib         0x3101ddd6 0x3101b000 + 11734
10  libsystem_pthread.dylib         0x3101bb80 0x3101b000 + 2944

Thread 10 name:  AURemoteIO::IOThread
Thread 10:
0   libsystem_kernel.dylib          0x30f8b518 0x30f8a000 + 5400
1   libsystem_kernel.dylib          0x30f8b30c 0x30f8a000 + 4876
2   AudioToolbox                    0x2258169e 0x22474000 + 1103518
3   AudioToolbox                    0x22584d58 0x22474000 + 1117528
4   AudioToolbox                    0x224b9a02 0x22474000 + 285186
5   libsystem_pthread.dylib         0x3101de64 0x3101b000 + 11876
6   libsystem_pthread.dylib         0x3101ddd6 0x3101b000 + 11734
7   libsystem_pthread.dylib         0x3101bb80 0x3101b000 + 2944

Thread 11:
0   libsystem_kernel.dylib          0x30f8b518 0x30f8a000 + 5400
1   libsystem_kernel.dylib          0x30f8b30c 0x30f8a000 + 4876
2   CoreFoundation                  0x22dc8ba6 0x22cfb000 + 842662
3   CoreFoundation                  0x22dc716c 0x22cfb000 + 835948
4   CoreFoundation                  0x22d1497c 0x22cfb000 + 104828
5   CoreFoundation                  0x22d5e296 0x22cfb000 + 406166
6   CoreMotion                      0x2361ad5e 0x235db000 + 261470
7   libsystem_pthread.dylib         0x3101de64 0x3101b000 + 11876
8   libsystem_pthread.dylib         0x3101ddd6 0x3101b000 + 11734
9   libsystem_pthread.dylib         0x3101bb80 0x3101b000 + 2944

Thread 12:
0   libsystem_kernel.dylib          0x30f9f9cc 0x30f8a000 + 88524
1   libsystem_pthread.dylib         0x3101be9c 0x3101b000 + 3740
2   libsystem_pthread.dylib         0x3101bb74 0x3101b000 + 2932

Thread 13:
0   libsystem_kernel.dylib          0x30f9f9cc 0x30f8a000 + 88524
1   libsystem_pthread.dylib         0x3101be9c 0x3101b000 + 3740
2   libsystem_pthread.dylib         0x3101bb74 0x3101b000 + 2932

Thread 14:
0   libsystem_kernel.dylib          0x30f9f9cc 0x30f8a000 + 88524
1   libsystem_pthread.dylib         0x3101be9c 0x3101b000 + 3740
2   libsystem_pthread.dylib         0x3101bb74 0x3101b000 + 2932

Thread 15:
0   libsystem_kernel.dylib          0x30f9eb38 0x30f8a000 + 84792
1   libsystem_pthread.dylib         0x3101d3dc 0x3101b000 + 9180
2   libsystem_pthread.dylib         0x3101e2ac 0x3101b000 + 12972
3   IOSLauncher                     0x00b36204 0x39000 + 11522564
4   IOSLauncher                     0x00b35fbc 0x39000 + 11521980
5   IOSLauncher                     0x000418aa 0x39000 + 34986
6   IOSLauncher                     0x004dabd0 0x39000 + 4856784
7   IOSLauncher                     0x004ee8b0 0x39000 + 4937904
8   IOSLauncher                     0x00b275a6 0x39000 + 11462054
9   IOSLauncher                     0x005d6290 0x39000 + 5886608
10  IOSLauncher                     0x005d62ca 0x39000 + 5886666
11  IOSLauncher                     0x005d5818 0x39000 + 5883928
12  IOSLauncher                     0x005c8bf2 0x39000 + 5831666
13  IOSLauncher                     0x005cf43c 0x39000 + 5858364
14  IOSLauncher                     0x005cf51a 0x39000 + 5858586
15  IOSLauncher                     0x005d113c 0x39000 + 5865788
16  IOSLauncher                     0x004edaba 0x39000 + 4934330
17  IOSLauncher                     0x00b3a740 0x39000 + 11540288
18  IOSLauncher                     0x00b332c2 0x39000 + 11510466
19  IOSLauncher                     0x00b33092 0x39000 + 11509906
20  IOSLauncher                     0x00b39f20 0x39000 + 11538208
21  IOSLauncher                     0x00b4c916 0x39000 + 11614486
22  IOSLauncher                     0x00b4a428 0x39000 + 11605032
23  IOSLauncher                     0x00b4da34 0x39000 + 11618868
24  libsystem_pthread.dylib         0x3101de64 0x3101b000 + 11876
25  libsystem_pthread.dylib         0x3101ddd6 0x3101b000 + 11734
26  libsystem_pthread.dylib         0x3101bb80 0x3101b000 + 2944

Thread 16 name:  com.apple.NSURLConnectionLoader
Thread 16:
0   libsystem_kernel.dylib          0x30f8b518 0x30f8a000 + 5400
1   libsystem_kernel.dylib          0x30f8b30c 0x30f8a000 + 4876
2   CoreFoundation                  0x22dc8ba6 0x22cfb000 + 842662
3   CoreFoundation                  0x22dc716c 0x22cfb000 + 835948
4   CoreFoundation                  0x22d1497c 0x22cfb000 + 104828
5   CoreFoundation                  0x22d1478e 0x22cfb000 + 104334
6   CFNetwork                       0x228c99da 0x2284d000 + 510426
7   Foundation                      0x23b14996 0x23a44000 + 854422
8   libsystem_pthread.dylib         0x3101de64 0x3101b000 + 11876
9   libsystem_pthread.dylib         0x3101ddd6 0x3101b000 + 11734
10  libsystem_pthread.dylib         0x3101bb80 0x3101b000 + 2944

Thread 17 name:  com.apple.CFSocket.private
Thread 17:
0   libsystem_kernel.dylib          0x30f9f08c 0x30f8a000 + 86156
1   CoreFoundation                  0x22dcd32e 0x22cfb000 + 860974
2   libsystem_pthread.dylib         0x3101de64 0x3101b000 + 11876
3   libsystem_pthread.dylib         0x3101ddd6 0x3101b000 + 11734
4   libsystem_pthread.dylib         0x3101bb80 0x3101b000 + 2944

Thread 18:
0   libsystem_kernel.dylib          0x30f9eb38 0x30f8a000 + 84792
1   libsystem_pthread.dylib         0x3101d3dc 0x3101b000 + 9180
2   libsystem_pthread.dylib         0x3101e2ac 0x3101b000 + 12972
3   IOSLauncher                     0x00e4e7e2 0x39000 + 14768098
4   libsystem_pthread.dylib         0x3101de64 0x3101b000 + 11876
5   libsystem_pthread.dylib         0x3101ddd6 0x3101b000 + 11734
6   libsystem_pthread.dylib         0x3101bb80 0x3101b000 + 2944

Thread 19 name:  RoomServiceClie
Thread 19 Crashed:
0   libsystem_kernel.dylib          0x30f9edfc 0x30f8a000 + 85500
1   libsystem_pthread.dylib         0x3101ed0e 0x3101b000 + 15630
2   libsystem_c.dylib               0x30f3e934 0x30ef5000 + 301364
3   libc++abi.dylib                 0x3014abb8 0x3014a000 + 3000
4   libc++abi.dylib                 0x30164634 0x3014a000 + 108084
5   libobjc.A.dylib                 0x3093df32 0x30937000 + 28466
6   libc++abi.dylib                 0x30161dec 0x3014a000 + 97772
7   libc++abi.dylib                 0x301615ac 0x3014a000 + 95660
8   libc++.1.dylib                  0x301434fc 0x300ff000 + 279804
9   libc++.1.dylib                  0x30104fe4 0x300ff000 + 24548
10  IOSLauncher                     0x00e70156 0x39000 + 14905686
11  IOSLauncher                     0x00ef9d68 0x39000 + 15469928
12  IOSLauncher                     0x00de1b1a 0x39000 + 14322458
13  IOSLauncher                     0x00de2168 0x39000 + 14324072
14  IOSLauncher                     0x00d9cc82 0x39000 + 14040194
15  IOSLauncher                     0x00d9caf6 0x39000 + 14039798
16  IOSLauncher                     0x00d9c840 0x39000 + 14039104
17  IOSLauncher                     0x00e3211e 0x39000 + 14651678
18  IOSLauncher                     0x00e31e66 0x39000 + 14650982
19  IOSLauncher                     0x00e356d4 0x39000 + 14665428
20  IOSLauncher                     0x00e1a9f8 0x39000 + 14555640
21  IOSLauncher                     0x00f11bb6 0x39000 + 15567798
22  libsystem_pthread.dylib         0x3101de64 0x3101b000 + 11876
23  libsystem_pthread.dylib         0x3101ddd6 0x3101b000 + 11734
24  libsystem_pthread.dylib         0x3101bb80 0x3101b000 + 2944

Thread 20 name:  main_dispatch
Thread 20:
0   libsystem_kernel.dylib          0x30f9eb38 0x30f8a000 + 84792
1   libsystem_pthread.dylib         0x3101d3dc 0x3101b000 + 9180
2   libsystem_pthread.dylib         0x3101e2ec 0x3101b000 + 13036
3   libc++.1.dylib                  0x30105074 0x300ff000 + 24692
4   IOSLauncher                     0x00eaf93c 0x39000 + 15165756
5   IOSLauncher                     0x00e1835a 0x39000 + 14545754
6   IOSLauncher                     0x00f0d33c 0x39000 + 15549244
7   libsystem_pthread.dylib         0x3101de64 0x3101b000 + 11876
8   libsystem_pthread.dylib         0x3101ddd6 0x3101b000 + 11734
9   libsystem_pthread.dylib         0x3101bb80 0x3101b000 + 2944

Thread 21 name:  revision_check
Thread 21:
0   libsystem_kernel.dylib          0x30f9eb38 0x30f8a000 + 84792
1   libsystem_pthread.dylib         0x3101d3dc 0x3101b000 + 9180
2   libsystem_pthread.dylib         0x3101e2ec 0x3101b000 + 13036
3   libc++.1.dylib                  0x30105074 0x300ff000 + 24692
4   IOSLauncher                     0x00eaf93c 0x39000 + 15165756
5   IOSLauncher                     0x00e1835a 0x39000 + 14545754
6   IOSLauncher                     0x00f0d33c 0x39000 + 15549244
7   libsystem_pthread.dylib         0x3101de64 0x3101b000 + 11876
8   libsystem_pthread.dylib         0x3101ddd6 0x3101b000 + 11734
9   libsystem_pthread.dylib         0x3101bb80 0x3101b000 + 2944

Thread 22 name:  ach_metadata
Thread 22:
0   libsystem_kernel.dylib          0x30f9eb38 0x30f8a000 + 84792
1   libsystem_pthread.dylib         0x3101d3dc 0x3101b000 + 9180
2   libsystem_pthread.dylib         0x3101e2ec 0x3101b000 + 13036
3   libc++.1.dylib                  0x30105074 0x300ff000 + 24692
4   IOSLauncher                     0x00eaf93c 0x39000 + 15165756
5   IOSLauncher                     0x00e1835a 0x39000 + 14545754
6   IOSLauncher                     0x00f0d33c 0x39000 + 15549244
7   libsystem_pthread.dylib         0x3101de64 0x3101b000 + 11876
8   libsystem_pthread.dylib         0x3101ddd6 0x3101b000 + 11734
9   libsystem_pthread.dylib         0x3101bb80 0x3101b000 + 2944

Thread 23 name:  ach_data
Thread 23:
0   libsystem_kernel.dylib          0x30f9eb38 0x30f8a000 + 84792
1   libsystem_pthread.dylib         0x3101d3dc 0x3101b000 + 9180
2   libsystem_pthread.dylib         0x3101e2ec 0x3101b000 + 13036
3   libc++.1.dylib                  0x30105074 0x300ff000 + 24692
4   IOSLauncher                     0x00eaf93c 0x39000 + 15165756
5   IOSLauncher                     0x00e1835a 0x39000 + 14545754
6   IOSLauncher                     0x00f0d33c 0x39000 + 15549244
7   libsystem_pthread.dylib         0x3101de64 0x3101b000 + 11876
8   libsystem_pthread.dylib         0x3101ddd6 0x3101b000 + 11734
9   libsystem_pthread.dylib         0x3101bb80 0x3101b000 + 2944

Thread 24 name:  app_metadata
Thread 24:
0   libsystem_kernel.dylib          0x30f9eb38 0x30f8a000 + 84792
1   libsystem_pthread.dylib         0x3101d3dc 0x3101b000 + 9180
2   libsystem_pthread.dylib         0x3101e2ec 0x3101b000 + 13036
3   libc++.1.dylib                  0x30105074 0x300ff000 + 24692
4   IOSLauncher                     0x00eaf93c 0x39000 + 15165756
5   IOSLauncher                     0x00e1835a 0x39000 + 14545754
6   IOSLauncher                     0x00f0d33c 0x39000 + 15549244
7   libsystem_pthread.dylib         0x3101de64 0x3101b000 + 11876
8   libsystem_pthread.dylib         0x3101ddd6 0x3101b000 + 11734
9   libsystem_pthread.dylib         0x3101bb80 0x3101b000 + 2944

Thread 25 name:  event_metadata
Thread 25:
0   libsystem_kernel.dylib          0x30f9eb38 0x30f8a000 + 84792
1   libsystem_pthread.dylib         0x3101d3dc 0x3101b000 + 9180
2   libsystem_pthread.dylib         0x3101e2ec 0x3101b000 + 13036
3   libc++.1.dylib                  0x30105074 0x300ff000 + 24692
4   IOSLauncher                     0x00eaf93c 0x39000 + 15165756
5   IOSLauncher                     0x00e1835a 0x39000 + 14545754
6   IOSLauncher                     0x00f0d33c 0x39000 + 15549244
7   libsystem_pthread.dylib         0x3101de64 0x3101b000 + 11876
8   libsystem_pthread.dylib         0x3101ddd6 0x3101b000 + 11734
9   libsystem_pthread.dylib         0x3101bb80 0x3101b000 + 2944

Thread 26 name:  event_data
Thread 26:
0   libsystem_kernel.dylib          0x30f9eb38 0x30f8a000 + 84792
1   libsystem_pthread.dylib         0x3101d3dc 0x3101b000 + 9180
2   libsystem_pthread.dylib         0x3101e2ec 0x3101b000 + 13036
3   libc++.1.dylib                  0x30105074 0x300ff000 + 24692
4   IOSLauncher                     0x00eaf93c 0x39000 + 15165756
5   IOSLauncher                     0x00e1835a 0x39000 + 14545754
6   IOSLauncher                     0x00f0d33c 0x39000 + 15549244
7   libsystem_pthread.dylib         0x3101de64 0x3101b000 + 11876
8   libsystem_pthread.dylib         0x3101ddd6 0x3101b000 + 11734
9   libsystem_pthread.dylib         0x3101bb80 0x3101b000 + 2944

Thread 27 name:  leaderboard
Thread 27:
0   libsystem_kernel.dylib          0x30f9eb38 0x30f8a000 + 84792
1   libsystem_pthread.dylib         0x3101d3dc 0x3101b000 + 9180
2   libsystem_pthread.dylib         0x3101e2ec 0x3101b000 + 13036
3   libc++.1.dylib                  0x30105074 0x300ff000 + 24692
4   IOSLauncher                     0x00eaf93c 0x39000 + 15165756
5   IOSLauncher                     0x00e1835a 0x39000 + 14545754
6   IOSLauncher                     0x00f0d33c 0x39000 + 15549244
7   libsystem_pthread.dylib         0x3101de64 0x3101b000 + 11876
8   libsystem_pthread.dylib         0x3101ddd6 0x3101b000 + 11734
9   libsystem_pthread.dylib         0x3101bb80 0x3101b000 + 2944

Thread 28 name:  player_network
Thread 28:
0   libsystem_kernel.dylib          0x30f9eb38 0x30f8a000 + 84792
1   libsystem_pthread.dylib         0x3101d3dc 0x3101b000 + 9180
2   libsystem_pthread.dylib         0x3101e2ec 0x3101b000 + 13036
3   libc++.1.dylib                  0x30105074 0x300ff000 + 24692
4   IOSLauncher                     0x00eaf93c 0x39000 + 15165756
5   IOSLauncher                     0x00e1835a 0x39000 + 14545754
6   IOSLauncher                     0x00f0d33c 0x39000 + 15549244
7   libsystem_pthread.dylib         0x3101de64 0x3101b000 + 11876
8   libsystem_pthread.dylib         0x3101ddd6 0x3101b000 + 11734
9   libsystem_pthread.dylib         0x3101bb80 0x3101b000 + 2944

Thread 29 name:  snap_disk
Thread 29:
0   libsystem_kernel.dylib          0x30f9eb38 0x30f8a000 + 84792
1   libsystem_pthread.dylib         0x3101d3dc 0x3101b000 + 9180
2   libsystem_pthread.dylib         0x3101e2ec 0x3101b000 + 13036
3   libc++.1.dylib                  0x30105074 0x300ff000 + 24692
4   IOSLauncher                     0x00eaf93c 0x39000 + 15165756
5   IOSLauncher                     0x00e1835a 0x39000 + 14545754
6   IOSLauncher                     0x00f0d33c 0x39000 + 15549244
7   libsystem_pthread.dylib         0x3101de64 0x3101b000 + 11876
8   libsystem_pthread.dylib         0x3101ddd6 0x3101b000 + 11734
9   libsystem_pthread.dylib         0x3101bb80 0x3101b000 + 2944

Thread 30 name:  snap_metadata
Thread 30:
0   libsystem_kernel.dylib          0x30f9eb38 0x30f8a000 + 84792
1   libsystem_pthread.dylib         0x3101d3dc 0x3101b000 + 9180
2   libsystem_pthread.dylib         0x3101e2ec 0x3101b000 + 13036
3   libc++.1.dylib                  0x30105074 0x300ff000 + 24692
4   IOSLauncher                     0x00eaf93c 0x39000 + 15165756
5   IOSLauncher                     0x00e1835a 0x39000 + 14545754
6   IOSLauncher                     0x00f0d33c 0x39000 + 15549244
7   libsystem_pthread.dylib         0x3101de64 0x3101b000 + 11876
8   libsystem_pthread.dylib         0x3101ddd6 0x3101b000 + 11734
9   libsystem_pthread.dylib         0x3101bb80 0x3101b000 + 2944

Thread 31 name:  tbmp
Thread 31:
0   libsystem_kernel.dylib          0x30f9eb38 0x30f8a000 + 84792
1   libsystem_pthread.dylib         0x3101d3dc 0x3101b000 + 9180
2   libsystem_pthread.dylib         0x3101e2ec 0x3101b000 + 13036
3   libc++.1.dylib                  0x30105074 0x300ff000 + 24692
4   IOSLauncher                     0x00eaf93c 0x39000 + 15165756
5   IOSLauncher                     0x00e1835a 0x39000 + 14545754
6   IOSLauncher                     0x00f0d33c 0x39000 + 15549244
7   libsystem_pthread.dylib         0x3101de64 0x3101b000 + 11876
8   libsystem_pthread.dylib         0x3101ddd6 0x3101b000 + 11734
9   libsystem_pthread.dylib         0x3101bb80 0x3101b000 + 2944

Thread 32 name:  rtmp
Thread 32:
0   libsystem_kernel.dylib          0x30f9eb38 0x30f8a000 + 84792
1   libsystem_pthread.dylib         0x3101d3dc 0x3101b000 + 9180
2   libsystem_pthread.dylib         0x3101e2ec 0x3101b000 + 13036
3   libc++.1.dylib                  0x30105074 0x300ff000 + 24692
4   IOSLauncher                     0x00eaf93c 0x39000 + 15165756
5   IOSLauncher                     0x00e1835a 0x39000 + 14545754
6   IOSLauncher                     0x00f0d33c 0x39000 + 15549244
7   libsystem_pthread.dylib         0x3101de64 0x3101b000 + 11876
8   libsystem_pthread.dylib         0x3101ddd6 0x3101b000 + 11734
9   libsystem_pthread.dylib         0x3101bb80 0x3101b000 + 2944

Thread 33 name:  RoomServiceStat
Thread 33:
0   libc++.1.dylib                  0x30119e46 0x300ff000 + 110150
1   libc++.1.dylib                  0x30119f3c 0x300ff000 + 110396
2   IOSLauncher                     0x00dd8780 0x39000 + 14284672
3   IOSLauncher                     0x00dd81c6 0x39000 + 14283206
4   IOSLauncher                     0x00e32954 0x39000 + 14653780
5   IOSLauncher                     0x00e325fe 0x39000 + 14652926
6   IOSLauncher                     0x00e31ecc 0x39000 + 14651084
7   IOSLauncher                     0x00e35ab4 0x39000 + 14666420
8   IOSLauncher                     0x00e1a9f8 0x39000 + 14555640
9   IOSLauncher                     0x00f11bb6 0x39000 + 15567798
10  libsystem_pthread.dylib         0x3101de64 0x3101b000 + 11876
11  libsystem_pthread.dylib         0x3101ddd6 0x3101b000 + 11734
12  libsystem_pthread.dylib         0x3101bb80 0x3101b000 + 2944

Thread 34 name:  DcmStateMachine
Thread 34:
0   libsystem_kernel.dylib          0x30f9eb38 0x30f8a000 + 84792
1   libsystem_pthread.dylib         0x3101d3dc 0x3101b000 + 9180
2   libsystem_pthread.dylib         0x3101e2ec 0x3101b000 + 13036
3   libc++.1.dylib                  0x30105074 0x300ff000 + 24692
4   IOSLauncher                     0x00e70156 0x39000 + 14905686
5   IOSLauncher                     0x00e6fef2 0x39000 + 14905074
6   IOSLauncher                     0x00e1aac2 0x39000 + 14555842
7   IOSLauncher                     0x00f11bb6 0x39000 + 15567798
8   libsystem_pthread.dylib         0x3101de64 0x3101b000 + 11876
9   libsystem_pthread.dylib         0x3101ddd6 0x3101b000 + 11734
10  libsystem_pthread.dylib         0x3101bb80 0x3101b000 + 2944

Thread 35 name:  Jingle Main
Thread 35:
0   libsystem_kernel.dylib          0x30f9f08c 0x30f8a000 + 86156
1   IOSLauncher                     0x00cdc654 0x39000 + 13252180
2   IOSLauncher                     0x00cd8fea 0x39000 + 13238250
3   IOSLauncher                     0x00cd7a54 0x39000 + 13232724
4   IOSLauncher                     0x00cd79da 0x39000 + 13232602
5   libsystem_pthread.dylib         0x3101de64 0x3101b000 + 11876
6   libsystem_pthread.dylib         0x3101ddd6 0x3101b000 + 11734
7   libsystem_pthread.dylib         0x3101bb80 0x3101b000 + 2944

Thread 19 crashed with ARM Thread State (32-bit):
    r0: 0x00000000    r1: 0x00000000      r2: 0x00000000      r3: 0x00000004
    r4: 0x00000006    r5: 0x0cb6e000      r6: 0x336c3840      r7: 0x0cb6cfa8
    r8: 0x1b06fcf0    r9: 0x74617265     r10: 0x1b0878c0     r11: 0x0cb6d6a0
    ip: 0x00000148    sp: 0x0cb6cf9c      lr: 0x3101ed13      pc: 0x30f9edfc
  cpsr: 0x00000010

Binary Images:
0x39000 - 0x161cfff IOSLauncher armv7  <961cdf7c006c37b6b034c3201a5710d8> /var/mobile/Containers/Bundle/Application/74664DA5-DE06-4DF1-86F2-562F8B713276/IOSLauncher.app/IOSLauncher
0x3e2e000 - 0x3e2efff MobileSubstrate.dylib armv6  <cf227792bbf2307cb4e9231453aa433c> /Library/MobileSubstrate/MobileSubstrate.dylib
0x3e74000 - 0x3e75fff SubstrateLoader.dylib armv6  <e6f0c76469b63c05afa34188d067f088> /Library/Frameworks/CydiaSubstrate.framework/Libraries/SubstrateLoader.dylib
0x3e98000 - 0x3e99fff 1429522515IAPCrazy372844000.dylib armv7  <af4da09b58b232b6a5986e43fa87287c> /Library/MobileSubstrate/DynamicLibraries/1429522515IAPCrazy372844000.dylib
0x3e9c000 - 0x3e9efff librocketbootstrap.dylib armv7  <e7a46cc4317c3f9db3558faddc0df156> /usr/lib/librocketbootstrap.dylib
0x3ea2000 - 0x3ea5fff CydiaSubstrate armv7  <4ff1188b003a3544803dbbf25513e373> /Library/Frameworks/CydiaSubstrate.framework/CydiaSubstrate
0x3f44000 - 0x3fa3fff AdBlocker.dylib armv7  <6d70f25aade03c18899d483408a92270> /Library/MobileSubstrate/DynamicLibraries/AdBlocker.dylib
0x3fbe000 - 0x3fd0fff WinterBoard.dylib armv6  <2bd25677af793e18b19cf8cb942b8810> /Library/MobileSubstrate/DynamicLibraries/WinterBoard.dylib
0x3fd7000 - 0x3fe0fff libstatusbar.dylib armv6  <4b7c1ad91ad93828b2f69ca27fbb0541> /Library/MobileSubstrate/DynamicLibraries/libstatusbar.dylib
0x5b4c000 - 0x5c39fff 1429823758870736.tmp armv7  <6d1d1df0dd24329bbccc3f8e12fafa19> /private/var/mobile/Containers/Data/Application/2F25FBB1-B1F2-4125-A10D-CDE025243CDD/tmp/1429823758870736.tmp
0x1fe09000 - 0x1fe2cfff dyld armv7  <e028f6f2da303746a3b743f3aa9d6f79> /usr/lib/dyld
0x21792000 - 0x218a6fff IMGSGX543GLDriver armv7  <ce9ea59072123316916354bec40c6dd6> /System/Library/Extensions/IMGSGX543GLDriver.bundle/IMGSGX543GLDriver
0x218b2000 - 0x21a1efff AVFoundation armv7  <3e13d2b9a2d13ce6a5e8b30652ccdd2a> /System/Library/Frameworks/AVFoundation.framework/AVFoundation
0x21a1f000 - 0x21a7dfff libAVFAudio.dylib armv7  <ca82083ada963023985d0530ff53776d> /System/Library/Frameworks/AVFoundation.framework/libAVFAudio.dylib
0x21ab8000 - 0x21ab8fff Accelerate armv7  <79b84eb74f0234e4ac81d7c906641804> /System/Library/Frameworks/Accelerate.framework/Accelerate
0x21ac9000 - 0x21ce2fff vImage armv7  <5ec259488c033a4f98b0f28ee14ecfc1> /System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/vImage
0x21ce3000 - 0x21dc0fff libBLAS.dylib armv7  <e5395e7ee45e353498dcb4e956bcf272> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libBLAS.dylib
0x21dc1000 - 0x22084fff libLAPACK.dylib armv7  <689f4395215e3cef8bafa5f21e288cfe> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLAPACK.dylib
0x22085000 - 0x22097fff libLinearAlgebra.dylib armv7  <b86c17150d2133b8baea239d17df5e28> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLinearAlgebra.dylib
0x22098000 - 0x2210cfff libvDSP.dylib armv7  <bc358a699c2132a09e9150cfc2db34bb> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvDSP.dylib
0x2210d000 - 0x2211efff libvMisc.dylib armv7  <565f1fdc35f436219a758de47022e34c> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvMisc.dylib
0x2211f000 - 0x2211ffff vecLib armv7  <f4dbfd05244f30b2905a5dbf06f15fc8> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/vecLib
0x22120000 - 0x22146fff Accounts armv7  <134b9fe391fc3ee49d1ba11a022a416d> /System/Library/Frameworks/Accounts.framework/Accounts
0x22147000 - 0x22147fff AdSupport armv7  <6a9e6e524165303bb74dd97863258ff0> /System/Library/Frameworks/AdSupport.framework/AdSupport
0x22148000 - 0x221b8fff AddressBook armv7  <c1cc3f1f1bf13875aa0199b60829048c> /System/Library/Frameworks/AddressBook.framework/AddressBook
0x221b9000 - 0x222ddfff AddressBookUI armv7  <b196db085d073e0c855f798bcb9c3820> /System/Library/Frameworks/AddressBookUI.framework/AddressBookUI
0x222de000 - 0x222f0fff AssetsLibrary armv7  <4b99b898c23838b18067861bf1632f91> /System/Library/Frameworks/AssetsLibrary.framework/AssetsLibrary
0x22474000 - 0x226e5fff AudioToolbox armv7  <a9cf66a97d1636ed8ed3eb4fb2b0fd69> /System/Library/Frameworks/AudioToolbox.framework/AudioToolbox
0x2284d000 - 0x229d5fff CFNetwork armv7  <3bedb71907f23fed9fa2ece15da815e1> /System/Library/Frameworks/CFNetwork.framework/CFNetwork
0x229d6000 - 0x22a57fff CloudKit armv7  <5408225e99ad322ea51ede79fefe2f8b> /System/Library/Frameworks/CloudKit.framework/CloudKit
0x22a58000 - 0x22ab6fff CoreAudio armv7  <77c81b98ce5f30bfbc15fe04871f334c> /System/Library/Frameworks/CoreAudio.framework/CoreAudio
0x22ad1000 - 0x22aeefff CoreBluetooth armv7  <38ef2bf52cfe3f148b09e6554d5ca87c> /System/Library/Frameworks/CoreBluetooth.framework/CoreBluetooth
0x22aef000 - 0x22cfafff CoreData armv7  <cb6a3ecb19ef348c8cdd778f18ed5cbe> /System/Library/Frameworks/CoreData.framework/CoreData
0x22cfb000 - 0x2302afff CoreFoundation armv7  <874d5e6eaf8f386588748eea1bf23e79> /System/Library/Frameworks/CoreFoundation.framework/CoreFoundation
0x2302b000 - 0x23154fff CoreGraphics armv7  <f3d81a675d71319da92854b9bf022b7e> /System/Library/Frameworks/CoreGraphics.framework/CoreGraphics
0x23194000 - 0x23196fff libCGXType.A.dylib armv7  <4c604b9853523134ae5bd1cc2723d40b> /System/Library/Frameworks/CoreGraphics.framework/Resources/libCGXType.A.dylib
0x23197000 - 0x231a1fff libCMSBuiltin.A.dylib armv7  <21b189f1221a35a293851586208f3a55> /System/Library/Frameworks/CoreGraphics.framework/Resources/libCMSBuiltin.A.dylib
0x23389000 - 0x233a4fff libRIP.A.dylib armv7  <408b014e9d3c358b887cf673643ba913> /System/Library/Frameworks/CoreGraphics.framework/Resources/libRIP.A.dylib
0x233a5000 - 0x234b6fff CoreImage armv7  <997b9cd9c612337db658372eab3ab6fd> /System/Library/Frameworks/CoreImage.framework/CoreImage
0x234b7000 - 0x2350efff CoreLocation armv7  <7493a33b9d983ff19b7b72b5807cf25f> /System/Library/Frameworks/CoreLocation.framework/CoreLocation
0x23540000 - 0x235dafff CoreMedia armv7  <dd4491324c28376a82f7caefc326484e> /System/Library/Frameworks/CoreMedia.framework/CoreMedia
0x235db000 - 0x2369afff CoreMotion armv7  <69fc9c0a1ed7366d9bbeb2581a5ede6b> /System/Library/Frameworks/CoreMotion.framework/CoreMotion
0x2369b000 - 0x236f9fff CoreTelephony armv7  <c9e10c8b8d443e929b4f02fcdbd46dbb> /System/Library/Frameworks/CoreTelephony.framework/CoreTelephony
0x236fa000 - 0x237c1fff CoreText armv7  <17dc20b2359d31b4bbcee9a01596c680> /System/Library/Frameworks/CoreText.framework/CoreText
0x237c2000 - 0x237d7fff CoreVideo armv7  <1d59c14bdead37ab975da3b21f010ebb> /System/Library/Frameworks/CoreVideo.framework/CoreVideo
0x237d8000 - 0x238cdfff EventKit armv7  <f7b1aae5a27038bfa8eb2089b143a4a0> /System/Library/Frameworks/EventKit.framework/EventKit
0x238ce000 - 0x23a2ffff EventKitUI armv7  <22c7fc5b2c9e3841b8824d8ed647acf1> /System/Library/Frameworks/EventKitUI.framework/EventKitUI
0x23a44000 - 0x23c46fff Foundation armv7  <56ef2e09ae9b316f9ed82344f3471b2e> /System/Library/Frameworks/Foundation.framework/Foundation
0x23c47000 - 0x23c72fff GLKit armv7  <e5a373d376073bdf853d856313a0889e> /System/Library/Frameworks/GLKit.framework/GLKit
0x23c73000 - 0x23c92fff GSS armv7  <d533358bb257318b9f507c72d52118a8> /System/Library/Frameworks/GSS.framework/GSS
0x23d27000 - 0x23d7dfff IOKit armv7  <128d9396fe493ab9a22f245264d5327b> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x23d7e000 - 0x23fc0fff ImageIO armv7  <e3564eafb6463d04bd165eaab4a818e4> /System/Library/Frameworks/ImageIO.framework/ImageIO
0x23fc1000 - 0x2430afff JavaScriptCore armv7  <fa3211d4594135649426d3b99ae53f74> /System/Library/Frameworks/JavaScriptCore.framework/JavaScriptCore
0x245e3000 - 0x245ebfff MediaAccessibility armv7  <4d99470cce0f3a2fa93ada24c5125ff1> /System/Library/Frameworks/MediaAccessibility.framework/MediaAccessibility
0x245ec000 - 0x247c5fff MediaPlayer armv7  <b92131828e64387b942db61e033912fd> /System/Library/Frameworks/MediaPlayer.framework/MediaPlayer
0x247c6000 - 0x24b40fff MediaToolbox armv7  <e3a432bc8d8b34be933fcd04380b8c02> /System/Library/Frameworks/MediaToolbox.framework/MediaToolbox
0x24b41000 - 0x24bfffff MessageUI armv7  <59024b6478f53a13a1b7c16682f3b0ee> /System/Library/Frameworks/MessageUI.framework/MessageUI
0x24c00000 - 0x24c6cfff Metal armv7  <8b3ea94103ec31bdbfe2a537d068dffb> /System/Library/Frameworks/Metal.framework/Metal
0x24c6d000 - 0x24cfdfff MobileCoreServices armv7  <94f9a4e5ae0f3fcfb627db2b96dc7134> /System/Library/Frameworks/MobileCoreServices.framework/MobileCoreServices
0x24df2000 - 0x24e23fff OpenAL armv7  <502c023b1f5538f692c89fc0b2482439> /System/Library/Frameworks/OpenAL.framework/OpenAL
0x256f0000 - 0x257c7fff GLEngine armv7  <7730990ab0343079b95d696233977725> /System/Library/Frameworks/OpenGLES.framework/GLEngine.bundle/GLEngine
0x257c8000 - 0x257d0fff OpenGLES armv7  <5fd5717d524735c489b33aef0162c82f> /System/Library/Frameworks/OpenGLES.framework/OpenGLES
0x257d2000 - 0x257d2fff libCVMSPluginSupport.dylib armv7  <4aeddc62331d30adb955af134ec16a97> /System/Library/Frameworks/OpenGLES.framework/libCVMSPluginSupport.dylib
0x257d3000 - 0x257d5fff libCoreFSCache.dylib armv7  <387bf7c1911a3e749f83037d6655a0e9> /System/Library/Frameworks/OpenGLES.framework/libCoreFSCache.dylib
0x257d6000 - 0x257d9fff libCoreVMClient.dylib armv7  <9ac8ebec447238cab588905e8173abec> /System/Library/Frameworks/OpenGLES.framework/libCoreVMClient.dylib
0x257da000 - 0x257e2fff libGFXShared.dylib armv7  <8f22b5c2469036ca896d9dd6fa090e1f> /System/Library/Frameworks/OpenGLES.framework/libGFXShared.dylib
0x257e3000 - 0x25822fff libGLImage.dylib armv7  <f1249f0605623095b35b95f048d6b00f> /System/Library/Frameworks/OpenGLES.framework/libGLImage.dylib
0x25823000 - 0x2595dfff libGLProgrammability.dylib armv7  <5fb39a58285c3ab7895f6018948f380f> /System/Library/Frameworks/OpenGLES.framework/libGLProgrammability.dylib
0x25cc3000 - 0x25e14fff QuartzCore armv7  <d13e0f6b71c23eb19871b68e3a3d32e4> /System/Library/Frameworks/QuartzCore.framework/QuartzCore
0x25e15000 - 0x25e68fff QuickLook armv7  <f4912227e3d53999a7620956aa794781> /System/Library/Frameworks/QuickLook.framework/QuickLook
0x26055000 - 0x26095fff Security armv7  <47d7d32da10435c88bda1ab679f2b756> /System/Library/Frameworks/Security.framework/Security
0x26096000 - 0x2610efff Social armv7  <6d1557478edd30e59ab4d1726172fcc8> /System/Library/Frameworks/Social.framework/Social
0x26223000 - 0x26238fff StoreKit armv7  <6b14ff8a82a73f88b4381e3fdd37b342> /System/Library/Frameworks/StoreKit.framework/StoreKit
0x26239000 - 0x26295fff SystemConfiguration armv7  <ffe3e804e7bf3af1886c180949b71dc2> /System/Library/Frameworks/SystemConfiguration.framework/SystemConfiguration
0x26298000 - 0x26b3afff UIKit armv7  <bd715708301933568875568870c35906> /System/Library/Frameworks/UIKit.framework/UIKit
0x26b3b000 - 0x26ba2fff VideoToolbox armv7  <85acd014b766351d84815417397fe67f> /System/Library/Frameworks/VideoToolbox.framework/VideoToolbox
0x26ba3000 - 0x26d87fff WebKit armv7  <9236bb2a21863a5e860ee9a394b7f8c1> /System/Library/Frameworks/WebKit.framework/WebKit
0x27083000 - 0x2708efff AOSNotification armv7  <0058b3278d033878b1a6c75af3f587d1> /System/Library/PrivateFrameworks/AOSNotification.framework/AOSNotification
0x271e3000 - 0x2722ffff AccountsDaemon armv7  <48ae1d7e18bf32809018ed52bbf8d738> /System/Library/PrivateFrameworks/AccountsDaemon.framework/AccountsDaemon
0x27230000 - 0x27251fff AccountsUI armv7  <6874dc925cd13bdf9246b9a1ab5933b3> /System/Library/PrivateFrameworks/AccountsUI.framework/AccountsUI
0x27252000 - 0x27256fff AggregateDictionary armv7  <f4d6a9cda6553fc597fb89116907b817> /System/Library/PrivateFrameworks/AggregateDictionary.framework/AggregateDictionary
0x2741c000 - 0x27446fff AirPlaySupport armv7  <3bfee7bc51303e37b5ff1141f61e135f> /System/Library/PrivateFrameworks/AirPlaySupport.framework/AirPlaySupport
0x2763f000 - 0x27681fff AppSupport armv7  <d14af435548f3ee79635523145e3a035> /System/Library/PrivateFrameworks/AppSupport.framework/AppSupport
0x27682000 - 0x276c9fff AppleAccount armv7  <b4ad4f621515315da3e913f310e663ef> /System/Library/PrivateFrameworks/AppleAccount.framework/AppleAccount
0x277b1000 - 0x277eefff AppleJPEG armv7  <2e7ce29b9d7e338aaf58ec054abe1ef7> /System/Library/PrivateFrameworks/AppleJPEG.framework/AppleJPEG
0x277f9000 - 0x2780bfff ApplePushService armv7  <d87e982603a9391fab3742915456e539> /System/Library/PrivateFrameworks/ApplePushService.framework/ApplePushService
0x2780c000 - 0x27812fff AppleSRP armv7  <c320a73d635938c4998bcf2ec77997e4> /System/Library/PrivateFrameworks/AppleSRP.framework/AppleSRP
0x27847000 - 0x27850fff AssertionServices armv7  <a49b2bbace4239109cee223d1bdc87c9> /System/Library/PrivateFrameworks/AssertionServices.framework/AssertionServices
0x27851000 - 0x27869fff AssetsLibraryServices armv7  <0b5fc76b94103173bf4118143cbf879f> /System/Library/PrivateFrameworks/AssetsLibraryServices.framework/AssetsLibraryServices
0x2786a000 - 0x2788efff AssistantServices armv7  <7fb1917be0423872b7af8419fbd5971b> /System/Library/PrivateFrameworks/AssistantServices.framework/AssistantServices
0x278be000 - 0x278c2fff BTLEAudioController armv7  <5348e569a1863cd2acb458ef3c238df6> /System/Library/PrivateFrameworks/BTLEAudioController.framework/BTLEAudioController
0x278c3000 - 0x278dafff BackBoardServices armv7  <3952119c87ba3c8581779811f16569d9> /System/Library/PrivateFrameworks/BackBoardServices.framework/BackBoardServices
0x278dd000 - 0x27912fff BaseBoard armv7  <33e55e2e61bd392d83e990f2db062c92> /System/Library/PrivateFrameworks/BaseBoard.framework/BaseBoard
0x27913000 - 0x27919fff BluetoothManager armv7  <14d3ed516b9c385d9327b97503de0967> /System/Library/PrivateFrameworks/BluetoothManager.framework/BluetoothManager
0x2791a000 - 0x27940fff Bom armv7  <7f17c88103a037c484afb3405787db58> /System/Library/PrivateFrameworks/Bom.framework/Bom
0x279bf000 - 0x279c6fff CacheDelete armv7  <16c959d761d63a6b9faef60faf2f4434> /System/Library/PrivateFrameworks/CacheDelete.framework/CacheDelete
0x27a0b000 - 0x27a34fff CalendarFoundation armv7  <f7ec9adede723df39fe46cd94d1dfa16> /System/Library/PrivateFrameworks/CalendarFoundation.framework/CalendarFoundation
0x27a35000 - 0x27a4efff CalendarUIKit armv7  <12f6afa8f12b3ef8a6e88444089a8475> /System/Library/PrivateFrameworks/CalendarUIKit.framework/CalendarUIKit
0x27b42000 - 0x27b4afff CaptiveNetwork armv7  <60b0278123383390a4b1adf28561d887> /System/Library/PrivateFrameworks/CaptiveNetwork.framework/CaptiveNetwork
0x27b4b000 - 0x27c6dfff Celestial armv7  <e9c754cb3e333c11b212b8b997bcdeae> /System/Library/PrivateFrameworks/Celestial.framework/Celestial
0x27c7b000 - 0x27c93fff CertInfo armv7  <557f4b7831743819bfb28afae51992c3> /System/Library/PrivateFrameworks/CertInfo.framework/CertInfo
0x27c94000 - 0x27c99fff CertUI armv7  <cda24a7e63023084b1ab8bec476b3d57> /System/Library/PrivateFrameworks/CertUI.framework/CertUI
0x27dc4000 - 0x27de5fff ChunkingLibrary armv7  <9e947c5103b6365c9795dee24263cec1> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/ChunkingLibrary
0x28193000 - 0x2823efff CloudPhotoLibrary armv7  <543dd7ee012c3bd5881d044438cb36df> /System/Library/PrivateFrameworks/CloudPhotoLibrary.framework/CloudPhotoLibrary
0x2828f000 - 0x28291fff CommonAuth armv7  <b84b2b2966a83bfe95779cda3fbde0b5> /System/Library/PrivateFrameworks/CommonAuth.framework/CommonAuth
0x28292000 - 0x282a2fff CommonUtilities armv7  <32770dfa1acd380da2687854518aa141> /System/Library/PrivateFrameworks/CommonUtilities.framework/CommonUtilities
0x282a3000 - 0x282a7fff CommunicationsFilter armv7  <48cd97a90fe235809677403a1fadb47b> /System/Library/PrivateFrameworks/CommunicationsFilter.framework/CommunicationsFilter
0x28318000 - 0x2831cfff ConstantClasses armv7  <8ecd06c7839c3e538b5b20bdc52da65f> /System/Library/PrivateFrameworks/ConstantClasses.framework/ConstantClasses
0x2831d000 - 0x28355fff ContentIndex armv7  <212f96cfdf5d3c6680f33a7754aabaff> /System/Library/PrivateFrameworks/ContentIndex.framework/ContentIndex
0x28356000 - 0x28359fff CoreAUC armv7  <33d2af2dbb6b3708ae007bcb8d072a73> /System/Library/PrivateFrameworks/CoreAUC.framework/CoreAUC
0x2837e000 - 0x283d2fff CoreDAV armv7  <7e7b04dada943f5ba23550236b38cfa7> /System/Library/PrivateFrameworks/CoreDAV.framework/CoreDAV
0x283d3000 - 0x283ecfff CoreDuet armv7  <1f8ef623dbbc3b9081e17138af60fea1> /System/Library/PrivateFrameworks/CoreDuet.framework/CoreDuet
0x283f1000 - 0x28400fff CoreDuetDaemonProtocol armv7  <9d71debf6b6b3904a228b2c0f4f24247> /System/Library/PrivateFrameworks/CoreDuetDaemonProtocol.framework/CoreDuetDaemonProtocol
0x28407000 - 0x28409fff CoreDuetDebugLogging armv7  <f883285c891b33e0af97bb661cd655c3> /System/Library/PrivateFrameworks/CoreDuetDebugLogging.framework/CoreDuetDebugLogging
0x28557000 - 0x28657fff CoreMediaStream armv7  <9bb20dd8c6873794a508d660cde4e6cf> /System/Library/PrivateFrameworks/CoreMediaStream.framework/CoreMediaStream
0x28658000 - 0x286f3fff CorePDF armv7  <518382e78bb235018d1dd8a2ce8185f0> /System/Library/PrivateFrameworks/CorePDF.framework/CorePDF
0x28754000 - 0x2875efff CoreRecents armv7  <fb0db517ef2c3df5a4401cfea8a0171c> /System/Library/PrivateFrameworks/CoreRecents.framework/CoreRecents
0x287d6000 - 0x287f4fff CoreServicesInternal armv7  <460c9c860e7c3b57babb8f72c019ed4e> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/CoreServicesInternal
0x289f2000 - 0x28a72fff CoreUI armv7  <49dabd90f5fc3829a2b38cb740574ccf> /System/Library/PrivateFrameworks/CoreUI.framework/CoreUI
0x28a73000 - 0x28adcfff CoreUtils armv7  <5c6b6c1e7e1330a887d84ec789a819e0> /System/Library/PrivateFrameworks/CoreUtils.framework/CoreUtils
0x28add000 - 0x28ae2fff CrashReporterSupport armv7  <db76db0b27993dd6a350f4b9906da07b> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/CrashReporterSupport
0x28ae3000 - 0x28ae9fff DAAPKit armv7  <024d0ed467ca3f35b05e31e35c81e4a1> /System/Library/PrivateFrameworks/DAAPKit.framework/DAAPKit
0x28aea000 - 0x28af4fff DCIMServices armv7  <8f18cb74edb131678e64d1ac14cdfe46> /System/Library/PrivateFrameworks/DCIMServices.framework/DCIMServices
0x28af5000 - 0x28b3afff DataAccess armv7  <6ade4b898da034e79943063edd83ad65> /System/Library/PrivateFrameworks/DataAccess.framework/DataAccess
0x28d2c000 - 0x28d4dfff DataAccessExpress armv7  <8cbe266570923e8d9f8497104311ca76> /System/Library/PrivateFrameworks/DataAccessExpress.framework/DataAccessExpress
0x28d8c000 - 0x28d92fff DataMigration armv7  <8b69f877dac03e8887a8f5ad729204da> /System/Library/PrivateFrameworks/DataMigration.framework/DataMigration
0x28d9c000 - 0x28d9dfff DiagnosticLogCollection armv7  <6cf05dfb8bc03f3ab10331833e57fa5b> /System/Library/PrivateFrameworks/DiagnosticLogCollection.framework/DiagnosticLogCollection
0x28d9e000 - 0x28db8fff DictionaryServices armv7  <5bc83c2a05a13a32a34c1bf78c4e2cde> /System/Library/PrivateFrameworks/DictionaryServices.framework/DictionaryServices
0x28dd7000 - 0x28df6fff EAP8021X armv7  <08c6ce5ecb4d31e892c4e94590b32aa9> /System/Library/PrivateFrameworks/EAP8021X.framework/EAP8021X
0x28ef5000 - 0x28ef7fff FTClientServices armv7  <5fa3891f80773f08b8f79ad985eb3b49> /System/Library/PrivateFrameworks/FTClientServices.framework/FTClientServices
0x28ef8000 - 0x28f28fff FTServices armv7  <d17281a56f8d3575913152deae8d8e7a> /System/Library/PrivateFrameworks/FTServices.framework/FTServices
0x28f29000 - 0x2934cfff FaceCore armv7  <4cb3244c9c313638b75c3e035a47df5d> /System/Library/PrivateFrameworks/FaceCore.framework/FaceCore
0x29371000 - 0x29371fff FontServices armv7  <4e2379ef6f81337c8e1d2c4ec8c588df> /System/Library/PrivateFrameworks/FontServices.framework/FontServices
0x29372000 - 0x29446fff libFontParser.dylib armv7  <fddf6712351d3bb9b5d4d1bc34bf57e2> /System/Library/PrivateFrameworks/FontServices.framework/libFontParser.dylib
0x29447000 - 0x29453fff libGSFontCache.dylib armv7  <662288173dfb30e1bbe1fff6b0dc5cff> /System/Library/PrivateFrameworks/FontServices.framework/libGSFontCache.dylib
0x29536000 - 0x29551fff FrontBoardServices armv7  <cbac6a6d32a83a9c816f85a01161a2f8> /System/Library/PrivateFrameworks/FrontBoardServices.framework/FrontBoardServices
0x29ab7000 - 0x29abefff libGPUSupportMercury.dylib armv7  <3fae106e634c3989aad7d297ed7b3db4> /System/Library/PrivateFrameworks/GPUSupport.framework/libGPUSupportMercury.dylib
0x29e36000 - 0x29e4cfff GenerationalStorage armv7  <3f77bd8594fe3e2d891c725b1fdb2bac> /System/Library/PrivateFrameworks/GenerationalStorage.framework/GenerationalStorage
0x29e4d000 - 0x2a0bafff GeoServices armv7  <e1c161192088392abf2cf032a5b33f36> /System/Library/PrivateFrameworks/GeoServices.framework/GeoServices
0x2a0bb000 - 0x2a0cbfff GraphicsServices armv7  <224964ed8efa3333b0054cf79e716a2b> /System/Library/PrivateFrameworks/GraphicsServices.framework/GraphicsServices
0x2a16d000 - 0x2a1bcfff Heimdal armv7  <081f0416b1c5389b8e0b255429e46c1d> /System/Library/PrivateFrameworks/Heimdal.framework/Heimdal
0x2a252000 - 0x2a2d1fff HomeSharing armv7  <0cf72b1a521d33aa844b5077338dfb7d> /System/Library/PrivateFrameworks/HomeSharing.framework/HomeSharing
0x2a330000 - 0x2a386fff IDS armv7  <d680abcc1e953b21aae6500bafc651d7> /System/Library/PrivateFrameworks/IDS.framework/IDS
0x2a387000 - 0x2a3a9fff IDSFoundation armv7  <cd6f6024256930e9a0ad6439453b452c> /System/Library/PrivateFrameworks/IDSFoundation.framework/IDSFoundation
0x2a411000 - 0x2a4c0fff IMCore armv7  <90ddf2086d29355d804c95ebc3ac8d02> /System/Library/PrivateFrameworks/IMCore.framework/IMCore
0x2a55a000 - 0x2a5befff IMFoundation armv7  <64ac97291a233018832a817ef38ba656> /System/Library/PrivateFrameworks/IMFoundation.framework/IMFoundation
0x2a5c6000 - 0x2a5c9fff IOAccelerator armv7  <f00aa309007d322397e526b85dcee9f6> /System/Library/PrivateFrameworks/IOAccelerator.framework/IOAccelerator
0x2a5cc000 - 0x2a5d2fff IOMobileFramebuffer armv7  <45bd6cd1bd0f301c8d0a7067363271c5> /System/Library/PrivateFrameworks/IOMobileFramebuffer.framework/IOMobileFramebuffer
0x2a5d3000 - 0x2a5d8fff IOSurface armv7  <574736e1aa7535ab84270c7c858e5188> /System/Library/PrivateFrameworks/IOSurface.framework/IOSurface
0x2a5d9000 - 0x2a5dafff IOSurfaceAccelerator armv7  <c2f81e1c21df341d8f3114bf07ddd7b9> /System/Library/PrivateFrameworks/IOSurfaceAccelerator.framework/IOSurfaceAccelerator
0x2a676000 - 0x2a67cfff IntlPreferences armv7  <d3b4b32b2ffe36df8edf25b60c6dfb40> /System/Library/PrivateFrameworks/IntlPreferences.framework/IntlPreferences
0x2a67d000 - 0x2a6b3fff LanguageModeling armv7  <f65ffb925c3b3d66bd52a73bb06bf950> /System/Library/PrivateFrameworks/LanguageModeling.framework/LanguageModeling
0x2a6ef000 - 0x2a72bfff MIME armv7  <6034dae451c43110ab394629dbd552e0> /System/Library/PrivateFrameworks/MIME.framework/MIME
0x2a72c000 - 0x2a786fff MMCS armv7  <d786d9c1425a38d6b45e680c6ab80e04> /System/Library/PrivateFrameworks/MMCS.framework/MMCS
0x2a7cf000 - 0x2a7dbfff MailServices armv7  <8e0d72f2510e38f689371d3dcf5ed0d2> /System/Library/PrivateFrameworks/MailServices.framework/MailServices
0x2a80f000 - 0x2a8affff ManagedConfiguration armv7  <93334cccaa793e408e1627d948d3889b> /System/Library/PrivateFrameworks/ManagedConfiguration.framework/ManagedConfiguration
0x2a8b9000 - 0x2a8bafff Marco armv7  <53094cd88ce0335fbb7785bd105324fe> /System/Library/PrivateFrameworks/Marco.framework/Marco
0x2a8bb000 - 0x2a932fff MediaControlSender armv7  <f7e078094413382f85024e50caefd010> /System/Library/PrivateFrameworks/MediaControlSender.framework/MediaControlSender
0x2a9d1000 - 0x2a9e3fff MediaRemote armv7  <e8ade53696193d198cb55e33876b2bed> /System/Library/PrivateFrameworks/MediaRemote.framework/MediaRemote
0x2a9e4000 - 0x2a9f3fff MediaServices armv7  <4123257e5b893d0f8079656d7c063b10> /System/Library/PrivateFrameworks/MediaServices.framework/MediaServices
0x2a9f4000 - 0x2aa0cfff MediaStream armv7  <eaf74c11a14a3dedb8df6bfc5c30bb4a> /System/Library/PrivateFrameworks/MediaStream.framework/MediaStream
0x2aa71000 - 0x2ab4ffff Message armv7  <ba131644ebe531c197e7633c7931a1ab> /System/Library/PrivateFrameworks/Message.framework/Message
0x2ab55000 - 0x2ab57fff MessageSupport armv7  <56bbf6d2fc7d330f854dab1f6aa80efe> /System/Library/PrivateFrameworks/MessageSupport.framework/MessageSupport
0x2ab69000 - 0x2ab76fff MobileAsset armv7  <1481506887163a6fb0def2fe3a063148> /System/Library/PrivateFrameworks/MobileAsset.framework/MobileAsset
0x2ab9d000 - 0x2aba6fff MobileBluetooth armv7  <b8c23903eb513eb7946e16a9d9652801> /System/Library/PrivateFrameworks/MobileBluetooth.framework/MobileBluetooth
0x2abc2000 - 0x2abc9fff MobileIcons armv7  <9ae48b9500b4330b8756df324494da2f> /System/Library/PrivateFrameworks/MobileIcons.framework/MobileIcons
0x2abca000 - 0x2abd1fff MobileInstallation armv7  <13f848d7495e3ac19e1329b20aaf521a> /System/Library/PrivateFrameworks/MobileInstallation.framework/MobileInstallation
0x2abd2000 - 0x2abdefff MobileKeyBag armv7  <b2c05dc6ee7b3ee59e3ff5da6ef2a183> /System/Library/PrivateFrameworks/MobileKeyBag.framework/MobileKeyBag
0x2ac0b000 - 0x2ac0efff MobileSystemServices armv7  <3c1f89fa7e613528bf9489a7a3a1457b> /System/Library/PrivateFrameworks/MobileSystemServices.framework/MobileSystemServices
0x2ac30000 - 0x2ac3dfff MobileWiFi armv7  <4e731464a31d3c2a9aa94c0b45d52045> /System/Library/PrivateFrameworks/MobileWiFi.framework/MobileWiFi
0x2ac7c000 - 0x2ae1bfff MusicLibrary armv7  <6076ca550a49380392806971c8bb6dcc> /System/Library/PrivateFrameworks/MusicLibrary.framework/MusicLibrary
0x2aeb5000 - 0x2aebafff Netrb armv7  <074590436e5b35cd97b9993ead095d22> /System/Library/PrivateFrameworks/Netrb.framework/Netrb
0x2aebb000 - 0x2aec1fff NetworkStatistics armv7  <a7f9668047363799949464bff9fa2f09> /System/Library/PrivateFrameworks/NetworkStatistics.framework/NetworkStatistics
0x2aec2000 - 0x2aedffff Notes armv7  <45274e58778c3b1c94f556830e51b4a3> /System/Library/PrivateFrameworks/Notes.framework/Notes
0x2aee5000 - 0x2aee7fff OAuth armv7  <949fdcebc2cb37938b6a6726763c3918> /System/Library/PrivateFrameworks/OAuth.framework/OAuth
0x2b63f000 - 0x2b67bfff OpenCL armv7  <2476013a84073dd396cf58daa40ed766> /System/Library/PrivateFrameworks/OpenCL.framework/OpenCL
0x2b76c000 - 0x2b793fff PersistentConnection armv7  <7849f2df76ac309ab8ceef2898cb2a11> /System/Library/PrivateFrameworks/PersistentConnection.framework/PersistentConnection
0x2b8fd000 - 0x2bb68fff PhotoLibraryServices armv7  <4ecb52a2744f3562877f59cad30203ce> /System/Library/PrivateFrameworks/PhotoLibraryServices.framework/PhotoLibraryServices
0x2bb69000 - 0x2bb72fff PhotosFormats armv7  <5daec8e2716439d5be3ada908eeffa60> /System/Library/PrivateFrameworks/PhotosFormats.framework/PhotosFormats
0x2bb73000 - 0x2bbbdfff PhysicsKit armv7  <4cfad2d9c9df3a26bd804f4521543a75> /System/Library/PrivateFrameworks/PhysicsKit.framework/PhysicsKit
0x2bbbe000 - 0x2bbd4fff PlugInKit armv7  <1df308c780c13f1eae89f6826ec17fdb> /System/Library/PrivateFrameworks/PlugInKit.framework/PlugInKit
0x2bbd5000 - 0x2bbdcfff PowerLog armv7  <fb42d57df96130b8ae790ff99e2551a9> /System/Library/PrivateFrameworks/PowerLog.framework/PowerLog
0x2bdda000 - 0x2be82fff Preferences armv7  <cfd757f6082f31908dfd886f6b384ac0> /System/Library/PrivateFrameworks/Preferences.framework/Preferences
0x2be83000 - 0x2bec0fff PrintKit armv7  <9a83e4e4ddb1323eb762e220424f56c3> /System/Library/PrivateFrameworks/PrintKit.framework/PrintKit
0x2bec5000 - 0x2bf59fff ProofReader armv7  <290ed02d482e3acaa5443ac0811ed415> /System/Library/PrivateFrameworks/ProofReader.framework/ProofReader
0x2bf5a000 - 0x2bf69fff ProtectedCloudStorage armv7  <34af50670d0933cd9d5d70809fbe589e> /System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/ProtectedCloudStorage
0x2bf6a000 - 0x2bf76fff ProtocolBuffer armv7  <c6b7a055e72a3f79b3ee1824b8f0460a> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/ProtocolBuffer
0x2bfa9000 - 0x2c017fff Quagga armv7  <26e44b0355bd324eb346080d10ea6150> /System/Library/PrivateFrameworks/Quagga.framework/Quagga
0x2c22a000 - 0x2c2b6fff SAObjects armv7  <047fba39f0443d1281f43a597b9685ff> /System/Library/PrivateFrameworks/SAObjects.framework/SAObjects
0x2c3e4000 - 0x2c3fefff SpringBoardServices armv7  <178517c3a9413f0c80a2eba476273d3d> /System/Library/PrivateFrameworks/SpringBoardServices.framework/SpringBoardServices
0x2c76a000 - 0x2c882fff StoreServices armv7  <6f3c1a6314d03956a6221993c044f0ec> /System/Library/PrivateFrameworks/StoreServices.framework/StoreServices
0x2c954000 - 0x2c956fff TCC armv7  <4dee497812173f638d8a930e2fc38e81> /System/Library/PrivateFrameworks/TCC.framework/TCC
0x2c99d000 - 0x2c9dafff TelephonyUtilities armv7  <7a990b1d16663f928aef7a1641ab0f31> /System/Library/PrivateFrameworks/TelephonyUtilities.framework/TelephonyUtilities
0x2d88a000 - 0x2d8b2fff TextInput armv7  <57eecb2b33da3510a22701adae4fdf43> /System/Library/PrivateFrameworks/TextInput.framework/TextInput
0x2d965000 - 0x2da25fff UIFoundation armv7  <5492d9b56862324e8f4648ba374d99be> /System/Library/PrivateFrameworks/UIFoundation.framework/UIFoundation
0x2da47000 - 0x2da4afff UserFS armv7  <22f60007f8813d31b7321159810d967a> /System/Library/PrivateFrameworks/UserFS.framework/UserFS
0x2e1c3000 - 0x2e1e1fff VoiceServices armv7  <90babff89f8c3632bf50b85d21e35007> /System/Library/PrivateFrameworks/VoiceServices.framework/VoiceServices
0x2e26a000 - 0x2e290fff WebBookmarks armv7  <a617030bf2db3eb4ab929972c6e9a461> /System/Library/PrivateFrameworks/WebBookmarks.framework/WebBookmarks
0x2e2a6000 - 0x2ee15fff WebCore armv7  <c75fdc8d04563b48a29218f89784d174> /System/Library/PrivateFrameworks/WebCore.framework/WebCore
0x2ee16000 - 0x2eed4fff WebKitLegacy armv7  <9e4b1589e8013c05b679ccf8243aec86> /System/Library/PrivateFrameworks/WebKitLegacy.framework/WebKitLegacy
0x2f06f000 - 0x2f075fff XPCKit armv7  <01ee4eb523f63ff6b1e357c1932126c3> /System/Library/PrivateFrameworks/XPCKit.framework/XPCKit
0x2f076000 - 0x2f07efff XPCObjects armv7  <60522ad6a74c36829531b82c3d89d602> /System/Library/PrivateFrameworks/XPCObjects.framework/XPCObjects
0x2f268000 - 0x2f28cfff iCalendar armv7  <20a13df98b1234b7a2582883ce42e6c9> /System/Library/PrivateFrameworks/iCalendar.framework/iCalendar
0x2f480000 - 0x2f4bbfff iTunesStore armv7  <534865915ff1324c9bee2076679c4686> /System/Library/PrivateFrameworks/iTunesStore.framework/iTunesStore
0x2fbf4000 - 0x2fbfcfff libAccessibility.dylib armv7  <e05dedfb004c31568d1c47fe007309b6> /usr/lib/libAccessibility.dylib
0x2fd2e000 - 0x2fd44fff libCRFSuite.dylib armv7  <d93386704a0b3b078db8e345a929ab01> /usr/lib/libCRFSuite.dylib
0x2fd76000 - 0x2fe79fff libFosl_dynamic.dylib armv7  <5c61b56d9a8037d3b7c3615d42e33891> /usr/lib/libFosl_dynamic.dylib
0x2fe91000 - 0x2fe92fff libMobileCheckpoint.dylib armv7  <c805ec9af96037118971f9a4eefd091a> /usr/lib/libMobileCheckpoint.dylib
0x2fe93000 - 0x2feaafff libMobileGestalt.dylib armv7  <5b3743ededbd388b9ef26e4665290f95> /usr/lib/libMobileGestalt.dylib
0x2fed0000 - 0x2fed1fff libSystem.B.dylib armv7  <108ce41624233e74aef626d0617be497> /usr/lib/libSystem.B.dylib
0x2ff42000 - 0x2ff86fff libTelephonyUtilDynamic.dylib armv7  <022a0a1fd7493074a07c9757f35f509a> /usr/lib/libTelephonyUtilDynamic.dylib
0x30096000 - 0x300b8fff libarchive.2.dylib armv7  <9c5747f3bde23eb9904f25f4d2a48482> /usr/lib/libarchive.2.dylib
0x300b9000 - 0x300b9fff libassertion_extension.dylib armv7  <05566cf162f035b5aa89991ca46c26e5> /usr/lib/libassertion_extension.dylib
0x300e8000 - 0x300f4fff libbsm.0.dylib armv7  <b9c322e115d93e709860199baba0df40> /usr/lib/libbsm.0.dylib
0x300f5000 - 0x300fefff libbz2.1.0.dylib armv7  <43c20d2a3ae630b2b00af23b29c1cf4a> /usr/lib/libbz2.1.0.dylib
0x300ff000 - 0x30149fff libc++.1.dylib armv7  <04463e09c37b388fb4f0d9b578ff27af> /usr/lib/libc++.1.dylib
0x3014a000 - 0x30165fff libc++abi.dylib armv7  <201e1c5ea8a53c70aa976d54f4518c2e> /usr/lib/libc++abi.dylib
0x30167000 - 0x30174fff libcmph.dylib armv7  <bc6842a838a13b8e9837a3ddfba2edc9> /usr/lib/libcmph.dylib
0x30175000 - 0x3017dfff libcupolicy.dylib armv7  <f93e0bf0d250368b94c690b1832c755f> /usr/lib/libcupolicy.dylib
0x301a4000 - 0x301bcfff libextension.dylib armv7  <ec10cac678b030619f4450bf476981ac> /usr/lib/libextension.dylib
0x301c4000 - 0x301c4fff libgcc_s.1.dylib armv7  <302d85f37c9939f48580a92a56729a60> /usr/lib/libgcc_s.1.dylib
0x302ed000 - 0x302f0fff libheimdal-asn1.dylib armv7  <0dd1fe3b2362376a9af33b267a6219d0> /usr/lib/libheimdal-asn1.dylib
0x302f1000 - 0x303defff libiconv.2.dylib armv7  <a0d4cae016673389ad357ea1033c1f4d> /usr/lib/libiconv.2.dylib
0x303df000 - 0x3054dfff libicucore.A.dylib armv7  <dbef6f558ea13739869f1cc43f13794a> /usr/lib/libicucore.A.dylib
0x3055a000 - 0x3055afff liblangid.dylib armv7  <3399f30bf7ea3551b32b052dc3a87aad> /usr/lib/liblangid.dylib
0x3055b000 - 0x30565fff liblockdown.dylib armv7  <03badc4e7a0d3e63b898ab085bc71543> /usr/lib/liblockdown.dylib
0x30566000 - 0x3057bfff liblzma.5.dylib armv7  <0ede283640b036dbbcbbf042f3771b24> /usr/lib/liblzma.5.dylib
0x308f7000 - 0x3090bfff libmis.dylib armv7  <bc591102300e3ad286a5e6e3fdfec1bd> /usr/lib/libmis.dylib
0x30937000 - 0x30b31fff libobjc.A.dylib armv7  <fcccdef901003a469d4b5263d611846a> /usr/lib/libobjc.A.dylib
0x30be6000 - 0x30bfcfff libresolv.9.dylib armv7  <f99e0bc1c4ba33ad99a3389faf59ba72> /usr/lib/libresolv.9.dylib
0x30c27000 - 0x30cccfff libsqlite3.dylib armv7  <a81902eff78c39308cc8040889887d2e> /usr/lib/libsqlite3.dylib
0x30ccd000 - 0x30d19fff libstdc++.6.dylib armv7  <5ec272842fb63595a91ca7d2ad14e52b> /usr/lib/libstdc++.6.dylib
0x30d1a000 - 0x30d41fff libtidy.A.dylib armv7  <abe9491c2435315fab7fa38577d67d15> /usr/lib/libtidy.A.dylib
0x30d42000 - 0x30d4afff libtzupdate.dylib armv7  <34d81ea5ef0c3d6ebdd926fe96296931> /usr/lib/libtzupdate.dylib
0x30d4e000 - 0x30e04fff libxml2.2.dylib armv7  <5445357fce2e397597851a6960538d9e> /usr/lib/libxml2.2.dylib
0x30e05000 - 0x30e26fff libxslt.1.dylib armv7  <3373d602995e38a3b6a224205b0d1f1c> /usr/lib/libxslt.1.dylib
0x30e27000 - 0x30e33fff libz.1.dylib armv7  <5a3030aa2bd43c3db1b41e49b65d8852> /usr/lib/libz.1.dylib
0x30e34000 - 0x30e38fff libcache.dylib armv7  <6019d220fb3e3fa69a198f520232debe> /usr/lib/system/libcache.dylib
0x30e39000 - 0x30e42fff libcommonCrypto.dylib armv7  <836d57a0d3f13f908568559f073df665> /usr/lib/system/libcommonCrypto.dylib
0x30e43000 - 0x30e47fff libcompiler_rt.dylib armv7  <23acad79bc2536cba04a16bf273d5a26> /usr/lib/system/libcompiler_rt.dylib
0x30e48000 - 0x30e4efff libcopyfile.dylib armv7  <96eb24b114683ec59859ad2e29558169> /usr/lib/system/libcopyfile.dylib
0x30e4f000 - 0x30e9bfff libcorecrypto.dylib armv7  <159e0de6a3ee3122b0dc502d4509a2b7> /usr/lib/system/libcorecrypto.dylib
0x30e9c000 - 0x30ed7fff libdispatch.dylib armv7  <b1962ee937ec366dba9fed066d8b52c2> /usr/lib/system/libdispatch.dylib
0x30ed8000 - 0x30ed9fff libdyld.dylib armv7  <87d39df2c2aa3d899796c8c505fd95d6> /usr/lib/system/libdyld.dylib
0x30eda000 - 0x30edafff libkeymgr.dylib armv7  <5912943c373d39a999d731ba50249006> /usr/lib/system/libkeymgr.dylib
0x30edb000 - 0x30edbfff liblaunch.dylib armv7  <5456bea7a1063c2da6cbe4038a71ed04> /usr/lib/system/liblaunch.dylib
0x30edc000 - 0x30edffff libmacho.dylib armv7  <524ef59bfc1e36daa4587d909bfc22eb> /usr/lib/system/libmacho.dylib
0x30ee0000 - 0x30ee1fff libremovefile.dylib armv7  <45423b639f9634d8b46d4d31d0e05a50> /usr/lib/system/libremovefile.dylib
0x30ee2000 - 0x30ef3fff libsystem_asl.dylib armv7  <236f31e0c18b31e59ceefdbe782e448e> /usr/lib/system/libsystem_asl.dylib
0x30ef4000 - 0x30ef4fff libsystem_blocks.dylib armv7  <783efecc85a832ac962bea5bc4d365d5> /usr/lib/system/libsystem_blocks.dylib
0x30ef5000 - 0x30f57fff libsystem_c.dylib armv7  <8d35a18fb3c73ccfb651b5b81becfa21> /usr/lib/system/libsystem_c.dylib
0x30f58000 - 0x30f5afff libsystem_configuration.dylib armv7  <18a352390a1f3ce0aca8ca3fe3aa5450> /usr/lib/system/libsystem_configuration.dylib
0x30f5b000 - 0x30f5cfff libsystem_coreservices.dylib armv7  <81748046d9ce39388c4c052055e41f05> /usr/lib/system/libsystem_coreservices.dylib
0x30f5d000 - 0x30f69fff libsystem_coretls.dylib armv7  <91adb1c9d7373930aa75275394bc5ab5> /usr/lib/system/libsystem_coretls.dylib
0x30f6a000 - 0x30f70fff libsystem_dnssd.dylib armv7  <6fcb3ca6e25c317f9e8115cac1a7b94b> /usr/lib/system/libsystem_dnssd.dylib
0x30f71000 - 0x30f89fff libsystem_info.dylib armv7  <31d0e6d3934d341b97eeb3486c13b75d> /usr/lib/system/libsystem_info.dylib
0x30f8a000 - 0x30fa4fff libsystem_kernel.dylib armv7  <86b6c92082743f5ebc303bf1046ce1b8> /usr/lib/system/libsystem_kernel.dylib
0x30fa5000 - 0x30fc5fff libsystem_m.dylib armv7  <967fd2a24c6b30b7bebb215d724cb0dd> /usr/lib/system/libsystem_m.dylib
0x30fc6000 - 0x30fd8fff libsystem_malloc.dylib armv7  <559e2b4eb8da3a50812eb97875e75ed8> /usr/lib/system/libsystem_malloc.dylib
0x30fd9000 - 0x31006fff libsystem_network.dylib armv7  <40460818237f3f6f8f37914f524fbb41> /usr/lib/system/libsystem_network.dylib
0x31007000 - 0x3100cfff libsystem_networkextension.dylib armv7  <93ecd3781a4b3b2aa063ba4d9d785554> /usr/lib/system/libsystem_networkextension.dylib
0x3100d000 - 0x31014fff libsystem_notify.dylib armv7  <551e8f86eb503925a6aef3b3b43a5b92> /usr/lib/system/libsystem_notify.dylib
0x31015000 - 0x3101afff libsystem_platform.dylib armv7  <dec5d5f721603b65b9baf61249e9d747> /usr/lib/system/libsystem_platform.dylib
0x3101b000 - 0x31021fff libsystem_pthread.dylib armv7  <6685c82b6d2d387aa04afd123a402bd0> /usr/lib/system/libsystem_pthread.dylib
0x31022000 - 0x31024fff libsystem_sandbox.dylib armv7  <bcf1ac34e63438d8812b21cd7f94721b> /usr/lib/system/libsystem_sandbox.dylib
0x31025000 - 0x31028fff libsystem_stats.dylib armv7  <bf7e18865b22330d9c494bb5afad64f6> /usr/lib/system/libsystem_stats.dylib
0x31029000 - 0x3102efff libsystem_trace.dylib armv7  <ec975093d6ef3440a760eb0b2bda59f2> /usr/lib/system/libsystem_trace.dylib
0x3102f000 - 0x3102ffff libunwind.dylib armv7  <057b81c42ccf3d9dbfa7fd9a35ee0dab> /usr/lib/system/libunwind.dylib
0x31030000 - 0x3104bfff libxpc.dylib armv7  <04694beb256f3132a00f0c82b79bc689> /usr/lib/system/libxpc.dylib
claywilkinson commented 9 years ago

I believe this is fixed in version 1.4 of the C++ SDK, which is what the Unity plugin uses in iOS. You can to try use it with libGDX. The iOS SDK has not been updated yet, but I believe it is going to be updated soon.

peterwilli commented 9 years ago

@claywilkinson maybe I can shove the C++ version the iOS SDK manually :P (otherwise I'll wait for the iOS version to update because I have to re-do the bindings). Thanks btw.

Edit: I dont think it's going to be possible to mix the SDK (the C++ version has a totally different syntax) So I'll wait for the iOS version to be updated.

esdebon commented 9 years ago

hope that not waiting another six months... :-1:

claywilkinson commented 9 years ago

This is fixed in the latest plugin and C++ SDK. You'll need version 0.9.20 of the unity plugin and version 1.4.1 or higher of the C++ SDK. The C++ SDK for iOS contains the headers for Objective C so feel free to try it out too!

peterwilli commented 9 years ago

@claywilkinson Not to be picky or anything, but it would be awesome if the IOS sdk itself will be updated as well. I mean if you guys already got the fix for the C++ version why not update the iOS version too? I believe a lot of people get the same bug or may not even experience it at all because it only happens on some devices, leaving the possibility of their app getting rejected when apple is testing the app.

I for one was lucky to find out because I had a device that triggers this bug.

ebbybeh commented 9 years ago

@peterwilli seconded :)

peterwilli commented 9 years ago

@claywilkinson Is there any development on this? The C++ isn't a drop-in replacement for the iOS version. The whole iOS version is useless for almost a year. We started making our own multiplayer because of this.

claywilkinson commented 9 years ago

@peterwilli - Can you expand on your assertion that C++ isn't a drop-in replacement for the iOS version? The framework and bundle from the C++ SDK actually contain the Objective C headers and libraries as well. Everything I have tried has affirmed that those files are a drop-in replacement. We are working on updating iOS packaging and documentation, I'll update this thread when it is done.

peterwilli commented 9 years ago

@claywilkinson you are right, they do, I actually checked the first headers and came to that conclusion - sorry about that. I'll give it a second shot then, I hope the iOS version will come soon for other devs ;)

peterwilli commented 9 years ago

@claywilkinson Hi, I wanted to tell that I just tried your solution and it appears to be working :+1: thanks for your time!

I also wanted to say sorry for my reaction I could have said that a bit less rude. I still really think it's a good idea to update the main iOS version though ;)

claywilkinson commented 9 years ago

@peterwilli Glad to hear it is working, & thanks for the kind words. We're working updating iOS information - stay tuned!