App crash when using JAVA callbacks from native threads in solaris

Hi all,
Sorry for putting the thread here. I did use the native methods forum, I wasnt lucky. I Hope more people would look into this forum, which brings me here.
I have a solaris application which crashes when I try to callback the JAVA methods and variables from the native code. The description of the problem is below
Written a native library, the library is multithreaded (i.e) I create a thread using pthread_create() in the native code which performs the operation of calling a JAVA method from the native code. The routine of calling the JAVA method works perfectly elsewhere outside the new thread.
There are two scenarios I've tested it in
1. I created a thread (say X) from the main thread (say Y) and made the y to wait until the X is complete using the pthread_join(). The JAVA callbacks works fine when called from Y but the app crashes if done from X.
2. Did not make the Y to wait until the X is complete, hoping that both will run paralelly and even the the App crashes.
And to be precise the Y is the thread where the native method is called from JAVA.
I have tested for any memory leaks or stack corruption by removing the JAVA callbacks and bulding a executable and using purify, the report doesnot hint any such occurances.
The linker options used for building the shared library is as follows
${GPP} ${INC} -G ${LIB} -mt -g -lCstd -lCrun -lpthread ${OBJS} -o <lib-name>
I wonder if we can create threads in the native code when using JAVA callbacks and even if we can whether it would be appropiate to use the callbacks with in the threads
Looking forward for any help.
Regards,
Vamsi

Guys... can't any one help me with this problem :(

