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/

Similar Messages

  • Satellite Pro C50-A - Microsoft Office 2013 apps crash when opened

    I recently purchased a Satellite Pro C50-A PSCG7A-01X01V. I installed Windows 8.1 and then installed Office 2013. Unfortunately when I start one of the Office 2013 apps it immediately crashes with an error message eg: "Microsoft Word has stopped working". I have tried starting the applications in safe mode (eg excel /safe) however the same error occurs. Is anyone able to assist with this problem?

    I have managed to resolve the issue by using Microsoft's facility to 'Repair Office Programs'. Refer to http://office.microsoft.com/en-us/project-help/repair-or-remove-office-2010-HA010357402.aspx
    I also found this article useful
    http://answers.microsoft.com/en-us/office/forum/office_2013_release-word/office-2013-wont-start/0269c763-7a03-4a6f-81cb-6522ef7d3ea3?msgId=41d5ad9f-6b30-4771-822d-e93369e6311b

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

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

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

  • AIR app crashes when using FULL_SCREEN_INTERACTIVE on nativeWindow

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

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

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

  • How to open .doc files created with microsoft word 97... when using mac os x 10.7.4?

    hi!  i'm using mac os x 10.7.4 and have Office 2011.  i can no longer open older documents (.doc) created with Microsoft Word 97...  What can i do to get access to these files?
    thanks in advance!

    I had too many of these that I had to convert to a modern format. It isn't easy or consistent but one of these normally works:
    1. Open up Word and use the File/Open command rather than just double clicking on the file. Why does this sometimes work? I don't know! Save in docx format.
    2. Try opening the files in Office 2010 on a Windows machine. Again, immediately save as a docx file. This works more often than the advice above.
    3. Download the free LibreOffice and try opening it there. There will be some format problems but easily fixed. Once again, save in docx format.
    4. Breakdown and look for a dedicated format converter.

  • 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

  • Audition 5.5 Crashes when using Mac

    I'm working in Adobe Audition CS5.5 on Mac OS 10.6.8.  When I bring an mp3 into Adobe Audition, do some minor edits to it, Audition crashes after I try to "save as" the file I'm working on.  This also happened in Soundbooth.  Basically, I'm working with an mp3 file, I normalize the file, edit some pieces out.  I then click "save as" to save the file, and I get the spinning disc symbol and it won't go away.  When I hit "apple,option,esc" to see the force application window, it says that Adobe Audition is "not responding".  Even after 5 minutes, it still won't respond.  Anyone have any idea what's going on????

    Are you able to supply any of the additional information mentioned in this FAQ?

  • 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

  • Mail.app crashes when trying to sync with .mac

    Mail.app crashes when I try to sync my mail accounts with .mac. It currently works fine on my older PowerPC PowerBook G4, but on my new MacBook Pro it crashes every time.
    Any others experience this?
    Thanks in advance for any help.
    Here's the report:
    Date/Time: 2007-05-21 00:05:56.380 -0700
    OS Version: 10.4.9 (Build 8P2137)
    Report Version: 4
    Command: Mail
    Path: /Applications/Mail.app/Contents/MacOS/Mail
    Parent: WindowServer [98]
    Version: 2.1.1 (752.3)
    Build Version: 8
    Project Name: MailViewer
    Source Version: 7520300
    PID: 437
    Thread: 0
    Exception: EXCBADACCESS (0x0001)
    Codes: KERNPROTECTIONFAILURE (0x0002) at 0x0000000c
    Thread 0 Crashed:
    0 com.apple.Foundation 0x927f7758 +[NSInvocation newInvocationWithMethodSignature:] + 28
    1 com.apple.Foundation 0x927f736a -[NSObject(NSForwardInvocation) forward::] + 215
    2 libobjc.A.dylib 0x90a5ccc1 objcmsgForward + 49
    3 com.apple.MessageFramework 0x9a1d7778 +[MailAccount _addAccountToSortedPaths:] + 83
    4 com.apple.MessageFramework 0x9a1d7716 _setupSortedPathsForAccounts + 119
    5 com.apple.MessageFramework 0x9a1d6fdb +[MailAccount setMailAccounts:] + 1158
    6 com.apple.MessageFramework 0x9a2a4887 -[Account updateAccountsFromPlist:acceptedChanges:] + 2583
    7 com.apple.MessageFramework 0x9a2a3e44 -[Account dataWasSyncedVersion:newData:acceptedChanges:] + 176
    8 libobjc.A.dylib 0x90a5cd76 objc_msgSendv + 54
    9 com.apple.Foundation 0x927f83e4 -[NSInvocation invoke] + 982
    10 com.apple.MessageFramework 0x9a1fad7c _invokeInvocationRequest + 85
    11 com.apple.MessageFramework 0x9a1fa995 -[MainThread handlePortMessage:] + 154
    12 com.apple.Foundation 0x928429c0 __NSFireMachPort + 307
    13 com.apple.CoreFoundation 0x9083e385 __CFMachPortPerform + 136
    14 com.apple.CoreFoundation 0x9082e62d CFRunLoopRunSpecific + 2904
    15 com.apple.CoreFoundation 0x9082dace CFRunLoopRunInMode + 61
    16 com.apple.HIToolbox 0x92de98d8 RunCurrentEventLoopInMode + 285
    17 com.apple.HIToolbox 0x92de8fe2 ReceiveNextEventCommon + 385
    18 com.apple.HIToolbox 0x92de8e39 BlockUntilNextEventMatchingListInMode + 81
    19 com.apple.AppKit 0x9328f465 _DPSNextEvent + 572
    20 com.apple.AppKit 0x9328f056 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 137
    21 com.apple.AppKit 0x93288ddb -[NSApplication run] + 512
    22 com.apple.AppKit 0x9327cd2f NSApplicationMain + 573
    23 com.apple.mail 0x00094df2 0x1000 + 605682
    24 com.apple.mail 0x00094d19 0x1000 + 605465
    Thread 1:
    0 libSystem.B.dylib 0x90048e07 semaphoretimedwait_signaltrap + 7
    1 com.apple.Foundation 0x9288fd30 FCONDITION_WAITTIMEOUT + 128
    2 com.apple.Foundation 0x9288fc7a -[NSConditionLock lockWhenCondition:beforeDate:] + 101
    3 com.apple.MessageFramework 0x9a1ed821 -[InvocationQueue _drainQueue] + 210
    4 com.apple.Foundation 0x927f12e0 forkThreadForFunction + 123
    5 libSystem.B.dylib 0x90024147 pthreadbody + 84
    Thread 2:
    0 libSystem.B.dylib 0x90048e07 semaphoretimedwait_signaltrap + 7
    1 com.apple.Foundation 0x9288fd30 FCONDITION_WAITTIMEOUT + 128
    2 com.apple.Foundation 0x9288fc7a -[NSConditionLock lockWhenCondition:beforeDate:] + 101
    3 com.apple.MessageFramework 0x9a1ed821 -[InvocationQueue _drainQueue] + 210
    4 com.apple.Foundation 0x927f12e0 forkThreadForFunction + 123
    5 libSystem.B.dylib 0x90024147 pthreadbody + 84
    Thread 3:
    0 libSystem.B.dylib 0x90048e07 semaphoretimedwait_signaltrap + 7
    1 com.apple.Foundation 0x9288fd30 FCONDITION_WAITTIMEOUT + 128
    2 com.apple.Foundation 0x9288fc7a -[NSConditionLock lockWhenCondition:beforeDate:] + 101
    3 com.apple.MessageFramework 0x9a1ed821 -[InvocationQueue _drainQueue] + 210
    4 com.apple.Foundation 0x927f12e0 forkThreadForFunction + 123
    5 libSystem.B.dylib 0x90024147 pthreadbody + 84
    Thread 4:
    0 libSystem.B.dylib 0x90048e07 semaphoretimedwait_signaltrap + 7
    1 ...apple.AddressBook.framework 0x9478ebaa -[ABRemoteImageLoader workLoop] + 158
    2 com.apple.Foundation 0x927f12e0 forkThreadForFunction + 123
    3 libSystem.B.dylib 0x90024147 pthreadbody + 84
    Thread 5:
    0 libSystem.B.dylib 0x90009bf7 machmsgtrap + 7
    1 com.apple.CoreFoundation 0x9082e2b3 CFRunLoopRunSpecific + 2014
    2 com.apple.CoreFoundation 0x9082dace CFRunLoopRunInMode + 61
    3 com.apple.Foundation 0x92826d3a -[NSRunLoop runMode:beforeDate:] + 182
    4 com.apple.Foundation 0x92826c36 -[NSRunLoop run] + 75
    5 com.apple.MessageFramework 0x9a1f25af +[_NSSocket _runIOThread] + 97
    6 com.apple.Foundation 0x927f12e0 forkThreadForFunction + 123
    7 libSystem.B.dylib 0x90024147 pthreadbody + 84
    Thread 6:
    0 libSystem.B.dylib 0x9001a0ec select + 12
    1 libSystem.B.dylib 0x90024147 pthreadbody + 84
    Thread 7:
    0 libSystem.B.dylib 0x90009bf7 machmsgtrap + 7
    1 com.apple.CoreFoundation 0x9082e2b3 CFRunLoopRunSpecific + 2014
    2 com.apple.CoreFoundation 0x9082dace CFRunLoopRunInMode + 61
    3 com.apple.Foundation 0x928a504d -[NSRunLoop acceptInputForMode:beforeDate:] + 164
    4 com.apple.MessageFramework 0x9a1f365b -[MainThread performOneway:result:withTarget:selector:] + 765
    5 com.apple.Mail.Syncer 0x1619cc1e 0x16192000 + 44062
    6 com.apple.Mail.Syncer 0x1619c60a 0x16192000 + 42506
    7 com.apple.Mail.Syncer 0x1619bc4f 0x16192000 + 40015
    8 libobjc.A.dylib 0x90a5cd76 objc_msgSendv + 54
    9 com.apple.Foundation 0x927f83b2 -[NSInvocation invoke] + 932
    10 com.apple.MessageFramework 0x9a1e3910 -[MonitoredInvocation invoke] + 128
    11 com.apple.Mail.Syncer 0x1619d1c1 0x16192000 + 45505
    12 com.apple.Foundation 0x927f12e0 forkThreadForFunction + 123
    13 libSystem.B.dylib 0x90024147 pthreadbody + 84
    Thread 0 crashed with X86 Thread State (32-bit):
    eax: 0x927f773c ebx: 0x927f774a ecx: 0x90ab97d4 edx: 0x00000001
    edi: 0x00000000 esi: 0xa27eef60 ebp: 0xbfffeb78 esp: 0xbfffeb50
    ss: 0x0000001f efl: 0x00010286 eip: 0x927f7758 cs: 0x00000017
    ds: 0x0000001f es: 0x0000001f fs: 0x00000000 gs: 0x00000037
    Binary Images Description:
    0x1000 - 0x1b2fff com.apple.mail 2.1.1 (752.3) /Applications/Mail.app/Contents/MacOS/Mail
    0x1759000 - 0x1776fff com.automagicsoftware.httpmailplugin 1.0 (1.47 Tiger) (1.1) /Users/juney/Library/Mail/Bundles/httpmail.mailbundle/Contents/MacOS/httpmail
    0x16192000 - 0x161a7fff com.apple.Mail.Syncer 1.1.1 (752.3) /System/Library/Frameworks/Message.framework/Versions/B/Resources/Syncer.syncsc hema/Contents/MacOS/Syncer
    0x8fe00000 - 0x8fe4afff dyld 46.12 /usr/lib/dyld
    0x90000000 - 0x90172fff libSystem.B.dylib /usr/lib/libSystem.B.dylib
    0x901c2000 - 0x901c4fff libmathCommon.A.dylib /usr/lib/system/libmathCommon.A.dylib
    0x901c6000 - 0x90203fff com.apple.CoreText 1.1.2 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x9022a000 - 0x90300fff ATS /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x90320000 - 0x90775fff com.apple.CoreGraphics 1.258.61 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x9080c000 - 0x908d4fff com.apple.CoreFoundation 6.4.7 (368.28) /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x90912000 - 0x90912fff com.apple.CoreServices 10.4 (???) /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x90914000 - 0x90a07fff libicucore.A.dylib /usr/lib/libicucore.A.dylib
    0x90a57000 - 0x90ad6fff libobjc.A.dylib /usr/lib/libobjc.A.dylib
    0x90aff000 - 0x90b63fff libstdc++.6.dylib /usr/lib/libstdc++.6.dylib
    0x90bd2000 - 0x90bd9fff libgcc_s.1.dylib /usr/lib/libgcc_s.1.dylib
    0x90bde000 - 0x90c51fff com.apple.framework.IOKit 1.4.6 (???) /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x90c66000 - 0x90c78fff libauto.dylib /usr/lib/libauto.dylib
    0x90c7e000 - 0x90f24fff com.apple.CoreServices.CarbonCore 682.18 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x90f67000 - 0x90fcffff com.apple.CoreServices.OSServices 4.1 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x91008000 - 0x91046fff com.apple.CFNetwork 129.20 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x91059000 - 0x91069fff com.apple.WebServices 1.1.3 (1.1.0) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/WebServ icesCore.framework/Versions/A/WebServicesCore
    0x91074000 - 0x910f3fff com.apple.SearchKit 1.0.5 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x9112d000 - 0x9114bfff com.apple.Metadata 10.4.4 (121.36) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x91157000 - 0x91165fff libz.1.dylib /usr/lib/libz.1.dylib
    0x91168000 - 0x91307fff com.apple.security 4.5.2 (29774) /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x91405000 - 0x9140dfff com.apple.DiskArbitration 2.1.1 /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x91414000 - 0x9143afff com.apple.SystemConfiguration 1.8.6 /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x9144c000 - 0x91453fff libbsm.dylib /usr/lib/libbsm.dylib
    0x91457000 - 0x914cdfff com.apple.audio.CoreAudio 3.0.4 /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x9151e000 - 0x9151efff com.apple.ApplicationServices 10.4 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x91520000 - 0x9154cfff com.apple.AE 314 (313) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ AE.framework/Versions/A/AE
    0x9155f000 - 0x91633fff com.apple.ColorSync 4.4.9 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x9166e000 - 0x916e1fff com.apple.print.framework.PrintCore 4.6 (177.13) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x9170f000 - 0x917b8fff com.apple.QD 3.10.24 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x917de000 - 0x91829fff com.apple.HIServices 1.5.2 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x91848000 - 0x9185efff com.apple.LangAnalysis 1.6.3 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x9186a000 - 0x91885fff com.apple.FindByContent 1.5 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ FindByContent.framework/Versions/A/FindByContent
    0x91890000 - 0x918cdfff com.apple.LaunchServices 182 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LaunchServices.framework/Versions/A/LaunchServices
    0x918e1000 - 0x918edfff com.apple.speech.synthesis.framework 3.5 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x918f4000 - 0x91933fff com.apple.ImageIO.framework 1.5.4 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x91946000 - 0x919f8fff libcrypto.0.9.7.dylib /usr/lib/libcrypto.0.9.7.dylib
    0x91a3e000 - 0x91a54fff libcups.2.dylib /usr/lib/libcups.2.dylib
    0x91a59000 - 0x91a77fff libJPEG.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x91a7c000 - 0x91adbfff libJP2.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x91aed000 - 0x91af1fff libGIF.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x91af3000 - 0x91b77fff libRaw.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRaw.dylib
    0x91b7b000 - 0x91bb8fff libTIFF.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x91bbe000 - 0x91bd8fff libPng.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x91bdd000 - 0x91bdffff libRadiance.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x91be1000 - 0x91cbffff libxml2.2.dylib /usr/lib/libxml2.2.dylib
    0x91cdc000 - 0x91cdcfff com.apple.Accelerate 1.3.1 (Accelerate 1.3.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x91cde000 - 0x91d6cfff com.apple.vImage 2.5 /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x91d73000 - 0x91d73fff com.apple.Accelerate.vecLib 3.3.1 (vecLib 3.3.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x91d75000 - 0x91dcefff libvMisc.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x91dd7000 - 0x91dfbfff libvDSP.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x91e03000 - 0x9220cfff libBLAS.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x92246000 - 0x925fafff libLAPACK.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x92627000 - 0x92714fff libiconv.2.dylib /usr/lib/libiconv.2.dylib
    0x92716000 - 0x92793fff com.apple.DesktopServices 1.3.6 /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x927d4000 - 0x92a04fff com.apple.Foundation 6.4.8 (567.29) /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x92b1e000 - 0x92b35fff libGL.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x92b40000 - 0x92b98fff libGLU.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x92bac000 - 0x92bacfff com.apple.Carbon 10.4 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x92bae000 - 0x92bbefff com.apple.ImageCapture 3.0.4 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x92bcd000 - 0x92bd5fff com.apple.speech.recognition.framework 3.6 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x92bdb000 - 0x92be1fff com.apple.securityhi 2.0.1 (24742) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x92be7000 - 0x92c78fff com.apple.ink.framework 101.2.1 (71) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x92c8c000 - 0x92c90fff com.apple.help 1.0.3 (32.1) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x92c93000 - 0x92cb1fff com.apple.openscripting 1.2.5 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x92cc3000 - 0x92cc9fff com.apple.print.framework.Print 5.2 (192.4) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x92ccf000 - 0x92d32fff com.apple.htmlrendering 66.1 (1.1.3) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x92d59000 - 0x92d9afff com.apple.NavigationServices 3.4.4 (3.4.3) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x92dc1000 - 0x92dcffff com.apple.audio.SoundManager 3.9.1 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x92dd6000 - 0x92ddbfff com.apple.CommonPanels 1.2.3 (73) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x92de0000 - 0x930d5fff com.apple.HIToolbox 1.4.9 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x931db000 - 0x931e6fff com.apple.opengl 1.4.16 /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x931eb000 - 0x93206fff com.apple.DirectoryService.Framework 3.2 /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x93276000 - 0x93276fff com.apple.Cocoa 6.4 (???) /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x93278000 - 0x9392efff com.apple.AppKit 6.4.8 (824.42) /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x93caf000 - 0x93d2afff com.apple.CoreData 91 (92.1) /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x93d63000 - 0x93e1dfff com.apple.audio.toolbox.AudioToolbox 1.4.5 /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x93e60000 - 0x93e60fff com.apple.audio.units.AudioUnit 1.4.2 /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x93e62000 - 0x94023fff com.apple.QuartzCore 1.4.12 /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x94069000 - 0x940aafff libsqlite3.0.dylib /usr/lib/libsqlite3.0.dylib
    0x940b2000 - 0x940ecfff libGLImage.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x940f1000 - 0x94102fff com.apple.CoreVideo 1.4 /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x94146000 - 0x9418efff com.apple.bom 8.5 (86.3) /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
    0x9421a000 - 0x9422bfff com.apple.securityfoundation 2.2.1 (28150) /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x94239000 - 0x94277fff com.apple.securityinterface 2.2.1 (27695) /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    0x94293000 - 0x942a2fff libCGATS.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
    0x942a9000 - 0x942b4fff libCSync.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x94300000 - 0x9431afff libRIP.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x94743000 - 0x94889fff com.apple.AddressBook.framework 4.0.4 (485.1) /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x94915000 - 0x94924fff com.apple.DSObjCWrappers.Framework 1.1 /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
    0x9492b000 - 0x94954fff com.apple.LDAPFramework 1.4.2 (69.1.1) /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x9495a000 - 0x94969fff libsasl2.2.dylib /usr/lib/libsasl2.2.dylib
    0x9496d000 - 0x94992fff libssl.0.9.7.dylib /usr/lib/libssl.0.9.7.dylib
    0x9499e000 - 0x949bbfff libresolv.9.dylib /usr/lib/libresolv.9.dylib
    0x9516c000 - 0x951fefff com.apple.WebKit 419 /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x95258000 - 0x952dafff com.apple.JavaScriptCore 418.3 /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/JavaScriptCor e.framework/Versions/A/JavaScriptCore
    0x95313000 - 0x955f2fff com.apple.WebCore 418.21 /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
    0x95771000 - 0x95794fff libxslt.1.dylib /usr/lib/libxslt.1.dylib
    0x9579b000 - 0x95823fff com.apple.syncservices 2.5 (194) /System/Library/Frameworks/SyncServices.framework/Versions/A/SyncServices
    0x95add000 - 0x95adffff com.apple.ExceptionHandling 1.2 (???) /System/Library/Frameworks/ExceptionHandling.framework/Versions/A/ExceptionHand ling
    0x95ae2000 - 0x95b1afff com.apple.PDFKit 1.0.3 /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
    0x96a4c000 - 0x96a4cfff com.apple.vecLib 3.3.1 (vecLib 3.3.1) /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x96f33000 - 0x96f55fff com.apple.speech.LatentSemanticMappingFramework 2.5 /System/Library/PrivateFrameworks/LatentSemanticMapping.framework/Versions/A/La tentSemanticMapping
    0x978fe000 - 0x9790bfff com.apple.DMNotification 1.0.4 (37) /System/Library/PrivateFrameworks/DMNotification.framework/Versions/A/DMNotific ation
    0x97a9d000 - 0x97b74fff com.apple.QuartzComposer 1.2.4 (32.22) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
    0x97bfd000 - 0x97bfdfff com.apple.quartzframework 1.0 /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x97db8000 - 0x97dd2fff com.apple.slideshow 1.0.4 (1.0) /System/Library/PrivateFrameworks/Slideshow.framework/Versions/A/Slideshow
    0x982b2000 - 0x982f6fff com.apple.ISSupport 1.1.2 (16) /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
    0x9831b000 - 0x98344fff com.apple.DotMacSyncManager 1.0.4 (155) /System/Library/PrivateFrameworks/DotMacSyncManager.framework/Versions/A/DotMac SyncManager
    0x989f4000 - 0x98a39fff com.apple.PAPICommon 2.5 (131) /System/Library/PrivateFrameworks/DotMacLegacy.framework/Versions/A/DotMacLegac y
    0x9a1bc000 - 0x9a1c7fff com.apple.IMFramework 3.1.4 (429) /System/Library/Frameworks/InstantMessage.framework/Versions/A/InstantMessage
    0x9a1d1000 - 0x9a33dfff com.apple.MessageFramework 2.1.1 (752.3) /System/Library/Frameworks/Message.framework/Versions/B/Message
    Model: MacBookPro2,2, BootROM MBP22.00A5.B01, 2 processors, Intel Core 2 Duo, 2.33 GHz, 2 GB
    Graphics: ATI Radeon X1600, ATY,RadeonX1600, PCIe, 256 MB
    Memory Module: BANK 0/DIMM0, 1 GB, DDR2 SDRAM, 667 MHz
    Memory Module: BANK 1/DIMM1, 1 GB, DDR2 SDRAM, 667 MHz
    AirPort: spairportwireless_card_type_airportextreme (0x168C, 0x87), 1.0.47
    Bluetooth: Version 1.7.14f14, 2 service, 1 devices, 1 incoming serial ports
    Network Service: AirPort, AirPort, en1
    Serial ATA Device: FUJITSU MHW2120BH, 111.79 GB
    Parallel ATA Device: MATSHITADVD-R UJ-857D
    USB Device: Built-in iSight, Micron, Up to 480 Mb/sec, 500 mA
    USB Device: IR Receiver, Apple Computer, Inc., Up to 12 Mb/sec, 500 mA
    USB Device: Bluetooth HCI, Up to 12 Mb/sec, 500 mA
    USB Device: Apple Internal Keyboard / Trackpad, Apple Computer, Up to 12 Mb/sec, 500 mA

    There appears to be a problem with either the file where the account settings are stored or with the account settings themselves. The HTTPMail plug-in you have installed could have a bearing on this. Have you set up the same mail accounts on both computers? Is the right version of the plug-in installed on each of them?
    Verify/repair the startup disk (not just permissions), as described here:
    The Repair functions of Disk Utility: what's it all about?
    After having fixed all the filesystem issues, if any, and making sure that there’s enough space available on the startup disk (a few GB, plus the space needed to make a backup copy of the Mail folder), try this:
    1. If you have a .Mac account and .Mac synchronization of Mail data is enabled either in Mail > Preferences > General or in System Preferences > .Mac, disable it before proceeding.
    2. Quit Mail if it’s running.
    3. Make a backup copy of the ~/Library/Mail folder, just in case something goes wrong while trying to solve the problem. You can do this in the Finder by dragging the folder to the Desktop while holding the Option (Alt) key down, for example. This is where all your mail is locally stored.
    4. In the Finder, go to ~/Library/Preferences/. Locate com.apple.mail.plist and move it to the Desktop (to be deleted if this solves the problem).
    5. Open Mail. You’ll have to set up your non-.Mac accounts from scratch all over again. If given the option to import existing mailboxes or something like that, don’t. Just enter the account information and Mail will automagically rediscover the data in ~/Library/Mail/ when done.
    6. You’ll have to re-configure most of your settings in Mail > Preferences. For spam-related security reasons, the first thing you should do is go to Preferences > Viewing and disable Display remote images in HTML messages if it’s enabled.
    7. You may also need to re-install or re-enable any Mail plug-ins you have installed for Mail to recognize them.
    8. As a side effect of re-creating com.apple.mail.plist, Mail might rename Outbox (which is where messages waiting to be sent are stored) to Delivered. The name of that mailbox is actually a misnomer, as it would contain messages (if any) that couldn’t be delivered for some reason. You can delete that mailbox if you wish.
    9. If the problem is fixed now and .Mac synchronization of Mail data was enabled at the beginning, enable it again, go to System Preferences > .Mac > Advanced, click Reset Sync Data, and choose the appropriate options to reset the Mail data stored on the .Mac server with the data locally stored on the computer, i.e. sync data must flow from the computer to the .Mac server.
    Note: For those not familiarized with the ~/ notation, it refers to the user’s home folder. You can easily locate any of the folders referred to in this post by copying the folder path here, doing Go > Go to Folder in the Finder, and pasting the folder path there.

  • I use Microsoft Office Professional Plus 2010, when clicking a link in Outlook I always get a General Failure box stating 'The system cannot find the file specified' yet it still goes to the specified page. Any ideas on how to resolve this

    I use Microsoft Office Professional Plus 2010, when clicking a link in Outlook I always get a box stating
    General Failure. The URL was "http:// etc etc".The system cannot find the file specified.
    Yet it still goes to the specified page. Any ideas on how to resolve this

    I am having the exact same problem with Windows 7 Professional. Out of the blue, this issue just started a few months ago when running my monthly Windows Backup where I have used a USB drive for the last 3 years, and never ever had this issue before. Most
    of the solutions listed on the Microsoft websites and answers deal with
    "Restore" functions, not the
    "Backup" itself. I have 3 folders being skipped during the backup.
    So I went and changed the Backup from "let Microsoft choose files, directories, etc" to "Let me choose". I included the files and folders that were being skipped, and ran the "Backup" again, and got the same error message,
    but the files that were skipped the first time were "Backed up" finally. This issue is somehow related to my "Libraries"?
    The 3 backup problems are:
    Backup encountered a problem while backing up file C:\Windows\System32\config\systemprofile\My Audio Books\Audio Book Recordings. Error:(The system cannot find the path specified. (0x80070003))
    Backup encountered a problem while backing up file C:\Windows\System32\config\systemprofile\My Audio Books\Audio Book CD Label-Cover Art. Error:(The system cannot find the path specified. (0x80070003))
    Backup encountered a problem while backing up file C:\Windows\System32\config\systemprofile\My Audio Books\Audio Book MP3 Tag Art. Error:(The system cannot find the path specified. (0x80070003))
    Did a "checkdisk" - no problems. Ran a program to fix registry - no problems. All updates up to date. I guess I could eliminate these folders from the Backup folders in the
    Library, and just choose them under the "Users" locations, and be done with it. But I really want to understand this, and fix it. This is within Windows 7 and may be related to Windows Media Player or
    some recent Windows update.  Thanks.

  • I created a spreadsheet using Microsoft office 2010 Excel.  When I open the sheet using Numbers, the formatting changes.  How do I fix this?

    I created a spreadsheet using Microsoft office 2010 Excel.  When I open the sheet using Numbers, the formatting changes.  How do I fix this?

    If you plan to share or work with people who regulary use MS Excel you should not try to use this in Numbers.  You will have constant problems with how each program translates the formatting.
    If you want to use Numbers, use it exclusively.  If it is for your job use the tool your company uses.

Maybe you are looking for