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

Similar Messages

  • 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.

  • 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 :(

  • 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 :(

  • AIR app crashes when switching tabs

    Hi there:
    I posted in another forum about this, but it seems the issues
    aren't really related, so a recap:
    quote:
    Originally posted by:
    patrickcheatham
    I am trying to run an AIR app which _crashes_ as soon as it
    needs to access a file or files on the hard drive (via an HTML
    component). Sometimes it just crashes, sometimes I get an error
    that the app can't find Adobe AIR. I have followed most or all of
    the suggestions in
    this
    thread.
    Attached code is a crash report.
    Thanks!
    The app can be found
    here
    The crash report can be found
    here
    The crash report has WebKit all over it; interstingly, when a
    user reported installing the Safari 4 Beta recently, all crashing
    stopped (that doesn't really make sense to me, but OK).
    quote:
    Originally posted by:
    patrickcheatham
    I have further input on this:
    1) The crash occurs when the user switches tabs;
    specifically, when the user switches from a tab which does _not_
    contain an HTML component, to one which _does_ contain an HTML
    component. Said HTML component looks for local content.
    2) The crash occurs when the app tries to phone home to
    Adobe; this phoning home appears to occur during item 1 above
    _and/or_ when the app is launched.
    Any help from above or insight appreciated.
    Thanks,
    Patrick

    Hi Mirela:
    It may be that the issue is a non-issue with AIR 1.5.1
    (versus v1.5), so we'll see. Frustrating, nonetheless, especially
    since it is a sporadic issue.
    You can follow other users' experiences in the forum at
    panosalado.com.
    Thanks for taking the time to download it and try it out --
    and for the feedback. Good to hear a positive! :)
    Cheers,
    Patrick

  • 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

  • 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

  • What causes an AIR app crash (non-error type)

    Gidday guys
    Pretty general question, but I'm curious as to what I should be looking for if...
    - I randomly get the Test Movie Terminated message when compiling or running a desktop AIR app from Flash Pro IDE
    - the installed AIR app crashes/terminates randomly from no apparent reason?
    No compiler errors or warnings are generated.
    Cheers

    'The most important thing to notice is the red line. This represents the budget time that you have to keep below on each frame, if you’re to meet the framerate you want to achieve. For example, on a SWF running at 30 frames per second (fps), you have a budget of 33ms per frame (1000ms / 30 frames). In other words, if you spend more than 33ms per frame, your application will start stuttering and skipping frames, which you really don’t want to happen!'
    Does that mean when I'm coding, I should be making sure that functions etc are complete before the frame finishes? ie if my project is 12 fps, a function should never take longer than 83ms to complete?
    no, (and going over budget wouldn't crash flash).  going over budget means flash is not able to maintain the targeted frame rate.  go over budget enough and you'll see your display stutter instead of maintain smooth animation.  that's not relevant to a data app and not relevant to a crash problem.
    you want to check the memory use and see if it is relentlessly increasing as you use your app.  in particular, what's scout tell you when your app crashes.
    My project isn't frame really specific - ie there's no animation or frame reliant graphics in particular. It's a data based app.
    Does it just mean that my display will slow down if I'm jamming more processing in that a frame can handle, and should I be worried about it if my display isn't particularly important?
    no, that's not a problem.

  • IPhoto crashes when using discrete graphics on rMBP

    iPhoto 9.5.1 crashes when tagging photos.  I have a 15" early 2013 rMBP and iPhoto only crashes when using discrete graphics.  If I force it to use integrated graphics (via gfxCardStatus), I have no problems with iPhoto.  Does anyone else have this problem?

    I didn't turn File Vault on for just the photo library, I turned it on for the entire computer.  It's crashing on discrete graphics, not integrated graphics.  Here's the crash log:
    Process:         iPhoto [425]
    Path:            /Applications/iPhoto.app/Contents/MacOS/iPhoto
    Identifier:      com.apple.iPhoto
    Version:         9.5.1 (902.17)
    Build Info:      iPhotoProject-902017000000000~3
    App Item ID:     408981381
    App External ID: 233642646
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [195]
    Responsible:     iPhoto [425]
    User ID:         501
    Date/Time:       2014-01-25 13:07:15.284 -0500
    OS Version:      Mac OS X 10.9.1 (13B42)
    Report Version:  11
    Anonymous UUID:  44C9D363-6CA6-0F31-B1F6-34AE31570B67
    Sleep/Wake UUID: 7275753C-9E0A-4B2C-8BCD-2382148AEBF1
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: EXC_I386_GPFLT
    Application Specific Information:
    objc_msgSend() selector name: tableView:objectValueForTableColumn:row:
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   libobjc.A.dylib                         0x00007fff8dc08097 objc_msgSend + 23
    1   com.apple.AppKit                        0x00007fff98ee9cc8 -[NSTableView preparedCellAtColumn:row:] + 399
    2   com.apple.AppKit                        0x00007fff992e4d6d -[NSTableViewCellProxy realElement] + 41
    3   com.apple.AppKit                        0x00007fff98fb43f5 -[NSAccessibilityProxy accessibilityOverriddenAttributes] + 25
    4   com.apple.AppKit                        0x00007fff98fabfb2 -[NSObject(NSAccessibilityInternal) _accessibilityValueForAttribute:clientError:] + 51
    5   com.apple.AppKit                        0x00007fff98fb013d CopyAppKitUIElementAttributeValueNoCatch + 50
    6   com.apple.AppKit                        0x00007fff98fad709 CopyAttributeValue + 358
    7   com.apple.HIServices                    0x00007fff903c728f _AXXMIGCopyAttributeValue + 255
    8   com.apple.HIServices                    0x00007fff903d058c _XCopyAttributeValue + 494
    9   com.apple.HIServices                    0x00007fff903b0168 mshMIGPerform + 211
    10  com.apple.CoreFoundation                0x00007fff8d63ab69 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE1_PERFORM_FUNCTION__ + 41
    11  com.apple.CoreFoundation                0x00007fff8d63aade __CFRunLoopDoSource1 + 478
    12  com.apple.CoreFoundation                0x00007fff8d62bbd6 __CFRunLoopRun + 1830
    13  com.apple.CoreFoundation                0x00007fff8d62b275 CFRunLoopRunSpecific + 309
    14  com.apple.HIToolbox                     0x00007fff9a1d5f0d RunCurrentEventLoopInMode + 226
    15  com.apple.HIToolbox                     0x00007fff9a1d5b85 ReceiveNextEventCommon + 173
    16  com.apple.HIToolbox                     0x00007fff9a1d5abc _BlockUntilNextEventMatchingListInModeWithFilter + 65
    17  com.apple.AppKit                        0x00007fff98c2c28e _DPSNextEvent + 1434
    18  com.apple.AppKit                        0x00007fff98c2b8db -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 122
    19  com.apple.AppKit                        0x00007fff98c1f9cc -[NSApplication run] + 553
    20  com.apple.AppKit                        0x00007fff98c0a803 NSApplicationMain + 940
    21  com.apple.iPhoto                        0x000000010e70d2ff 0x10e6fd000 + 66303
    22  libdyld.dylib                           0x00007fff96b1e5fd start + 1
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib                  0x00007fff8d5b4662 kevent64 + 10
    1   libdispatch.dylib                       0x00007fff96dd543d _dispatch_mgr_invoke + 239
    2   libdispatch.dylib                       0x00007fff96dd5152 _dispatch_mgr_thread + 52
    Thread 2:
    0   libsystem_kernel.dylib                  0x00007fff8d5afa1a mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff8d5aed18 mach_msg + 64
    2   com.apple.CoreFoundation                0x00007fff8d62c315 __CFRunLoopServiceMachPort + 181
    3   com.apple.CoreFoundation                0x00007fff8d62b939 __CFRunLoopRun + 1161
    4   com.apple.CoreFoundation                0x00007fff8d62b275 CFRunLoopRunSpecific + 309
    5   com.apple.AppKit                        0x00007fff98dcc1ce _NSEventThread + 144
    6   libsystem_pthread.dylib                 0x00007fff90560899 _pthread_body + 138
    7   libsystem_pthread.dylib                 0x00007fff9056072a _pthread_start + 137
    8   libsystem_pthread.dylib                 0x00007fff90564fc9 thread_start + 13
    Thread 3:
    0   libsystem_kernel.dylib                  0x00007fff8d5b3716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x00007fff90562c77 _pthread_cond_wait + 787
    2   com.apple.Foundation                    0x00007fff955d18d0 -[NSCondition waitUntilDate:] + 344
    3   com.apple.Foundation                    0x00007fff955c8778 -[NSConditionLock lockWhenCondition:beforeDate:] + 232
    4   com.apple.proxtcore                     0x0000000110287d17 -[XTMsgQueue waitForMessage] + 46
    5   com.apple.proxtcore                     0x000000011028786c -[XTThread run:] + 322
    6   com.apple.Foundation                    0x00007fff9560070b __NSThread__main__ + 1318
    7   libsystem_pthread.dylib                 0x00007fff90560899 _pthread_body + 138
    8   libsystem_pthread.dylib                 0x00007fff9056072a _pthread_start + 137
    9   libsystem_pthread.dylib                 0x00007fff90564fc9 thread_start + 13
    Thread 4:
    0   libsystem_kernel.dylib                  0x00007fff8d5b3716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x00007fff90562c77 _pthread_cond_wait + 787
    2   com.apple.Foundation                    0x00007fff955d18d0 -[NSCondition waitUntilDate:] + 344
    3   com.apple.Foundation                    0x00007fff955c8778 -[NSConditionLock lockWhenCondition:beforeDate:] + 232
    4   com.apple.proxtcore                     0x0000000110287d17 -[XTMsgQueue waitForMessage] + 46
    5   com.apple.proxtcore                     0x000000011028786c -[XTThread run:] + 322
    6   com.apple.Foundation                    0x00007fff9560070b __NSThread__main__ + 1318
    7   libsystem_pthread.dylib                 0x00007fff90560899 _pthread_body + 138
    8   libsystem_pthread.dylib                 0x00007fff9056072a _pthread_start + 137
    9   libsystem_pthread.dylib                 0x00007fff90564fc9 thread_start + 13
    Thread 5:
    0   libsystem_kernel.dylib                  0x00007fff8d5b3716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x00007fff90562c77 _pthread_cond_wait + 787
    2   com.apple.Foundation                    0x00007fff955d18d0 -[NSCondition waitUntilDate:] + 344
    3   com.apple.Foundation                    0x00007fff955c8778 -[NSConditionLock lockWhenCondition:beforeDate:] + 232
    4   com.apple.proxtcore                     0x0000000110287d17 -[XTMsgQueue waitForMessage] + 46
    5   com.apple.proxtcore                     0x000000011028786c -[XTThread run:] + 322
    6   com.apple.Foundation                    0x00007fff9560070b __NSThread__main__ + 1318
    7   libsystem_pthread.dylib                 0x00007fff90560899 _pthread_body + 138
    8   libsystem_pthread.dylib                 0x00007fff9056072a _pthread_start + 137
    9   libsystem_pthread.dylib                 0x00007fff90564fc9 thread_start + 13
    Thread 6:
    0   libsystem_kernel.dylib                  0x00007fff8d5b3716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x00007fff90562c77 _pthread_cond_wait + 787
    2   com.apple.Foundation                    0x00007fff955d18d0 -[NSCondition waitUntilDate:] + 344
    3   com.apple.Foundation                    0x00007fff955c8778 -[NSConditionLock lockWhenCondition:beforeDate:] + 232
    4   com.apple.proxtcore                     0x0000000110287d17 -[XTMsgQueue waitForMessage] + 46
    5   com.apple.proxtcore                     0x000000011028786c -[XTThread run:] + 322
    6   com.apple.Foundation                    0x00007fff9560070b __NSThread__main__ + 1318
    7   libsystem_pthread.dylib                 0x00007fff90560899 _pthread_body + 138
    8   libsystem_pthread.dylib                 0x00007fff9056072a _pthread_start + 137
    9   libsystem_pthread.dylib                 0x00007fff90564fc9 thread_start + 13
    Thread 7:
    0   libsystem_kernel.dylib                  0x00007fff8d5b3716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x00007fff90562c77 _pthread_cond_wait + 787
    2   com.apple.Foundation                    0x00007fff955d18d0 -[NSCondition waitUntilDate:] + 344
    3   com.apple.Foundation                    0x00007fff955c8778 -[NSConditionLock lockWhenCondition:beforeDate:] + 232
    4   com.apple.proxtcore                     0x0000000110287d17 -[XTMsgQueue waitForMessage] + 46
    5   com.apple.proxtcore                     0x000000011028786c -[XTThread run:] + 322
    6   com.apple.Foundation                    0x00007fff9560070b __NSThread__main__ + 1318
    7   libsystem_pthread.dylib                 0x00007fff90560899 _pthread_body + 138
    8   libsystem_pthread.dylib                 0x00007fff9056072a _pthread_start + 137
    9   libsystem_pthread.dylib                 0x00007fff90564fc9 thread_start + 13
    Thread 8:
    0   libsystem_kernel.dylib                  0x00007fff8d5b3716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x00007fff90562c77 _pthread_cond_wait + 787
    2   com.apple.Foundation                    0x00007fff955d18d0 -[NSCondition waitUntilDate:] + 344
    3   com.apple.Foundation                    0x00007fff955c8778 -[NSConditionLock lockWhenCondition:beforeDate:] + 232
    4   com.apple.proxtcore                     0x0000000110287d17 -[XTMsgQueue waitForMessage] + 46
    5   com.apple.proxtcore                     0x000000011028786c -[XTThread run:] + 322
    6   com.apple.Foundation                    0x00007fff9560070b __NSThread__main__ + 1318
    7   libsystem_pthread.dylib                 0x00007fff90560899 _pthread_body + 138
    8   libsystem_pthread.dylib                 0x00007fff9056072a _pthread_start + 137
    9   libsystem_pthread.dylib                 0x00007fff90564fc9 thread_start + 13
    Thread 9:
    0   libsystem_kernel.dylib                  0x00007fff8d5b3716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x00007fff90562c77 _pthread_cond_wait + 787
    2   com.apple.Foundation                    0x00007fff955d18d0 -[NSCondition waitUntilDate:] + 344
    3   com.apple.Foundation                    0x00007fff955c8778 -[NSConditionLock lockWhenCondition:beforeDate:] + 232
    4   com.apple.proxtcore                     0x0000000110287d17 -[XTMsgQueue waitForMessage] + 46
    5   com.apple.proxtcore                     0x000000011028786c -[XTThread run:] + 322
    6   com.apple.Foundation                    0x00007fff9560070b __NSThread__main__ + 1318
    7   libsystem_pthread.dylib                 0x00007fff90560899 _pthread_body + 138
    8   libsystem_pthread.dylib                 0x00007fff9056072a _pthread_start + 137
    9   libsystem_pthread.dylib                 0x00007fff90564fc9 thread_start + 13
    Thread 10:
    0   libsystem_kernel.dylib                  0x00007fff8d5b3716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x00007fff90562c77 _pthread_cond_wait + 787
    2   com.apple.Foundation                    0x00007fff955d18d0 -[NSCondition waitUntilDate:] + 344
    3   com.apple.Foundation                    0x00007fff955c8778 -[NSConditionLock lockWhenCondition:beforeDate:] + 232
    4   com.apple.RedRock                       0x0000000110af83f1 -[RKAsyncImageRenderer _backgroundRenderThread:] + 346
    5   com.apple.proxtcore                     0x0000000110287ede -[XTThreadSendOnlyDetached _detachedMessageHandler:] + 149
    6   com.apple.proxtcore                     0x000000011028523c -[XTDistributor distributeMessage:] + 664
    7   com.apple.proxtcore                     0x0000000110284a2f -[XTThread handleMessage:] + 337
    8   com.apple.proxtcore                     0x000000011028787c -[XTThread run:] + 338
    9   com.apple.Foundation                    0x00007fff9560070b __NSThread__main__ + 1318
    10  libsystem_pthread.dylib                 0x00007fff90560899 _pthread_body + 138
    11  libsystem_pthread.dylib                 0x00007fff9056072a _pthread_start + 137
    12  libsystem_pthread.dylib                 0x00007fff90564fc9 thread_start + 13
    Thread 11:: com.apple.NSURLConnectionLoader
    0   libsystem_kernel.dylib                  0x00007fff8d5afa1a mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff8d5aed18 mach_msg + 64
    2   com.apple.CoreFoundation                0x00007fff8d62c315 __CFRunLoopServiceMachPort + 181
    3   com.apple.CoreFoundation                0x00007fff8d62b939 __CFRunLoopRun + 1161
    4   com.apple.CoreFoundation                0x00007fff8d62b275 CFRunLoopRunSpecific + 309
    5   com.apple.Foundation                    0x00007fff95600907 +[NSURLConnection(Loader) _resourceLoadLoop:] + 348
    6   com.apple.Foundation                    0x00007fff9560070b __NSThread__main__ + 1318
    7   libsystem_pthread.dylib                 0x00007fff90560899 _pthread_body + 138
    8   libsystem_pthread.dylib                 0x00007fff9056072a _pthread_start + 137
    9   libsystem_pthread.dylib                 0x00007fff90564fc9 thread_start + 13
    Thread 12:: com.apple.CFSocket.private
    0   libsystem_kernel.dylib                  0x00007fff8d5b39aa __select + 10
    1   com.apple.CoreFoundation                0x00007fff8d677d43 __CFSocketManager + 867
    2   libsystem_pthread.dylib                 0x00007fff90560899 _pthread_body + 138
    3   libsystem_pthread.dylib                 0x00007fff9056072a _pthread_start + 137
    4   libsystem_pthread.dylib                 0x00007fff90564fc9 thread_start + 13
    Thread 13:: CVDisplayLink
    0   libsystem_kernel.dylib                  0x00007fff8d5afa1a mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff8d5aed18 mach_msg + 64
    2   com.apple.framework.IOKit               0x00007fff9a039a4e io_connect_method + 377
    3   com.apple.framework.IOKit               0x00007fff99fe1b19 IOConnectCallMethod + 266
    4   com.apple.framework.IOKit               0x00007fff99fe1df1 IOConnectCallScalarMethod + 46
    5   com.apple.IOAccelerator                 0x00007fff97efa644 IOAccelContextFinishFenceEvent + 42
    6   libGPUSupportMercury.dylib              0x00007fff982451e7 gpuiFinishFence + 117
    7   libGPUSupportMercury.dylib              0x00007fff982488f0 gldFinishObject + 48
    8   GLEngine                                0x00007fff926e325f gleFinishFence + 94
    9   com.apple.QuartzCore                    0x00007fff8e1006e1 view_state_finish(_CAViewState*) + 54
    10  com.apple.QuartzCore                    0x00007fff8e0ff46d view_draw(_CAView*, double, CVTimeStamp const*, bool) + 1397
    11  com.apple.QuartzCore                    0x00007fff8e0feebf view_display_link(double, CVTimeStamp const*, void*) + 150
    12  com.apple.QuartzCore                    0x00007fff8e0fed80 link_callback + 237
    13  com.apple.CoreVideo                     0x00007fff90d785cc CVDisplayLink::performIO(CVTimeStamp*) + 206
    14  com.apple.CoreVideo                     0x00007fff90d77a08 CVDisplayLink::runIOThread() + 608
    15  com.apple.CoreVideo                     0x00007fff90d7778f startIOThread(void*) + 147
    16  libsystem_pthread.dylib                 0x00007fff90560899 _pthread_body + 138
    17  libsystem_pthread.dylib                 0x00007fff9056072a _pthread_start + 137
    18  libsystem_pthread.dylib                 0x00007fff90564fc9 thread_start + 13
    Thread 14:
    0   libsystem_kernel.dylib                  0x00007fff8d5afa1a mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff8d5aed18 mach_msg + 64
    2   com.apple.CoreFoundation                0x00007fff8d62c315 __CFRunLoopServiceMachPort + 181
    3   com.apple.CoreFoundation                0x00007fff8d62b939 __CFRunLoopRun + 1161
    4   com.apple.CoreFoundation                0x00007fff8d62b275 CFRunLoopRunSpecific + 309
    5   com.apple.Foundation                    0x00007fff95602a7c -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 253
    6   com.apple.proxtcore                     0x00000001102a4ff5 -[XTRunLoopThread run:] + 343
    7   com.apple.Foundation                    0x00007fff9560070b __NSThread__main__ + 1318
    8   libsystem_pthread.dylib                 0x00007fff90560899 _pthread_body + 138
    9   libsystem_pthread.dylib                 0x00007fff9056072a _pthread_start + 137
    10  libsystem_pthread.dylib                 0x00007fff90564fc9 thread_start + 13
    Thread 15:: QTKit: listenOnDelegatePort
    0   libsystem_kernel.dylib                  0x00007fff8d5afa1a mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff8d5aed18 mach_msg + 64
    2   com.apple.CoreFoundation                0x00007fff8d62c315 __CFRunLoopServiceMachPort + 181
    3   com.apple.CoreFoundation                0x00007fff8d62b939 __CFRunLoopRun + 1161
    4   com.apple.CoreFoundation                0x00007fff8d62b275 CFRunLoopRunSpecific + 309
    5   com.apple.CoreFoundation                0x00007fff8d6e09d1 CFRunLoopRun + 97
    6   com.apple.QTKit                         0x00007fff909192fc listenOnDelegatePort + 385
    7   libsystem_pthread.dylib                 0x00007fff90560899 _pthread_body + 138
    8   libsystem_pthread.dylib                 0x00007fff9056072a _pthread_start + 137
    9   libsystem_pthread.dylib                 0x00007fff90564fc9 thread_start + 13
    Thread 16:: QTKit: listenOnNotificationPort
    0   libsystem_kernel.dylib                  0x00007fff8d5afa1a mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff8d5aed18 mach_msg + 64
    2   com.apple.CoreFoundation                0x00007fff8d62c315 __CFRunLoopServiceMachPort + 181
    3   com.apple.CoreFoundation                0x00007fff8d62b939 __CFRunLoopRun + 1161
    4   com.apple.CoreFoundation                0x00007fff8d62b275 CFRunLoopRunSpecific + 309
    5   com.apple.CoreFoundation                0x00007fff8d6e09d1 CFRunLoopRun + 97
    6   com.apple.QTKit                         0x00007fff909197c4 listenOnNotificationPort + 353
    7   libsystem_pthread.dylib                 0x00007fff90560899 _pthread_body + 138
    8   libsystem_pthread.dylib                 0x00007fff9056072a _pthread_start + 137
    9   libsystem_pthread.dylib                 0x00007fff90564fc9 thread_start + 13
    Thread 17:
    0   libsystem_kernel.dylib                  0x00007fff8d5afa1a mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff8d5aed18 mach_msg + 64
    2   libclh.dylib                            0x00007fff953d4dd9 0x7fff94dc5000 + 6356441
    3   libclh.dylib                            0x00007fff94e8ad62 0x7fff94dc5000 + 810338
    4   libclh.dylib                            0x00007fff953d5c29 0x7fff94dc5000 + 6360105
    5   libsystem_pthread.dylib                 0x00007fff90560899 _pthread_body + 138
    6   libsystem_pthread.dylib                 0x00007fff9056072a _pthread_start + 137
    7   libsystem_pthread.dylib                 0x00007fff90564fc9 thread_start + 13
    Thread 18:
    0   libsystem_kernel.dylib                  0x00007fff8d5b3716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x00007fff90562c3b _pthread_cond_wait + 727
    2   com.apple.Foundation                    0x00007fff955fda39 -[NSCondition wait] + 237
    3   com.apple.iPhoto                        0x000000010e79207d 0x10e6fd000 + 610429
    4   com.apple.iPhoto                        0x000000010e791e4c 0x10e6fd000 + 609868
    5   com.apple.CoreFoundation                0x00007fff8d5f4dec __invoking___ + 140
    6   com.apple.CoreFoundation                0x00007fff8d5f4c54 -[NSInvocation invoke] + 308
    7   com.apple.RedRock                       0x0000000110ad43f2 -[RKInvoker _invokeTargetWithPool:] + 60
    8   com.apple.proxtcore                     0x0000000110287ec9 -[XTThreadSendOnlyDetached _detachedMessageHandler:] + 128
    9   com.apple.proxtcore                     0x000000011028523c -[XTDistributor distributeMessage:] + 664
    10  com.apple.proxtcore                     0x0000000110284a2f -[XTThread handleMessage:] + 337
    11  com.apple.proxtcore                     0x000000011028787c -[XTThread run:] + 338
    12  com.apple.Foundation                    0x00007fff9560070b __NSThread__main__ + 1318
    13  libsystem_pthread.dylib                 0x00007fff90560899 _pthread_body + 138
    14  libsystem_pthread.dylib                 0x00007fff9056072a _pthread_start + 137
    15  libsystem_pthread.dylib                 0x00007fff90564fc9 thread_start + 13
    Thread 19:
    0   libsystem_kernel.dylib                  0x00007fff8d5afa1a mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff8d5aed18 mach_msg + 64
    2   libclh.dylib                            0x00007fff953d4dd9 0x7fff94dc5000 + 6356441
    3   libclh.dylib                            0x00007fff94e8ad62 0x7fff94dc5000 + 810338
    4   libclh.dylib                            0x00007fff953d5c29 0x7fff94dc5000 + 6360105
    5   libsystem_pthread.dylib                 0x00007fff90560899 _pthread_body + 138
    6   libsystem_pthread.dylib                 0x00007fff9056072a _pthread_start + 137
    7   libsystem_pthread.dylib                 0x00007fff90564fc9 thread_start + 13
    Thread 20:
    0   libsystem_kernel.dylib                  0x00007fff8d5b3e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x00007fff90561f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x00007fff90564fb9 start_wqthread + 13
    Thread 21:
    0   libsystem_kernel.dylib                  0x00007fff8d5b3e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x00007fff90561f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x00007fff90564fb9 start_wqthread + 13
    Thread 22:
    0   libsystem_kernel.dylib                  0x00007fff8d5b3e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x00007fff90561f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x00007fff90564fb9 start_wqthread + 13
    Thread 23:
    0   libsystem_kernel.dylib                  0x00007fff8d5b3e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x00007fff90561f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x00007fff90564fb9 start_wqthread + 13
    Thread 24:
    0   libsystem_kernel.dylib                  0x00007fff8d5b3e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x00007fff90561f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x00007fff90564fb9 start_wqthread + 13
    Thread 25:
    0   libsystem_kernel.dylib                  0x00007fff8d5b3e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x00007fff90561f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x00007fff90564fb9 start_wqthread + 13
    Thread 26:
    0   libsystem_kernel.dylib                  0x00007fff8d5b3e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x00007fff90561f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x00007fff90564fb9 start_wqthread + 13
    Thread 27:
    0   libsystem_kernel.dylib                  0x00007fff8d5b3716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x00007fff90562c3b _pthread_cond_wait + 727
    2   com.apple.iPhoto                        0x000000010e8e305e 0x10e6fd000 + 1990750
    3   com.apple.proxtcore                     0x0000000110287ec9 -[XTThreadSendOnlyDetached _detachedMessageHandler:] + 128
    4   com.apple.proxtcore                     0x000000011028523c -[XTDistributor distributeMessage:] + 664
    5   com.apple.proxtcore                     0x0000000110284a2f -[XTThread handleMessage:] + 337
    6   com.apple.proxtcore                     0x000000011028787c -[XTThread run:] + 338
    7   com.apple.Foundation                    0x00007fff9560070b __NSThread__main__ + 1318
    8   libsystem_pthread.dylib                 0x00007fff90560899 _pthread_body + 138
    9   libsystem_pthread.dylib                 0x00007fff9056072a _pthread_start + 137
    10  libsystem_pthread.dylib                 0x00007fff90564fc9 thread_start + 13
    Thread 28:
    0   libsystem_kernel.dylib                  0x00007fff8d5b3716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x00007fff90562c3b _pthread_cond_wait + 727
    2   com.apple.iPhoto                        0x000000010e859609 0x10e6fd000 + 1426953
    3   com.apple.CoreFoundation                0x00007fff8d5f4dec __invoking___ + 140
    4   com.apple.CoreFoundation                0x00007fff8d5f4c54 -[NSInvocation invoke] + 308
    5   com.apple.RedRock                       0x0000000110ad43f2 -[RKInvoker _invokeTargetWithPool:] + 60
    6   com.apple.proxtcore                     0x0000000110287ec9 -[XTThreadSendOnlyDetached _detachedMessageHandler:] + 128
    7   com.apple.proxtcore                     0x000000011028523c -[XTDistributor distributeMessage:] + 664
    8   com.apple.proxtcore                     0x0000000110284a2f -[XTThread handleMessage:] + 337
    9   com.apple.proxtcore                     0x000000011028787c -[XTThread run:] + 338
    10  com.apple.Foundation                    0x00007fff9560070b __NSThread__main__ + 1318
    11  libsystem_pthread.dylib                 0x00007fff90560899 _pthread_body + 138
    12  libsystem_pthread.dylib                 0x00007fff9056072a _pthread_start + 137
    13  libsystem_pthread.dylib                 0x00007fff90564fc9 thread_start + 13
    Thread 29:
    0   libsystem_kernel.dylib                  0x00007fff8d5b3716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x00007fff90562c3b _pthread_cond_wait + 727
    2   com.apple.iPhoto                        0x000000010e859034 0x10e6fd000 + 1425460
    3   com.apple.CoreFoundation                0x00007fff8d5f4dec __invoking___ + 140
    4   com.apple.CoreFoundation                0x00007fff8d5f4c54 -[NSInvocation invoke] + 308
    5   com.apple.RedRock                       0x0000000110ad43f2 -[RKInvoker _invokeTargetWithPool:] + 60
    6   com.apple.proxtcore                     0x0000000110287ec9 -[XTThreadSendOnlyDetached _detachedMessageHandler:] + 128
    7   com.apple.proxtcore                     0x000000011028523c -[XTDistributor distributeMessage:] + 664
    8   com.apple.proxtcore                     0x0000000110284a2f -[XTThread handleMessage:] + 337
    9   com.apple.proxtcore                     0x000000011028787c -[XTThread run:] + 338
    10  com.apple.Foundation                    0x00007fff9560070b __NSThread__main__ + 1318
    11  libsystem_pthread.dylib                 0x00007fff90560899 _pthread_body + 138
    12  libsystem_pthread.dylib                 0x00007fff9056072a _pthread_start + 137
    13  libsystem_pthread.dylib                 0x00007fff90564fc9 thread_start + 13
    Thread 30:: CVDisplayLink
    0   libsystem_kernel.dylib                  0x00007fff8d5b3716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x00007fff90562c3b _pthread_cond_wait + 727
    2   com.apple.CoreVideo                     0x00007fff90d77a38 CVDisplayLink::runIOThread() + 656
    3   com.apple.CoreVideo                     0x00007fff90d7778f startIOThread(void*) + 147
    4   libsystem_pthread.dylib                 0x00007fff90560899 _pthread_body + 138
    5   libsystem_pthread.dylib                 0x00007fff9056072a _pthread_start + 137
    6   libsystem_pthread.dylib                 0x00007fff90564fc9 thread_start + 13
    Thread 31:: NetworkLoad
    0   libsystem_kernel.dylib                  0x00007fff8d5afa1a mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff8d5aed18 mach_msg + 64
    2   com.apple.CoreFoundation                0x00007fff8d62c315 __CFRunLoopServiceMachPort + 181
    3   com.apple.CoreFoundation                0x00007fff8d62b939 __CFRunLoopRun + 1161
    4   com.apple.CoreFoundation                0x00007fff8d62b275 CFRunLoopRunSpecific + 309
    5   com.apple.GeoServices                   0x00007fff9749e11f _runNetworkThread + 442
    6   libsystem_pthread.dylib                 0x00007fff90560899 _pthread_body + 138
    7   libsystem_pthread.dylib                 0x00007fff9056072a _pthread_start + 137
    8   libsystem_pthread.dylib                 0x00007fff90564fc9 thread_start + 13
    Thread 32:
    0   libsystem_kernel.dylib                  0x00007fff8d5b3e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x00007fff90561f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x00007fff90564fb9 start_wqthread + 13
    Thread 0 crashed with X86 Thread State (64-bit):
      rax: 0x0000000000000000  rbx: 0x0000000000000000  rcx: 0x00006000008a6540  rdx: 0x00007fbf9b8378a0
      rdi: 0x00007fbfa07843d0  rsi: 0x00007fff9966fa32  rbp: 0x00007fff514ff150  rsp: 0x00007fff514ff0e8
       r8: 0x0000000000000000   r9: 0x0000000000000001  r10: 0x00007fff9966fa32  r11: 0x400007fbf9b90075
      r12: 0x0000000000000000  r13: 0x00006000008a6540  r14: 0x00007fbf9b8378a0  r15: 0x0000000000000000
      rip: 0x00007fff8dc08097  rfl: 0x0000000000010246  cr2: 0xffffff82402c9008
    Logical CPU:     0
    Error Code:      0x00000000
    Trap Number:     13
    Binary Images:
           0x10e6fd000 -        0x10ee57ff7  com.apple.iPhoto (9.5.1 - 902.17) <5CE51687-154F-36F9-B606-2ED82CFB92F7> /Applications/iPhoto.app/Contents/MacOS/iPhoto
           0x10f033000 -        0x10f10eff7  org.python.python (2.6.8 - 2.6.8) <9FB69DE0-E9AF-3226-BC5C-7F80C45F9568> /System/Library/Frameworks/Python.framework/Versions/2.6/Python
           0x10f16f000 -        0x10f17bff7  com.apple.PhotoFoundation (1.0 - 350.59) <D087FFC9-3372-3B51-9537-18996C86E56C> /Applications/iPhoto.app/Contents/Frameworks/PhotoFoundation.framework/Versions /A/PhotoFoundation
           0x10f201000 -        0x10f3f9ff7  com.apple.geode (1.5.3 - 450.60) <DEEE9A8D-B41C-34E2-91BE-DEE85A4E0E76> /Applications/iPhoto.app/Contents/Frameworks/Geode.framework/Versions/A/Geode
           0x10f55e000 -        0x10f564fff  com.apple.iLifePhotoStreamConfiguration (3.4 - 2.5) <0746F490-6D75-3B03-882C-83CAC50F8E28> /Applications/iPhoto.app/Contents/Frameworks/iLifePhotoStreamConfiguration.fram ework/Versions/A/iLifePhotoStreamConfiguration
           0x10f575000 -        0x10f5aafff  com.apple.iLifeAssetManagement (2.7 - 351.36) <6AFEC6D9-D4CF-3BEC-82C8-D06EC4AFD215> /Applications/iPhoto.app/Contents/Frameworks/iLifeAssetManagement.framework/Ver sions/A/iLifeAssetManagement
           0x10f5e5000 -        0x10f60eff7  com.apple.iPhoto.Tessera (1.1 - 350.12) <9F0A51BF-DE41-337E-8889-EA0C7768BB0E> /Applications/iPhoto.app/Contents/Frameworks/Tessera.framework/Versions/A/Tesse ra
           0x10f641000 -        0x10f668ff7  com.apple.iPhoto.Tellus (1.3 - 350.12) <70A58DC0-8A63-3EB0-827A-CE60CAB6236B> /Applications/iPhoto.app/Contents/Frameworks/Tellus.framework/Versions/A/Tellus
           0x10f6a3000 -        0x10f6b1fff  com.apple.iphoto.AccountConfigurationPlugin (1.2 - 1.2) <076968D8-994B-36DF-9120-B2BCE74CB3F3> /Applications/iPhoto.app/Contents/Frameworks/AccountConfigurationPlugin.framewo rk/Versions/A/AccountConfigurationPlugin
           0x10f6cf000 -        0x10f6e7fff  com.apple.iLifeFaceRecognition (1.0 - 30.11) <5D566FE9-F4D2-390E-A6E9-51AE9AEFCDFA> /Applications/iPhoto.app/Contents/Frameworks/iLifeFaceRecognition.framework/Ver sions/A/iLifeFaceRecognition
           0x10f6fc000 -        0x10f721fff  com.apple.DiscRecordingUI (8.0 - 8000.4.6) <9460712B-D256-33E6-A1F0-6C956EC48C32> /System/Library/Frameworks/DiscRecordingUI.framework/Versions/A/DiscRecordingUI
           0x10f749000 -        0x10fa8aff7  com.apple.iLifeSlideshow (3.1.2 - 1152.19) <6195B32E-8D46-35CB-B414-6BD23D5AACF2> /Applications/iPhoto.app/Contents/Frameworks/iLifeSlideshow.framework/Versions/ A/iLifeSlideshow
           0x10fc0e000 -        0x10fed4fff  com.apple.iLifePageLayout (1.3 - 350.80) <DD3F6384-6FBA-3BEE-BAE7-D1C44FDA8E63> /Applications/iPhoto.app/Contents/Frameworks/iLifePageLayout.framework/Versions /A/iLifePageLayout
           0x110159000 -        0x11015afeb +cl_kernels (???) <763EEA98-4F62-48D2-A605-618636FEB4E8> cl_kernels
           0x11015d000 -        0x110201ff7  com.apple.MobileMe (13 - 1.0.4) <8DBF5D94-566D-3BFD-88B8-2A124F6443F9> /Applications/iPhoto.app/Contents/Frameworks/MobileMe.framework/Versions/A/Mobi leMe
           0x110280000 -        0x1102fbfff  com.apple.proxtcore (1.4.1 - 450.46) <E356790A-74BD-3262-AF6C-5388EC429312> /Applications/iPhoto.app/Contents/Frameworks/ProXTCore.framework/Versions/A/Pro XTCore
           0x1103b6000 -        0x1104d1fff  com.apple.iLifeSQLAccess (1.7.1 - 350.17) <279E076B-2590-3DD6-9A19-F9AEE87C97DF> /Applications/iPhoto.app/Contents/Frameworks/iLifeSQLAccess.framework/Versions/ A/iLifeSQLAccess
           0x11059f000 -        0x1105a0fee +cl_kernels (???) <53877702-B302-4D4C-81F3-95E2545C435C> cl_kernels
           0x1105a2000 -        0x1105a2fe7 +cl_kernels (???) <92A754CA-49CD-4F49-BE51-DB444AA3AE9A> cl_kernels
           0x1105a5000 -        0x1105d9fff  com.apple.ProUtils (1.1 - 450.14) <AF22BBD4-EEC8-3F87-A3F0-9C6EF35F2029> /Applications/iPhoto.app/Contents/Frameworks/ProUtils.framework/Versions/A/ProU tils
           0x110615000 -        0x110616fef +cl_kernels (???) <4831CB5F-503A-4FC1-8120-4AD1D430C56C> cl_kernels
           0x110619000 -        0x11068afff  com.apple.iLifeKit (1.3.1 - 350.67) <96DDA232-7A02-3442-ABAB-30BA97DF1B07> /Applications/iPhoto.app/Contents/Frameworks/iLifeKit.framework/Versions/A/iLif eKit
           0x110755000 -        0x110954ff7  com.apple.prokit (8.0 - 5015) <E80E117A-3411-3E5A-99D2-C308E99680EC> /Applications/iPhoto.app/Contents/Frameworks/ProKit.framework/Versions/A/ProKit
           0x110ad0000 -        0x111051ff7  com.apple.RedRock (1.9.4 - 451.56) <1D1C99AA-3C4B-3525-88F6-F3E4346578F5> /Applications/iPhoto.app/Contents/Frameworks/RedRock.framework/Versions/A/RedRo ck
           0x111617000 -        0x111708ff7  com.apple.mobiledevice (710.3 - 710.3) <2097078F-FB29-31D0-BD14-57D41E2D297E> /System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/MobileDevic e
           0x111772000 -        0x111774fff  com.apple.LibraryRepair (1.0 - 1) <C5C447D2-1877-30E1-B7A2-6C9863C71FC8> /System/Library/PrivateFrameworks/LibraryRepair.framework/Versions/A/LibraryRep air
           0x111781000 -        0x111783fff +eOkaoCom.dylib (1) <393F340C-3AD1-C89B-6C37-9D8ABF4BFFD9> /Applications/iPhoto.app/Contents/Frameworks/iLifeFaceRecognition.framework/Ver sions/A/Resources/eOkaoCom.dylib
           0x11178d000 -        0x1117b4ff2 +eOkaoPt.dylib (1) <E6500FB8-157F-57B5-FE25-2A3A1CB3574C> /Applications/iPhoto.app/Contents/Frameworks/iLifeFaceRecognition.framework/Ver sions/A/Resources/eOkaoPt.dylib
           0x1117bf000 -        0x1117f4fe7 +eOkaoDt.dylib (1) <7A74253D-8930-6FF1-B513-0929C4E111A2> /Applications/iPhoto.app/Contents/Frameworks/iLifeFaceRecognition.framework/Ver sions/A/Resources/eOkaoDt.dylib
           0x1117fc000 -        0x111964fef +eOkaoFr.dylib (1) <510E837E-135A-92C8-9AC0-465691EA43D2> /Applications/iPhoto.app/Contents/Frameworks/iLifeFaceRecognition.framework/Ver sions/A/Resources/eOkaoFr.dylib
           0x111967000 -        0x1119b9fff  com.apple.NyxAudioAnalysis (12.4 - 12.4) <BF8061ED-7DDD-3178-AAA4-0443A236EDB5> /Library/Frameworks/NyxAudioAnalysis.framework/Versions/A/NyxAudioAnalysis
           0x1119d7000 -        0x111a03ff7  com.apple.ExpressCheckout (1.0 - 1.0) <F690EA96-989E-3B51-BACB-113BBA14B208> /Applications/iPhoto.app/Contents/Frameworks/iLifePageLayout.framework/Versions /A/Frameworks/ExpressCheckout.framework/Versions/A/ExpressCheckout
           0x11ae63000 -        0x11ae64fff  com.apple.AddressBook.LocalSourceBundle (8.0 - 1365) <260EDDAA-A812-3097-BE14-A63EA4BEDD31> /System/Library/Address Book Plug-Ins/LocalSource.sourcebundle/Contents/MacOS/LocalSource
           0x11f778000 -        0x11f77cfff  com.apple.iphoto.accountconfig.Flickr (1.1 - 1) <3218699E-1231-3335-8011-7B124FD2F6F5> /Applications/iPhoto.app/Contents/PlugIns/Flickr.accountconfigplugin/Contents/M acOS/Flickr
           0x1209ba000 -        0x120aa0fef  unorm8_bgra.dylib (2.3.58) <9FF943D1-4EF7-36CA-852D-B61C2E554713> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/u norm8_bgra.dylib
           0x120b65000 -        0x120c4afe7  unorm8_argb.dylib (2.3.58) <B32D2D1D-9B56-394E-9F11-4B997342C588> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/u norm8_argb.dylib
           0x12228d000 -        0x12228dfff  com.apple.iLMBAppDefPlugin (2.8.0 - 390) <495EE81B-8E75-3D4A-8E38-A487444AD644> /Library/Application Support/iLifeMediaBrowser/*/iLMBAppDefPlugin
           0x122291000 -        0x122292fff  com.apple.iLMBFolderPlugin (2.8.0 - 390) <F67FECE5-434E-3D42-BE3D-2BC891025794> /Library/Application Support/iLifeMediaBrowser/*/iLMBFolderPlugin
           0x122297000 -        0x12229aff7  com.apple.iLMBGarageBandPlugin (2.8.0 - 390) <5113EF6B-4E00-3A86-8072-EC8AE8ACC6A3> /Library/Application Support/iLifeMediaBrowser/*/iLMBGarageBandPlugin
           0x1222b8000 -        0x1222befff  com.apple.iLMBiTunesPlugin (2.8.0 - 390) <9540E733-8A94-3172-907C-18C373802757> /Library/Application Support/iLifeMediaBrowser/*/iLMBiTunesPlugin
           0x122599000 -        0x12259afe6 +cl_kernels (???) <7A0A6DD2-8E76-48A4-993B-0CA0CF3511A5> cl_kernels
           0x1225a6000 -        0x1225a6fec +cl_kernels (???) <997285D4-190C-4826-BC85-F03843E08035> cl_kernels
           0x1225ae000 -        0x1225affe6 +cl_kernels (???) <F25A36F3-926C-44A0-9CA1-8CC3E50EB620> cl_kernels
           0x1225b4000 -        0x1225b4ff3 +cl_kernels (???) <84254E81-660A-48B8-9138-D84CDBF8EA9C> cl_kernels
           0x1225b8000 -        0x1225b9ff7 +cl_kernels (???) <B16F5DC7-CC9E-4BD8-AF28-6399DDD86433> cl_kernels
           0x1225e0000 -        0x1225e3fff  libspindump.dylib (161) <588EDDE0-B20A-3649-92B7-C2226EB237E8> /usr/lib/libspindump.dylib
           0x122678000 -        0x1226a2fff  com.apple.iPhoto.FacebookPublisher (1.2 - 1.2) <BCE8CFDB-BE16-3714-8D3C-2CDD1FD940B7> /Applications/iPhoto.app/Contents/PlugIns/FacebookPublisher.publisher/Contents/ MacOS/FacebookPublisher
           0x1226ba000 -        0x1226daff7  com.apple.iPhoto.FlickrPublisher (1.2 - 1.2) <77618DC7-338D-3151-B7F9-E14E0FBCC277> /Applications/iPhoto.app/Contents/PlugIns/FlickrPublisher.publisher/Contents/Ma cOS/FlickrPublisher
           0x1226ee000 -        0x1226f6fff  com.apple.iPhoto.RSSPublisher (1.1 - 1.1) <7B2B57EC-9CCB-3ED1-B703-3C5C7ED6F7E5> /Applications/iPhoto.app/Contents/PlugIns/RSSPublisher.publisher/Contents/MacOS /RSSPublisher
           0x122700000 -        0x122719fff  com.apple.iPhoto.SharedPhotoStreamPublisher (1.0 - 1.0) <2D22F08D-836B-3661-B7C4-0AF10A6B8D4C> /Applications/iPhoto.app/Contents/PlugIns/SharedPhotoStreamPublisher.publisher/ Contents/MacOS/SharedPhotoStreamPublisher
           0x12272d000 -        0x122733ff7  com.apple.iphoto.accountconfig.Email (9.2 - 902.17) <C11026C4-9D1A-3E90-A902-001708708A73> /Applications/iPhoto.app/Contents/PlugIns/Email.accountconfigplugin/Contents/Ma cOS/Email
           0x12273c000 -        0x122741fff  com.apple.iphoto.accountconfig.Facebook (1.2 - 1.2) <84E95501-EB52-37DC-BC63-8FCEFE16977E> /Applications/iPhoto.app/Contents/PlugIns/Facebook.accountconfigplugin/Contents /MacOS/Facebook
           0x12304c000 -        0x123050ff7  com.apple.DirectoryServicesSource (8.0 - 1365) <2F2D5BAA-F006-3701-922C-37EF076DE3D1> /System/Library/Address Book Plug-Ins/DirectoryServices.sourcebundle/Contents/MacOS/DirectoryServices
           0x12ca8e000 -        0x12cadaff6  com.apple.AddressBook.CardDAVPlugin (10.9 - 424) <C5AC5902-39C2-3A08-9967-5EAA000228EE> /System/Library/Address Book Plug-Ins/CardDAVPlugin.sourcebundle/Contents/MacOS/CardDAVPlugin
           0x13002c000 -        0x1300d0fff  com.apple.iTunesAccess (11.1.4 - 11.1.4) <695A485F-ACE6-357E-9636-E58318BCDC64> /System/Library/PrivateFrameworks/iTunesAccess.framework/iTunesAccess
           0x140024000 -        0x14009bff7  com.apple.xquery (1.3.1 - 30) <2F2DC0D6-456F-33A0-8537-E0C651F6817C> /System/Library/PrivateFrameworks/XQuery.framework/XQuery
        0x123400000000 -     0x1234004b2ff7  com.apple.driver.AppleIntelHD4000GraphicsGLDriver (8.18.29 - 8.1.8) <CA88A115-CCAB-3E45-856B-778A4DBF3E51> /System/Library/Extensions/AppleIntelHD4000GraphicsGLDriver.bundle/Contents/Mac OS/AppleIntelHD4000GraphicsGLDriver
        0x123440000000 -     0x12344087bff7  com.apple.GeForceGLDriver (8.18.22 - 8.1.8) <CFA88606-8A16-3251-A1AA-4BC5F5D74E1C> /System/Library/Extensions/GeForceGLDriver.bundle/Contents/MacOS/GeForceGLDrive r
        0x7fff69c2c000 -     0x7fff69c5f817  dyld (239.3) <D1DFCF3F-0B0C-332A-BCC0-87A851B570FF> /usr/lib/dyld
        0x7fff8cd0b000 -     0x7fff8cf63ff1  com.apple.security (7.0 - 55471) <233831C5-C457-3AD5-AFE7-E3E2DE6929C9> /System/Library/Frameworks/Security.framework/Versions/A/Security
        0x7fff8cf7d000 -     0x7fff8cf88fff  libkxld.dylib (2422.1.72) <C88EF3E6-B31F-3E12-BE9B-562D912BA733> /usr/lib/system/libkxld.dylib
        0x7fff8d025000 -     0x7fff8d039fff  com.apple.aps.framework (4.0 - 4.0) <F529A05B-FB03-397E-B06A-3A60B808FA11> /System/Library/PrivateFrameworks/ApplePushService.framework/Versions/A/ApplePu shService
        0x7fff8d03a000 -     0x7fff8d0fcff1  com.apple.CoreText (352.0 - 367.15) <E5C70FC8-C861-39B8-A491-595E5B55CFC8> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
        0x7fff8d0fd000 -     0x7fff8d105ff7  com.apple.speech.recognition.framework (4.2.4 - 4.2.4) <98BBB3E4-6239-3EF1-90B2-84EA0D3B8D61> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
        0x7fff8d106000 -     0x7fff8d12effb  libRIP.A.dylib (599.7) <6F528EE3-99F8-3871-BD60-1306495C27D5> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A .dylib
        0x7fff8d12f000 -     0x7fff8d131ff7  libquarantine.dylib (71) <7A1A2BCB-C03D-3A25-BFA4-3E569B2D2C38> /usr/lib/system/libquarantine.dylib
        0x7fff8d132000 -     0x7fff8d4a8ffa  com.apple.JavaScriptCore (9537 - 9537.73.10) <4A4AE781-6F76-3412-B0E5-67E0BAEE22A2> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
        0x7fff8d4a9000 -     0x7fff8d4b3ff7  com.apple.ProtocolBuffer (1 - 182.1.3) <82E68598-A8AA-3AF1-843E-2A64F19472D4> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolB uffer
        0x7fff8d54b000 -     0x7fff8d54bfff  com.apple.Accelerate.vecLib (3.9 - vecLib 3.9) <F8D0CC77-98AC-3B58-9FE6-0C25421827B6> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
        0x7fff8d54c000 -     0x7fff8d59dfff  com.apple.QuickLookFramework (5.0 - 622.3) <AB6CCD09-ECDF-3F01-9C42-34B37DDCF12D> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
        0x7fff8d59e000 -     0x7fff8d5baff7  libsystem_kernel.dylib (2422.1.72) <D14913DB-47F1-3591-8DAF-D4B4EF5F8818> /usr/lib/system/libsystem_kernel.dylib
        0x7fff8d5bb000 -     0x7fff8d7a0ff7  com.apple.CoreFoundation (6.9 - 855.11) <E22C6A1F-8996-349C-905E-96C3BBE07C2F> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
        0x7fff8d7a1000 -     0x7fff8da75fc7  com.apple.vImage (7.0 - 7.0) <D241DBFA-AC49-31E2-893D-EAAC31890C90> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
        0x7fff8da76000 -     0x7fff8dac7ff3  com.apple.audio.CoreAudio (4.2.0 - 4.2.0) <BF4C2FE3-8BC8-30D1-8347-2A7221268794> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
        0x7fff8dac8000 -     0x7fff8db98ff7  com.apple.PubSub (1.0.5 - 65.36) <26189018-1C77-3C56-84E8-56C6A400187F> /System/Library/Frameworks/PubSub.framework/Versions/A/PubSub
        0x7fff8db99000 -     0x7fff8dbc8fff  com.apple.DebugSymbols (106 - 106) <E1BDED08-523A-36F4-B2DA-9D5C712F0AC7> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbol s
        0x7fff8dc03000 -     0x7fff8ddb0f27  libobjc.A.dylib (551.1) <AD7FD984-271E-30F4-A361-6B20319EC73B> /usr/lib/libobjc.A.dylib
        0x7fff8ddb1000 -     0x7fff8ddb9ff3  libCGCMS.A.dylib (599.7) <92AA4E85-7633-36E2-BAD0-7B1A2E48E75C> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGCMS .A.dylib
        0x7fff8dde5000 -     0x7fff8ded4fff  libFontParser.dylib (111.1) <835A8253-6AB9-3AAB-9CBF-171440DEC486> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
        0x7fff8ded5000 -     0x7fff8df3bfff  com.apple.framework.CoreWiFi (2.0 - 200.21.1) <5491896D-78C5-30B6-96E9-D8DDECF3BE73> /System/Library/Frameworks/CoreWiFi.framework/Versions/A/CoreWiFi
        0x7fff8df3c000 -     0x7fff8df9cff2  com.apple.CoreUtils (1.9 - 190.4) <CBB5B4DC-2801-32B3-A31C-8811CCF99873> /System/Library/PrivateFrameworks/CoreUtils.framework/Versions/A/CoreUtils
        0x7fff8df9d000 -     0x7fff8df9dfff  com.apple.ApplicationServices (48 - 48) <3E3F01A8-314D-378F-835E-9CC4F8820031> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
        0x7fff8dfd2000 -     0x7fff8dfddfff  libGL.dylib (9.0.83) <984A960A-C159-3AE5-8B40-E2B451F6C712> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
        0x7fff8e053000 -     0x7fff8e05dfff  libcommonCrypto.dylib (60049) <8C4F0CA0-389C-3EDC-B155-E62DD2187E1D> /usr/lib/system/libcommonCrypto.dylib
        0x7fff8e05e000 -     0x7fff8e0cbfff  com.apple.SearchKit (1.4.0 - 1.4.0) <B9B8D510-A27E-36B0-93E9-17146D9E9045> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
        0x7fff8e0cc000 -     0x7fff8e268ff7  com.apple.QuartzCore (1.8 - 332.0) <994D1E0A-64B6-398C-B9A2-C362F02DE943> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
        0x7fff8e269000 -     0x7fff8e281ff7  com.apple.openscripting (1.4 - 157) <B3B037D7-1019-31E6-9D17-08E699AF3701> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
        0x7fff8e282000 -     0x7fff8e29efff  libresolv.9.dylib (54) <11C2C826-F1C6-39C6-B4E8-6E0C41D4FA95> /usr/lib/libresolv.9.dylib
        0x7fff8e2e5000 -     0x7fff8e300ff7  libPng.dylib (1038) <EF781AF8-C2E6-3179-B8A1-A584783070F1> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
        0x7fff8e301000 -     0x7fff8ec1d05f  com.apple.CoreGraphics (1.600.0 - 599.7) <7D0FD5A7-A061-39BA-8E00-723825D2C4DD> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
        0x7fff8ec1e000 -     0x7fff8ec22fff  com.apple.CommonPanels (1.2.6 - 96) <6B434AFD-50F8-37C7-9A56-162C17E375B3> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
        0x7fff8ec23000 -     0x7fff8ec34ff7  libsystem_asl.dylib (217.1.4) <655FB343-52CF-3E2F-B14D-BEBF5AAEF94D> /usr/lib/system/libsystem_asl.dylib
        0x7fff8ec35000 -     0x7fff8f1a5fff  com.apple.CoreAUC (6.22.08 - 6.22.08) <F306D552-2220-3160-88EA-C916193C5EFD> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
        0x7fff8f1a6000 -     0x7fff8f1acfff  com.apple.AOSNotification (1.7.0 - 760.3) <7901B867-60F7-3645-BB3E-18C51A6FBCC6> /System/Library/PrivateFrameworks/AOSNotification.framework/Versions/A/AOSNotif ication
        0x7fff8f1ad000 -     0x7fff8f365ff3  libicucore.A.dylib (511.27) <003B6C21-CBD1-3486-9A1D-030ADF5FA061> /usr/lib/libicucore.A.dylib
        0x7fff8f37e000 -     0x7fff8f3d0fff  libc++.1.dylib (120) <4F68DFC5-2077-39A8-A449-CAC5FDEE7BDE> /usr/lib/libc++.1.dylib
        0x7fff8f3d1000 -     0x7fff8f81ffff  com.apple.VideoToolbox (1.0 - 1273.29) <6E38291D-7A81-3033-AFB9-61ABD38B6371> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox
        0x7fff8f820000 -     0x7fff8f820fff  com.apple.Cocoa (6.8 - 20) <E90E99D7-A425-3301-A025-D9E0CD11918E> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
        0x7fff8f821000 -     0x7fff8f82dff7  com.apple.OpenDirectory (10.9 - 173.1.1) <6B78BD7B-5622-38E6-8FC6-86A117E3ACCA> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
        0x7fff8f89c000 -     0x7fff8f98afff  libJP2.dylib (1038) <6C8179F5-8063-3ED6-A7C2-D5603DECDF28> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
        0x7fff8f9f6000 -     0x7fff8fa65ff1  com.apple.ApplicationServices.ATS (360 - 363.1) <88976B22-A9B8-3E7B-9AE6-0B8E09A968FC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
        0x7fff8fa8c000 -     0x7fff8fabdff7  libtidy.A.dylib (15.12) <BF757E3C-733A-3B6B-809A-A3949D46466E> /usr/lib/libtidy.A.dylib
        0x7fff8faef000 -     0x7fff8fb2dff7  libGLImage.dylib (9.0.83) <C08048A7-03CC-3E40-BCDC-7791D87AC8E4> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
        0x7fff8fb2e000 -     0x7fff8fb62fff  libssl.0.9.8.dylib (50) <B15F967C-B002-36C2-9621-3456D8509F50> /usr/lib/libssl.0.9.8.dylib
        0x7fff8fb63000 -     0x7fff8fb93fff  com.apple.IconServices (25 - 25.17) <4751127E-FBD5-3ED5-8510-08D4E4166EFE> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconService s
        0x7fff8fb94000 -     0x7fff8fbf1fff  com.apple.imfoundation (10.0 - 1000) <122D84B9-871D-3885-9D8D-840CD529028F> /System/Library/PrivateFrameworks/IMFoundation.framework/Versions/A/IMFoundatio n
        0x7fff8fbf2000 -     0x7fff8fc7aff7  com.apple.CorePDF (4.0 - 4) <92D15ED1-D2E1-3ECB-93FF-42888219A99F> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
        0x7fff8fcb0000 -     0x7fff8fcf9fff  com.apple.CoreMedia (1.0 - 1273.29) <4ACD30BA-E9FE-3842-A8B7-E3BD63747867> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
        0x7fff8fcfa000 -     0x7fff8fd59fff

  • Help! Every app crashes when interacting with plain text files

    I recently bought a 13" i7 MacBook Air. I love its design and I found OS X Lion unbelievably fast on it, yet I find myself in a very dark situation, now.
    From the Finder to iA Writer, to TextEdit, every single app crashes when working with plain text files. In Finder’s column view I don’t even have to open them: the instant one .txt is selected, Finder crashes.
    Creating a new user account seems to fix the bug for that account, but I just spent one whole day copying files from my old work MacBook (where Lion opened .txt files without a problem) to the new account and losing another entire day of work because of a stupid bug is out of question. Also, I feel it would be a very temporary fix. What if the bug presented itself again? Would I have to create a third, a fourth account, and so on?
    I didn’t use any migration tool because I wanted a very clean installation.
    On top of that, the machine is as App Store–only as one could be. The only “internet” apps I have on it are Chrome (for the occasional Flash video), Movist (I can’t work with Quicktime’s flying controls), and nvALT. I didn’t even had the time to install the Creative Suite on this one. I can’t for the life of me think this is app–related. I suspect it’s some weird OS bug.
    I work in advertising, and I do some work in Adobe’s Creative Suite but *all* my copy is stored in plain text files. I always did it that way so that my files would be future–proof. It is kind of ironic now. So please, if anyone as the slightest idea of how to fix this, please, please, help. I find myself with a brand new computer I can’t use for work.
    Alessandro

    What are the files named?
    Where are they being made? (What folder?)

  • Adobe Air error message when using  PSE 10

    When I try using the tips in PSE 10 I get an error message from Adobe Air stating that it is damaged. Have tried uninstalling and re-installing, but that hasn't helped. I have windows 7

    Okay Jeff, this is as far as I have gotten so far. I'm using Air version 3.2.0.2070.  This is the install log.
    Runtime Installer begin with version 2.6.0.19140 on Windows 7 x86
    Commandline is: -silent -eulaAccepted -programMenu AdobeHelp.air
    Installed runtime (2.6.0.19120) located at C:\Program Files (x86)\Common Files\Adobe AIR
    Invoking Application Installer for combined install
    Launching subprocess with commandline C:\Users\Vette\AppData\Local\Temp\AIRD0CE.tmp\Adobe AIR\Versions\1.0\Adobe AIR Application Installer -runtime C:\Users\Vette\AppData\Local\Temp\AIRD0CE.tmp -silent -withRuntime -url -programMenu -eulaAccepted file:///E:/Adobe%20Photoshop%20Elements%2010/ElementsSTIInstaller/payloads/AdobeHelp/Adob eHelp.air
    Application Installer begin with version 2.6.0.19140 on Windows 7 x86
    Commandline is: -runtime C:\Users\Vette\AppData\Local\Temp\AIRD0CE.tmp -silent -withRuntime -url -programMenu -eulaAccepted file:///E:/Adobe%20Photoshop%20Elements%2010/ElementsSTIInstaller/payloads/AdobeHelp/Adob eHelp.air
    Installed runtime (2.6.0.19120) located at C:\Program Files (x86)\Common Files\Adobe AIR
    Unpackaging file:///E:/Adobe%20Photoshop%20Elements%2010/ElementsSTIInstaller/payloads/AdobeHelp/Adob eHelp.air to C:\Users\Vette\AppData\Local\Temp\flaE4EA.tmp
    Application signature verified
    Unpackaging/validation complete
    No app located for appID 'chc' and pubID '4875E02D9FB21EE389F73B8D1702B320485DF8CE.1'
    Converting unpackaged application to a native installation package in C:\Users\Vette\AppData\Local\Temp\fla71A.tmp
    Native installation package creation succeeded
    Starting silent combined runtime update and app install.
    Updating runtime from version 2.6.0.19120 to version 2.6.0.19140.
    Installing app chc.4875E02D9FB21EE389F73B8D1702B320485DF8CE.1 version 3.5.23 to C:\Program Files (x86)\Adobe  using the source file at file:///E:/Adobe%20Photoshop%20Elements%2010/ElementsSTIInstaller/payloads/AdobeHelp/Adob eHelp.air
    Reinstalling C:\Users\Vette\AppData\Local\Temp\AIRD0CE.tmp\setup.msi
    Installing msi at C:\Users\Vette\AppData\Local\Temp\fla71A.tmp\setup.msi with guid {BD7F1DA3-5EA0-65F8-52B0-5E103FDC045A}
    Application Installer end with exit code 0
    Subprocess app installer succeeded
    Runtime Installer end with exit code 0
    Runtime Installer begin with version 2.6.0.19140 on Windows 7 x86
    Commandline is: -silent "E:\Adobe Photoshop Elements 10\AdobePhotoshopDotcomInspirationBrowser.air"
    Installed runtime (2.6.0.19140) located at C:\Program Files (x86)\Common Files\Adobe AIR
    Invoking Application Installer for combined install
    Launching subprocess with commandline C:\Users\Vette\AppData\Local\Temp\AIR4EA4.tmp\Adobe AIR\Versions\1.0\Adobe AIR Application Installer -runtime C:\Users\Vette\AppData\Local\Temp\AIR4EA4.tmp -silent -withRuntime -url file:///E:/Adobe%20Photoshop%20Elements%2010/AdobePhotoshopDotcomInspirationBrowser.air
    Application Installer begin with version 2.6.0.19140 on Windows 7 x86
    Commandline is: -runtime C:\Users\Vette\AppData\Local\Temp\AIR4EA4.tmp -silent -withRuntime -url file:///E:/Adobe%20Photoshop%20Elements%2010/AdobePhotoshopDotcomInspirationBrowser.air
    Installed runtime (2.6.0.19140) located at C:\Program Files (x86)\Common Files\Adobe AIR
    Unpackaging file:///E:/Adobe%20Photoshop%20Elements%2010/AdobePhotoshopDotcomInspirationBrowser.air to C:\Users\Vette\AppData\Local\Temp\fla634C.tmp
    Application signature verified
    Unpackaging/validation complete
    No app located for appID 'PhotoshopdotcomInspirationBrowser' and pubID '4C35C4D325D350FE0114230CBADCA2DDD0AC8D25.1'
    Converting unpackaged application to a native installation package in C:\Users\Vette\AppData\Local\Temp\fla7325.tmp
    Native installation package creation succeeded
    Starting silent app installation to C:\Program Files (x86)\Adobe. Installing app PhotoshopdotcomInspirationBrowser.4C35C4D325D350FE0114230CBADCA2DDD0AC8D25.1 version 3.07 using the source file at file:///E:/Adobe%20Photoshop%20Elements%2010/AdobePhotoshopDotcomInspirationBrowser.air
    Installing msi at C:\Users\Vette\AppData\Local\Temp\fla7325.tmp\setup.msi with guid {4C184855-B85A-6873-C642-60A58682E721}
    Application Installer end with exit code 0
    Subprocess app installer succeeded
    Runtime Installer end with exit code 0
    Launching subprocess with commandline C:\Program Files (x86)\Common Files\Adobe AIR\Versions\1.0\Resources\Adobe AIR Updater -updatecheck
    Runtime Installer begin with version 2.6.0.19140 on Windows 7 x86
    Commandline is: -updatecheck
    Installed runtime (2.6.0.19140) located at C:\Program Files (x86)\Common Files\Adobe AIR
    Performing pingback request
    Pingback request completed with HTTP status 200
    Starting runtime background update check
    Begin Background update download from http://airdownload.adobe.com/air/3/background/windows/x86/patch/2.6.0.19140/update
    Unpackaging http://airdownload.adobe.com/air/3/background/windows/x86/patch/2.6.0.19140/update to C:\Users\Vette\AppData\Roaming\Adobe\AIR\Updater\Background
    Unpackaging complete
    Download success
    Runtime updated downloaded
    User has selected immediate install of the update
    Starting runtime background update installation
    Launching subprocess with commandline C:\Users\Vette\AppData\Roaming\Adobe\AIR\Updater\Background\updater -update
    Runtime updater successfully launched
    Runtime Installer end with exit code 0
    Runtime Installer begin with version 3.1.0.4880 on Windows 7 x86
    Commandline is: -update
    Installed runtime (2.6.0.19140) located at C:\Program Files (x86)\Common Files\Adobe AIR
    Relaunching with elevation
    Launching subprocess with commandline c:\users\vette\appdata\local\temp\airafa3.tmp\adobe air installer.exe -ei
    Runtime Installer begin with version 3.1.0.4880 on Windows 7 x86
    Commandline is: -stdio
    .\pipe\AIR_704_0 -ei
    Installed runtime (2.6.0.19140) located at C:\Program Files (x86)\Common Files\Adobe AIR
    Starting silent runtime update. Updating runtime from version 2.6.0.19140 to version 3.1.0.4880
    Installing msi at c:\users\vette\appdata\local\temp\airafa3.tmp\setup.msi with guid {FE23D063-934D-4829-A0D8-00634CE79B4A}
    Runtime Installer end with exit code 0
    Elevated install completed
    Runtime Installer end with exit code 0
    Launching subprocess with commandline c:\Program Files (x86)\Common Files\Adobe AIR\Versions\1.0\Resources\Adobe AIR Updater -updatecheck
    Runtime Installer begin with version 3.1.0.4880 on Windows 7 x86
    Commandline is: -updatecheck
    Installed runtime (3.1.0.4880) located at c:\Program Files (x86)\Common Files\Adobe AIR
    Performing pingback request
    Pingback request completed with HTTP status 200
    Starting runtime background update check
    Clearing unused background update directory
    Begin Background update download from http://airdownload.adobe.com/air/3/background/windows/x86/patch/3.1.0.4880/update
    Unpackaging http://airdownload.adobe.com/air/3/background/windows/x86/patch/3.1.0.4880/update to C:\Users\Vette\AppData\Roaming\Adobe\AIR\Updater\Background
    Runtime update not available
    Unpackaging cancelled
    Runtime Installer end with exit code 0
    Runtime Installer begin with version 3.1.0.4880 on Windows 7 x86
    Commandline is: -arp:uninstall
    Installed runtime (3.1.0.4880) located at c:\Program Files (x86)\Common Files\Adobe AIR
    Runtime Installer end with exit code 6
    Runtime Installer begin with version 3.2.0.2070 on Windows 7 x86
    Commandline is:
    Installed runtime (3.1.0.4880) located at c:\Program Files (x86)\Common Files\Adobe AIR
    Relaunching with elevation
    Launching subprocess with commandline c:\users\vette\appdata\local\temp\aire7af.tmp\adobe air installer.exe -ei
    Runtime Installer begin with version 3.2.0.2070 on Windows 7 x86
    Commandline is: -stdio
    .\pipe\AIR_4784_0 -ei
    Installed runtime (3.1.0.4880) located at c:\Program Files (x86)\Common Files\Adobe AIR
    Starting silent runtime update. Updating runtime from version 3.1.0.4880 to version 3.2.0.2070
    Installing msi at c:\users\vette\appdata\local\temp\aire7af.tmp\setup.msi with guid {47FA2C44-D148-4DBC-AF60-B91934AA4842}
    Runtime Installer end with exit code 0
    Elevated install completed
    Launching subprocess with commandline c:\Program Files (x86)\Common Files\Adobe AIR\Versions\1.0\Resources\Adobe AIR Updater -installupdatecheck
    Runtime Installer end with exit code 0
    Runtime Installer begin with version 3.2.0.2070 on Windows 7 x86
    Commandline is: -installupdatecheck
    Installed runtime (3.2.0.2070) located at c:\Program Files (x86)\Common Files\Adobe AIR
    Performing pingback request
    Pingback request completed with HTTP status 200
    Starting runtime background update check
    Begin Background update download from http://airdownload.adobe.com/air/3/background/windows/x86/patch/3.2.0.2070/update
    Unpackaging http://airdownload.adobe.com/air/3/background/windows/x86/patch/3.2.0.2070/update to C:\Users\Vette\AppData\Roaming\Adobe\AIR\Updater\Background
    Runtime update not available
    Unpackaging cancelled
    Runtime Installer end with exit code 0
    Runtime Installer begin with version 3.2.0.2070 on Windows 7 x86
    Commandline is: -arp:uninstall
    Installed runtime (3.2.0.2070) located at c:\Program Files (x86)\Common Files\Adobe AIR
    Relaunching with elevation
    Launching subprocess with commandline c:\program files (x86)\common files\adobe air\versions\1.0\resources\adobe air updater.exe -eu
    Runtime Installer begin with version 3.2.0.2070 on Windows 7 x86
    Commandline is: -stdio
    .\pipe\AIR_3840_0 -eu
    Installed runtime (3.2.0.2070) located at c:\Program Files (x86)\Common Files\Adobe AIR
    Starting runtime uninstall. Uninstalling runtime version 3.2.0.2070
    Uninstalling product with GUID {47FA2C44-D148-4DBC-AF60-B91934AA4842}
    Runtime Installer end with exit code 0
    Elevated install completed
    Runtime Installer end with exit code 0
    Runtime Installer begin with version 3.2.0.2070 on Windows 7 x86
    Commandline is:
    No installed runtime detected
    Relaunching with elevation
    Launching subprocess with commandline c:\users\vette\appdata\local\temp\airbda4.tmp\adobe air installer.exe -ei
    Runtime Installer begin with version 3.2.0.2070 on Windows 7 x86
    Commandline is: -stdio
    .\pipe\AIR_764_0 -ei
    No installed runtime detected
    Starting silent runtime install. Installing runtime version 3.2.0.2070
    Installing msi at c:\users\vette\appdata\local\temp\airbda4.tmp\setup.msi with guid {47FA2C44-D148-4DBC-AF60-B91934AA4842}
    Runtime Installer end with exit code 0
    Elevated install completed
    Launching subprocess with commandline c:\Program Files (x86)\Common Files\Adobe AIR\Versions\1.0\Resources\Adobe AIR Updater -installupdatecheck
    Runtime Installer end with exit code 0
    Runtime Installer begin with version 3.2.0.2070 on Windows 7 x86
    Commandline is: -installupdatecheck
    Installed runtime (3.2.0.2070) located at c:\Program Files (x86)\Common Files\Adobe AIR
    Performing pingback request
    Pingback request completed with HTTP status 200
    Starting runtime background update check
    Begin Background update download from http://airdownload.adobe.com/air/3/background/windows/x86/patch/3.2.0.2070/update
    Unpackaging http://airdownload.adobe.com/air/3/background/windows/x86/patch/3.2.0.2070/update to C:\Users\Vette\AppData\Roaming\Adobe\AIR\Updater\Background
    Runtime update not available
    Unpackaging cancelled
    Runtime Installer end with exit code 0
    Runtime Installer begin with version 3.2.0.2070 on Windows 7 x86
    Commandline is:
    No installed runtime detected
    Relaunching with elevation
    Launching subprocess with commandline c:\users\vette\appdata\local\temp\air2fa8.tmp\adobe air installer.exe -ei
    Runtime Installer begin with version 3.2.0.2070 on Windows 7 x86
    Commandline is: -stdio
    .\pipe\AIR_5396_0 -ei
    No installed runtime detected
    Starting silent runtime install. Installing runtime version 3.2.0.2070
    Installing msi at c:\users\vette\appdata\local\temp\air2fa8.tmp\setup.msi with guid {47FA2C44-D148-4DBC-AF60-B91934AA4842}
    Runtime Installer end with exit code 0
    Elevated install completed
    Launching subprocess with commandline c:\Program Files (x86)\Common Files\Adobe AIR\Versions\1.0\Resources\Adobe AIR Updater -installupdatecheck
    Runtime Installer end with exit code 0
    Runtime Installer begin with version 3.2.0.2070 on Windows 7 x86
    Commandline is: -installupdatecheck
    Installed runtime (3.2.0.2070) located at c:\Program Files (x86)\Common Files\Adobe AIR
    Performing pingback request
    Pingback request completed with HTTP status 200
    Starting runtime background update check
    Begin Background update download from http://airdownload.adobe.com/air/3/background/windows/x86/patch/3.2.0.2070/update
    Unpackaging http://airdownload.adobe.com/air/3/background/windows/x86/patch/3.2.0.2070/update to C:\Users\Vette\AppData\Roaming\Adobe\AIR\Updater\Background
    Runtime update not available
    Unpackaging cancelled
    Runtime Installer end with exit code 0
    Application Installer begin with version 3.2.0.2070 on Windows 7 x86
    Commandline is: -playerVersion=11,2,202,233 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=true -- -url http://www.adobe.com/support/chc/air/350/AdobeHelp.air -- WWW aHR0cDovL3d3dy5hZG9iZS5jb20vc3VwcG9ydC9jaGMv
    Installed runtime (3.2.0.2070) located at c:\Program Files (x86)\Common Files\Adobe AIR
    Begin air file download from http://www.adobe.com/support/chc/air/350/AdobeHelp.air
    Download destination is C:\Users\Vette\AppData\Local\Temp\fla7A97.tmp
    Received download status 200
    Response URL is http://www.adobe.com/support/chc/air/350/AdobeHelp.air
    Download success
    Unpackaging file:///C:/Users/Vette/AppData/Local/Temp/fla7A97.tmp to C:\Users\Vette\AppData\Local\Temp\flaB22B.tmp
    Application signature verified
    Unpackaging/validation complete
    No app located for appID 'chc' and pubID '4875E02D9FB21EE389F73B8D1702B320485DF8CE.1'
    Converting unpackaged application to a native installation package in C:\Users\Vette\AppData\Local\Temp\flaC7B.tmp
    Native installation package creation succeeded
    Starting app installation to C:\Program Files (x86)\Adobe. Installing app chc.4875E02D9FB21EE389F73B8D1702B320485DF8CE.1 version 3.5.23 using the source file at file:///C:/Users/Vette/AppData/Local/Temp/fla7A97.tmp
    Got an unexpected fatal error while in stateInstalling: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="Unhandled exception Error: Directory can't be written to" errorID=5006]
    Launching subprocess with commandline c:\Program Files (x86)\Common Files\Adobe AIR\Versions\1.0\Adobe AIR Application Installer -runtime "c:\Program Files (x86)\Common Files" -silent -logToStdout -url -location "C:\Program Files (x86)\Adobe" -desktopShortcut -programMenu file:///C:/Users/Vette/AppData/Local/Temp/fla7A97.tmp
    Relaunching with elevation
    Application Installer begin with version 3.2.0.2070 on Windows 7 x86
    Commandline is: -stdio
    .\pipe\AIR_4952_0 -runtime "c:\Program Files (x86)\Common Files" -silent -logToStdout -url -location "C:\Program Files (x86)\Adobe" -desktopShortcut -programMenu file:///C:/Users/Vette/AppData/Local/Temp/fla7A97.tmp
    Installed runtime (3.2.0.2070) located at c:\Program Files (x86)\Common Files\Adobe AIR
    Unpackaging file:///C:/Users/Vette/AppData/Local/Temp/fla7A97.tmp to C:\Users\Vette\AppData\Local\Temp\fla3260.tmp
    Application signature verified
    Unpackaging/validation complete
    No app located for appID 'chc' and pubID '4875E02D9FB21EE389F73B8D1702B320485DF8CE.1'
    Converting unpackaged application to a native installation package in C:\Users\Vette\AppData\Local\Temp\fla3BF3.tmp
    Native installation package creation succeeded
    Starting silent app installation to C:\Program Files (x86)\Adobe. Installing app chc.4875E02D9FB21EE389F73B8D1702B320485DF8CE.1 version 3.5.23 using the source file at file:///C:/Users/Vette/AppData/Local/Temp/fla7A97.tmp
    Installing msi at C:\Users\Vette\AppData\Local\Temp\fla3BF3.tmp\setup.msi with guid {BD7F1DA3-5EA0-65F8-52B0-5E103FDC045A}
    Application Installer end with exit code 0
    Elevated install completed
    Launching subprocess with commandline C:\Program Files (x86)\Adobe\Adobe Help\Adobe Help.exe
    Application Installer end with exit code 0
    Date: Thu, 12 Apr 2012 17:10:46 -0600
    From: [email protected]
    To: [email protected]
    Subject: Adobe Air error message when using  PSE 10
        Re: Adobe Air error message when using  PSE 10
        created by Jeff A Wright in Downloading, Installing, Setting Up - View the full discussion
    Vetteski65 I would recommend reviewing Troubleshoot AIR installation | Windows - http://helpx.adobe.com/air/kb/troubleshoot-air-installation-windows.ht ml for steps on how to resolve your difficulties.  Please feel free to respond to this thread if you have any questions about the steps listed within the document.  If you could also respond with the specific error message you receive it would be appreciated.
         Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: http://forums.adobe.com/message/4331328#4331328
         To unsubscribe from this thread, please visit the message page at http://forums.adobe.com/message/4331328#4331328. In the Actions box on the right, click the Stop Email Notifications link.
         Start a new discussion in Downloading, Installing, Setting Up by email or at Adobe Forums
      For more information about maintaining your forum email notifications please go to http://forums.adobe.com/message/2936746#2936746.

Maybe you are looking for