Similar Messages

  • App crash when using JNI callbacks

    Hi all,
    I have a solaris application which crashes when I try to callback the JNI methods from the native code. The description of the problem is below
    Written a native library, the library is multithreaded (i.e) I create a thread using pthread_create() in the native code which performs the operation of calling a JAVA method from the native code. The routine of calling the JAVA method works perfectly from elsewhere.
    There are two scenarios I've tested it in
    1. I created a thread (say X) from the main thread (say Y) and made the y to wait until the X is complete using the pthread_join(). The JAVA callbacks work fine when called from Y but the app crashes if done from X.
    2. Did not make the Y to wait until the X is complete, hoping that both will run paralelly and even the the App crashes.
    And to be precise the Y is the thread where the native method is called from JAVA.
    I have tested for any memory leaks or stack corruption by removing the JAVA callbacks and bulding a executable and using purify, the report doesnot hint any such occurances.
    The linker options used for building the shared library is as follows
    ${GPP} ${INC} -G ${LIB} -mt -g -lCstd -lCrun -lpthread ${OBJS} -o <lib-name>
    I wonder if we can create threads in the native code when using JAVA callbacks and even if we can whether it would be appropiate to use the callbacks with in the threads
    Looking forward for any help.
    Regards,
    Vamsi

    Guys... can't any one help me with this problem :(

  • Microsoft Office X apps crash when using Mac OS X v 10.6.7

    Microsoft Office X apps crash when using Mac OS X v 10.6.7

    I think Office X has been obsolete for some time, but you might want to ask in the MS forums too:
    http://www.officeformac.com/ProductForums/

  • Is you mail app crashing when using the trash can delete??

    Is anyone having a problem with mail app. crashing after using the trash can delete. I am no longer using the trash can so I have not had another mail crash. Swipe and delete and edit and delete work ok. Only the trash can delete causes the problem.

    Alberta....I first tried the reset, which didn't work, so I had to do a full restore. Which helped has corrected the problem. I just can use the trash can delete.

  • AIR app crashes when using FULL_SCREEN_INTERACTIVE on nativeWindow

    App is running on desktop and packaged as Signed native installer with AIR 14
    My app opens and closes native windows and adds externally loaded SWFs to them. I'm activating the windows with a FULL_SCREEN_INTERACTIVE displayState. Without fail, after 5 or 10 windows opened and closed, the app crashes upon opening the next native window.
    If I don't use FULL_SCREEN_INTERACTIVE, the app never crashes, I've tested on Mac OS and Windows, same problem.
    This code opens the window :
    var options:NativeWindowInitOptions = new NativeWindowInitOptions();
    options.transparent = false;
    options.systemChrome = NativeWindowSystemChrome.STANDARD;
    options.type = NativeWindowType.NORMAL;
    options.resizable = false;
    options.renderMode = NativeWindowRenderMode.DIRECT;  
    myWindow = new NativeWindow(options);
    myWindow.title = "Title";
    myWindow.width = 1024;
    myWindow.height= 768;
    myWindow.stage.align = StageAlign.TOP_LEFT;
    myWindow.stage.scaleMode = StageScaleMode.NO_SCALE;
    myWindow.stage.displayState = StageDisplayState.FULL_SCREEN_INTERACTIVE;
    myWindow.activate();
    // add content to window
    var loader:Loader = new Loader();
    var AD:ApplicationDomain = new ApplicationDomain();
    var context:LoaderContext = new LoaderContext( false, AD );
    context.allowLoadBytesCodeExecution = true;
    // urlloader has loaded a local SWF file
    loader.loadBytes( urlloader.data, context );
    myWindow.stage.addChild(loader);
    This is the crash report from Mac OS :
    Process:  adl [29243]
    Path:   /Applications/Adobe Flash Builder 4.7/*/adl
    Identifier: adl
    Version: ???
    Code Type: X86 (Native)
    Parent Process: Adobe Flash Builder 4.7 [72735]
    Responsible: Adobe Flash Builder 4.7 [72735]
    User ID: 501
    Date/Time: 2014-08-29 15:53:57.344 -0400
    OS Version: Mac OS X 10.9.4 (13E28)
    Report Version: 11
    Anonymous UUID: 8F57FABC-FE5A-30AB-3E90-2F97052D4975
    Sleep/Wake UUID: 577E4E3E-84CF-4446-96E4-0D5FF83DB6B5
    Crashed Thread: 0 Dispatch queue: com.apple.main-thread
    Exception Type: EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: KERN_INVALID_ADDRESS at 0x000000003f800008
    VM Regions Near 0x3f800008:
      CG backing stores 0000000017577000-0000000017e41000 [ 9000K] rw-/rw- SM=SHM 
    -->
      __TEXT 0000000040000000-000000004035c000 [ 3440K] r-x/rwx SM=COW /System/Library/Extensions/AppleIntelHDGraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHDGraphicsGLDriver
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0 com.adobe.AIR 0x02913e50 0x2800000 + 1130064
    1 com.adobe.AIR 0x02945d81 0x2800000 + 1334657
    2 com.adobe.AIR 0x029389fe 0x2800000 + 1280510
    3 com.adobe.AIR 0x02a0ae85 0x2800000 + 2141829
    4 com.adobe.AIR 0x02a037af 0x2800000 + 2111407
    5 com.adobe.AIR 0x02a03c2f 0x2800000 + 2112559
    6 com.adobe.AIR 0x02a0228d 0x2800000 + 2105997
    7 com.adobe.AIR 0x02a01d8d 0x2800000 + 2104717
    8 com.adobe.AIR 0x02a08be1 0x2800000 + 2132961
    9 com.adobe.AIR 0x02a014e6 0x2800000 + 2102502
    10 com.adobe.AIR 0x02e3287f 0x2800000 + 6498431
    11 com.adobe.AIR 0x02ce2d17 0x2800000 + 5123351
    12 com.apple.Foundation 0x9283727c __NSFireDelayedPerform + 422
    13 com.apple.CoreFoundation 0x90195ea6 __CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION__ + 22
    14 com.apple.CoreFoundation 0x90195863 __CFRunLoopDoTimer + 1395
    15 com.apple.CoreFoundation 0x9021006d __CFRunLoopDoTimers + 349
    16 com.apple.CoreFoundation 0x9014d353 __CFRunLoopRun + 1779
    17 com.apple.CoreFoundation 0x9014c9ea CFRunLoopRunSpecific + 394
    18 com.apple.CoreFoundation 0x9014c84b CFRunLoopRunInMode + 123
    19 com.apple.HIToolbox 0x9a10eb5d RunCurrentEventLoopInMode + 259
    20 com.apple.HIToolbox 0x9a10e777 ReceiveNextEventCommon + 163
    21 com.apple.HIToolbox 0x9a10e6bd _BlockUntilNextEventMatchingListInModeWithFilter + 92
    22 com.apple.AppKit 0x9848e349 _DPSNextEvent + 1602
    23 com.apple.AppKit 0x9848d870 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 119
    24 com.apple.AppKit 0x9848015c -[NSApplication run] + 727
    25 com.adobe.AIR 0x0280228c 0x2800000 + 8844
    26 com.adobe.AIR 0x02802438 0x2800000 + 9272
    27 libobjc.A.dylib 0x96e672af -[NSObject performSelector:withObject:] + 70
    28 adl 0x00002d7e RuntimeMain(char const*, int) + 256
    29 adl 0x00002e0e main + 34
    30 adl 0x000026dd start + 53
    Any help would be much appreciated.

    This is from a tester describing what happens on a Mac:
    No the program does not launch properly on the Mac
    What happens is this.
    I open my applications folder
    I open the App Folder and see another folder labeled Program V2.1
    I open that folder and see the Program blue icon which click to launch
    The folder disappears and the blue Program icon appears in my dock along side other applications looking ready for launching.
    This is where the problem starts
    If I click on the blue Program icon which is in my dock along side all of my other application icons they all drop off the screen. like the screen resolution changed suddenly or something,
    The menu along the top of the screen also moves off the screen . in the same manner
    so my desktop which usually has a visible dock at the bottom and a menu bar on the top now doesn't show either of those elements.
    I do have a couple of document icons on my desktop , you know text files or what ever they never move
    If I now click my mouse anywhere on the screen all of the icons return including the blue Program icon still sitting in by dock, if I click it again same sequence of actions.
    I deleted and reinstalled the latest version of Adobe Air and got the same result
    I also want to mention
    The top menu on the mac tells me what application is active, you know "finder" "Open office" "Firefox" what ever is program is running and active shows there
    Program has never show up as being active in the top menu so I'm guessing never fully launched

  • Photoshop app crashes when using sync (Collaboration) what can I do?

    I have photoshop touch app on my iPad. It has been working well but today it has suddenly started to open and close immediately. I have restarted my iPad but this hasn't worked. All my other apps work well.

    Hello Ignacio:
    Below is the latest report about the app crash from my iPad 2. Thank you in advance for your help.
    {"name":"PSTouch","bug_type":"109","os_version":"iPhone OS 7.1 (11D167)","bundleID":"com.adobe.pstouch.ipad","version":"1.5.1 (1.5.1)","app_name":"PSTouch"}
    Incident Identifier: EA9AA391-14E9-4DFE-9343-708FA8D9A10C
    CrashReporter Key:   b49bfcc62299cad929a0e60422c714f1c57114e2
    Hardware Model:      iPad2,1
    Process:             PSTouch [654]
    Path:                /var/mobile/Applications/1ADC55E2-3345-4492-B5E2-9F90C308716F/PSTouch.app/PSTouch
    Identifier:          com.adobe.pstouch.ipad
    Version:             1.5.1 (1.5.1)
    Code Type:           ARM (Native)
    Parent Process:      launchd [1]
    Date/Time:           2014-04-01 19:03:54.960 -0400
    OS Version:          iOS 7.1 (11D167)
    Report Version:      104
    Exception Type:  EXC_CRASH (SIGABRT)
    Exception Codes: 0x0000000000000000, 0x0000000000000000
    Triggered by Thread:  10
    Thread 0:
    0   libsystem_kernel.dylib             0x39a08a58 0x39a08000 + 2648
    1   libsystem_kernel.dylib             0x39a08854 0x39a08000 + 2132
    2   CoreFoundation                     0x2e940896 0x2e8a2000 + 649366
    3   CoreFoundation                     0x2e93f002 0x2e8a2000 + 643074
    4   CoreFoundation                     0x2e8a9f4a 0x2e8a2000 + 32586
    5   CoreFoundation                     0x2e8a9d2e 0x2e8a2000 + 32046
    6   GraphicsServices                   0x337a365e 0x3379a000 + 38494
    7   UIKit                              0x311f5168 0x31187000 + 450920
    8   PSTouch                            0x00d32194 0x1000 + 13832596
    9   PSTouch                            0x0114bee0 0x1000 + 18132704
    Thread 1:
    0   libsystem_kernel.dylib             0x39a08808 0x39a08000 + 2056
    1   libdispatch.dylib                  0x3994a078 0x3993f000 + 45176
    2   libdispatch.dylib                  0x39949dfe 0x3993f000 + 44542
    Thread 2:
    0   libsystem_kernel.dylib             0x39a1bc70 0x39a08000 + 81008
    1   libsystem_pthread.dylib            0x39a82bda 0x39a82000 + 3034
    2   libsystem_pthread.dylib            0x39a82a94 0x39a82000 + 2708
    Thread 3 name:  WebThread
    Thread 3:
    0   libsystem_kernel.dylib             0x39a08a58 0x39a08000 + 2648
    1   libsystem_kernel.dylib             0x39a08854 0x39a08000 + 2132
    2   CoreFoundation                     0x2e940896 0x2e8a2000 + 649366
    3   CoreFoundation                     0x2e93efbc 0x2e8a2000 + 643004
    4   CoreFoundation                     0x2e8a9f4a 0x2e8a2000 + 32586
    5   CoreFoundation                     0x2e8a9d2e 0x2e8a2000 + 32046
    6   WebCore                            0x36d7c38e 0x36cbe000 + 779150
    7   libsystem_pthread.dylib            0x39a84916 0x39a82000 + 10518
    8   libsystem_pthread.dylib            0x39a84886 0x39a82000 + 10374
    9   libsystem_pthread.dylib            0x39a82aa0 0x39a82000 + 2720
    Thread 4:
    0   libsystem_kernel.dylib             0x39a08a58 0x39a08000 + 2648
    1   libsystem_kernel.dylib             0x39a08854 0x39a08000 + 2132
    2   PSTouch                            0x007a0784 0x1000 + 7993220
    3   libsystem_pthread.dylib            0x39a84916 0x39a82000 + 10518
    4   libsystem_pthread.dylib            0x39a84886 0x39a82000 + 10374
    5   libsystem_pthread.dylib            0x39a82aa0 0x39a82000 + 2720
    Thread 5:
    0   libsystem_kernel.dylib             0x39a1af2c 0x39a08000 + 77612
    1   libsystem_pthread.dylib            0x39a83f22 0x39a82000 + 7970
    2   libsystem_pthread.dylib            0x39a84d60 0x39a82000 + 11616
    3   PSTouch                            0x00e695cc 0x1000 + 15107532
    4   PSTouch                            0x00db79a8 0x1000 + 14379432
    5   PSTouch                            0x00e69430 0x1000 + 15107120
    6   PSTouch                            0x00e69484 0x1000 + 15107204
    7   PSTouch                            0x00e691b0 0x1000 + 15106480
    8   libsystem_pthread.dylib            0x39a84916 0x39a82000 + 10518
    9   libsystem_pthread.dylib            0x39a84886 0x39a82000 + 10374
    10  libsystem_pthread.dylib            0x39a82aa0 0x39a82000 + 2720
    Thread 6:
    0   libsystem_kernel.dylib             0x39a1af2c 0x39a08000 + 77612
    1   libsystem_pthread.dylib            0x39a83f22 0x39a82000 + 7970
    2   libsystem_pthread.dylib            0x39a84d60 0x39a82000 + 11616
    3   PSTouch                            0x00e695cc 0x1000 + 15107532
    4   PSTouch                            0x00db79a8 0x1000 + 14379432
    5   PSTouch                            0x00e69430 0x1000 + 15107120
    6   PSTouch                            0x00e69484 0x1000 + 15107204
    7   PSTouch                            0x00e691b0 0x1000 + 15106480
    8   libsystem_pthread.dylib            0x39a84916 0x39a82000 + 10518
    9   libsystem_pthread.dylib            0x39a84886 0x39a82000 + 10374
    10  libsystem_pthread.dylib            0x39a82aa0 0x39a82000 + 2720
    Thread 7:
    0   libsystem_kernel.dylib             0x39a1af2c 0x39a08000 + 77612
    1   libsystem_pthread.dylib            0x39a83f22 0x39a82000 + 7970
    2   libsystem_pthread.dylib            0x39a84da0 0x39a82000 + 11680
    3   PSTouch                            0x00e6964c 0x1000 + 15107660
    4   PSTouch                            0x0009ca8c 0x1000 + 637580
    5   PSTouch                            0x00e69430 0x1000 + 15107120
    6   PSTouch                            0x00e69484 0x1000 + 15107204
    7   PSTouch                            0x00e691b0 0x1000 + 15106480
    8   libsystem_pthread.dylib            0x39a84916 0x39a82000 + 10518
    9   libsystem_pthread.dylib            0x39a84886 0x39a82000 + 10374
    10  libsystem_pthread.dylib            0x39a82aa0 0x39a82000 + 2720
    Thread 8:
    0   libsystem_kernel.dylib             0x39a1bc70 0x39a08000 + 81008
    1   libsystem_pthread.dylib            0x39a82bda 0x39a82000 + 3034
    2   libsystem_pthread.dylib            0x39a82a94 0x39a82000 + 2708
    Thread 9:
    0   libsystem_kernel.dylib             0x39a1bc70 0x39a08000 + 81008
    1   libsystem_pthread.dylib            0x39a82bda 0x39a82000 + 3034
    2   libsystem_pthread.dylib            0x39a82a94 0x39a82000 + 2708
    Thread 10 Crashed:
    0   libsystem_kernel.dylib             0x39a1b1f0 0x39a08000 + 78320
    1   libsystem_pthread.dylib            0x39a85792 0x39a82000 + 14226
    2   libsystem_c.dylib                  0x399cbfd8 0x39983000 + 298968
    3   libsystem_c.dylib                  0x399abcaa 0x39983000 + 167082
    4   PSTouch                            0x012e1a3c 0x1000 + 19794492
    5   PSTouch                            0x012e23d2 0x1000 + 19796946
    6   PSTouch                            0x01298654 0x1000 + 19494484
    7   PSTouch                            0x01253dc8 0x1000 + 19213768
    8   libsystem_pthread.dylib            0x39a84916 0x39a82000 + 10518
    9   libsystem_pthread.dylib            0x39a84886 0x39a82000 + 10374
    10  libsystem_pthread.dylib            0x39a82aa0 0x39a82000 + 2720
    Thread 11:
    0   libsystem_kernel.dylib             0x39a1af2c 0x39a08000 + 77612
    1   libsystem_pthread.dylib            0x39a83f5c 0x39a82000 + 8028
    2   libsystem_pthread.dylib            0x39a83d14 0x39a82000 + 7444
    3   PSTouch                            0x00eb36c4 0x1000 + 15410884
    4   PSTouch                            0x00eb3358 0x1000 + 15410008
    5   PSTouch                            0x00eb3250 0x1000 + 15409744
    6   PSTouch                            0x00e69430 0x1000 + 15107120
    7   PSTouch                            0x00e69484 0x1000 + 15107204
    8   PSTouch                            0x00e691b0 0x1000 + 15106480
    9   libsystem_pthread.dylib            0x39a84916 0x39a82000 + 10518
    10  libsystem_pthread.dylib            0x39a84886 0x39a82000 + 10374
    11  libsystem_pthread.dylib            0x39a82aa0 0x39a82000 + 2720
    Thread 12 name:  com.apple.NSURLConnectionLoader
    Thread 12:
    0   libsystem_kernel.dylib             0x39a08a58 0x39a08000 + 2648
    1   libsystem_kernel.dylib             0x39a08854 0x39a08000 + 2132
    2   CoreFoundation                     0x2e940896 0x2e8a2000 + 649366
    3   CoreFoundation                     0x2e93efbc 0x2e8a2000 + 643004
    4   CoreFoundation                     0x2e8a9f4a 0x2e8a2000 + 32586
    5   CoreFoundation                     0x2e8a9d2e 0x2e8a2000 + 32046
    6   Foundation                         0x2f2e9082 0x2f290000 + 364674
    7   Foundation                         0x2f35ea5a 0x2f290000 + 846426
    8   libsystem_pthread.dylib            0x39a84916 0x39a82000 + 10518
    9   libsystem_pthread.dylib            0x39a84886 0x39a82000 + 10374
    10  libsystem_pthread.dylib            0x39a82aa0 0x39a82000 + 2720
    Thread 13:
    0   libsystem_kernel.dylib             0x39a1bc70 0x39a08000 + 81008
    1   libsystem_pthread.dylib            0x39a82bda 0x39a82000 + 3034
    2   libsystem_pthread.dylib            0x39a82a94 0x39a82000 + 2708
    Thread 14:
    0   libsystem_kernel.dylib             0x39a1bc70 0x39a08000 + 81008
    1   libsystem_pthread.dylib            0x39a82bda 0x39a82000 + 3034
    2   libsystem_pthread.dylib            0x39a82a94 0x39a82000 + 2708
    Thread 15 name:  com.apple.CFSocket.private
    Thread 15:
    0   libsystem_kernel.dylib             0x39a1b434 0x39a08000 + 78900
    1   CoreFoundation                     0x2e944758 0x2e8a2000 + 665432
    2   libsystem_pthread.dylib            0x39a84916 0x39a82000 + 10518
    3   libsystem_pthread.dylib            0x39a84886 0x39a82000 + 10374
    4   libsystem_pthread.dylib            0x39a82aa0 0x39a82000 + 2720
    Thread 10 crashed with ARM Thread State (32-bit):
        r0: 0x00000000    r1: 0x00000000      r2: 0x00000000      r3: 0x0dee7ae7
        r4: 0x00000006    r5: 0x0def9000      r6: 0x0def7fd0      r7: 0x0dee7b50
        r8: 0x01478747    r9: 0x0dee7aa0     r10: 0x012539bc     r11: 0x0000046d
        ip: 0x00000148    sp: 0x0dee7b44      lr: 0x39a85797      pc: 0x39a1b1f0
      cpsr: 0x00000010
    Binary Images:
    0x1000 - 0x15aefff PSTouch armv7  <e654b575aff439349960c87d0bcc4164> /var/mobile/Applications/1ADC55E2-3345-4492-B5E2-9F90C308716F/PSTouch.app/PSTouch
    0x2be7a000 - 0x2be9afff dyld armv7  <651a31c39f71311f965f8ac44de02c88> /usr/lib/dyld
    0x2d5fb000 - 0x2d6e3fff RawCamera armv7  <8f62f266f7d539a5a388221dfe90db50> /System/Library/CoreServices/RawCamera.bundle/RawCamera
    0x2d6fc000 - 0x2d803fff IMGSGX543GLDriver armv7  <8444d7fe73453ad1b11d381c43cd55c7> /System/Library/Extensions/IMGSGX543GLDriver.bundle/IMGSGX543GLDriver
    0x2d80d000 - 0x2d90ffff AVFoundation armv7  <e6f4e322434733c2a6d074bdc226b08d> /System/Library/Frameworks/AVFoundation.framework/AVFoundation
    0x2d910000 - 0x2d938fff libAVFAudio.dylib armv7  <0bae9ec49a9637c696edf86d86a32db6> /System/Library/Frameworks/AVFoundation.framework/libAVFAudio.dylib
    0x2d939000 - 0x2d939fff Accelerate armv7  <0424978b39f037a7b3bf9aad5b34a5b3> /System/Library/Frameworks/Accelerate.framework/Accelerate
    0x2d943000 - 0x2db0ffff vImage armv7  <c4834965bdc638fcb1082f53a7721f42> /System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/vImage
    0x2db10000 - 0x2dbe9fff libBLAS.dylib armv7  <cfc693306499378c9c09851259cf3563> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libBLAS.dylib
    0x2dbea000 - 0x2dea0fff libLAPACK.dylib armv7  <65970a4fea383446b0b4b87e634b8dfd> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLAPACK.dyl ib
    0x2dea1000 - 0x2df0ffff libvDSP.dylib armv7  <174c13fd605a39efbb7f1314a6d1fdbe> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvDSP.dylib
    0x2df10000 - 0x2df21fff libvMisc.dylib armv7  <5a8317adbade34a9b415e44ab8c64eb6> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvMisc.dyli b
    0x2df22000 - 0x2df22fff vecLib armv7  <7b2718a5a22c36e6ab943b2e4bea9123> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/vecLib
    0x2df23000 - 0x2df43fff Accounts armv7  <0b9bb1f3e9393a64b396871da25800ad> /System/Library/Frameworks/Accounts.framework/Accounts
    0x2df45000 - 0x2dfacfff AddressBook armv7  <18927033ac4834f3a482884bb5dfd0eb> /System/Library/Frameworks/AddressBook.framework/AddressBook
    0x2dfad000 - 0x2e0c3fff AddressBookUI armv7  <0a50c4941a29367a9ed8bb713630e79b> /System/Library/Frameworks/AddressBookUI.framework/AddressBookUI
    0x2e0c4000 - 0x2e0d5fff AssetsLibrary armv7  <b94c6be912343a7fa90f8f2cc5aa86bd> /System/Library/Frameworks/AssetsLibrary.framework/AssetsLibrary
    0x2e218000 - 0x2e531fff AudioToolbox armv7  <ec4ab41dc74038d3a517f9bd61b1a9f7> /System/Library/Frameworks/AudioToolbox.framework/AudioToolbox
    0x2e532000 - 0x2e638fff CFNetwork armv7  <6c1482351f0934e5af16e395ca5bd129> /System/Library/Frameworks/CFNetwork.framework/CFNetwork
    0x2e639000 - 0x2e694fff CoreAudio armv7  <3743aba20c61378cafc431586528feea> /System/Library/Frameworks/CoreAudio.framework/CoreAudio
    0x2e695000 - 0x2e6acfff CoreBluetooth armv7  <11d2e9866d863f93b74403df783bb769> /System/Library/Frameworks/CoreBluetooth.framework/CoreBluetooth
    0x2e6ad000 - 0x2e8a1fff CoreData armv7  <1f07d4fd20fe3ed787483288ea3f7fb1> /System/Library/Frameworks/CoreData.framework/CoreData
    0x2e8a2000 - 0x2e9e4ff0 CoreFoundation armv7  <1dd76db545823e66b2edec77483773da> /System/Library/Frameworks/CoreFoundation.framework/CoreFoundation
    0x2e9e5000 - 0x2eb08fff CoreGraphics armv7  <772bda8f28a135e19c7ddfd379f1b805> /System/Library/Frameworks/CoreGraphics.framework/CoreGraphics
    0x2eb0a000 - 0x2eb45fff libCGFreetype.A.dylib armv7  <92d7ea576fa632f5b5a0ac3a69145da2> /System/Library/Frameworks/CoreGraphics.framework/Resources/libCGFreetype.A.dylib
    0x2eb47000 - 0x2eb51fff libCMSBuiltin.A.dylib armv7  <825bfe1b1de6349c8ac49a589630169a> /System/Library/Frameworks/CoreGraphics.framework/Resources/libCMSBuiltin.A.dylib
    0x2ed36000 - 0x2ed50fff libRIP.A.dylib armv7  <5dc92ebb2f983b1eafb23c0604d9f4f9> /System/Library/Frameworks/CoreGraphics.framework/Resources/libRIP.A.dylib
    0x2ed51000 - 0x2ee2afff CoreImage armv7  <445d568e94203ce097fa2c0656dce34c> /System/Library/Frameworks/CoreImage.framework/CoreImage
    0x2ee2b000 - 0x2ee7afff CoreLocation armv7  <12e3ccf1873e32f08c22dbc3559132c7> /System/Library/Frameworks/CoreLocation.framework/CoreLocation
    0x2eeb2000 - 0x2ef2dfff CoreMedia armv7  <98049ca44e503055ac3dec0397437f52> /System/Library/Frameworks/CoreMedia.framework/CoreMedia
    0x2ef2e000 - 0x2efd6fff CoreMotion armv7  <97208dd6d71e353db7e9ac1be1a3e522> /System/Library/Frameworks/CoreMotion.framework/CoreMotion
    0x2efd7000 - 0x2f02ffff CoreTelephony armv7  <b5bc6cc0bb8732129ef5baf241ff7cd5> /System/Library/Frameworks/CoreTelephony.framework/CoreTelephony
    0x2f030000 - 0x2f0c0fff CoreText armv7  <35ca232b3a5b382092349c15d22c10cc> /System/Library/Frameworks/CoreText.framework/CoreText
    0x2f0c1000 - 0x2f0d0fff CoreVideo armv7  <73eeed7f748b3f849e8ad2a7e2a7800b> /System/Library/Frameworks/CoreVideo.framework/CoreVideo
    0x2f0d1000 - 0x2f190fff EventKit armv7  <1d73c38ccb9d35e2a07bc9e306577579> /System/Library/Frameworks/EventKit.framework/EventKit
    0x2f290000 - 0x2f47bfff Foundation armv7  <51a7a35c7ca03fadb566298a8a6180c3> /System/Library/Frameworks/Foundation.framework/Foundation
    0x2f65d000 - 0x2f6b3fff IOKit armv7  <6b860d7e6d7d3bc59a997d0c31b1736e> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x2f6b4000 - 0x2f8c4fff ImageIO armv7  <ab4833a69cb0321fa58e5a6ffee022b4> /System/Library/Frameworks/ImageIO.framework/ImageIO
    0x2f8c5000 - 0x2fb0dfff JavaScriptCore armv7  <6a7ee6f2f5573bde86c9a006463926d3> /System/Library/Frameworks/JavaScriptCore.framework/JavaScriptCore
    0x2fbbe000 - 0x2fbc2fff MediaAccessibility armv7  <e16d0e0e0ed43b9abaea986acfd1541b> /System/Library/Frameworks/MediaAccessibility.framework/MediaAccessibility
    0x2fbc3000 - 0x2fdc0fff MediaPlayer armv7  <d5c7c514c56a38bc9c5d549794fb79ae> /System/Library/Frameworks/MediaPlayer.framework/MediaPlayer
    0x2fdc1000 - 0x300c6fff MediaToolbox armv7  <9b7935c23af0307bb4f87f1884ea8092> /System/Library/Frameworks/MediaToolbox.framework/MediaToolbox
    0x300c7000 - 0x30172fff MessageUI armv7  <19692c94d37c3a74a26df48f93c79aa7> /System/Library/Frameworks/MessageUI.framework/MessageUI
    0x30173000 - 0x301d6fff MobileCoreServices armv7  <08d57edd88c8311993156af7a0580864> /System/Library/Frameworks/MobileCoreServices.framework/MobileCoreServices
    0x30b41000 - 0x30c10fff GLEngine armv7  <758a9e19f0c63808a70f1fce8f7f420e> /System/Library/Frameworks/OpenGLES.framework/GLEngine.bundle/GLEngine
    0x30c11000 - 0x30c19fff OpenGLES armv7  <f85d0c19c706371ca5cf2b9e5a866ac3> /System/Library/Frameworks/OpenGLES.framework/OpenGLES
    0x30c1b000 - 0x30c1bfff libCVMSPluginSupport.dylib armv7  <5ce23815dfff33f897263195d4268bb1> /System/Library/Frameworks/OpenGLES.framework/libCVMSPluginSupport.dylib
    0x30c1c000 - 0x30c1ffff libCoreFSCache.dylib armv7  <aac4de5aa76a3ef09ac2138089e4421f> /System/Library/Frameworks/OpenGLES.framework/libCoreFSCache.dylib
    0x30c20000 - 0x30c23fff libCoreVMClient.dylib armv7  <e1f32d8903623237a187c0bd063efe59> /System/Library/Frameworks/OpenGLES.framework/libCoreVMClient.dylib
    0x30c24000 - 0x30c2bfff libGFXShared.dylib armv7  <e83c18bcbf5e3490b5acefc7f3e7a9be> /System/Library/Frameworks/OpenGLES.framework/libGFXShared.dylib
    0x30c2c000 - 0x30c6afff libGLImage.dylib armv7  <1e247052e47436548415ab280cc11c79> /System/Library/Frameworks/OpenGLES.framework/libGLImage.dylib
    0x30c6b000 - 0x30da0fff libGLProgrammability.dylib armv7  <939d3b49392139eea89c932abd703788> /System/Library/Frameworks/OpenGLES.framework/libGLProgrammability.dylib
    0x30e03000 - 0x30f49fff QuartzCore armv7  <8185b01065db32a18a3dbcab2e651089> /System/Library/Frameworks/QuartzCore.framework/QuartzCore
    0x30f4a000 - 0x30fa0fff QuickLook armv7  <9862fb492801397a8fc9214184e40b67> /System/Library/Frameworks/QuickLook.framework/QuickLook
    0x30fa3000 - 0x30fe5fff Security armv7  <100f116c07fe39799717851e5954929a> /System/Library/Frameworks/Security.framework/Security
    0x31120000 - 0x31134fff StoreKit armv7  <fc6a40b9017f3cb8a20924a7cc79e5bb> /System/Library/Frameworks/StoreKit.framework/StoreKit
    0x31135000 - 0x31184fff SystemConfiguration armv7  <d738fbcae22f390cac3723eb5d13dac3> /System/Library/Frameworks/SystemConfiguration.framework/SystemConfiguration
    0x31187000 - 0x318fafff UIKit armv7  <bee993acdc013bfa866deea079b710a2> /System/Library/Frameworks/UIKit.framework/UIKit
    0x318fb000 - 0x31948fff VideoToolbox armv7  <c8bcb110eb06310692b60d7159888178> /System/Library/Frameworks/VideoToolbox.framework/VideoToolbox
    0x31b8e000 - 0x31b97fff AOSNotification armv7  <c33bd50a66243a96bd297454c2ff330a> /System/Library/PrivateFrameworks/AOSNotification.framework/AOSNotification
    0x31c9c000 - 0x31cbcfff AccountsUI armv7  <74519a40eed33e7f95c5fa059e68655e> /System/Library/PrivateFrameworks/AccountsUI.framework/AccountsUI
    0x31cbd000 - 0x31cc1fff AggregateDictionary armv7  <0ef14525543f394299e6367930411308> /System/Library/PrivateFrameworks/AggregateDictionary.framework/AggregateDictionary
    0x31f9b000 - 0x31faffff AirTraffic armv7  <5e82b6549ba83f2c9b0c6c6ae7277e85> /System/Library/PrivateFrameworks/AirTraffic.framework/AirTraffic
    0x32319000 - 0x32357fff AppSupport armv7  <788b1dbc334f3ad58e72de771371ccab> /System/Library/PrivateFrameworks/AppSupport.framework/AppSupport
    0x32358000 - 0x3238ffff AppleAccount armv7  <46f45133c011386bae7b3043e75e909a> /System/Library/PrivateFrameworks/AppleAccount.framework/AppleAccount
    0x3243d000 - 0x3244dfff ApplePushService armv7  <46b3c7cf041732dfa0909490386d1d67> /System/Library/PrivateFrameworks/ApplePushService.framework/ApplePushService
    0x3244e000 - 0x32454fff AppleSRP armv7  <0960396e58323b29a09aeb9650829f5a> /System/Library/PrivateFrameworks/AppleSRP.framework/AppleSRP
    0x32481000 - 0x3248efff AssetsLibraryServices armv7  <f07ab8a28dbd38ec8d50e7fc1505745f> /System/Library/PrivateFrameworks/AssetsLibraryServices.framework/AssetsLibraryServices
    0x3248f000 - 0x324abfff AssistantServices armv7  <878b5bcdda69374faab623e797d9e58b> /System/Library/PrivateFrameworks/AssistantServices.framework/AssistantServices
    0x324ac000 - 0x324affff BTLEAudioController armv7  <d853a6e734f433c4a39f4366faf92e55> /System/Library/PrivateFrameworks/BTLEAudioController.framework/BTLEAudioController
    0x324b0000 - 0x324d5fff BackBoardServices armv7  <4ff10dee04d63e60aca7d31fd4ea8fbd> /System/Library/PrivateFrameworks/BackBoardServices.framework/BackBoardServices
    0x324d8000 - 0x324defff BluetoothManager armv7  <64f9dcb9befb330b9bd9a59e830a5b6e> /System/Library/PrivateFrameworks/BluetoothManager.framework/BluetoothManager
    0x324df000 - 0x32503fff Bom armv7  <8f0339cf133c37f9aeae46b2eea15888> /System/Library/PrivateFrameworks/Bom.framework/Bom
    0x325a4000 - 0x325acfff CaptiveNetwork armv7  <e33fcbd2934e30ea981e94328a460bae> /System/Library/PrivateFrameworks/CaptiveNetwork.framework/CaptiveNetwork
    0x325ad000 - 0x32688fff Celestial armv7  <0a1cb885ee0d39f39d2d80738edd6109> /System/Library/PrivateFrameworks/Celestial.framework/Celestial
    0x32689000 - 0x32694fff CertInfo armv7  <7902dccb827e3453a9ddc702475cf360> /System/Library/PrivateFrameworks/CertInfo.framework/CertInfo
    0x32695000 - 0x3269afff CertUI armv7  <ad425d142e6735bd9d3da49a1311676f> /System/Library/PrivateFrameworks/CertUI.framework/CertUI
    0x32767000 - 0x32788fff ChunkingLibrary armv7  <82fb99246dec3d0ca34991e722e61537> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/ChunkingLibrary
    0x327d9000 - 0x327e4fff CommonUtilities armv7  <6997cd5df15f3896b977b2f38a3426d0> /System/Library/PrivateFrameworks/CommonUtilities.framework/CommonUtilities
    0x327e5000 - 0x327e9fff CommunicationsFilter armv7  <e68a117e6ff93365881b918333e9dac6> /System/Library/PrivateFrameworks/CommunicationsFilter.framework/CommunicationsFilter
    0x3287b000 - 0x3287dfff ConstantClasses armv7  <1e58c2c1754434dfa17eac3077bd7d5f> /System/Library/PrivateFrameworks/ConstantClasses.framework/ConstantClasses
    0x32884000 - 0x328bcfff ContentIndex armv7  <23f31925dc5936d482844f6ecf1e0ace> /System/Library/PrivateFrameworks/ContentIndex.framework/ContentIndex
    0x328bd000 - 0x328bffff CoreAUC armv7  <c5bee1a424713ecfa330cd0c51ae04da> /System/Library/PrivateFrameworks/CoreAUC.framework/CoreAUC
    0x328cc000 - 0x32920fff CoreDAV armv7  <2f6b82708899305da29fa57d3214e4a7> /System/Library/PrivateFrameworks/CoreDAV.framework/CoreDAV
    0x32960000 - 0x32a5ffff CoreMediaStream armv7  <70d5d8b1c9da370bbcd3b171aa90d4ca> /System/Library/PrivateFrameworks/CoreMediaStream.framework/CoreMediaStream
    0x32af9000 - 0x32b03fff CoreRecents armv7  <8dfa4ab858fa32b0bbd3e91ce3a47d6a> /System/Library/PrivateFrameworks/CoreRecents.framework/CoreRecents
    0x32b53000 - 0x32b71fff CoreServicesInternal armv7  <7012d60bb7a53110a47c4ff79da280a6> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/CoreServicesInternal
    0x32b72000 - 0x32b73fff CoreSurface armv7  <f9c2835925183cf68cafc109c30e10ed> /System/Library/PrivateFrameworks/CoreSurface.framework/CoreSurface
    0x32c1a000 - 0x32c76fff CoreUI armv7  <b2a9ebb5554330b48818cbaebbd06e47> /System/Library/PrivateFrameworks/CoreUI.framework/CoreUI
    0x32c77000 - 0x32ccafff CoreUtils armv7  <61ed281580663000bb17817e910d35b3> /System/Library/PrivateFrameworks/CoreUtils.framework/CoreUtils
    0x32ccb000 - 0x32cd0fff CrashReporterSupport armv7  <07f636e08495369b828dbf69e2e637ee> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/CrashReporterSupport
    0x32cd1000 - 0x32d08fff DataAccess armv7  <066fd4c819043a3684b8053b1221e319> /System/Library/PrivateFrameworks/DataAccess.framework/DataAccess
    0x32e9d000 - 0x32eb3fff DataAccessExpress armv7  <b924238b25ad30289f63e915a364d5f2> /System/Library/PrivateFrameworks/DataAccessExpress.framework/DataAccessExpress
    0x32eee000 - 0x32ef2fff DataMigration armv7  <2fdc473131b33d41a98366a9bb3cec50> /System/Library/PrivateFrameworks/DataMigration.framework/DataMigration
    0x32ef7000 - 0x32ef8fff DiagnosticLogCollection armv7  <2fec2487e81d321b8a7d50dfed91d13f> /System/Library/PrivateFrameworks/DiagnosticLogCollection.framework/DiagnosticLogCollecti on
    0x32ef9000 - 0x32f13fff DictionaryServices armv7  <82612d87ae5a389186b0c6646b976cbf> /System/Library/PrivateFrameworks/DictionaryServices.framework/DictionaryServices
    0x32f32000 - 0x32f4ffff EAP8021X armv7  <fd3e1f28b5bf39b7a4a3d160015ef9d0> /System/Library/PrivateFrameworks/EAP8021X.framework/EAP8021X
    0x32f58000 - 0x32f63fff ExFAT armv7  <a7ed638f895c3c668ce265301d9298dc> /System/Library/PrivateFrameworks/ExFAT.framework/ExFAT
    0x32f75000 - 0x32f77fff FTClientServices armv7  <7620ef492bce366cac36ed685bf7aed1> /System/Library/PrivateFrameworks/FTClientServices.framework/FTClientServices
    0x32f78000 - 0x32fa2fff FTServices armv7  <d00c2f6cb7c73abcbea7c72d4a2ec0fd> /System/Library/PrivateFrameworks/FTServices.framework/FTServices
    0x32fa3000 - 0x333befff FaceCore armv7  <05a9f9e1498a3e1fb7e81fbe9d11957d> /System/Library/PrivateFrameworks/FaceCore.framework/FaceCore
    0x333f1000 - 0x333f7fff libGPUSupportMercury.dylib armv7  <503070fad4823552be6ce313589957de> /System/Library/PrivateFrameworks/GPUSupport.framework/libGPUSupportMercury.dylib
    0x335e1000 - 0x335edfff GenerationalStorage armv7  <0206300d289837f297f009a93735a7b1> /System/Library/PrivateFrameworks/GenerationalStorage.framework/GenerationalStorage
    0x335ee000 - 0x33799fff GeoServices armv7  <d7e9578080ca37d79f67b56954b97989> /System/Library/PrivateFrameworks/GeoServices.framework/GeoServices
    0x3379a000 - 0x337b0fff GraphicsServices armv7  <3336797b4ea832a49465bcf8d28d4035> /System/Library/PrivateFrameworks/GraphicsServices.framework/GraphicsServices
    0x33840000 - 0x338c5fff HomeSharing armv7  <d3878e7fe0dc31ec9ace322d02201163> /System/Library/PrivateFrameworks/HomeSharing.framework/HomeSharing
    0x338c6000 - 0x338d3fff IAP armv7  <ddfc8d1cffdd32d187009b9814bf72c9> /System/Library/PrivateFrameworks/IAP.framework/IAP
    0x33939000 - 0x3396dfff IDS armv7  <f5656f037e78392e9f4f3204b3c564b2> /System/Library/PrivateFrameworks/IDS.framework/IDS
    0x339dd000 - 0x339eefff IDSFoundation armv7  <eb2053920c303cca82593fece73415c4> /System/Library/PrivateFrameworks/IDSFoundation.framework/IDSFoundation
    0x33a54000 - 0x33ae1fff IMCore armv7  <d6e8a375c5e7391bbd41d75de20b64ed> /System/Library/PrivateFrameworks/IMCore.framework/IMCore
    0x33b61000 - 0x33bbbfff IMFoundation armv7  <71449f02bd6938829e7ddd27bf3146a8> /System/Library/PrivateFrameworks/IMFoundation.framework/IMFoundation
    0x33bc2000 - 0x33bc4fff IOAccelerator armv7  <cedd2e0f4c2e3fb3b51d1c4af76e05ba> /System/Library/PrivateFrameworks/IOAccelerator.framework/IOAccelerator
    0x33bc5000 - 0x33bccfff IOMobileFramebuffer armv7  <8baee98c3eb037f889058898d2bef098> /System/Library/PrivateFrameworks/IOMobileFramebuffer.framework/IOMobileFramebuffer
    0x33bcd000 - 0x33bd2fff IOSurface armv7  <2cac51301b7c3a1d82bc3cf293fb0b0c> /System/Library/PrivateFrameworks/IOSurface.framework/IOSurface
    0x33c44000 - 0x33c50fff Librarian armv7  <dc3b1edfe90d3b8cace87a963995b736> /System/Library/PrivateFrameworks/Librarian.framework/Librarian
    0x33c51000 - 0x33c8afff MIME armv7  <5c2a7744ad5b3355971c0bb0b46b9f69> /System/Library/PrivateFrameworks/MIME.framework/MIME
    0x33c8b000 - 0x33cc8fff MMCS armv7  <3dbf755e4ab231a488682026aa7a08a6> /System/Library/PrivateFrameworks/MMCS.framework/MMCS
    0x33cd1000 - 0x33cdcfff MailServices armv7  <36b7e97853e936b394b7f3a7e9b77deb> /System/Library/PrivateFrameworks/MailServices.framework/MailServices
    0x33d10000 - 0x33d8bfff ManagedConfiguration armv7  <d140fded987d39cca1a7bc02262a741e> /System/Library/PrivateFrameworks/ManagedConfiguration.framework/ManagedConfiguration
    0x33d8c000 - 0x33d8dfff Marco armv7  <9e5b8395799035ada84e3b5f50965604> /System/Library/PrivateFrameworks/Marco.framework/Marco
    0x33d8e000 - 0x33e06fff MediaControlSender armv7  <41198773533b3fb4a94e43f9f80057fe> /System/Library/PrivateFrameworks/MediaControlSender.framework/MediaControlSender
    0x33e45000 - 0x33e52fff MediaRemote armv7  <916f46ba82eb338181acca284f3f967b> /System/Library/PrivateFrameworks/MediaRemote.framework/MediaRemote
    0x33e53000 - 0x33e6bfff MediaStream armv7  <6c6a6fc7ca113186aaab1c4602178ae8> /System/Library/PrivateFrameworks/MediaStream.framework/MediaStream
    0x33ed0000 - 0x33fa4fff Message armv7  <444c38cf8b923716a58df1b53f587b26> /System/Library/PrivateFrameworks/Message.framework/Message
    0x33fa9000 - 0x33fabfff MessageSupport armv7  <621852400d4833b58ecceb46d4b618d3> /System/Library/PrivateFrameworks/MessageSupport.framework/MessageSupport
    0x33fb7000 - 0x33fc3fff MobileAsset armv7  <3eac8ae448353f6098194f063bc4041c> /System/Library/PrivateFrameworks/MobileAsset.framework/MobileAsset
    0x33fe7000 - 0x33feffff MobileBluetooth armv7  <eb4b9357c4d334ddbe4775de24307fd6> /System/Library/PrivateFrameworks/MobileBluetooth.framework/MobileBluetooth
    0x34002000 - 0x34009fff MobileIcons armv7  <a78d78f9c678352581c5f6bdd921be3c> /System/Library/PrivateFrameworks/MobileIcons.framework/MobileIcons
    0x3400a000 - 0x3400dfff MobileInstallation armv7  <ab9550ceda733c328e8155e994f118f6> /System/Library/PrivateFrameworks/MobileInstallation.framework/MobileInstallation
    0x3400e000 - 0x34018fff MobileKeyBag armv7  <f68035eb4ab7361cbf4a88991725242d> /System/Library/PrivateFrameworks/MobileKeyBag.framework/MobileKeyBag
    0x34040000 - 0x34043fff MobileSystemServices armv7  <3b84379e817537fc80eb2997057c0007> /System/Library/PrivateFrameworks/MobileSystemServices.framework/MobileSystemServices
    0x34062000 - 0x3406dfff MobileWiFi armv7  <5120034f6f003b448a713385918ee90a> /System/Library/PrivateFrameworks/MobileWiFi.framework/MobileWiFi
    0x340ad000 - 0x34249fff MusicLibrary armv7  <b9060e30660239f09924754357ecd364> /System/Library/PrivateFrameworks/MusicLibrary.framework/MusicLibrary
    0x34308000 - 0x3430dfff Netrb armv7  <9b827935a74830b68232c4716c17d806> /System/Library/PrivateFrameworks/Netrb.framework/Netrb
    0x3430e000 - 0x34313fff NetworkStatistics armv7  <83800a8557523e92a6ae4ac94ccae630> /System/Library/PrivateFrameworks/NetworkStatistics.framework/NetworkStatistics
    0x34314000 - 0x34338fff Notes armv7  <f2bd8a5040093f30adbd1a3e8155a477> /System/Library/PrivateFrameworks/Notes.framework/Notes
    0x34339000 - 0x3433bfff OAuth armv7  <10c87176588337d880df7739a5ae9f59> /System/Library/PrivateFrameworks/OAuth.framework/OAuth
    0x34a93000 - 0x34acefff OpenCL armv7  <4071af2b8da7309bbbd834a934ee72ef> /System/Library/PrivateFrameworks/OpenCL.framework/OpenCL
    0x35073000 - 0x3509afff PersistentConnection armv7  <441f6f67c211332a935b9b0773465518> /System/Library/PrivateFrameworks/PersistentConnection.framework/PersistentConnection
    0x351e7000 - 0x35360fff PhotoLibraryServices armv7  <a437f790cb6e3c6aa1053a8238a2b9f8> /System/Library/PrivateFrameworks/PhotoLibraryServices.framework/PhotoLibraryServices
    0x354b6000 - 0x354e9fff PhysicsKit armv7  <7275cf1a482e30b39e84d6852b8e7be3> /System/Library/PrivateFrameworks/PhysicsKit.framework/PhysicsKit
    0x354ea000 - 0x354edfff PowerLog armv7  <8723cb15b0883ce4aaa88c8f35a4d9bf> /System/Library/PrivateFrameworks/PowerLog.framework/PowerLog
    0x3556f000 - 0x355dffff Preferences armv7  <e04b5f7395f539eaa7bc5b7e43108035> /System/Library/PrivateFrameworks/Preferences.framework/Preferences
    0x355e0000 - 0x35617fff PrintKit armv7  <c4178b526bf23481862b4c31c0cead81> /System/Library/PrivateFrameworks/PrintKit.framework/PrintKit
    0x3561b000 - 0x356a1fff ProofReader armv7  <db664016aae8358194ed4ca13bfa4652> /System/Library/PrivateFrameworks/ProofReader.framework/ProofReader
    0x356a2000 - 0x356acfff ProtocolBuffer armv7  <94ba5c01c54d3b3da5df836dd185f5c9> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/ProtocolBuffer
    0x356de000 - 0x35752fff Quagga armv7  <8582f6265b0a38da93e27326e955a8c0> /System/Library/PrivateFrameworks/Quagga.framework/Quagga
    0x3575e000 - 0x35803fff Radio armv7  <ef2966d5af3c38cb995c48f71156e04f> /System/Library/PrivateFrameworks/Radio.framework/Radio
    0x35892000 - 0x35917fff SAObjects armv7  <90c7d37385263e3d94cabb6a381d9725> /System/Library/PrivateFrameworks/SAObjects.framework/SAObjects
    0x359eb000 - 0x35a00fff SpringBoardServices armv7  <e72af53f8aed38449647c2e912bddfcf> /System/Library/PrivateFrameworks/SpringBoardServices.framework/SpringBoardServices
    0x35c1b000 - 0x35d3cfff StoreServices armv7  <0ccd2a0fd229370688723dfa609f51f9> /System/Library/PrivateFrameworks/StoreServices.framework/StoreServices
    0x35ded000 - 0x35deffff TCC armv7  <9ce710d3eb5a3e768105a9b68a8c9c9d> /System/Library/PrivateFrameworks/TCC.framework/TCC
    0x35e43000 - 0x35e64fff TelephonyUtilities armv7  <6f78910cb6633b66a16508bb9578b018> /System/Library/PrivateFrameworks/TelephonyUtilities.framework/TelephonyUtilities
    0x3648d000 - 0x364c0fff TextInput armv7  <beda138388f63ab1b6916d36e974ca9b> /System/Library/PrivateFrameworks/TextInput.framework/TextInput
    0x36744000 - 0x36804fff UIFoundation armv7  <85d44c28479732489d10f371084217e7> /System/Library/PrivateFrameworks/UIFoundation.framework/UIFoundation
    0x36805000 - 0x3681bfff Ubiquity armv7  <89ef3a66f4253cc285c18cb5c4047ec8> /System/Library/PrivateFrameworks/Ubiquity.framework/Ubiquity
    0x3681c000 - 0x3681ffff UserFS armv7  <87db207bdb383551be56386a8849ffc6> /System/Library/PrivateFrameworks/UserFS.framework/UserFS
    0x36c43000 - 0x36c60fff VoiceServices armv7  <8441ea52fdae3484b81f355b3abd440f> /System/Library/PrivateFrameworks/VoiceServices.framework/VoiceServices
    0x36c83000 - 0x36ca8fff WebBookmarks armv7  <271a62297fb63d719118635c6f3ed209> /System/Library/PrivateFrameworks/WebBookmarks.framework/WebBookmarks
    0x36cbe000 - 0x37765fff WebCore armv7  <ec846a158670328d9cf55ac15dc7708f> /System/Library/PrivateFrameworks/WebCore.framework/WebCore
    0x37766000 - 0x37826fff WebKit armv7  <7f54e35ae66c34c4880dd29eb2bf848e> /System/Library/PrivateFrameworks/WebKit.framework/WebKit
    0x3796a000 - 0x37970fff XPCKit armv7  <7f353bd7bf5330cc8b949f46fffdd0aa> /System/Library/PrivateFrameworks/XPCKit.framework/XPCKit
    0x37971000 - 0x37979fff XPCObjects armv7  <b6baba957b2431cf8614e73831428b16> /System/Library/PrivateFrameworks/XPCObjects.framework/XPCObjects
    0x37b2f000 - 0x37b52fff iCalendar armv7  <3f42d0f247543fa39f7208ff355c427a> /System/Library/PrivateFrameworks/iCalendar.framework/iCalendar
    0x37d2f000 - 0x37d69fff iTunesStore armv7  <b9878d48a4be3c25abb69c453b969013> /System/Library/PrivateFrameworks/iTunesStore.framework/iTunesStore
    0x3893d000 - 0x38944fff libAccessibility.dylib armv7  <0b45917a21063e418a7349060ec3f71a> /usr/lib/libAccessibility.dylib
    0x38a4b000 - 0x38a61fff libCRFSuite.dylib armv7  <b3daa0f4be4c33af860990ee476791bc> /usr/lib/libCRFSuite.dylib
    0x38a75000 - 0x38a76fff libMobileCheckpoint.dylib armv7  <ce523619efc039cf8ffbd922fb9f0464> /usr/lib/libMobileCheckpoint.dylib
    0x38a77000 - 0x38a8cfff libMobileGestalt.dylib armv7  <2385d15c90bf3467bc25c958e1568636> /usr/lib/libMobileGestalt.dylib
    0x38aaa000 - 0x38aabfff libSystem.B.dylib armv7  <c6e05d73a31c3ada9db44f5b8426fc54> /usr/lib/libSystem.B.dylib
    0x38b1a000 - 0x38b48fff libTelephonyUtilDynamic.dylib armv7  <e8db72e18e2136fc86e0d00e103a3687> /usr/lib/libTelephonyUtilDynamic.dylib
    0x38c97000 - 0x38ca3fff libbsm.0.dylib armv7  <cbf50b2cb2ae3ff385d5d853551a33cf> /usr/lib/libbsm.0.dylib
    0x38ca4000 - 0x38cadfff libbz2.1.0.dylib armv7  <3a4d64c44c283997b46efa5712f9c2d1> /usr/lib/libbz2.1.0.dylib
    0x38cae000 - 0x38cf9fff libc++.1.dylib armv7  <a9e17626396330e4be0a636d853ecded> /usr/lib/libc++.1.dylib
    0x38cfa000 - 0x38d14fff libc++abi.dylib armv7  <dd16288fdf2d35179c1db87dcec17f2c> /usr/lib/libc++abi.dylib
    0x38d24000 - 0x38d2bfff libcupolicy.dylib armv7  <b415cddb1daa3aa39ca0f2375013ff6f> /usr/lib/libcupolicy.dylib
    0x38d57000 - 0x38d57fff libgcc_s.1.dylib armv7  <5adc2932566937829dac6190137ff948> /usr/lib/libgcc_s.1.dylib
    0x38e84000 - 0x38f71fff libiconv.2.dylib armv7  <3faa29f3ddf53187b51e155344592e1b> /usr/lib/libiconv.2.dylib
    0x38f72000 - 0x390c3fff libicucore.A.dylib armv7  <a0225e27ea6933558bc3dfecdcf626fc> /usr/lib/libicucore.A.dylib
    0x390cb000 - 0x390cbfff liblangid.dylib armv7  <8bb499713b5632adb09d7bb3a7b77a71> /usr/lib/liblangid.dylib
    0x390cc000 - 0x390d6fff liblockdown.dylib armv7  <303d4dbfe72033f7868b17ff0d81b03e> /usr/lib/liblockdown.dylib
    0x39418000 - 0x3942cfff libmis.dylib armv7  <0547ab9ace093e3bbb0ff33cc580fbd8> /usr/lib/libmis.dylib
    0x39455000 - 0x395f4fff libobjc.A.dylib armv7  <bf96d212244538e3a0c9fa3b779326c2> /usr/lib/libobjc.A.dylib
    0x396bc000 - 0x396d1fff libresolv.9.dylib armv7  <9d15aa14d7773e599e6cee134be9ebd0> /usr/lib/libresolv.9.dylib
    0x396fa000 - 0x39790fff libsqlite3.dylib armv7  <c30fdaeb1b133064ae493e30d98c37e0> /usr/lib/libsqlite3.dylib
    0x39791000 - 0x397defff libstdc++.6.dylib armv7  <60d2a9f34296398bb7c057e01fde6afc> /usr/lib/libstdc++.6.dylib
    0x397df000 - 0x39805fff libtidy.A.dylib armv7  <1038b4aac4c9322fb6fc14b57e71ab02> /usr/lib/libtidy.A.dylib
    0x39809000 - 0x398bcfff libxml2.2.dylib armv7  <610d9be70005338f9db94dbcaf1b6459> /usr/lib/libxml2.2.dylib
    0x398bd000 - 0x398defff libxslt.1.dylib armv7  <c5d2c1db0a203d26a577d6c231b3640d> /usr/lib/libxslt.1.dylib
    0x398df000 - 0x398ebfff libz.1.dylib armv7  <76b41c58034a30dabe6ad9be1e637644> /usr/lib/libz.1.dylib
    0x398ec000 - 0x398f0fff libcache.dylib armv7  <b262271ab3b538d292c58c0fa1f34f35> /usr/lib/system/libcache.dylib
    0x398f1000 - 0x398f9fff libcommonCrypto.dylib armv7  <8200f162f57137cba6afda041f98deec> /usr/lib/system/libcommonCrypto.dylib
    0x398fa000 - 0x398fefff libcompiler_rt.dylib armv7  <ea7b2fcac98c3901a564a64a58cd34b0> /usr/lib/system/libcompiler_rt.dylib
    0x398ff000 - 0x39905fff libcopyfile.dylib armv7  <eefd70bf288d39adaee6d7ba9d1e63c4> /usr/lib/system/libcopyfile.dylib
    0x39906000 - 0x3993efff libcorecrypto.dylib armv7  <912e56f196943500877e1aba46efcb78> /usr/lib/system/libcorecrypto.dylib
    0x3993f000 - 0x39963fff libdispatch.dylib armv7  <85f26b4b8d7d3c1d8311f30332c553f3> /usr/lib/system/libdispatch.dylib
    0x39964000 - 0x39965fff libdyld.dylib armv7  <634835cfe326383fa2f33a545745d469> /usr/lib/system/libdyld.dylib
    0x39966000 - 0x39966fff libkeymgr.dylib armv7  <fdd133303b5c3998837f64bd662afbe2> /usr/lib/system/libkeymgr.dylib
    0x39967000 - 0x3996dfff liblaunch.dylib armv7  <8eac07c764fd378caab4a88566c502da> /usr/lib/system/liblaunch.dylib
    0x3996e000 - 0x39971fff libmacho.dylib armv7  <b9a905d0b03c3f68b094937ed8250483> /usr/lib/system/libmacho.dylib
    0x39972000 - 0x39973fff libremovefile.dylib armv7  <cd81357c257c3557a291127f208078da> /usr/lib/system/libremovefile.dylib
    0x39974000 - 0x39981fff libsystem_asl.dylib armv7  <3342e45e4cbc37fba1d21d4f7a8d80fa> /usr/lib/system/libsystem_asl.dylib
    0x39982000 - 0x39982fff libsystem_blocks.dylib armv7  <0178b6f1a9bf362d9672641076a42ee2> /usr/lib/system/libsystem_blocks.dylib
    0x39983000 - 0x399e4fff libsystem_c.dylib armv7  <c9a4063753913b56946af37c0199d532> /usr/lib/system/libsystem_c.dylib
    0x399e5000 - 0x399e7fff libsystem_configuration.dylib armv7  <942ac816bd943b0e87ad5d0f5f396b06> /usr/lib/system/libsystem_configuration.dylib
    0x399e8000 - 0x399eefff libsystem_dnssd.dylib armv7  <abc34ba115ef3b8d90038bfd1f1ad98d> /usr/lib/system/libsystem_dnssd.dylib
    0x399ef000 - 0x39a07fff libsystem_info.dylib armv7  <a0ff0c2698bb32f0a09db13258f21df2> /usr/lib/system/libsystem_info.dylib
    0x39a08000 - 0x39a20fff libsystem_kernel.dylib armv7  <f27d88a8e9e53fe69d2cf9fb8cf82105> /usr/lib/system/libsystem_kernel.dylib
    0x39a21000 - 0x39a40fff libsystem_m.dylib armv7  <f8d5d97ac0473f53864c943f314fb687> /usr/lib/system/libsystem_m.dylib
    0x39a41000 - 0x39a52fff libsystem_malloc.dylib armv7  <f91cb81b14233a96b7adc6d3f4c85e59> /usr/lib/system/libsystem_malloc.dylib
    0x39a53000 - 0x39a73fff libsystem_network.dylib armv7  <1ea1dff167a33a24bffebdaa045c6f61> /usr/lib/system/libsystem_network.dylib
    0x39a74000 - 0x39a7bfff libsystem_notify.dylib armv7  <f8815b752aea351aba2b8cc9f21feaf2> /usr/lib/system/libsystem_notify.dylib
    0x39a7c000 - 0x39a81fff libsystem_platform.dylib armv7  <bc7491776e5537ecb08c0685e45bffe6> /usr/lib/system/libsystem_platform.dylib
    0x39a82000 - 0x39a87fff libsystem_pthread.dylib armv7  <c8ef245a866731d08dee5e8cabd1b476> /usr/lib/system/libsystem_pthread.dylib
    0x39a88000 - 0x39a89fff libsystem_sandbox.dylib armv7  <be27aa9ca3753a4e8c1f596e3c097c80> /usr/lib/system/libsystem_sandbox.dylib
    0x39a8a000 - 0x39a8cfff libsystem_stats.dylib armv7  <8e3a710948523fec8b5cf193448353da> /usr/lib/system/libsystem_stats.dylib
    0x39a8d000 - 0x39a8dfff libunwind.dylib armv7  <45c29718368e3d1c8821911ab5953080> /usr/lib/system/libunwind.dylib
    0x39a8e000 - 0x39aa8fff libxpc.dylib armv7  <4092c992f9213208aee93c1312733136> /usr/lib/system/libxpc.dylib

  • Writing video files in an App - Crashes when used repeatedly.

    When we are writing video using the UIImagePicker routine the App can crash after repeated recordings. Is this problem related to filling up the RAM faster than the video can be written to Flash? If so, what work around might there be? Or avoiding this by registering Free Ram Space and delaying users activity?

    Hello
    Sometimes the Adobe Viewer, or a custom Viewer, appears to crash. However, the iOS is in fact shutting it down because of a low memory state. You can confirm whether you have this issue by syncing an affected iPad to a Mac. Then retrieve the logs to see if there are LowMemory-[time stamp].log files. Here is where such log files, as well as crash log files, is found:
    Users/[user name]/Library/Logs/CrashReporter/MobileDevice/[device name]
    Look for a LowMemory log file with a time stamp that corresponds to the application's exit. Open it in a text editor and look for a line like the following:
    viewer <42d0b24207f7d625b2fefef7549afce3>   33490 (jettisoned) (active)
    The numbers can vary. However, if the line indicates that the "viewer" process was "jettisoned" while "active," the OS closed the process because of a low memory state. The most likely reason for this is that your viewer is reading into memory images that are larger than 1024 x 1024. Apple recommends against applications loading any image larger than this size as it contributes to a low memory state on the device. It can result in what appear to be application crashes. Review your folio source files and ensure that no images of greater size are used. If they are, simply resample them, and republish your content.
    The low memory state can also be the result of having too many applications running at once. Shut down applications you are not actively using to free up more memory.
    How to free up memory on your iPad
    1. From the home screen, double-click the Home button to display recently used applications.
    2. Tap and hold one of the applications until a red minus appears above it.
    3. Tap the red minus for all apps that are not currently needed.
    4. Tap anywhere above the list of recently used apps, to return to the home screen.
    Laxman

  • My app crashes when using profiler's "take memory snapshot"

    When I try to use the profiler's "take memory snapshot", in 90% of the time my application crashes.
    So.... I can't profile
    Does anyone know how to fix this?

    I just tried this out with a sample application on my Mac (Flash Builder 4) and I was able to use the "take memory snapshot" without any problem.  Would you mind posting this issue over on the Flash Builder forums?  Please include your OS, Flash/Flex Builder version, and your Flex and AIR SDK versions.
    If this is a pressing issue, I'd also like to recommend contacting our support team.
    Thanks,
    Chris

  • Safari keeps crashing when using Java

    I have seen 1 million posts asking why Safari crashes. It recently started on my iPAD first-generation and I haven't updated it at all. Basically because it says there are no updates for my operating system. After trying tons of suggestions I narrowed it down to turning off Java. As soon as I do that it no longer crashes. But I cant open up the gallery view on craigslist or even realtor.com. It seems anything with pictures on the opening page makes it crash. Just started happening so I'm a bit confused. Tried every other remedy on these websites, besides a basic complete backup of the operating system. Still confused why it's happening. Anybody have any answers? Thanks

    You are turning Off Javascript not Java. They are two different things. Of course, turning off Javascript will cripple most Websites.
    The Safari crashes are possibly caused by a memory shortage. (the iPad 1 only has 256MB). Also, If the storage on your iPad is almost full this could cause crashes.
    You could try using Settings > Safari > Clear Cookies and Data and Settings > Safari > Clear History to see if that helps

  • Sharepoint Designer always crashes when using the Sharepoint people/group picker in a Workflow

    SharePoint designer 2013 (sp1) crashes consistently when doing the following:
    Create workflow
    Create email action
    In the email To field select People/Groups from SharePoint site
    SharePoint Designer crashed and says "Microsoft SharePoint Designer has stopped working"
    This issue has been reported before in SharePoint 2010 on TechNet as a bug in the software, but with no proper resolution.  I am very surprised that it is still an issue in 2013 version (sp1 which was released Feb 2014) and Microsoft have not tried
    to address this.
    I have read elsewhere that the fix for this is to only have a single IIS binding for the site being used (ie not have additional alternate access mappings).  However this is not possible for us as we need the additional alternate access mappings.
    Any help/suggestions gratefully received.
    Thanks
    Bill W

    One way is as you mentioned try the below link
    http://xblogs.kompas-xnet.si/post/SharePoint-Designer-2013-Crashing-when-using-select-peoplegroups-from-SharePoint-site.aspx
    Instead of  setting people picker's Return field as "As String" could you please try setting the return field as Email Address
    Destin -MCPD: SharePoint Developer 2010, MCTS:SharePoint 2007 Application Development

  • Sphere doc cam software crashed when used in the WorkGroup Manager managed environment  Crash report Process:         Sphere [93076] Path:            /Applications/Sphere.app/Contents/MacOS/Sphere Identifier:      com.yourcompany.Sphere Version:         ?

    Sphere doc cam software crashes when using the screen recording feature in the WorkGroup Manager managed environment .  Does not crash in admin (non managed).
    Process:         Sphere [94287]
    Path:            /Applications/Sphere.app/Contents/MacOS/Sphere
    Identifier:      com.yourcompany.Sphere
    Version:         ??? (???)
    Code Type:       X86 (Native)
    Parent Process:  launchd [244]
    Interval Since Last Report:          371 sec
    Crashes Since Last Report:           2
    Per-App Interval Since Last Report:  25 sec
    Per-App Crashes Since Last Report:   1
    Date/Time:       2014-02-11 09:53:05.896 -0700
    OS Version:      Mac OS X 10.5.8 (9L31a)
    Report Version:  6
    Anonymous UUID:  9ACAC95B-DACE-48A7-BA12-8644258A670B
    Exception Type:  EXC_BAD_ACCESS (SIGBUS)
    Exception Codes: KERN_PROTECTION_FAILURE at 0x000000000000002c
    Crashed Thread:  0
    Thread 0 Crashed:
    0   com.yourcompany.Sphere                  0x0009e93f FrameMovieExporter::stop(QString&) + 79
    1   com.yourcompany.Sphere                  0x000a2e06 -[RecordingController stopRecording] + 118
    2   com.yourcompany.Sphere                  0x0009c217 RecordingImpl::doStopRecording(QString*) + 39
    3   com.yourcompany.Sphere                  0x0009b33d RecordingImpl::doStopRecording(QList<QString>&) + 77
    4   com.yourcompany.Sphere                  0x00095163 RecordingCommonImpl::stopRecording(QList<QString>&) + 67
    5   com.yourcompany.Sphere                  0x0011a7a8 Sphere::stopRecord() + 136
    6   com.yourcompany.Sphere                  0x0010d37e ToolsPanel::startStopRecording(bool) + 78
    7   com.yourcompany.Sphere                  0x00134bad ToolsPanel::qt_metacall(QMetaObject::Call, int, void**) + 541
    8   QtCore                                  0x00902b51 QMetaObject::activate(QObject*, QMetaObject const*, int, void**) + 673
    9   QtGui                                   0x02f172c4 QAbstractButton::clicked(bool) + 68
    10  QtGui                                   0x02c3329a QAbstractButton::mousePressEvent(QMouseEvent*) + 186
    11  QtGui                                   0x02c34366 QAbstractButton::keyPressEvent(QKeyEvent*) + 726
    12  QtGui                                   0x02c345b5 QAbstractButton::mouseReleaseEvent(QMouseEvent*) + 117
    13  QtGui                                   0x02d0866c QToolButton::mouseReleaseEvent(QMouseEvent*) + 28
    14  QtGui                                   0x028e2a65 QWidget::event(QEvent*) + 2565
    15  QtGui                                   0x02c335bd QAbstractButton::event(QEvent*) + 45
    16  QtGui                                   0x02d0a6f0 QToolButton::event(QEvent*) + 64
    17  QtGui                                   0x028872ec QApplicationPrivate::notify_helper(QObject*, QEvent*) + 188
    18  QtGui                                   0x0288efbd QApplication::notify(QObject*, QEvent*) + 7789
    19  QtCore                                  0x008fc33c QCoreApplication::notifyInternal(QObject*, QEvent*) + 108
    20  QtGui                                   0x0288741c QApplication::activeModalWidget() + 156
    21  QtGui                                   0x0283b043 QMacCocoaAutoReleasePool::QMacCocoaAutoReleasePool() + 19427
    22  QtGui                                   0x0282adff QMacInputContext::reset() + 4063
    23  com.apple.AppKit                        0x91dadb95 -[NSWindow sendEvent:] + 5539
    24  QtGui                                   0x02831cdb QMacInputContext::reset() + 32443
    25  com.apple.AppKit                        0x91d7a6a5 -[NSApplication sendEvent:] + 2939
    26  QtGui                                   0x028353dd QMacInputContext::reset() + 46525
    27  com.apple.AppKit                        0x91cd7fe7 -[NSApplication run] + 867
    28  QtGui                                   0x0283f471 QDesktopWidget::resizeEvent(QResizeEvent*) + 12513
    29  QtCore                                  0x009ebb61 QEventLoop::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) + 65
    30  QtCore                                  0x009ebeaa QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) + 170
    31  QtCore                                  0x009ed526 QCoreApplication::exec() + 182
    32  com.yourcompany.Sphere                  0x001229e1 main + 897
    33  com.yourcompany.Sphere                  0x0000bd09 _start + 208
    34  com.yourcompany.Sphere                  0x0000bc38 start + 40
    Thread 1:
    0   libSystem.B.dylib                       0x9094460a select$DARWIN_EXTSN + 10
    1   libSystem.B.dylib                       0x90926055 _pthread_start + 321
    2   libSystem.B.dylib                       0x90925f12 thread_start + 34
    Thread 2:
    0   libSystem.B.dylib                       0x908fc34e __semwait_signal + 10
    1   libSystem.B.dylib                       0x90926ccd pthread_cond_wait$UNIX2003 + 73
    2   libGLProgrammability.dylib              0x95d73b32 glvmDoWork + 162
    3   libSystem.B.dylib                       0x90926055 _pthread_start + 321
    4   libSystem.B.dylib                       0x90925f12 thread_start + 34
    Thread 3:
    0   libSystem.B.dylib                       0x908f5166 mach_msg_trap + 10
    1   libSystem.B.dylib                       0x908fc95c mach_msg + 72
    2   com.apple.CoreFoundation                0x93563e7e CFRunLoopRunSpecific + 1790
    3   com.apple.CoreFoundation                0x93564aa8 CFRunLoopRunInMode + 88
    4   com.apple.Foundation                    0x900ea3d5 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 213
    5   com.apple.Foundation                    0x90168b4d -[NSRunLoop(NSRunLoop) runUntilDate:] + 93
    6   com.AVerMedia.AVerVDig                  0x170584b9 -[AVDocCamControlTCPServer socketThread] + 271
    7   com.apple.AppKit                        0x92035123 +[NSApplication _startDrawingThread:] + 77
    8   com.apple.Foundation                    0x900b5dfd -[NSThread main] + 45
    9   com.apple.Foundation                    0x900b59a4 __NSThread__main__ + 308
    10  libSystem.B.dylib                       0x90926055 _pthread_start + 321
    11  libSystem.B.dylib                       0x90925f12 thread_start + 34
    Thread 4:
    0   libSystem.B.dylib                       0x908f5166 mach_msg_trap + 10
    1   libSystem.B.dylib                       0x908fc95c mach_msg + 72
    2   com.apple.CoreFoundation                0x93563e7e CFRunLoopRunSpecific + 1790
    3   com.apple.CoreFoundation                0x93564b04 CFRunLoopRun + 84
    4   ...le.QuickTimeUSBVDCDigitizer          0x181ca084 0x181c9000 + 4228
    5   libSystem.B.dylib                       0x90926055 _pthread_start + 321
    6   libSystem.B.dylib                       0x90925f12 thread_start + 34
    Thread 5:
    0   libSystem.B.dylib                       0x908f5166 mach_msg_trap + 10
    1   libSystem.B.dylib                       0x908fc95c mach_msg + 72
    2   com.apple.CoreFoundation                0x93563e7e CFRunLoopRunSpecific + 1790
    3   com.apple.CoreFoundation                0x93564b04 CFRunLoopRun + 84
    4   ...le.QuickTimeUSBVDCDigitizer          0x181ca084 0x181c9000 + 4228
    5   libSystem.B.dylib                       0x90926055 _pthread_start + 321
    6   libSystem.B.dylib                       0x90925f12 thread_start + 34
    Thread 6:
    0   libSystem.B.dylib                       0x909258c6 kevent + 10
    1   QtCore                                  0x009306e6 QThread::setPriority(QThread::Priority) + 454
    2   libSystem.B.dylib                       0x90926055 _pthread_start + 321
    3   libSystem.B.dylib                       0x90925f12 thread_start + 34
    Thread 7:
    0   libSystem.B.dylib                       0x908f5166 mach_msg_trap + 10
    1   libSystem.B.dylib                       0x908fc95c mach_msg + 72
    2   com.apple.CoreFoundation                0x93563e7e CFRunLoopRunSpecific + 1790
    3   com.apple.CoreFoundation                0x93564aa8 CFRunLoopRunInMode + 88
    4   com.apple.audio.CoreAudio               0x95a695f8 HALRunLoop::OwnThread(void*) + 160
    5   com.apple.audio.CoreAudio               0x95a69480 CAPThread::Entry(CAPThread*) + 96
    6   libSystem.B.dylib                       0x90926055 _pthread_start + 321
    7   libSystem.B.dylib                       0x90925f12 thread_start + 34
    Thread 8:
    0   libSystem.B.dylib                       0x908f5166 mach_msg_trap + 10
    1   libSystem.B.dylib                       0x908fc95c mach_msg + 72
    2   com.apple.CoreFoundation                0x93563e7e CFRunLoopRunSpecific + 1790
    3   com.apple.CoreFoundation                0x93564aa8 CFRunLoopRunInMode + 88
    4   com.apple.CoreMediaIOServices           0x93278a74 MIO::DAL::RunLoop::OwnThread(void*) + 160
    5   com.apple.CoreMediaIOServices           0x9327ac46 CAPThread::Entry(CAPThread*) + 96
    6   libSystem.B.dylib                       0x90926055 _pthread_start + 321
    7   libSystem.B.dylib                       0x90925f12 thread_start + 34
    Thread 9:
    0   libSystem.B.dylib                       0x908fc34e __semwait_signal + 10
    1   libSystem.B.dylib                       0x90926ccd pthread_cond_wait$UNIX2003 + 73
    2   com.apple.ColorSync                     0x937863c8 pthreadSemaphoreWait(t_pthreadSemaphore*) + 42
    3   com.apple.ColorSync                     0x93798d4e CMMConvTask(void*) + 54
    4   libSystem.B.dylib                       0x90926055 _pthread_start + 321
    5   libSystem.B.dylib                       0x90925f12 thread_start + 34
    Thread 10:
    0   libSystem.B.dylib                       0x908f5166 mach_msg_trap + 10
    1   libSystem.B.dylib                       0x908fc95c mach_msg + 72
    2   com.apple.CoreFoundation                0x93563e7e CFRunLoopRunSpecific + 1790
    3   com.apple.CoreFoundation                0x93564aa8 CFRunLoopRunInMode + 88
    4   com.apple.Foundation                    0x900ea3d5 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 213
    5   com.apple.Foundation                    0x90168b4d -[NSRunLoop(NSRunLoop) runUntilDate:] + 93
    6   com.AVerMedia.AVerVDig                  0x17053914 -[AVUSBDeviceCYBulk2 threadEntry:] + 466
    7   com.apple.AppKit                        0x92035123 +[NSApplication _startDrawingThread:] + 77
    8   com.apple.Foundation                    0x900b5dfd -[NSThread main] + 45
    9   com.apple.Foundation                    0x900b59a4 __NSThread__main__ + 308
    10  libSystem.B.dylib                       0x90926055 _pthread_start + 321
    11  libSystem.B.dylib                       0x90925f12 thread_start + 34
    Thread 11:
    0   libSystem.B.dylib                       0x9092c2da select$DARWIN_EXTSN$NOCANCEL + 10
    1   QtCore                                  0x00a0e9f7 qt_safe_select(int, fd_set*, fd_set*, fd_set*, timeval const*) + 87
    2   QtCore                                  0x00a12c93 QEventDispatcherUNIXPrivate::doSelect(QFlags<QEventLoop::ProcessEventsFlag>, timeval*) + 435
    3   QtCore                                  0x00a131cf QEventDispatcherUNIX::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) + 175
    4   QtCore                                  0x009ebb61 QEventLoop::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) + 65
    5   QtCore                                  0x009ebeaa QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) + 170
    6   QtCore                                  0x0092f79d QThread::exec() + 157
    7   libAVerMacDocCam.1.0.0.dylib            0x01054f2f IdleThread::run() + 127
    8   QtCore                                  0x009306e6 QThread::setPriority(QThread::Priority) + 454
    9   libSystem.B.dylib                       0x90926055 _pthread_start + 321
    10  libSystem.B.dylib                       0x90925f12 thread_start + 34
    Thread 12:
    0   libSystem.B.dylib                       0x908f51a2 semaphore_wait_trap + 10
    1   ...ickTimeComponents.component          0x93e98c82 QTThreadWaitSignal + 100
    2   ...ickTimeComponents.component          0x94aaf95c sgAudioProcessingThreadEntryPoint + 87
    3   ...ickTimeComponents.component          0x93e9846b start_thread + 54
    4   libSystem.B.dylib                       0x90926055 _pthread_start + 321
    5   libSystem.B.dylib                       0x90925f12 thread_start + 34
    Thread 13:
    0   libSystem.B.dylib                       0x908f51c6 semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib                       0x909271af _pthread_cond_wait + 1244
    2   libSystem.B.dylib                       0x90928a33 pthread_cond_timedwait_relative_np + 47
    3   com.apple.audio.CoreAudio               0x95a78bdf CAGuard::WaitFor(unsigned long long) + 213
    4   com.apple.audio.CoreAudio               0x95a7a79a CAGuard::WaitUntil(unsigned long long) + 70
    5   com.apple.audio.CoreAudio               0x95a78f3f HP_IOThread::WorkLoop() + 759
    6   com.apple.audio.CoreAudio               0x95a78c43 HP_IOThread::ThreadEntry(HP_IOThread*) + 17
    7   com.apple.audio.CoreAudio               0x95a69480 CAPThread::Entry(CAPThread*) + 96
    8   libSystem.B.dylib                       0x90926055 _pthread_start + 321
    9   libSystem.B.dylib                       0x90925f12 thread_start + 34
    Thread 0 crashed with X86 Thread State (32-bit):
      eax: 0x00000000  ebx: 0x0009e8fe  ecx: 0x00000001  edx: 0x0107f000
      edi: 0x186b8940  esi: 0x186b8940  ebp: 0xbfffe7c8  esp: 0xbfffe770
       ss: 0x0000001f  efl: 0x00210282  eip: 0x0009e93f   cs: 0x00000017
       ds: 0x0000001f   es: 0x0000001f   fs: 0x00000000   gs: 0x00000037
      cr2: 0x0000002c
    Binary Images:
        0x1000 -   0x4fffff +com.yourcompany.Sphere ??? (???) <f7c2b0a788413da6927f15cbf1665ed7> /Applications/Sphere.app/Contents/MacOS/Sphere
      0x56b000 -   0x575ff3 +libAVerBase.1.0.0.dylib ??? (???) <c0f817480b8b3b1e93acfaa715b5cdfe> /Applications/Sphere.app/Contents/Frameworks/libAVerBase.1.0.0.dylib
      0x57b000 -   0x580ffb +libAVerMacSystem.1.0.0.dylib ??? (???) <7d7ab1c093e73eacb72caa7378839ad8> /Applications/Sphere.app/Contents/Frameworks/libAVerMacSystem.1.0.0.dylib
      0x585000 -   0x618fe3 +libAVerSocialNetwork.1.0.0.dylib ??? (???) <b6ea2ada18a931bebe40559dac9c3355> /Applications/Sphere.app/Contents/Frameworks/libAVerSocialNetwork.1.0.0.dylib
      0x638000 -   0x686ffb +libAVerDocCamDirectCore.1.0.0.dylib ??? (???) <7ce00b3227cc357c89b6380576b039c1> /Applications/Sphere.app/Contents/Frameworks/libAVerDocCamDirectCore.1.0.0.dyli b
      0x6a4000 -   0x6a9fef +QtSingleApplication.1.0.0.dylib ??? (???) <c96c230d43c5fadf347617dbac171f4c> /Applications/Sphere.app/Contents/Frameworks/QtSingleApplication.1.0.0.dylib
      0x6af000 -   0x737fe3 +QtMultimediaKit ??? (???) <128415cf4f68e58494e3e8f796e64abe> /Applications/Sphere.app/Contents/Frameworks/QtMultimediaKit.framework/Versions /1/QtMultimediaKit
      0x766000 -   0x7a8fff +phonon ??? (???) <0c22e12035bf30ab3b45c683f2685731> /Applications/Sphere.app/Contents/Frameworks/phonon.framework/Versions/4/phonon
      0x7bd000 -   0x836fe3 +QtDBus ??? (???) <1978cb6b3385a6a506849d535c8ff202> /Applications/Sphere.app/Contents/Frameworks/QtDBus.framework/Versions/4/QtDBus
      0x844000 -   0x897fe3 +QtXml ??? (???) <55615d3464055b65160ce9d1f8732ff4> /Applications/Sphere.app/Contents/Frameworks/QtXml.framework/Versions/4/QtXml
      0x8a8000 -   0xb0afeb +QtCore ??? (???) <166e83eea8084b01d66ed13c1a20a216> /Applications/Sphere.app/Contents/Frameworks/QtCore.framework/Versions/4/QtCore
      0xb56000 -   0xda1ff3 +QtScript ??? (???) <e5ca39a11e0d64757d8392027d1c6457> /Applications/Sphere.app/Contents/Frameworks/QtScript.framework/Versions/4/QtSc ript
      0xdd9000 -   0xe0bfe7 +QtSql ??? (???) <e9dba1fae1b47f6ec389fcc5a32ef9ad> /Applications/Sphere.app/Contents/Frameworks/QtSql.framework/Versions/4/QtSql
      0xe19000 -   0xedffe3 +QtOpenGL ??? (???) <9847c32076b1eb3415fe103622116be9> /Applications/Sphere.app/Contents/Frameworks/QtOpenGL.framework/Versions/4/QtOp enGL
      0xeff000 -  0x1016feb +QtNetwork ??? (???) <73e78f033d96a3976cf20b05c03f2c36> /Applications/Sphere.app/Contents/Frameworks/QtNetwork.framework/Versions/4/QtN etwork
    0x103a000 -  0x103dff7 +libAVerSupportCrypto.1.0.0.dylib ??? (???) <6279e58c463d38c2924fdf78693026b1> /Applications/Sphere.app/Contents/Frameworks/libAVerSupportCrypto.1.0.0.dylib
    0x1040000 -  0x1043ff7 +libAVerSupportGeneral.1.0.0.dylib ??? (???) <cf7af01f8b1e3e879ea29b0315801101> /Applications/Sphere.app/Contents/Frameworks/libAVerSupportGeneral.1.0.0.dylib
    0x1046000 -  0x1066ff3 +libAVerMacDocCam.1.0.0.dylib ??? (???) <f68870d8dbb63abdb259cf61ac462793> /Applications/Sphere.app/Contents/Frameworks/libAVerMacDocCam.1.0.0.dylib
    0x1073000 -  0x1079fff +libAVerUsbMisc.1.0.0.dylib ??? (???) <5193e5654fc63c9e8ca3ab9750a3be7a> /Applications/Sphere.app/Contents/Frameworks/libAVerUsbMisc.1.0.0.dylib
    0x1178000 -  0x1195ffb +libqqt7engine.dylib ??? (???) <9c4b928ca3761ad6f92c0ed85063c721> /Applications/Sphere.app/Contents/PlugIns/mediaservice/libqqt7engine.dylib
    0x11a0000 -  0x11abff7 +libqtmedia_audioengine.dylib ??? (???) <29adeb116e1e002e0a524167aa952468> /Applications/Sphere.app/Contents/PlugIns/mediaservice/libqtmedia_audioengine.d ylib
    0x13ff000 -  0x25ddfef +QtWebKit ??? (???) <8866c377d70c71144ec8e01f1a83dcdb> /Applications/Sphere.app/Contents/Frameworks/QtWebKit.framework/Versions/4/QtWe bKit
    0x27fe000 -  0x317afef +QtGui ??? (???) <0bfe5cdbc200d5a4f7cb07122c2c0db8> /Applications/Sphere.app/Contents/Frameworks/QtGui.framework/Versions/4/QtGui
    0x1704b000 - 0x1705dff0 +com.AVerMedia.AVerVDig 2.5.1.0032 (2.5.1.0032) <90c4277c83c6375a01fe65b19115e165> /Library/QuickTime/AVerVDig.component/Contents/MacOS/AVerVDig
    0x1706b000 - 0x17074ff7  com.apple.iokit.IOUSBLib 3.4.9 (3.4.9) <ea4061ec718fddebf2cf952e8606ae87> /System/Library/Extensions/IOUSBFamily.kext/Contents/PlugIns/IOUSBLib.bundle/Co ntents/MacOS/IOUSBLib
    0x1707e000 - 0x17089ffb +com.aver.AVerVirtualVDig 1.2.2024.40 (1.2.2024.40) <8693b4a6443231a68759294fb1128c06> /Library/QuickTime/AVerVirtualVDig.component/Contents/MacOS/AVerVirtualVDig
    0x17090000 - 0x170a6fff +libAVerVisionBridgeServer.1.dylib ??? (???) <b0e30d4212a13a2fb1e9eb43280eb5b3> /Library/Application Support/AVer/dylibs/libAVerVisionBridgeServer.1.dylib
    0x170b1000 - 0x17a2dfef +QtGui ??? (???) <0bfe5cdbc200d5a4f7cb07122c2c0db8> /Library/Application Support/AVer/QtFrameworks/QtGui.framework/Versions/Current/QtGui
    0x17c3e000 - 0x17ea0feb +QtCore ??? (???) <166e83eea8084b01d66ed13c1a20a216> /Library/Application Support/AVer/QtFrameworks/QtCore.framework/Versions/Current/QtCore
    0x17f16000 - 0x1802dfeb +QtNetwork ??? (???) <73e78f033d96a3976cf20b05c03f2c36> /Library/Application Support/AVer/QtFrameworks/QtNetwork.framework/Versions/Current/QtNetwork
    0x18073000 - 0x18096ff7 +libAVerService.1.dylib ??? (???) <da19cc2d259d305c8e7807abd8ec4a99> /Library/Application Support/AVer/dylibs/libAVerService.1.dylib
    0x180a4000 - 0x180beff3 +libAPlusDataManager.1.dylib ??? (???) <41c391dda46c3f7289ef14ab21ea399a> /Library/Application Support/AVer/dylibs/libAPlusDataManager.1.dylib
    0x180c9000 - 0x18100ff3 +libAVerDocCamProxy.1.dylib ??? (???) <ce791d7872853232bdfcfaf8f402e2e0> /Library/Application Support/AVer/dylibs/libAVerDocCamProxy.1.dylib
    0x18116000 - 0x18151fff  com.apple.QuickTimeFireWireDV.component 7.6.9 (1680.9) /System/Library/QuickTime/QuickTimeFireWireDV.component/Contents/MacOS/QuickTim eFireWireDV
    0x1815e000 - 0x18167fff  com.apple.IOFWDVComponents 1.9.5 (1.9.5) <889959011cb23c11785c378264400284> /System/Library/Components/IOFWDVComponents.component/Contents/MacOS/IOFWDVComp onents
    0x18171000 - 0x1819fff7  com.apple.QuickTimeIIDCDigitizer 7.6.9 (1680.9) <e65ec1b47a8fa38231a0c063b0859ee4> /System/Library/QuickTime/QuickTimeIIDCDigitizer.component/Contents/MacOS/Quick TimeIIDCDigitizer
    0x181c9000 - 0x18217ffe  com.apple.QuickTimeUSBVDCDigitizer 2.3.2 (2.3.2) <dceb65eeab48361f6466fadf8aa4ad6f> /System/Library/QuickTime/QuickTimeUSBVDCDigitizer.component/Contents/MacOS/Qui ckTimeUSBVDCDigitizer
    0x18225000 - 0x183aafe3  GLEngine ??? (???) <052e02d9a452a45d014ffbd2a84a4e7c> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
    0x183d8000 - 0x18431ff7  com.apple.driver.AppleIntelGMA950GLDriver 1.5.48 (5.4.8) <806d3030842b46995c46c9059046f2fc> /System/Library/Extensions/AppleIntelGMA950GLDriver.bundle/Contents/MacOS/Apple IntelGMA950GLDriver
    0x18439000 - 0x18455ff7  GLRendererFloat ??? (???) <7badea5e2b8167c0e6391623bb46140a> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLRendererFloa t.bundle/GLRendererFloat
    0x18524000 - 0x1852aff3 +libqgif.dylib ??? (???) <75dc58d3cf5b4f317ca57a90bb06cd32> /Applications/Sphere.app/Contents/PlugIns/imageformats/libqgif.dylib
    0x18533000 - 0x18539fff +libqico.dylib ??? (???) <6af165080c046065ec11fe001ba05fd7> /Applications/Sphere.app/Contents/PlugIns/imageformats/libqico.dylib
    0x1853e000 - 0x18573fef +libqjpeg.dylib ??? (???) <2b719025fdfb60464d73f1310a277292> /Applications/Sphere.app/Contents/PlugIns/imageformats/libqjpeg.dylib
    0x18578000 - 0x185c2fe7 +libqmng.dylib ??? (???) <3b1a1648e9acb620cfc18976526a85fe> /Applications/Sphere.app/Contents/PlugIns/imageformats/libqmng.dylib
    0x19700000 - 0x1974ffeb +libqtiff.dylib ??? (???) <b4b631dcd8e391e5305be882f36afae6> /Applications/Sphere.app/Contents/PlugIns/imageformats/libqtiff.dylib
    0x198a0000 - 0x19909ff7 +libqsqlite.dylib ??? (???) <01a276e06357373b9b9f4b74b1528a34> /Applications/Sphere.app/Contents/PlugIns/sqldrivers/libqsqlite.dylib
    0x19915000 - 0x19918fff  com.apple.audio.AudioIPCPlugIn 1.0.6 (1.0.6) <51c811377017028f8904ad779e6a1344> /System/Library/Extensions/AudioIPCDriver.kext/Contents/Resources/AudioIPCPlugI n.bundle/Contents/MacOS/AudioIPCPlugIn
    0x1991e000 - 0x19924fff  com.apple.audio.AppleHDAHALPlugIn 1.7.1 (1.7.1a2) <a0a4389b5ac52ab84397d2b25c9d3b9c> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bun dle/Contents/MacOS/AppleHDAHALPlugIn
    0x19a42000 - 0x19a6dff4  com.apple.mio.DAL.VDC_4 130.0 (935) <8f98042c48277e2c973284d845ad8b64> /System/Library/PrivateFrameworks/CoreMediaIOServices.framework/Resources/VDC.p lugin/Contents/MacOS/VDC
    0x19a79000 - 0x19c2ffee  com.apple.TundraUnits 130.0 (935) <77804f3f11b9181b2a9f35990c12cf2a> /System/Library/PrivateFrameworks/CoreMediaIOServices.framework/Resources/Tundr aUnits.bundle/Contents/MacOS/TundraUnits
    0x19c5c000 - 0x19c77fff  com.apple.FWAVC 130.46 (46) <ee8798230047eb0cb0dd083fa63f0ffc> /System/Library/PrivateFrameworks/FWAVC.framework/Versions/A/FWAVC
    0x1b3d0000 - 0x1b6c9ff3  com.apple.RawCamera.bundle 2.3.0 (505) <1c7cea30ffe2b4de98ced6518df1e54b> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x70000000 - 0x700e6ff2  com.apple.audio.units.Components 1.5.2 (1.5.2) /System/Library/Components/CoreAudio.component/Contents/MacOS/CoreAudio
    0x8fe00000 - 0x8fe2db43  dyld 97.1 (???) <458eed38a009e5658a79579e7bc26603> /usr/lib/dyld
    0x90003000 - 0x900aafec  com.apple.CFNetwork 438.16 (438.16) <0a2f633dc532b176109547367f209ced> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x900ab000 - 0x90327fe7  com.apple.Foundation 6.5.9 (677.26) <c68b3cff7864959becfc7fd1a384f925> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x90377000 - 0x90392ff3  libPng.dylib ??? (???) <e0c3bdc3144e1ed91f1e4d00d147ff3a> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x903c0000 - 0x9041aff7  com.apple.CoreText 2.0.5 (???) <5483518a613464d043455ac661a9dcbe> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x9041b000 - 0x90427ffe  libGL.dylib ??? (???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x90428000 - 0x90560fe7  com.apple.imageKit 1.0.2 (1.0) <00d03cf7f26e1b6023efdc4bd15dd52e> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
    0x90561000 - 0x90568ffe  libbsm.dylib ??? (???) <d25c63378a5029648ffd4b4669be31bf> /usr/lib/libbsm.dylib
    0x90569000 - 0x90630ff2  com.apple.vImage 3.0 (3.0) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x90698000 - 0x90869fef  com.apple.security 5.0.7 (1) <44e26a9c40630a54d5a9f70c18483411> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x9086a000 - 0x908b3fef  com.apple.Metadata 10.5.8 (398.26) <e4d268ea45379200f03cdc7c8bedae6f> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x908c6000 - 0x908c8ff5  libRadiance.dylib ??? (???) <73169d8c3fc31df4005e8eaa0d16bde5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x908c9000 - 0x908c9ffd  com.apple.vecLib 3.4.2 (vecLib 3.4.2) /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x908ca000 - 0x908f3fff  libcups.2.dylib ??? (???) <2b0ab6b9fa1957ee940835d0cfd42894> /usr/lib/libcups.2.dylib
    0x908f4000 - 0x90a5bff3  libSystem.B.dylib ??? (???) <be7a9fa5c8a925578bddcbaa72e5bf6e> /usr/lib/libSystem.B.dylib
    0x90a5c000 - 0x90e1afea  libLAPACK.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x90e1b000 - 0x90e3ffff  libxslt.1.dylib ??? (???) <c372568bd2f7169efa0faee6546eead3> /usr/lib/libxslt.1.dylib
    0x90e40000 - 0x90e6ffe3  com.apple.AE 402.3 (402.3) <dba512e47f68eea1dd0ab35f596edb34> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x90e70000 - 0x90e9bfe7  libauto.dylib ??? (???) <4f3e58cb81da07a1662c1f647ce30225> /usr/lib/libauto.dylib
    0x90e9c000 - 0x911a4fe7  com.apple.HIToolbox 1.5.6 (???) <eece3cb8aa0a4e6843fcc1500aca61c5> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x911a5000 - 0x91361ff3  com.apple.QuartzComposer 2.1 (106.13) <dc04566811ab9c5316d1a622f42da8ba> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
    0x91362000 - 0x91579ff7  com.apple.JavaScriptCore 5534 (5534.49) <b6a2c99482d55a354e6281cd4dd82518> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x9159f000 - 0x915a3fff  libmathCommon.A.dylib ??? (???) /usr/lib/system/libmathCommon.A.dylib
    0x915a4000 - 0x915a9fff  com.apple.CommonPanels 1.2.4 (85) <ea0665f57cd267609466ed8b2b20e893> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x915fb000 - 0x9163dfef  com.apple.NavigationServices 3.5.2 (163) <7f4f1766414a511bf5bc68920ac85a88> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x9163e000 - 0x9165cff3  com.apple.DirectoryService.Framework 3.5.7 (3.5.7) <b4cd561d2481c4162ecf0acdf8cb062c> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x9165d000 - 0x9165dffe  com.apple.quartzframework 1.5 (1.5) <4b8f505e32e4f2d67967a276401f9aaf> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x9165e000 - 0x9166effc  com.apple.LangAnalysis 1.6.5 (1.6.5) <d057feb38163121ffd871c564c692804> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x9166f000 - 0x916bdfe3  com.apple.AppleVAFramework 4.1.17 (4.1.17) /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x91788000 - 0x91805fef  libvMisc.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x91806000 - 0x9193fff7  libicucore.A.dylib ??? (???) <f2819243b278259b9a622ea111ea5fd6> /usr/lib/libicucore.A.dylib
    0x91940000 - 0x919e7feb  com.apple.QD 3.11.57 (???) <35f058678972d42b88ebdf652df79956> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x919e8000 - 0x919f8fff  com.apple.speech.synthesis.framework 3.7.1 (3.7.1) <9a71429c74ed6ca43eb35e1f78471b2e> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x919f9000 - 0x91a30fff  com.apple.SystemConfiguration 1.9.2 (1.9.2) <41d5aeffefc6d19d471f51ae0b15024f> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x91c9f000 - 0x9249dfef  com.apple.AppKit 6.5.9 (949.54) <4df5d2e2271175452103f789b4f4d8a8> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x9249e000 - 0x92778ff3  com.apple.CoreServices.CarbonCore 786.16 (786.16) <d2af3f75c3500c518c39fd00aed7f9b9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x927cb000 - 0x9281cff7  com.apple.HIServices 1.7.1 (???) <ba7fd0ede540a0da08db027f87efbd60> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x9281d000 - 0x92c2dfef  libBLAS.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x92c2e000 - 0x92cc1ff3  com.apple.ApplicationServices.ATS 3.8 (???) <e61b0945da6ab368348a927f7428ad67> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x92d67000 - 0x93123ff4  com.apple.VideoToolbox 0.484.2 (484.2) <46c37a5fead4e4f58501f15a641ff476> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbo x
    0x93124000 - 0x93132ffd  libz.1.dylib ??? (???) <5ddd8539ae2ebfd8e7cc1c57525385c7> /usr/lib/libz.1.dylib
    0x93133000 - 0x93135fff  com.apple.securityhi 3.0 (30817) <2b2854123fed609d1820d2779e2e0963> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x93146000 - 0x931d9fff  com.apple.ink.framework 101.3 (86) <bf3fa8927b4b8baae92381a976fd2079> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x931da000 - 0x931f7ff7  com.apple.QuickLookFramework 1.3.1 (170.9) /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x9322f000 - 0x93235fff  com.apple.print.framework.Print 218.0.3 (220.2) <8c541d587e4068a5fe5a5ce8ee208516> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x93236000 - 0x93267ffb  com.apple.quartzfilters 1.5.0 (1.5.0) <22581f8fe9dd2cb261f97a897407ec3e> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters .framework/Versions/A/QuartzFilters
    0x93268000 - 0x932b3ff7  com.apple.CoreMediaIOServices 130.0 (935) <e7c6d794bbec49f9d1ee8261c3f9ff0e> /System/Library/PrivateFrameworks/CoreMediaIOServices.framework/Versions/A/Core MediaIOServices
    0x932b4000 - 0x93438fef  com.apple.MediaToolbox 0.484.2 (484.2) <32bf3254fafd942cf8f2c813960217fd> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbo x
    0x93439000 - 0x93439ff8  com.apple.ApplicationServices 34 (34) <8f910fa65f01d401ad8d04cc933cf887> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x9343a000 - 0x934ebfff  edu.mit.Kerberos 6.0.15 (6.0.15) <28005ea82ba82307f185c255c25bfdd3> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x934f1000 - 0x93624fe7  com.apple.CoreFoundation 6.5.7 (476.19) <a332c8f45529ee26d2e9c36d0c723bad> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x93625000 - 0x93628fff  com.apple.help 1.1 (36) <b507b08e484cb89033e9cf23062d77de> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x93641000 - 0x93649fff  com.apple.DiskArbitration 2.2.1 (2.2.1) <ba64dd6ada417b5e7be736957f380bca> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x9364a000 - 0x93732ff3  com.apple.CoreData 100.2 (186.2) <44df326fea0236718f5ed64084e82270> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x93733000 - 0x93752ffa  libJPEG.dylib ??? (???) <6d61215d5adfd74f75fed2e4db29a21c> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x93753000 - 0x9381efef  com.apple.ColorSync 4.5.4 (4.5.4) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x9381f000 - 0x939aefe7  com.apple.CoreAUC 3.08.0 (3.08.0) <5382f0ce050d3edd8f5979b8a87557bf> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
    0x939af000 - 0x939cdfff  libresolv.9.dylib ??? (???) <0e26b308654f33fc94a0c010a50751f9> /usr/lib/libresolv.9.dylib
    0x939ce000 - 0x939cfffc  libffi.dylib ??? (???) <a3b573eb950ca583290f7b2b4c486d09> /usr/lib/libffi.dylib
    0x939d0000 - 0x939d4fff  libGIF.dylib ??? (???) <ade6d93abe118569a7a39d11f81eb9bf> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x939d5000 - 0x93a02feb  libvDSP.dylib ??? (???) <f39d424bd56a0e75d5c7a2280a25cd76> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x93a03000 - 0x93a12ffe  com.apple.DSObjCWrappers.Framework 1.3 (1.3) <a2f7a163a74c134f6f17d497423436fe> /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
    0x93a13000 - 0x93a1afff  com.apple.agl 3.0.9 (AGL-3.0.9) <5a57ce58f8adb7825e1adb9f7cdea151> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x93a1b000 - 0x93a6afff  com.apple.QuickLookUIFramework 1.3.1 (170.9) /System/Library/PrivateFrameworks/QuickLookUI.framework/Versions/A/QuickLookUI
    0x93a6b000 - 0x93a6bffc  com.apple.audio.units.AudioUnit 1.5 (1.5) /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x93a6c000 - 0x93a6cfff  com.apple.Carbon 136 (136) <98a5e3bc0c4fa44bbb09713bb88707fe> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x93a6d000 - 0x93a6dffd  com.apple.Accelerate 1.4.2 (Accelerate 1.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x93a6e000 - 0x93a79fe7  libCSync.A.dylib ??? (???) <f3228c803584320fde5e1bb9f04b4d44> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x93a80000 - 0x93b61ff7  libxml2.2.dylib ??? (???) <f274ba384fb55203873f9c17569ef131> /usr/lib/libxml2.2.dylib
    0x93bd0000 - 0x93c4fff5  com.apple.SearchKit 1.2.2 (1.2.2) <3b5f3ab6a363a4d8a2bbbf74213ab0e5> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x93c56000 - 0x93cafff7  libGLU.dylib ??? (???) <64d010e31d7596bd8f9edc6e027d1d0c> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x93cb0000 - 0x93d3dff7  com.apple.framework.IOKit 1.5.2 (???) <7a3cc24f78f93931731203854ae0d891> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x93e21000 - 0x93e2afff  com.apple.speech.recognition.framework 3.7.24 (3.7.24) <d3180f9edbd9a5e6f283d6156aa3c602> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x93e2b000 - 0x94d2bfe6  com.apple.QuickTimeComponents.component 7.6.9 (1680.9) /System/Library/QuickTime/QuickTimeComponents.component/Contents/MacOS/QuickTim eComponents
    0x94d2c000 - 0x94d41ffb  com.apple.ImageCapture 5.0.2 (5.0.2) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x94d42000 - 0x94d83fe7  libRIP.A.dylib ??? (???) <cd04df9e8993c51312c8cbcfe2539914> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x94f05000 - 0x94fb7ffb  libcrypto.0.9.7.dylib ??? (???) <d02f7e5b8a68813bb7a77f5edb34ff9d> /usr/lib/libcrypto.0.9.7.dylib
    0x94ff5000 - 0x9500dfff  com.apple.openscripting 1.2.8 (???) <a888b18c8527f71629702ed8dce9c877> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x9500e000 - 0x95013fff  com.apple.DisplayServicesFW 2.0.2 (2.0.2) <cb9b98b43ae385a0f374baabe2b71764> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
    0x95014000 - 0x9515dff7  com.apple.ImageIO.framework 2.0.9 (2.0.9) <717938c4837f88bbe8ec613d4d25bc52> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x9515e000 - 0x951d0fff  com.apple.PDFKit 2.1.2 (2.1.2) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
    0x951d1000 - 0x95211fef  com.apple.CoreMedia 0.484.2 (484.2) <81221976abdc19f30723c81c5669bbc9> /System/Library/PrivateFrameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x95212000 - 0x958b2fff  com.apple.CoreGraphics 1.409.8 (???) <25020feb388637ee860451c19b613c48> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x959d1000 - 0x95a4bff8  com.apple.print.framework.PrintCore 5.5.4 (245.6) <9ae833544b8249984c07544dbe6a97fa> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x95a4c000 - 0x95ac9feb  com.apple.audio.CoreAudio 3.1.2 (3.1.2) <782a08c44be4698597f4bbd79cac21c6> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x95aca000 - 0x95ae6ff3  com.apple.CoreVideo 1.6.1 (48.6) <186cb311c17ea8714e918273c86d3c13> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x95bdc000 - 0x95c1bfef  libTIFF.dylib ??? (???) <2afd7f6079224311d67ab427e10bf61c> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x95c39000 - 0x95c40ff7  libCGATS.A.dylib ??? (???) <8875cf11c0de0579423ac6b6ce80336d> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
    0x95c41000 - 0x95c41ffb  com.apple.installserver.framework 1.0 (8) /System/Library/PrivateFrameworks/InstallServer.framework/Versions/A/InstallSer ver
    0x95cc1000 - 0x95d4bff7  com.apple.DesktopServices 1.4.9 (1.4.9) <f5e51a76d315798371b3dd35a4d46d6c> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x95d4c000 - 0x9621dfbe  libGLProgrammability.dylib ??? (???) <d5cb4e7997a873cd77523689e6749acd> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0x9621e000 - 0x96258fe7  com.apple.coreui 1.2 (62) /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x96259000 - 0x965f6fef  com.apple.QuartzCore 1.5.8 (1.5.8) <18113e06d296230d63a63b58baf35f55> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x965f7000 - 0x96604fe7  com.apple.opengl 1.5.10 (1.5.10) <e7d1198d869f45f09251f9697cbdd192> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x96605000 - 0x96692ff7  com.apple.LaunchServices 292 (292) <a41286c7c1eb20ffd5cc796f791070f0> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x96693000 - 0x966a9fff  com.apple.DictionaryServices 1.0.0 (1.0.0) <ad0aa0252e3323d182e17f50defe56fc> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
    0x966aa000 - 0x966b4feb  com.apple.audio.SoundManager 3.9.2 (3.9.2) <0f2ba6e891d3761212cf5a5e6134d683> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x966b5000 - 0x966c1ff9  com.apple.helpdata 1.0.1 (14.2) /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
    0x966c2000 - 0x96700fff  libGLImage.dylib ??? (???) <2e570958595e0c9c3a289158223b39ee> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x96701000 - 0x96853ff3  com.apple.audio.toolbox.AudioToolbox 1.5.3 (1.5.3) /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x96a28000 - 0x96b08fff  libobjc.A.dylib ??? (???) <3ca288b625a47bbcfe378158e4dc328f> /usr/lib/libobjc.A.dylib
    0x9788c000 - 0x979d6feb  com.apple.QTKit 7.6.9 (1680.9) <fe987e6adf235d5754399dcdae6e5a8e> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x97a19000 - 0x97ad4fe3  com.apple.CoreServices.OSServices 228.1 (228.1) <9c640e79ad97f335730d8a49f6cb2032> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x97b49000 - 0x97b49ff8  com.apple.Cocoa 6.5 (???) <e064f94d969ce25cb7de3cfb980c3249> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x97b4a000 - 0x97b4affe  com.apple.MonitorPanelFramework 1.2.0 (1.2.0) <a2b462be6c51187eddf7d097ef0e0a04> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPane l
    0x97c3a000 - 0x97c62ff7  com.apple.shortcut 1.0.1 (1.0) <37e4b08cfaf9edb08b8682a06c4ec844> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
    0x97c96000 - 0x97c96ffa  com.apple.CoreServices 32 (32) <2fcc8f3bd5bbfc000b476cad8e6a3dd2> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x97ca4000 - 0x97d00ff7  com.apple.htmlrendering 68 (1.1.3) <fe87a9dede38db00e6c8949942c6bd4f> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x97d01000 - 0x97d5effb  libstdc++.6.dylib ??? (???) <04b812dcec670daa8b7d2852ab14be60> /usr/lib/libstdc++.6.dylib
    0x97d5f000 - 0x97d66fe9  libgcc_s.1.dylib ??? (???) <f53c808e87d1184c0f9df63aef53ce0b> /usr/lib/libgcc_s.1.dylib
    0x97d67000 - 0x97deeff7  libsqlite3.0.dylib ??? (???) <aaaf72c093e13f34b96e2688b95bdb4a> /usr/lib/libsqlite3.0.dylib
    0x97def000 - 0x97defffd  com.apple.Accelerate.vecLib 3.4.2 (vecLib 3.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x97df0000 - 0x9811bff6  com.apple.QuickTime 7.6.9 (1680.9) <024f122335016a54f8e59ddb4c79901d> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0xfffe8000 - 0xfffebfff  libobjc.A.dylib ??? (???) /usr/lib/libobjc.A.dylib
    0xffff0000 - 0xffff1780  libSystem.B.dylib ??? (???) /usr/lib/libSystem.B.dylib

    Hi
    Looks like it may be this:
    http://support.apple.com/kb/TS3968
    CCT

  • My iPhone 3Gs has started crashing when using apps once the battery gets down to around 80%.

    My iPhone 3Gs has started crashing when using apps once the battery gets down to around 80%. Sometimes it will reboot on its own, and other times you have to leave it for an hour or so and then manually turn the phone on again. Any ideas?

    Did you try to reset the phone by holding the sleep and home button until the Apple logo comes up again?
    If this does not work, try to save as much data as you can and set it up "as new device": How to back up your data and set up as a new device

  • [Bug] Finder crashes when using "Go To Directory" from Finder icon

    Hi,
    My finder crashes instantly and locks everything releated to it.
    This happens when i option/right click on finder and use "Go to directory" with a path name.
    I can restart the finder from the dock and/or kill the process.
    The finder won't crash when a finder window is already open..
    So when there isnt't a finder window open, it crashes when using this option.
    This is what i use:
    OSX Leopard 9A581 (Dutch/Netherlands as a main language)
    Intel Core Duo 1,83 Ghz
    Intel GMA950 Graphics
    2GB Non-ECC mem.

    Hi,
    My finder crashes instantly and locks everything releated to it.
    This happens when i option/right click on finder and use "Go to directory" with a path name.
    I can restart the finder from the dock and/or kill the process.
    The finder won't crash when a finder window is already open..
    So when there isnt't a finder window open, it crashes when using this option.
    This is what i use:
    OSX Leopard 9A581 (Dutch/Netherlands as a main language)
    Intel Core Duo 1,83 Ghz
    Intel GMA950 Graphics
    2GB Non-ECC mem.

  • How do I remove an old username from the app store when using the update function

    How do I remove an old username from the app store when using the update function.
    I purchased my Mac used.  The former owners username prepopulates when I try to perform the updated function on the app store.  It does not allow me to use a different user name.    I have created my own username and password.  I have even been able to purchase items from the app store, it's just when I use the update function it does populate with my username.  Any help is appreciated.

    The first thing to do with a second-hand computer is to erase the internal drive and install a clean copy of OS X. You — not the previous owner — must do that. How you do it depends on the model, and on whether you already own another Mac. If you're not sure of the model, enter the serial number on this page. Then find the model on this page to see what OS version was originally installed.
    1. You don't own another Mac.
    If the machine shipped with OS X 10.4 or 10.5, you need a boxed and shrink-wrapped retail Snow Leopard (OS X 10.6) installation disc from the Apple Store or a reputable reseller — not from eBay or anything of the kind. If the machine has less than 1 GB of memory, you'll need to add more in order to install 10.6. Preferably, install as much memory as it can take, according to the technical specifications.
    If the machine shipped with OS X 10.6, you need the installation media that came with it: gray installation discs, or a USB flash drive for some MacBook Air models. For early MBA models, you may need a USB optical drive or Remote Disc. You should have received the media from the previous owner, but if you didn't, order replacements from Apple. A retail disc, or the gray discs from another model, will not work.
    To boot from an optical disc or a flash drive, insert it, then reboot and hold down the C key at the startup chime. Release the key when you see the gray Apple logo on the screen.
    If the machine shipped with OS X 10.7 or later, you don't need media. It should boot into Internet Recovery mode when you hold down the key combination option-command-R at the startup chime. Release the keys when you see a spinning globe.
    2. You do own another Mac.
    If you already own another Mac that was upgraded in the App Store to the version of OS X that you want to install, and if the new Mac is compatible with it, then you can install it. Use Recovery Disk Assistant to create a bootable USB device and boot the new Mac from it by holding down the C key at the startup chime. Alternatively, if you have a Time Machine backup of OS X 10.7.3 or later on an external hard drive (not a Time Capsule or other network device), you can boot from that by holding down the option key and selecting it from the row of icons that appears. Note that if your other Mac was never upgraded in the App Store, you can't use this method.
    Once booted in Recovery, launch Disk Utility and select the icon of the internal drive — not any of the volume icons nested beneath it. In the Partition tab, select the default options: a GUID partition table with one data volume in Mac OS Extended (Journaled) format. This operation will permanently remove all existing data on the drive.
    After partitioning, quit Disk Utility and run the OS X Installer. You will need the Apple ID and password that you used to upgrade. When the installation is done, the system will automatically reboot into the Setup Assistant, which will prompt you to transfer the data from another Mac, its backups, or from a Windows computer. If you have any data to transfer, this is usually the best time to do it.
    Then run Software Update and install all available system updates from Apple. To upgrade to a major version of OS X newer than 10.6, get it from the Mac App Store. Note that you can't keep an upgraded version that was installed by the previous owner. He or she can't legally transfer it to you, and without the Apple ID you won't be able to update it in Software Update or reinstall, if that becomes necessary. The same goes for any App Store products that the previous owner installed — you have to repurchase them.
    If the previous owner "accepted" the bundled iLife applications (iPhoto, iMovie, and Garage Band) in the App Store so that he or she could update them, then they're linked to that Apple ID and you won't be able to download them without buying them. Reportedly, Apple customer service has sometimes issued redemption codes for these apps to second owners who asked.
    If the previous owner didn't deauthorize the computer in the iTunes Store under his Apple ID, you wont be able to  authorize it immediately under your ID. In that case, you'll either have to wait up to 90 days or contact iTunes Support.

  • Photo App Crashes when I try to go to the project tab...

    All the way through the betas and now with the final release of the Photos App, my app crashes when I try to go to the "projects" tab. When I first started using it, it worked fine. I was able to make a new slide show but when I tried exporting it, the app crashed. Ever since then, the app crashes when I click on the projects tab. It will show the projects and then spin for a second and then crashes and gives me the following....
    Process:               Photos [6083]
    Path:                  /Applications/Photos.app/Contents/MacOS/Photos
    Identifier:            com.apple.Photos
    Version:               1.0 (209.52.0)
    Build Info:            PhotoApp-209052000000000~4
    Code Type:             X86-64 (Native)
    Parent Process:        ??? [1]
    Responsible:           Photos [6083]
    User ID:               501
    Date/Time:             2015-04-08 18:51:06.975 -0500
    OS Version:            Mac OS X 10.10.3 (14D131)
    Report Version:        11
    Anonymous UUID:        6C8BC001-C4AC-821B-4C01-86ED8BC9AACA
    Time Awake Since Boot: 7800 seconds
    Crashed Thread:        0  Dispatch queue: com.apple.main-thread
    Exception Type:        EXC_BAD_INSTRUCTION (SIGILL)
    Exception Codes:       0x0000000000000001, 0x0000000000000000
    Application Specific Information:
    Photo Foundation logging:
    2015-04-08 18:38:42.967: error while trying to load video asset for version:x3+rvCmiSOCrcXjpXKCxwA error: Error Domain=AVFoundationErrorDomain Code=-11800 "The operation could not be completed" UserInfo=0x6000026e7e80 {NSLocalizedFailureReason=An unknown error occurred (-12894), NSLocalizedDescription=The operation could not be completed, NSURL=file:///Users/Matt/Pictures/Photos%20Library.photoslibrary/Masters/2010/M isc%20Shots/video.mov, NSUnderlyingError=0x60800285e2a0 "The operation couldn’t be completed. (OSStatus error -12894.)"} (+[PAAVSupport _ensureNaturalDurationIsPresentForPlaybackSettings:version:assetURL:error:]:54)
    2015-04-08 18:38:42.968: unabled to load playback settings: <_PACachedEditSession: 0x6080008abbe0> error: Error Domain=AVFoundationErrorDomain Code=-11800 "The operation could not be completed" UserInfo=0x6000026e7e80 {NSLocalizedFailureReason=An unknown error occurred (-12894), NSLocalizedDescription=The operation could not be completed, NSURL=file:///Users/Matt/Pictures/Photos%20Library.photoslibrary/Masters/2010/M isc%20Shots/video.mov, NSUnderlyingError=0x60800285e2a0 "The operation couldn’t be completed. (OSStatus error -12894.)"} (-[PAVersionEditSession _videoPlaybackSettings]:561)
    2015-04-08 18:38:42.980: no image provided for RDVersion(0x610000b22760) modelId=5834 uuid=x3+rvCmiSOCrcXjpXKCxwA tableName=RKVersion state=persisted,local (-[PAPreviewWriter _imageForImageStyle:version:imageProxyState:inputImage:inputImageSize:descripti on:render:largePreviewIsEmbedded:canceler:previewMaker:]:214)
    2015-04-08 18:38:44.226: Received changes notification alert: <LiModelChangeGroup: 0x618001a79bc0>  alert flags : Replay Complete (__59-[RKFaceChangesHandler startListeningForChangesFromMarker:]_block_invoke_2:173)
    Crashing on exception: *** -[NSConcreteTextStorage attributesAtIndex:longestEffectiveRange:inRange:]: Range or index out of bounds
    Application Specific Backtrace 1:
    0   CoreFoundation                      0x00007fff88e1903c __exceptionPreprocess + 172
    1   libobjc.A.dylib                     0x00007fff9547776e objc_exception_throw + 43
    2   CoreFoundation                      0x00007fff88e18eed +[NSException raise:format:] + 205
    3   UIFoundation                        0x00007fff941faef8 -[NSConcreteTextStorage attributesAtIndex:longestEffectiveRange:inRange:] + 137
    4   OpusKit                             0x000000010e5e9e5c -[OKWidgetTextView _layoutViews] + 1371
    5   OpusKit                             0x000000010e569acd -[OKSettings commitTransaction] + 408
    6   OpusKit                             0x000000010e5ccb16 -[OKWidgetViewProxy applySettings] + 191
    7   OpusKit                             0x000000010e5f2ed2 -[OKPageViewControllerProxy applySettings] + 283
    8   OpusKit                             0x000000010e5f7066 -[OKPageViewControllerProxy prepareForDisplay] + 50
    9   OpusKit                             0x000000010e5ff78d -[OKNavigatorFixedViewControllerProxy prepareForDisplay] + 67
    10  OpusKit                             0x000000010e5738d3 -[OKDocumentViewControllerProxy viewWillAppear:] + 213
    11  OpusKit                             0x000000010e5dcaea -[OKDocumentViewController viewWillAppear:] + 39
    12  AppKit                              0x00007fff87890b85 -[NSViewController _sendViewWillAppear] + 40
    13  AppKit                              0x00007fff87890a16 -[NSViewController _windowWillOrderOnScreen] + 98
    14  AppKit                              0x00007fff877da2ce -[NSView(NSInternal) _windowWillOrderOnScreen] + 67
    15  AppKit                              0x00007fff877da3b0 -[NSView(NSInternal) _windowWillOrderOnScreen] + 293
    16  AppKit                              0x00007fff877d84c1 -[NSWindow _reallyDoOrderWindow:relativeTo:findKey:forCounter:force:isModal:] + 1750
    17  AppKit                              0x00007fff877d7897 -[NSWindow _doOrderWindow:relativeTo:findKey:forCounter:force:isModal:] + 829
    18  AppKit                              0x00007fff877d74eb -[NSWindow orderWindow:relativeTo:] + 159
    19  OpusKit                             0x000000010e560d4a -[OKDocumentMovieExporter _setup:] + 1099
    20  OpusKit                             0x000000010e55f7e9 __79-[OKDocumentMovieExporter exportToImageForKeyPath:withSize:andCompletionBlock:]_block_invoke + 38
    21  libdispatch.dylib                   0x00007fff8ec5dc13 _dispatch_client_callout + 8
    22  libdispatch.dylib                   0x00007fff8ec6b04e _dispatch_barrier_sync_f_slow_invoke + 412
    23  libdispatch.dylib                   0x00007fff8ec5dc13 _dispatch_client_callout + 8
    24  libdispatch.dylib                   0x00007fff8ec69cbf _dispatch_main_queue_callback_4CF + 861
    25  CoreFoundation                      0x00007fff88d6c3f9 __CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE__ + 9
    26  CoreFoundation                      0x00007fff88d2768f __CFRunLoopRun + 2159
    27  CoreFoundation                      0x00007fff88d26bd8 CFRunLoopRunSpecific + 296
    28  HIToolbox                           0x00007fff92f3356f RunCurrentEventLoopInMode + 235
    29  HIToolbox                           0x00007fff92f332ea ReceiveNextEventCommon + 431
    30  HIToolbox                           0x00007fff92f3312b _BlockUntilNextEventMatchingListInModeWithFilter + 71
    31  AppKit                              0x00007fff877329bb _DPSNextEvent + 978
    32  AppKit                              0x00007fff87731f68 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 346
    33  AppKit                              0x00007fff87727bf3 -[NSApplication run] + 594
    34  AppKit                              0x00007fff876a4354 NSApplicationMain + 1832
    35  libdyld.dylib                       0x00007fff864725c9 start + 1
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   com.apple.AppKit               0x00007fff87a5c610 -[NSApplication _crashOnException:] + 109
    1   com.apple.AppKit               0x00007fff87a5c56b -[NSApplication reportException:] + 140
    2   com.apple.CoreFoundation       0x00007fff88e194ee __handleUncaughtException + 718
    3   libobjc.A.dylib               0x00007fff9547b7cd _objc_terminate() + 94
    4   libc++abi.dylib               0x00007fff86c6f0a1 std::__terminate(void (*)()) + 8
    5   libc++abi.dylib               0x00007fff86c6f113 std::terminate() + 51
    6   libobjc.A.dylib               0x00007fff9547b5ff objc_terminate + 9
    7   libdispatch.dylib             0x00007fff8ec5dc27 _dispatch_client_callout + 28
    8   libdispatch.dylib             0x00007fff8ec6b04e _dispatch_barrier_sync_f_slow_invoke + 412
    9   libdispatch.dylib             0x00007fff8ec5dc13 _dispatch_client_callout + 8
    10  libdispatch.dylib             0x00007fff8ec69cbf _dispatch_main_queue_callback_4CF + 861
    11  com.apple.CoreFoundation       0x00007fff88d6c3f9 __CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE__ + 9
    12  com.apple.CoreFoundation       0x00007fff88d2768f __CFRunLoopRun + 2159
    13  com.apple.CoreFoundation       0x00007fff88d26bd8 CFRunLoopRunSpecific + 296
    14  com.apple.HIToolbox           0x00007fff92f3356f RunCurrentEventLoopInMode + 235
    15  com.apple.HIToolbox           0x00007fff92f332ea ReceiveNextEventCommon + 431
    16  com.apple.HIToolbox           0x00007fff92f3312b _BlockUntilNextEventMatchingListInModeWithFilter + 71
    17  com.apple.AppKit               0x00007fff877329bb _DPSNextEvent + 978
    18  com.apple.AppKit               0x00007fff87731f68 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 346
    19  com.apple.AppKit               0x00007fff87727bf3 -[NSApplication run] + 594
    20  com.apple.AppKit               0x00007fff876a4354 NSApplicationMain + 1832
    21  libdyld.dylib                 0x00007fff864725c9 start + 1
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib         0x00007fff908e6232 kevent64 + 10
    1   libdispatch.dylib             0x00007fff8ec60a6a _dispatch_mgr_thread + 52
    Thread 2:
    0   libsystem_kernel.dylib         0x00007fff908e04de mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00007fff908df64f mach_msg + 55
    2   libclh.dylib                   0x00007fff8b7a0318 cuosEventWait + 184
    3   libclh.dylib                   0x00007fff8b1a6563 intHandlerMain + 323
    4   libclh.dylib                   0x00007fff8b7a1119 cuosPosixThreadStartFunc(void*) + 41
    5   libsystem_pthread.dylib       0x00007fff91a7f268 _pthread_body + 131
    6   libsystem_pthread.dylib       0x00007fff91a7f1e5 _pthread_start + 176
    7   libsystem_pthread.dylib       0x00007fff91a7d41d thread_start + 13
    Thread 3:
    0   libsystem_kernel.dylib         0x00007fff908e04de mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00007fff908df64f mach_msg + 55
    2   com.apple.CoreFoundation       0x00007fff88d27eb4 __CFRunLoopServiceMachPort + 212
    3   com.apple.CoreFoundation       0x00007fff88d2737b __CFRunLoopRun + 1371
    4   com.apple.CoreFoundation       0x00007fff88d26bd8 CFRunLoopRunSpecific + 296
    5   com.apple.AppKit               0x00007fff877fa66b _NSEventThread + 137
    6   libsystem_pthread.dylib       0x00007fff91a7f268 _pthread_body + 131
    7   libsystem_pthread.dylib       0x00007fff91a7f1e5 _pthread_start + 176
    8   libsystem_pthread.dylib       0x00007fff91a7d41d thread_start + 13
    Thread 4:: Dispatch queue: NSOperationQueue 0x600000c2ab40 :: NSOperation 0x610000f320c0 (QOS: USER_INTERACTIVE)
    0   libsystem_kernel.dylib         0x00007fff908e051a semaphore_wait_trap + 10
    1   libdispatch.dylib             0x00007fff8ec64c55 _dispatch_semaphore_wait_slow + 213
    2   com.apple.Photos               0x000000010be852cb 0x10ba64000 + 4330187
    3   com.apple.Photos               0x000000010be8453a 0x10ba64000 + 4326714
    4   com.apple.photos.mondrian     0x000000010cfa2d43 __70+[MOMediaItem operationWithBlock:cancellationBlock:completionHandler:]_block_invoke + 128
    5   com.apple.photos.mondrian     0x000000010cfa261d -[MONSOperation launchOperation] + 64
    6   com.apple.photos.mondrian     0x000000010cfa24b6 -[MONSOperation _launchOperation] + 34
    7   com.apple.photos.mondrian     0x000000010cfa2053 -[MONSOperation start] + 175
    8   com.apple.photos.mondrian     0x000000010cfa2bc3 -[MONSOperation performSynchronously:timeout:] + 364
    9   com.apple.photos.mondrian     0x000000010cfa299e -[MONSOperation performSubOperationSynchronously:progressBlock:timeout:] + 232
    10  com.apple.photos.mondrian     0x000000010cfc8188 __83-[MOMediaView _updateCellToBest:withMediaItem:atIndexPath:withDependencyOperation:]_block_inv oke905 + 489
    11  com.apple.photos.mondrian     0x000000010cfa261d -[MONSOperation launchOperation] + 64
    12  com.apple.photos.mondrian     0x000000010cfa24b6 -[MONSOperation _launchOperation] + 34
    13  com.apple.photos.mondrian     0x000000010cfa2053 -[MONSOperation start] + 175
    14  com.apple.Foundation           0x00007fff90421543 __NSOQSchedule_f + 184
    15  libdispatch.dylib             0x00007fff8ec5dc13 _dispatch_client_callout + 8
    16  libdispatch.dylib             0x00007fff8ec61365 _dispatch_queue_drain + 1100
    17  libdispatch.dylib             0x00007fff8ec62ecc _dispatch_queue_invoke + 202
    18  libdispatch.dylib             0x00007fff8ec606b7 _dispatch_root_queue_drain + 463
    19  libdispatch.dylib             0x00007fff8ec6efe4 _dispatch_worker_thread3 + 91
    20  libsystem_pthread.dylib       0x00007fff91a7f637 _pthread_wqthread + 729
    21  libsystem_pthread.dylib       0x00007fff91a7d40d start_wqthread + 13
    Thread 5:: Dispatch queue: NSOperationQueue 0x600000c2ab40 :: NSOperation 0x610000f34000 (QOS: USER_INTERACTIVE)
    0   libsystem_kernel.dylib         0x00007fff908e051a semaphore_wait_trap + 10
    1   libdispatch.dylib             0x00007fff8ec64c55 _dispatch_semaphore_wait_slow + 213
    2   com.apple.Photos               0x000000010be852cb 0x10ba64000 + 4330187
    3   com.apple.Photos               0x000000010be8453a 0x10ba64000 + 4326714
    4   com.apple.photos.mondrian     0x000000010cfa2d43 __70+[MOMediaItem operationWithBlock:cancellationBlock:completionHandler:]_block_invoke + 128
    5   com.apple.photos.mondrian     0x000000010cfa261d -[MONSOperation launchOperation] + 64
    6   com.apple.photos.mondrian     0x000000010cfa24b6 -[MONSOperation _launchOperation] + 34
    7   com.apple.photos.mondrian     0x000000010cfa2053 -[MONSOperation start] + 175
    8   com.apple.photos.mondrian     0x000000010cfa2bc3 -[MONSOperation performSynchronously:timeout:] + 364
    9   com.apple.photos.mondrian     0x000000010cfa299e -[MONSOperation performSubOperationSynchronously:progressBlock:timeout:] + 232
    10  com.apple.photos.mondrian     0x000000010cfc8188 __83-[MOMediaView _updateCellToBest:withMediaItem:atIndexPath:withDependencyOperation:]_block_inv oke905 + 489
    11  com.apple.photos.mondrian     0x000000010cfa261d -[MONSOperation launchOperation] + 64
    12  com.apple.photos.mondrian     0x000000010cfa24b6 -[MONSOperation _launchOperation] + 34
    13  com.apple.photos.mondrian     0x000000010cfa2053 -[MONSOperation start] + 175
    14  com.apple.Foundation           0x00007fff90421543 __NSOQSchedule_f + 184
    15  libdispatch.dylib             0x00007fff8ec5dc13 _dispatch_client_callout + 8
    16  libdispatch.dylib             0x00007fff8ec61365 _dispatch_queue_drain + 1100
    17  libdispatch.dylib             0x00007fff8ec62ecc _dispatch_queue_invoke + 202
    18  libdispatch.dylib             0x00007fff8ec606b7 _dispatch_root_queue_drain + 463
    19  libdispatch.dylib             0x00007fff8ec6efe4 _dispatch_worker_thread3 + 91
    20  libsystem_pthread.dylib       0x00007fff91a7f637 _pthread_wqthread + 729
    21  libsystem_pthread.dylib       0x00007fff91a7d40d start_wqthread + 13
    Thread 6:: Dispatch queue: IPXSlideshow.updateQueue
    0   com.apple.CoreFoundation       0x00007fff88ccdc8a CFRelease + 10
    1   com.apple.Photos               0x000000010bde2f62 0x10ba64000 + 3665762
    2   com.apple.Photos               0x000000010bbfd02a 0x10ba64000 + 1675306
    3   com.apple.Photos               0x000000010bbfc27b 0x10ba64000 + 1671803
    4   com.apple.Photos               0x000000010bbfcd35 0x10ba64000 + 1674549
    5   com.apple.Photos               0x000000010bd85ca0 0x10ba64000 + 3284128
    6   com.apple.Photos               0x000000010bbf6981 0x10ba64000 + 1649025
    7   com.apple.Photos               0x000000010bd85abb 0x10ba64000 + 3283643
    8   com.apple.Photos               0x000000010bbf5cd5 0x10ba64000 + 1645781
    9   libdispatch.dylib             0x00007fff8ec62323 _dispatch_call_block_and_release + 12
    10  libdispatch.dylib             0x00007fff8ec5dc13 _dispatch_client_callout + 8
    11  libdispatch.dylib             0x00007fff8ec61365 _dispatch_queue_drain + 1100
    12  libdispatch.dylib             0x00007fff8ec62ecc _dispatch_queue_invoke + 202
    13  libdispatch.dylib             0x00007fff8ec606b7 _dispatch_root_queue_drain + 463
    14  libdispatch.dylib             0x00007fff8ec6efe4 _dispatch_worker_thread3 + 91
    15  libsystem_pthread.dylib       0x00007fff91a7f637 _pthread_wqthread + 729
    16  libsystem_pthread.dylib       0x00007fff91a7d40d start_wqthread + 13
    Thread 7:: Dispatch queue: NSOperationQueue 0x608003453380 :: NSOperation 0x610000752c70 (QOS: USER_INITIATED)
    0   libsystem_kernel.dylib         0x00007fff908e051a semaphore_wait_trap + 10
    1   libdispatch.dylib             0x00007fff8ec64c55 _dispatch_semaphore_wait_slow + 213
    2   com.apple.Slideshows           0x000000010c35e085 -[OMSlideshow posterImageWithSize:] + 367
    3   com.apple.Photos               0x000000010be85f25 0x10ba64000 + 4333349
    4   com.apple.Photos               0x000000010bd82310 0x10ba64000 + 3269392
    5   com.apple.opusosx.OpusFoundation 0x000000010e4c1f30 __80+[OFNSOperation operationWithBlock:progressBlock:cancelBlock:completionHandler:]_block_invoke43 + 133
    6   com.apple.opusosx.OpusFoundation 0x000000010e4c13dc __48-[OFNSOperationQueue addOperation:withPriority:]_block_invoke60 + 115
    7   com.apple.opusosx.OpusFoundation 0x000000010e4c2a8d -[OFNSOperation _finish:] + 76
    8   com.apple.opusosx.OpusFoundation 0x000000010e4c26e3 -[OFNSOperation _launchOperation] + 111
    9   com.apple.opusosx.OpusFoundation 0x000000010e4c28a3 -[OFNSOperation start] + 239
    10  com.apple.Foundation           0x00007fff90421543 __NSOQSchedule_f + 184
    11  libdispatch.dylib             0x00007fff8ec5dc13 _dispatch_client_callout + 8
    12  libdispatch.dylib             0x00007fff8ec61365 _dispatch_queue_drain + 1100
    13  libdispatch.dylib             0x00007fff8ec62ecc _dispatch_queue_invoke + 202
    14  libdispatch.dylib             0x00007fff8ec606b7 _dispatch_root_queue_drain + 463
    15  libdispatch.dylib             0x00007fff8ec6efe4 _dispatch_worker_thread3 + 91
    16  libsystem_pthread.dylib       0x00007fff91a7f637 _pthread_wqthread + 729
    17  libsystem_pthread.dylib       0x00007fff91a7d40d start_wqthread + 13
    Thread 8:: Dispatch queue: NSOperationQueue 0x608003453380 :: NSOperation 0x600000f400b0 (QOS: USER_INITIATED)
    0   libsystem_kernel.dylib         0x00007fff908e051a semaphore_wait_trap + 10
    1   libsystem_platform.dylib       0x00007fff92be6c5b _os_semaphore_wait + 16
    2   libdispatch.dylib             0x00007fff8ec67557 _dispatch_barrier_sync_f_slow + 597
    3   com.apple.opusosx.OpusKit     0x000000010e55f70f -[OKDocumentMovieExporter exportToImageForKeyPath:withSize:andCompletionBlock:] + 440
    4   com.apple.Slideshows           0x000000010c35e076 -[OMSlideshow posterImageWithSize:] + 352
    5   com.apple.Photos               0x000000010be85f25 0x10ba64000 + 4333349
    6   com.apple.Photos               0x000000010bd82310 0x10ba64000 + 3269392
    7   com.apple.opusosx.OpusFoundation 0x000000010e4c1f30 __80+[OFNSOperation operationWithBlock:progressBlock:cancelBlock:completionHandler:]_block_invoke43 + 133
    8   com.apple.opusosx.OpusFoundation 0x000000010e4c13dc __48-[OFNSOperationQueue addOperation:withPriority:]_block_invoke60 + 115
    9   com.apple.opusosx.OpusFoundation 0x000000010e4c2a8d -[OFNSOperation _finish:] + 76
    10  com.apple.opusosx.OpusFoundation 0x000000010e4c26e3 -[OFNSOperation _launchOperation] + 111
    11  com.apple.opusosx.OpusFoundation 0x000000010e4c28a3 -[OFNSOperation start] + 239
    12  com.apple.Foundation           0x00007fff90421543 __NSOQSchedule_f + 184
    13  libdispatch.dylib             0x00007fff8ec5dc13 _dispatch_client_callout + 8
    14  libdispatch.dylib             0x00007fff8ec61365 _dispatch_queue_drain + 1100
    15  libdispatch.dylib             0x00007fff8ec62ecc _dispatch_queue_invoke + 202
    16  libdispatch.dylib             0x00007fff8ec606b7 _dispatch_root_queue_drain + 463
    17  libdispatch.dylib             0x00007fff8ec6efe4 _dispatch_worker_thread3 + 91
    18  libsystem_pthread.dylib       0x00007fff91a7f637 _pthread_wqthread + 729
    19  libsystem_pthread.dylib       0x00007fff91a7d40d start_wqthread + 13
    Thread 9:: Dispatch queue: NSOperationQueue 0x600000c2ab40 :: NSOperation 0x610000b23520 (QOS: USER_INTERACTIVE)
    0   libsystem_kernel.dylib         0x00007fff908e5166 __psynch_mutexwait + 10
    1   com.apple.Photos               0x000000010be8464b 0x10ba64000 + 4326987
    2   com.apple.Photos               0x000000010be8453a 0x10ba64000 + 4326714
    3   com.apple.photos.mondrian     0x000000010cfa2d43 __70+[MOMediaItem operationWithBlock:cancellationBlock:completionHandler:]_block_invoke + 128
    4   com.apple.photos.mondrian     0x000000010cfa261d -[MONSOperation launchOperation] + 64
    5   com.apple.photos.mondrian     0x000000010cfa24b6 -[MONSOperation _launchOperation] + 34
    6   com.apple.photos.mondrian     0x000000010cfa2053 -[MONSOperation start] + 175
    7   com.apple.photos.mondrian     0x000000010cfa2bc3 -[MONSOperation performSynchronously:timeout:] + 364
    8   com.apple.photos.mondrian     0x000000010cfa299e -[MONSOperation performSubOperationSynchronously:progressBlock:timeout:] + 232
    9   com.apple.photos.mondrian     0x000000010cfc8188 __83-[MOMediaView _updateCellToBest:withMediaItem:atIndexPath:withDependencyOperation:]_block_inv oke905 + 489
    10  com.apple.photos.mondrian     0x000000010cfa261d -[MONSOperation launchOperation] + 64
    11  com.apple.photos.mondrian     0x000000010cfa24b6 -[MONSOperation _launchOperation] + 34
    12  com.apple.photos.mondrian     0x000000010cfa2053 -[MONSOperation start] + 175
    13  com.apple.Foundation           0x00007fff90421543 __NSOQSchedule_f + 184
    14  libdispatch.dylib             0x00007fff8ec5dc13 _dispatch_client_callout + 8
    15  libdispatch.dylib             0x00007fff8ec61365 _dispatch_queue_drain + 1100
    16  libdispatch.dylib             0x00007fff8ec62ecc _dispatch_queue_invoke + 202
    17  libdispatch.dylib             0x00007fff8ec606b7 _dispatch_root_queue_drain + 463
    18  libdispatch.dylib             0x00007fff8ec6efe4 _dispatch_worker_thread3 + 91
    19  libsystem_pthread.dylib       0x00007fff91a7f637 _pthread_wqthread + 729
    20  libsystem_pthread.dylib       0x00007fff91a7d40d start_wqthread + 13
    Thread 10:
    0   libsystem_kernel.dylib         0x00007fff908e594a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff91a7d40d start_wqthread + 13
    Thread 11:: Dispatch queue: NSOperationQueue 0x608003453380 :: NSOperation 0x610000752e80 (QOS: USER_INITIATED)
    0   libsystem_kernel.dylib         0x00007fff908e051a semaphore_wait_trap + 10
    1   libdispatch.dylib             0x00007fff8ec64c55 _dispatch_semaphore_wait_slow + 213
    2   com.apple.Slideshows           0x000000010c35e085 -[OMSlideshow posterImageWithSize:] + 367
    3   com.apple.Photos               0x000000010be85f25 0x10ba64000 + 4333349
    4   com.apple.Photos               0x000000010bd82310 0x10ba64000 + 3269392
    5   com.apple.opusosx.OpusFoundation 0x000000010e4c1f30 __80+[OFNSOperation operationWithBlock:progressBlock:cancelBlock:completionHandler:]_block_invoke43 + 133
    6   com.apple.opusosx.OpusFoundation 0x000000010e4c13dc __48-[OFNSOperationQueue addOperation:withPriority:]_block_invoke60 + 115
    7   com.apple.opusosx.OpusFoundation 0x000000010e4c2a8d -[OFNSOperation _finish:] + 76
    8   com.apple.opusosx.OpusFoundation 0x000000010e4c26e3 -[OFNSOperation _launchOperation] + 111
    9   com.apple.opusosx.OpusFoundation 0x000000010e4c28a3 -[OFNSOperation start] + 239
    10  com.apple.Foundation           0x00007fff90421543 __NSOQSchedule_f + 184
    11  libdispatch.dylib             0x00007fff8ec5dc13 _dispatch_client_callout + 8
    12  libdispatch.dylib             0x00007fff8ec61365 _dispatch_queue_drain + 1100
    13  libdispatch.dylib             0x00007fff8ec62ecc _dispatch_queue_invoke + 202
    14  libdispatch.dylib             0x00007fff8ec606b7 _dispatch_root_queue_drain + 463
    15  libdispatch.dylib             0x00007fff8ec6efe4 _dispatch_worker_thread3 + 91
    16  libsystem_pthread.dylib       0x00007fff91a7f637 _pthread_wqthread + 729
    17  libsystem_pthread.dylib       0x00007fff91a7d40d start_wqthread + 13
    Thread 12:: Dispatch queue: NSOperationQueue 0x600000c2ab40 :: NSOperation 0x60000093fd60 (QOS: USER_INTERACTIVE)
    0   libsystem_kernel.dylib         0x00007fff908e051a semaphore_wait_trap + 10
    1   libdispatch.dylib             0x00007fff8ec64c55 _dispatch_semaphore_wait_slow + 213
    2   com.apple.Photos               0x000000010be852cb 0x10ba64000 + 4330187
    3   com.apple.Photos               0x000000010be8453a 0x10ba64000 + 4326714
    4   com.apple.photos.mondrian     0x000000010cfa2d43 __70+[MOMediaItem operationWithBlock:cancellationBlock:completionHandler:]_block_invoke + 128
    5   com.apple.photos.mondrian     0x000000010cfa261d -[MONSOperation launchOperation] + 64
    6   com.apple.photos.mondrian     0x000000010cfa24b6 -[MONSOperation _launchOperation] + 34
    7   com.apple.photos.mondrian     0x000000010cfa2053 -[MONSOperation start] + 175
    8   com.apple.photos.mondrian     0x000000010cfa2bc3 -[MONSOperation performSynchronously:timeout:] + 364
    9   com.apple.photos.mondrian     0x000000010cfa299e -[MONSOperation performSubOperationSynchronously:progressBlock:timeout:] + 232
    10  com.apple.photos.mondrian     0x000000010cfc8188 __83-[MOMediaView _updateCellToBest:withMediaItem:atIndexPath:withDependencyOperation:]_block_inv oke905 + 489
    11  com.apple.photos.mondrian     0x000000010cfa261d -[MONSOperation launchOperation] + 64
    12  com.apple.photos.mondrian     0x000000010cfa24b6 -[MONSOperation _launchOperation] + 34
    13  com.apple.photos.mondrian     0x000000010cfa2053 -[MONSOperation start] + 175
    14  com.apple.Foundation           0x00007fff90421543 __NSOQSchedule_f + 184
    15  libdispatch.dylib             0x00007fff8ec5dc13 _dispatch_client_callout + 8
    16  libdispatch.dylib             0x00007fff8ec61365 _dispatch_queue_drain + 1100
    17  libdispatch.dylib             0x00007fff8ec62ecc _dispatch_queue_invoke + 202
    18  libdispatch.dylib             0x00007fff8ec606b7 _dispatch_root_queue_drain + 463
    19  libdispatch.dylib             0x00007fff8ec6efe4 _dispatch_worker_thread3 + 91
    20  libsystem_pthread.dylib       0x00007fff91a7f637 _pthread_wqthread + 729
    21  libsystem_pthread.dylib       0x00007fff91a7d40d start_wqthread + 13
    Thread 13:
    0   libsystem_kernel.dylib         0x00007fff908e594a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff91a7d40d start_wqthread + 13
    Thread 14:: Dispatch queue: NSOperationQueue 0x600000c2ab40 :: NSOperation 0x600000b223a0 (QOS: USER_INTERACTIVE)
    0   libsystem_kernel.dylib         0x00007fff908e051a semaphore_wait_trap + 10
    1   libdispatch.dylib             0x00007fff8ec64c55 _dispatch_semaphore_wait_slow + 213
    2   com.apple.Photos               0x000000010be852cb 0x10ba64000 + 4330187
    3   com.apple.Photos               0x000000010be8453a 0x10ba64000 + 4326714
    4   com.apple.photos.mondrian     0x000000010cfa2d43 __70+[MOMediaItem operationWithBlock:cancellationBlock:completionHandler:]_block_invoke + 128
    5   com.apple.photos.mondrian     0x000000010cfa261d -[MONSOperation launchOperation] + 64
    6   com.apple.photos.mondrian     0x000000010cfa24b6 -[MONSOperation _launchOperation] + 34
    7   com.apple.photos.mondrian     0x000000010cfa2053 -[MONSOperation start] + 175
    8   com.apple.photos.mondrian     0x000000010cfa2bc3 -[MONSOperation performSynchronously:timeout:] + 364
    9   com.apple.photos.mondrian     0x000000010cfa299e -[MONSOperation performSubOperationSynchronously:progressBlock:timeout:] + 232
    10  com.apple.photos.mondrian     0x000000010cfc8188 __83-[MOMediaView _updateCellToBest:withMediaItem:atIndexPath:withDependencyOperation:]_block_inv oke905 + 489
    11  com.apple.photos.mondrian     0x000000010cfa261d -[MONSOperation launchOperation] + 64
    12  com.apple.photos.mondrian     0x000000010cfa24b6 -[MONSOperation _launchOperation] + 34
    13  com.apple.photos.mondrian     0x000000010cfa2053 -[MONSOperation start] + 175
    14  com.apple.Foundation           0x00007fff90421543 __NSOQSchedule_f + 184
    15  libdispatch.dylib             0x00007fff8ec5dc13 _dispatch_client_callout + 8
    16  libdispatch.dylib             0x00007fff8ec61365 _dispatch_queue_drain + 1100
    17  libdispatch.dylib             0x00007fff8ec62ecc _dispatch_queue_invoke + 202
    18  libdispatch.dylib             0x00007fff8ec606b7 _dispatch_root_queue_drain + 463
    19  libdispatch.dylib             0x00007fff8ec6efe4 _dispatch_worker_thread3 + 91
    20  libsystem_pthread.dylib       0x00007fff91a7f637 _pthread_wqthread + 729
    21  libsystem_pthread.dylib       0x00007fff91a7d40d start_wqthread + 13
    Thread 15:
    0   libsystem_kernel.dylib         0x00007fff908e594a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff91a7d40d start_wqthread + 13
    Thread 16:: Dispatch queue: NSOperationQueue 0x608003453380 :: NSOperation 0x600000d58f70 (QOS: USER_INITIATED)
    0   libsystem_kernel.dylib         0x00007fff908e051a semaphore_wait_trap + 10
    1   libdispatch.dylib             0x00007fff8ec64c55 _dispatch_semaphore_wait_slow + 213
    2   com.apple.Slideshows           0x000000010c35e085 -[OMSlideshow posterImageWithSize:] + 367
    3   com.apple.Photos               0x000000010be85f25 0x10ba64000 + 4333349
    4   com.apple.Photos               0x000000010bd82310 0x10ba64000 + 3269392
    5   com.apple.opusosx.OpusFoundation 0x000000010e4c1f30 __80+[OFNSOperation operationWithBlock:progressBlock:cancelBlock:completionHandler:]_block_invoke43 + 133
    6   com.apple.opusosx.OpusFoundation 0x000000010e4c13dc __48-[OFNSOperationQueue addOperation:withPriority:]_block_invoke60 + 115
    7   com.apple.opusosx.OpusFoundation 0x000000010e4c2a8d -[OFNSOperation _finish:] + 76
    8   com.apple.opusosx.OpusFoundation 0x000000010e4c26e3 -[OFNSOperation _launchOperation] + 111
    9   com.apple.opusosx.OpusFoundation 0x000000010e4c28a3 -[OFNSOperation start] + 239
    10  com.apple.Foundation           0x00007fff90421543 __NSOQSchedule_f + 184
    11  libdispatch.dylib             0x00007fff8ec5dc13 _dispatch_client_callout + 8
    12  libdispatch.dylib             0x00007fff8ec61365 _dispatch_queue_drain + 1100
    13  libdispatch.dylib             0x00007fff8ec62ecc _dispatch_queue_invoke + 202
    14  libdispatch.dylib             0x00007fff8ec606b7 _dispatch_root_queue_drain + 463
    15  libdispatch.dylib             0x00007fff8ec6efe4 _dispatch_worker_thread3 + 91
    16  libsystem_pthread.dylib       0x00007fff91a7f637 _pthread_wqthread + 729
    17  libsystem_pthread.dylib       0x00007fff91a7d40d start_wqthread + 13
    Thread 17:: Dispatch queue: NSOperationQueue 0x600000c2ab40 :: NSOperation 0x618000938100 (QOS: USER_INTERACTIVE)
    0   libsystem_kernel.dylib         0x00007fff908e051a semaphore_wait_trap + 10
    1   libdispatch.dylib             0x00007fff8ec64c55 _dispatch_semaphore_wait_slow + 213
    2   com.apple.Photos               0x000000010be852cb 0x10ba64000 + 4330187
    3   com.apple.Photos               0x000000010be8453a 0x10ba64000 + 4326714
    4   com.apple.photos.mondrian     0x000000010cfa2d43 __70+[MOMediaItem operationWithBlock:cancellationBlock:completionHandler:]_block_invoke + 128
    5   com.apple.photos.mondrian     0x000000010cfa261d -[MONSOperation launchOperation] + 64
    6   com.apple.photos.mondrian     0x000000010cfa24b6 -[MONSOperation _launchOperation] + 34
    7   com.apple.photos.mondrian     0x000000010cfa2053 -[MONSOperation start] + 175
    8   com.apple.photos.mondrian     0x000000010cfa2bc3 -[MONSOperation performSynchronously:timeout:] + 364
    9   com.apple.photos.mondrian     0x000000010cfa299e -[MONSOperation performSubOperationSynchronously:progressBlock:timeout:] + 232
    10  com.apple.photos.mondrian     0x000000010cfc8188 __83-[MOMediaView _updateCellToBest:withMediaItem:atIndexPath:withDependencyOperation:]_block_inv oke905 + 489
    11  com.apple.photos.mondrian     0x000000010cfa261d -[MONSOperation launchOperation] + 64
    12  com.apple.photos.mondrian     0x000000010cfa24b6 -[MONSOperation _launchOperation] + 34
    13  com.apple.photos.mondrian     0x000000010cfa2053 -[MONSOperation start] + 175
    14  com.apple.Foundation           0x00007fff90421543 __NSOQSchedule_f + 184
    15  libdispatch.dylib             0x00007fff8ec5dc13 _dispatch_client_callout + 8
    16  libdispatch.dylib             0x00007fff8ec61365 _dispatch_queue_drain + 1100
    17  libdispatch.dylib             0x00007fff8ec62ecc _dispatch_queue_invoke + 202
    18  libdispatch.dylib             0x00007fff8ec606b7 _dispatch_root_queue_drain + 463
    19  libdispatch.dylib             0x00007fff8ec6efe4 _dispatch_worker_thread3 + 91
    20  libsystem_pthread.dylib       0x00007fff91a7f637 _pthread_wqthread + 729
    21  libsystem_pthread.dylib       0x00007fff91a7d40d start_wqthread + 13
    Thread 18:
    0   libsystem_kernel.dylib         0x00007fff908e594a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff91a7d40d start_wqthread + 13
    Thread 19:
    0   libsystem_kernel.dylib         0x00007fff908e594a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff91a7d40d start_wqthread + 13
    Thread 20:
    0   libsystem_kernel.dylib         0x00007fff908e594a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff91a7d40d start_wqthread + 13
    Thread 21:
    0   libsystem_kernel.dylib         0x00007fff908e594a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff91a7d40d start_wqthread + 13
    Thread 22:
    0   libsystem_kernel.dylib         0x00007fff908e594a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff91a7d40d start_wqthread + 13
    Thread 23:
    0   libsystem_kernel.dylib         0x00007fff908e594a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff91a7d40d start_wqthread + 13
    Thread 24:: JavaScriptCore::BlockFree
    0   libsystem_kernel.dylib         0x00007fff908e5136 __psynch_cvwait + 10
    1   libc++.1.dylib                 0x00007fff88902d2e std::__1::condition_variable::__do_timed_wait(std::__1::unique_lock<std::__1::m utex>&, std::__1::chrono::time_point<std::__1::chrono::system_clock, std::__1::chrono::duration<long long, std::__1::ratio<1l, 1000000000l> > >) + 126
    2   com.apple.JavaScriptCore       0x00007fff87139aca JSC::BlockAllocator::waitForDuration(std::__1::chrono::duration<long long, std::__1::ratio<1l, 1000l> >) + 170
    3   com.apple.JavaScriptCore       0x00007fff86f294b4 JSC::BlockAllocator::blockFreeingThreadMain() + 84
    4   com.apple.JavaScriptCore       0x00007fff86f1ecff ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_pthread.dylib       0x00007fff91a7f268 _pthread_body + 131
    6   libsystem_pthread.dylib       0x00007fff91a7f1e5 _pthread_start + 176
    7   libsystem_pthread.dylib       0x00007fff91a7d41d thread_start + 13
    Thread 25:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib         0x00007fff908e5136 __psynch_cvwait + 10
    1   libc++.1.dylib                 0x00007fff88902c95 std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 47
    2   com.apple.JavaScriptCore       0x00007fff86f29adb JSC::GCThread::waitForNextPhase() + 171
    3   com.apple.JavaScriptCore       0x00007fff86f29938 JSC::GCThread::gcThreadMain() + 88
    4   com.apple.JavaScriptCore       0x00007fff86f1ecff ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_pthread.dylib       0x00007fff91a7f268 _pthread_body + 131
    6   libsystem_pthread.dylib       0x00007fff91a7f1e5 _pthread_start + 176
    7   libsystem_pthread.dylib       0x00007fff91a7d41d thread_start + 13
    Thread 26:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib         0x00007fff908e5136 __psynch_cvwait + 10
    1   libc++.1.dylib                 0x00007fff88902c95 std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 47
    2   com.apple.JavaScriptCore       0x00007fff86f29adb JSC::GCThread::waitForNextPhase() + 171
    3   com.apple.JavaScriptCore       0x00007fff86f29938 JSC::GCThread::gcThreadMain() + 88
    4   com.apple.JavaScriptCore       0x00007fff86f1ecff ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_pthread.dylib       0x00007fff91a7f268 _pthread_body + 131
    6   libsystem_pthread.dylib       0x00007fff91a7f1e5 _pthread_start + 176
    7   libsystem_pthread.dylib       0x00007fff91a7d41d thread_start + 13
    Thread 27:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib         0x00007fff908e5136 __psynch_cvwait + 10
    1   libc++.1.dylib                 0x00007fff88902c95 std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 47
    2   com.apple.JavaScriptCore       0x00007fff86f29adb JSC::GCThread::waitForNextPhase() + 171
    3   com.apple.JavaScriptCore       0x00007fff86f29938 JSC::GCThread::gcThreadMain() + 88
    4   com.apple.JavaScriptCore       0x00007fff86f1ecff ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_pthread.dylib       0x00007fff91a7f268 _pthread_body + 131
    6   libsystem_pthread.dylib       0x00007fff91a7f1e5 _pthread_start + 176
    7   libsystem_pthread.dylib       0x00007fff91a7d41d thread_start + 13
    Thread 28:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib         0x00007fff908e5136 __psynch_cvwait + 10
    1   libc++.1.dylib                 0x00007fff88902c95 std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 47
    2   com.apple.JavaScriptCore       0x00007fff86f29adb JSC::GCThread::waitForNextPhase() + 171
    3   com.apple.JavaScriptCore       0x00007fff86f29938 JSC::GCThread::gcThreadMain() + 88
    4   com.apple.JavaScriptCore       0x00007fff86f1ecff ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_pthread.dylib       0x00007fff91a7f268 _pthread_body + 131
    6   libsystem_pthread.dylib       0x00007fff91a7f1e5 _pthread_start + 176
    7   libsystem_pthread.dylib       0x00007fff91a7d41d thread_start + 13
    Thread 29:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib         0x00007fff908e5136 __psynch_cvwait + 10
    1   libc++.1.dylib                 0x00007fff88902c95 std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 47
    2   com.apple.JavaScriptCore       0x00007fff86f29adb JSC::GCThread::waitForNextPhase() + 171
    3   com.apple.JavaScriptCore       0x00007fff86f29938 JSC::GCThread::gcThreadMain() + 88
    4   com.apple.JavaScriptCore       0x00007fff86f1ecff ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_pthread.dylib       0x00007fff91a7f268 _pthread_body + 131
    6   libsystem_pthread.dylib       0x00007fff91a7f1e5 _pthread_start + 176
    7   libsystem_pthread.dylib       0x00007fff91a7d41d thread_start + 13
    Thread 30:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib         0x00007fff908e5136 __psynch_cvwait + 10
    1   libc++.1.dylib                 0x00007fff88902c95 std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 47
    2   com.apple.JavaScriptCore       0x00007fff86f29adb JSC::GCThread::waitForNextPhase() + 171
    3   com.apple.JavaScriptCore       0x00007fff86f29938 JSC::GCThread::gcThreadMain() + 88
    4   com.apple.JavaScriptCore       0x00007fff86f1ecff ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_pthread.dylib       0x00007fff91a7f268 _pthread_body + 131
    6   libsystem_pthread.dylib       0x00007fff91a7f1e5 _pthread_start + 176
    7   libsystem_pthread.dylib       0x00007fff91a7d41d thread_start + 13
    Thread 31:: JavaScriptCore::BlockFree
    0   libsystem_kernel.dylib         0x00007fff908e5136 __psynch_cvwait + 10
    1   libc++.1.dylib                 0x00007fff88902d2e std::__1::condition_variable::__do_timed_wait(std::__1::unique_lock<std::__1::m utex>&, std::__1::chrono::time_point<std::__1::chrono::system_clock, std::__1::chrono::duration<long long, std::__1::ratio<1l, 1000000000l> > >) + 126
    2   com.apple.JavaScriptCore       0x00007fff87139aca JSC::BlockAllocator::waitForDuration(std::__1::chrono::duration<long long, std::__1::ratio<1l, 1000l> >) + 170
    3   com.apple.JavaScriptCore       0x00007fff86f294b4 JSC::BlockAllocator::blockFreeingThreadMain() + 84
    4   com.apple.JavaScriptCore       0x00007fff86f1ecff ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_pthread.dylib       0x00007fff91a7f268 _pthread_body + 131
    6   libsystem_pthread.dylib       0x00007fff91a7f1e5 _pthread_start + 176
    7   libsystem_pthread.dylib       0x00007fff91a7d41d thread_start + 13
    Thread 32:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib         0x00007fff908e5136 __psynch_cvwait + 10
    1   libc++.1.dylib                 0x00007fff88902c95 std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 47
    2   com.apple.JavaScriptCore       0x00007fff86f29adb JSC::GCThread::waitForNextPhase() + 171
    3   com.apple.JavaScriptCore       0x00007fff86f29938 JSC::GCThread::gcThreadMain() + 88
    4   com.apple.JavaScriptCore       0x00007fff86f1ecff ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_pthread.dylib       0x00007fff91a7f268 _pthread_body + 131
    6   libsystem_pthread.dylib       0x00007fff91a7f1e5 _pthread_start + 176
    7   libsystem_pthread.dylib       0x00007fff91a7d41d thread_start + 13
    Thread 33:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib         0x00007fff908e5136 __psynch_cvwait + 10
    1   libc++.1.dylib                 0x00007fff88902c95 std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 47
    2   com.apple.JavaScriptCore       0x00007fff86f29adb JSC::GCThread::waitForNextPhase() + 171
    3   com.apple.JavaScriptCore       0x00007fff86f29938 JSC::GCThread::gcThreadMain() + 88
    4   com.apple.JavaScriptCore       0x00007fff86f1ecff ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_pthread.dylib       0x00007fff91a7f268 _pthread_body + 131
    6   libsystem_pthread.dylib       0x00007fff91a7f1e5 _pthread_start + 176
    7   libsystem_pthread.dylib       0x00007fff91a7d41d thread_start + 13
    Thread 34:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib         0x00007fff908e5136 __psynch_cvwait + 10
    1   libc++.1.dylib                 0x00007fff88902c95 std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 47
    2   com.apple.JavaScriptCore       0x00007fff86f29adb JSC::GCThread::waitForNextPhase() + 171
    3   com.apple.JavaScriptCore       0x00007fff86f29938 JSC::GCThread::gcThreadMain() + 88
    4   com.apple.JavaScriptCore       0x00007fff86f1ecff ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_pthread.dylib       0x00007fff91a7f268 _pthread_body + 131
    6   libsystem_pthread.dylib       0x00007fff91a7f1e5 _pthread_start + 176
    7   libsystem_pthread.dylib       0x00007fff91a7d41d thread_start + 13
    Thread 35:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib         0x00007fff908e5136 __psynch_cvwait + 10
    1   libc++.1.dylib                 0x00007fff88902c95 std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 47
    2   com.apple.JavaScriptCore       0x00007fff86f29adb JSC::GCThread::waitForNextPhase() + 171
    3   com.apple.JavaScriptCore       0x00007fff86f29938 JSC::GCThread::gcThreadMain() + 88
    4   com.apple.JavaScriptCore       0x00007fff86f1ecff ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_pthread.dylib       0x00007fff91a7f268 _pthread_body + 131
    6   libsystem_pthread.dylib       0x00007fff91a7f1e5 _pthread_start + 176
    7   libsystem_pthread.dylib       0x00007fff91a7d41d thread_start + 13
    Thread 36:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib         0x00007fff908e5136 __psynch_cvwait + 10
    1   libc++.1.dylib                 0x00007fff88902c95 std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 47
    2   com.apple.JavaScriptCore       0x00007fff86f29adb JSC::GCThread::waitForNextPhase() + 171
    3   com.apple.JavaScriptCore       0x00007fff86f29938 JSC::GCThread::gcThreadMain() + 88
    4   com.apple.JavaScriptCore       0x00007fff86f1ecff ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_pthread.dylib       0x00007fff91a7f268 _pthread_body + 131
    6   libsystem_pthread.dylib       0x00007fff91a7f1e5 _pthread_start + 176
    7   libsystem_pthread.dylib       0x00007fff91a7d41d thread_start + 13
    Thread 37:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib         0x00007fff908e5136 __psynch_cvwait + 10
    1   libc++.1.dylib                 0x00007fff88902c95 std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 47
    2   com.apple.JavaScriptCore       0x00007fff86f29adb JSC::GCThread::waitForNextPhase() + 171
    3   com.apple.JavaScriptCore       0x00007fff86f29938 JSC::GCThread::gcThreadMain() + 88
    4   com.apple.JavaScriptCore       0x00007fff86f1ecff ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_pthread.dylib       0x00007fff91a7f268 _pthread_body + 131
    6   libsystem_pthread.dylib       0x00007fff91a7f1e5 _pthread_start + 176
    7   libsystem_pthread.dylib       0x00007fff91a7d41d thread_start + 13
    Thread 38:
    Thread 39:: JavaScriptCore::BlockFree
    0   libsystem_kernel.dylib         0x00007fff908e5136 __psynch_cvwait + 10
    1   libc++.1.dylib                 0x00007fff88902d2e std::__1::condition_variable::__do_timed_wait(std::__1::unique_lock<std::__1::m utex>&, std::__1::chrono::time_point<std::__1::chrono::system_clock, std::__1::chrono::duration<long long, std::__1::ratio<1l, 1000000000l> > >) + 126
    2   com.apple.JavaScriptCore       0x00007fff87139aca JSC::BlockAllocator::waitForDuration(std::__1::chrono::duration<long long, std::__1::ratio<1l, 1000l> >) + 170
    3   com.apple.JavaScriptCore       0x00007fff86f294b4 JSC::BlockAllocator::blockFreeingThreadMain() + 84
    4   com.apple.JavaScriptCore       0x00007fff86f1ecff ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_pthread.dylib       0x00007fff91a7f268 _pthread_body + 131
    6   libsystem_pthread.dylib       0x00007fff91a7f1e5 _pthread_start + 176
    7   libsystem_pthread.dylib       0x00007fff91a7d41d thread_start + 13
    Thread 40:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib         0x00007fff908e5136 __psynch_cvwait + 10
    1   libc++.1.dylib                 0x00007fff88902c95 std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 47
    2   com.apple.JavaScriptCore       0x00007fff86f29adb JSC::GCThread::waitForNextPhase() + 171
    3   com.apple.JavaScriptCore       0x00007fff86f29938 JSC::GCThread::gcThreadMain() + 88
    4   com.apple.JavaScriptCore       0x00007fff86f1ecff ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_pthread.dylib       0x00007fff91a7f268 _pthread_body + 131
    6   libsystem_pthread.dylib       0x00007fff91a7f1e5 _pthread_start + 176
    7   libsystem_pthread.dylib       0x00007fff91a7d41d thread_start + 13
    Thread 41:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib         0x00007fff908e5136 __psynch_cvwait + 10
    1   libc++.1.dylib                 0x00007fff88902c95 std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 47
    2   com.apple.JavaScriptCore       0x00007fff86f29adb JSC::GCThread::waitForNextPhase() + 171
    3   com.apple.JavaScriptCore       0x00007fff86f29938 JSC::GCThread::gcThreadMain() + 88
    4   com.apple.JavaScriptCore       0x00007fff86f1ecff ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_pthread.dylib       0x00007fff91a7f268 _pthread_body + 131
    6   libsystem_pthread.dylib       0x00007fff91a7f1e5 _pthread_start + 176
    7   libsystem_pthread.dylib       0x00007fff91a7d41d thread_start + 13
    Thread 42:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib         0x00007fff908e5136 __psynch_cvwait + 10
    1   libc++.1.dylib                 0x00007fff88902c95 std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 47
    2   com.apple.JavaScriptCore       0x00007fff86f29adb JSC::GCThread::waitForNextPhase() + 171
    3   com.apple.JavaScriptCore       0x00007fff86f29938 JSC::GCThread::gcThreadMain() + 88
    4   com.apple.JavaScriptCore       0x00007fff86f1ecff ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_pthread.dylib       0x00007fff91a7f268 _pthread_body + 131
    6   libsystem_pthread.dylib       0x00007fff91a7f1e5 _pthread_start + 176
    7   libsystem_pthread.dylib       0x00007fff91a7d41d thread_start + 13
    Thread 43:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib         0x00007fff908e5136 __psynch_cvwait + 10
    1   libc++.1.dylib                 0x00007fff88902c95 std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 47
    2   com.apple.JavaScriptCore       0x00007fff86f29adb JSC::GCThread::waitForNextPhase() + 171
    3   com.apple.JavaScriptCore       0x00007fff86f29938 JSC::GCThread::gcThreadMain() + 88
    4   com.apple.JavaScriptCore       0x00007fff86f1ecff ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_pthread.dylib       0x00007fff91a7f268 _pthread_body + 131
    6   libsystem_pthread.dylib       0x00007fff91a7f1e5 _pthread_start + 176
    7   libsystem_pthread.dylib       0x00007fff91a7d41d thread_start + 13
    Thread 44:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib         0x00007fff908e5136 __psynch_cvwait + 10
    1   libc++.1.dylib                 0x00007fff88902c95 std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 47
    2   com.apple.JavaScriptCore       0x00007fff86f29adb JSC::GCThread::waitForNextPhase() + 171
    3   com.apple.JavaScriptCore       0x00007fff86f29938 JSC::GCThread::gcThreadMain() + 88
    4   com.apple.JavaScriptCore       0x00007fff86f1ecff ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_pthread.dylib       0x00007fff91a7f268 _pthread_body + 131
    6   libsystem_pthread.dylib       0x00007fff91a7f1e5 _pthread_start + 176
    7   libsystem_pthread.dylib       0x00007fff91a7d41d thread_start + 13
    Thread 45:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib         0x00007fff908e5136 __psynch_cvwait + 10
    1   libc++.1.dylib                 0x00007fff88902c95 std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 47
    2   com.apple.JavaScriptCore       0x00007fff86f29adb JSC::GCThread::waitForNextPhase() + 171
    3   com.apple.JavaScriptCore       0x00007fff86

    If the unit has NEVER been jailbroke, first try a system reset.  It cures many ills and it's quick, easy and harmless...  Hold down the on/off switch and the Home button simultaneously until you see the Apple logo.  Ignore the "Slide to power off" text if it appears.  You will not lose any apps, data, music, movies, settings, etc.
    If the Reset doesn't work, try a Restore.  Note that it's nowhere near as quick as a Reset.  It could take well over an hour!  Connect via cable to the computer that you use for sync.  From iTunes, select the iPad/iPod and then select the Summary tab.  Follow the on-screen directions for Restore and be sure to say "yes" to the backup.  You will be warned that all data (apps, music, movies, etc.) will be erased but, as the Restore finishes, you will be asked if you wish the contents of the backup to be copied to the iPad/iPod.  Again, say "yes."
    At the end of the basic Restore, you will be asked if you wish to sync the iPad/iPod.  As before, say "yes."  Note that that sync selection will disappear and the Restore will end if you do not respond within a reasonable time.  If that happens, only the apps that are part of the IOS will appear on your device.  Corrective action is simple -  choose manual "Sync" from the bottom right of iTunes.
    If you're unable to do the Restore, go into Recovery Mode per the instructions here.  You WILL lose all of your data (game scores, etc,) but, for the most part, you can redownload apps and music without being charged again.  Also, if you have IOS-7, read this.

Maybe you are looking for