AIR iOS hard crashes: wakeup - Observed 503/sec over 300 secs

Hi,
for a project I had to download a file with around 3GB.
So I decided to write a chunk based download controller, which easily does the following:
- open an URLStream
- Load the file by URLRequest
- Wait for the progress events and check, that we have more than 5MB in the buffer
- Write the bytes to an local file by using an Bytearray+Filestream combination
Additional I have implemented a workaround for the file size limit regarding to the Android specs,
that the local files is chunked when, the file exceeds the file size limit.
This solution works fine in this cases / test systems:
- Desktop - Windows
- Desktop - Mac
- Android - Debug
- Android - Release
- iOS 8.1.3 - Debug - fast interpreter mode
But when I try to compile and run / debug the app for iOS with the following modes:
- Release build Store
- Release build AdHoc
- Debug build without fast interpreter
The app crashes hard during the download.
I isolated my download controller and created a simple test app, which is using a simple sprite
and runs the download controller.
During the download the app is not completely hard crashing but the xcode console detects 1-2 crashes:
Feb 25 09:57:29 iPad-mini ReportCrash[422] <Error>: task_set_exception_ports(B07, 400, D03, 0, 0) failed with error (4: (os/kern) invalid argument)
Feb 25 09:57:29 iPad-mini ReportCrash[422] <Notice>: ReportCrash acting against PID 421
Feb 25 09:57:29 iPad-mini ReportCrash[422] <Notice>: Formulating crash report for process DownloadAndTarUnitTester[421]
Feb 25 09:57:30 iPad-mini ReportCrash[422] <Notice>: Saved report to /var/mobile/Library/Logs/CrashReporter/ExcResource_DownloadAndTarUnitTester_2015-02-25-09 5729_iPad-mini.ips
Relating crash report:
Incident Identifier: 868898CC-9DAF-422E-889C-F397C2595E8F
CrashReporter Key:   eb14103bfc730ebe68f5b1970597c35e3006eb42
Hardware Model:      iPad2,5
Process:             DownloadAndTarUnitTester [421]
Path:                /private/var/mobile/Containers/Bundle/Application/7F892804-5378-4B81-BE54-C1EDA66FCF96/Do wnloadAndTarUnitTester.app/DownloadAndTarUnitTester
Identifier:          DownloadAndTarUnitTester
Version:             0.0.0 (0.0.0)
Code Type:           ARM (Native)
Parent Process:      launchd [1]
Date/Time:           2015-02-25 09:57:29.864 +0100
Launch Time:         2015-02-25 09:56:48.087 +0100
OS Version:          iOS 8.1.3 (12B466)
Report Version:      105
Exception Type:  EXC_RESOURCE
Exception Subtype: WAKEUPS
Exception Message: (Limit 150/sec) Observed 1079/sec over 300 secs
Triggered by Thread:  0
Thread 0 name:  Dispatch queue: com.apple.main-thread
Thread 0 Attributed:
0   libsystem_pthread.dylib       0x3a1a2eba 0x3a1a2000 + 3770
1   CoreFoundation                 0x2befeb68 0x2be32000 + 838504
2   CoreFoundation                 0x2be4bb2c CFRunLoopRunSpecific + 472
3   CoreFoundation                 0x2be4b93e CFRunLoopRunInMode + 102
4   GraphicsServices               0x3320004c 0x331f7000 + 36940
5   UIKit                         0x2f43df1c 0x2f3d0000 + 450332
6   DownloadAndTarUnitTester       0x0026761c 0x57000 + 2164252
7   DownloadAndTarUnitTester       0x006ca730 0x57000 + 6764336
Thread 1 name:  Dispatch queue: com.apple.libdispatch-manager
Thread 1:
0   libsystem_kernel.dylib         0x3a1122c8 kevent64 + 24
1   libdispatch.dylib             0x3a034e44 _dispatch_mgr_invoke + 276
2   libdispatch.dylib             0x3a034b76 _dispatch_mgr_thread$VARIANT$mp + 34
Thread 2 name:  BackgroundThread
Thread 2:
0   libsystem_kernel.dylib         0x3a125b38 __psynch_cvwait + 24
1   libsystem_pthread.dylib       0x3a1a43dc _pthread_cond_wait + 516
2   libsystem_pthread.dylib       0x3a1a52ac pthread_cond_wait + 36
3   DownloadAndTarUnitTester       0x0041dd90 0x57000 + 3960208
4   DownloadAndTarUnitTester       0x002fbe78 0x57000 + 2772600
5   DownloadAndTarUnitTester       0x0041db60 0x57000 + 3959648
6   DownloadAndTarUnitTester       0x0041dbb4 0x57000 + 3959732
7   DownloadAndTarUnitTester       0x0041d8d4 0x57000 + 3958996
8   libsystem_pthread.dylib       0x3a1a4e64 _pthread_body + 136
9   libsystem_pthread.dylib       0x3a1a4dd6 _pthread_start + 114
10  libsystem_pthread.dylib       0x3a1a2b80 thread_start + 4
Thread 3 name:  BackgroundThread
Thread 3:
0   libsystem_kernel.dylib         0x3a125b38 __psynch_cvwait + 24
1   libsystem_pthread.dylib       0x3a1a43dc _pthread_cond_wait + 516
2   libsystem_pthread.dylib       0x3a1a52ac pthread_cond_wait + 36
3   DownloadAndTarUnitTester       0x0041dd90 0x57000 + 3960208
4   DownloadAndTarUnitTester       0x002fbe78 0x57000 + 2772600
5   DownloadAndTarUnitTester       0x0041db60 0x57000 + 3959648
6   DownloadAndTarUnitTester       0x0041dbb4 0x57000 + 3959732
7   DownloadAndTarUnitTester       0x0041d8d4 0x57000 + 3958996
8   libsystem_pthread.dylib       0x3a1a4e64 _pthread_body + 136
9   libsystem_pthread.dylib       0x3a1a4dd6 _pthread_start + 114
10  libsystem_pthread.dylib       0x3a1a2b80 thread_start + 4
Thread 4:
0   libsystem_kernel.dylib         0x3a12619c __semwait_signal + 24
1   libsystem_c.dylib             0x3a085de0 nanosleep + 168
2   DownloadAndTarUnitTester       0x0041d93c 0x57000 + 3959100
3   DownloadAndTarUnitTester       0x0028578c 0x57000 + 2287500
4   DownloadAndTarUnitTester       0x0028574c 0x57000 + 2287436
5   DownloadAndTarUnitTester       0x0041db60 0x57000 + 3959648
6   DownloadAndTarUnitTester       0x0041dbb4 0x57000 + 3959732
7   DownloadAndTarUnitTester       0x0041d8d4 0x57000 + 3958996
8   libsystem_pthread.dylib       0x3a1a4e64 _pthread_body + 136
9   libsystem_pthread.dylib       0x3a1a4dd6 _pthread_start + 114
10  libsystem_pthread.dylib       0x3a1a2b80 thread_start + 4
Feb 25 09:59:54 iPad-mini ReportCrash[440] <Error>: task_set_exception_ports(B07, 400, D03, 0, 0) failed with error (4: (os/kern) invalid argument)
Feb 25 09:59:54 iPad-mini ReportCrash[440] <Notice>: ReportCrash acting against PID 436
Feb 25 09:59:54 iPad-mini ReportCrash[440] <Notice>: Formulating crash report for process DownloadAndTarUnitTester[436]
Feb 25 09:59:55 iPad-mini ReportCrash[440] <Notice>: Saved report to /var/mobile/Library/Logs/CrashReporter/ExcResource_DownloadAndTarUnitTester_2015-02-25-09 5954_iPad-mini.ips
Relating crash report:
CrashReporter Key:   eb14103bfc730ebe68f5b1970597c35e3006eb42
Hardware Model:      iPad2,5
Process:             DownloadAndTarUnitTester [436]
Path:                /private/var/mobile/Containers/Bundle/Application/7A313D06-6D0C-4583-8CCA-C0994F6BCAB0/Do wnloadAndTarUnitTester.app/DownloadAndTarUnitTester
Identifier:          DownloadAndTarUnitTester
Version:             0.0.0 (0.0.0)
Code Type:           ARM (Native)
Parent Process:      launchd [1]
Date/Time:           2015-02-25 09:59:54.603 +0100
Launch Time:         2015-02-25 09:58:25.203 +0100
OS Version:          iOS 8.1.3 (12B466)
Report Version:      105
Exception Type:  EXC_RESOURCE
Exception Subtype: WAKEUPS
Exception Message: (Limit 150/sec) Observed 503/sec over 300 secs
Triggered by Thread:  12
Thread 0 name:  Dispatch queue: com.apple.main-thread
Thread 0:
0   libsystem_kernel.dylib         0x3a112518 mach_msg_trap + 20
1   libsystem_kernel.dylib         0x3a11230c mach_msg + 36
2   CoreFoundation                 0x2bf00596 __CFRunLoopServiceMachPort + 142
3   CoreFoundation                 0x2befeb5c __CFRunLoopRun + 1012
4   CoreFoundation                 0x2be4bb2c CFRunLoopRunSpecific + 472
5   CoreFoundation                 0x2be4b93e CFRunLoopRunInMode + 102
6   GraphicsServices               0x3320004c GSEventRunModal + 132
7   UIKit                         0x2f43df1c UIApplicationMain + 1436
8   DownloadAndTarUnitTester       0x002da61c 0xca000 + 2164252
9   DownloadAndTarUnitTester       0x0073d730 0xca000 + 6764336
Thread 1 name:  Dispatch queue: com.apple.libdispatch-manager
Thread 1:
0   libsystem_kernel.dylib         0x3a1122c8 kevent64 + 24
1   libdispatch.dylib             0x3a034e44 _dispatch_mgr_invoke + 276
2   libdispatch.dylib             0x3a034b76 _dispatch_mgr_thread$VARIANT$mp + 34
Thread 2:
0   libsystem_kernel.dylib         0x3a1269cc __workq_kernreturn + 8
1   libsystem_pthread.dylib       0x3a1a2e9c _pthread_wqthread + 788
2   libsystem_pthread.dylib       0x3a1a2b74 start_wqthread + 4
The debugger did not detect any error.
I tested AIR 15, 16.
Maybe this is a iOS restriction regarding to the new battery consumption limitations for apps.
So I tried to:
- Set the framerate to max. 30FPS
- Extend to buffer size before write to test on ProgressEvent form 512KB to 5MB
But the crashes are staying and the observed wakeups are not reducing.
Has anyone an idea how to solve this?

Thanks for the reply. I'm not sure if it's iOS 8 only, and I'm having a hard time reproducing the crash at my office after letting it run for 24 hours. I only see the crash results on the iPad after the fact.
I can send the code for the project to someone, if that will help. Who would I send it to?
In the meantime, do you have any recommendations for how to force an excess number of wakeups? I figure if I can force the crash, then I can see if it helps to try the latest AIR SDK or make other changes.
Also, here is a little more info about the project:
- Uses Starling.
- Uses video playing in a webview (with darkredz ANE).
- Uses Apple's Guided Access to lock out app switching.
Do any of these things seem more likely to cause issues with thread management? I'm guessing that the app never goes into background mode, since it's locked to this one app. But would the iPad going to sleep force it into background mode somehow?
Thanks for the help.
John

Similar Messages

  • Is anybody else having their Adobe AIR iOS app crash within the first second of opening it?

    Is anybody else having their Adobe AIR iOS app crash within the first second of opening it?
    I am using iPhone 6, iOS 8.1.3, with a development certificate.
    With Adobe AIR SDK 16.0.0.283 and now with 17.0.0.93, after compiling the app (whether in release mode or debug mode), before the app getTimer() can ever reach 999 milliseconds the app will crash. No matter what code I have, it is just crashing before the runtime can ever reach the first second.
    Anybody else having this kind of behavior?

    Chris,
    Thanks for your prompt reply. I have found the way to reproduce. It is about interfaces, and when I try to call a method through an interface the app crashes. I think that it is related to having an interface with many parameters. I have logged the bug here:
    Bug#3935199 - iOS App crashes when calling an objects method through interface

  • Repeatable hard crash in webkit.dylib AIR 2.7 on OS X Lion - NOT case sensitive machine

    We've got a customer who is getting a repeated hard crash in AIR when he tries to run our app. At first we thought, "Oh, another case-sensitive Mac issue" and we told him to run the case sensitive command-line fix, but it turns out that isn't the issue. Is his version of webkit.dylib not compatible somehow? He's the only one reporting this. Any ideas would be appreciated!
    Many thanks,
    Taylor Brown
    Lead Software Engineer
    YouNeedABudget,com
    Customer Crash report
    Process:        YNAB 3 [968]
    Path:            /Applications/YNAB 3/YNAB 3.app/Contents/MacOS/YNAB 3
    Identifier:      com.youneedabudget.YNAB3.Live.9C763150EFAB05FD2A2B78705C7A54E2FCDDE07D.1
    Version:        3.5.3.4 (???)
    Code Type:      X86 (Native)
    Parent Process:  launchd [130]
    Date/Time:      2011-08-28 00:45:04.359 -0600
    OS Version:      Mac OS X 10.7 (11A511)
    Report Version:  9
    Interval Since Last Report:          123948 sec
    Crashes Since Last Report:          29
    Per-App Interval Since Last Report:  1665 sec
    Per-App Crashes Since Last Report:  19
    Anonymous UUID:                      F1E1AA94-7BE2-4C59-BC1D-FFAC570B2F5F
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_BAD_ACCESS (SIGBUS)
    Exception Codes: KERN_PROTECTION_FAILURE at 0x000000000000000c
    VM Regions Near 0xc:
    --> __PAGEZERO            0000000000000000-0000000000001000 [    4K] ---/--- SM=NUL  /Applications/YNAB 3/YNAB 3.app/Contents/MacOS/YNAB 3
        __TEXT                0000000000001000-0000000000007000 [  24K] r-x/rwx SM=COW  /Applications/YNAB 3/YNAB 3.app/Contents/MacOS/YNAB 3
    Application Specific Information:
    objc[968]: garbage collection is OFF
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0  Webkit.dylib                      0x0bbe09d6 WebKitGetAPI + 288226
    1  Webkit.dylib                      0x0bc8e33f WebKitGetAPI + 999243
    2  Webkit.dylib                      0x0bbe2019 WebKitGetAPI + 293925
    3  Webkit.dylib                      0x0bcdd000 WebKitGetAPI + 1321996
    4  Webkit.dylib                      0x0bcdd48b WebKitGetAPI + 1323159
    5  Webkit.dylib                      0x0bfaae2a WebKitGetAPI + 4262454
    6  Webkit.dylib                      0x0bfa8d2e WebKitGetAPI + 4254010
    7  Webkit.dylib                      0x0bb9a6c8 WebKitGetAPI + 724
    8  com.adobe.AIR                    0x0265846a shaders_acos_ss + 549306
    9  com.adobe.AIR                    0x02658564 shaders_acos_ss + 549556
    10  com.adobe.AIR                    0x01fa5ff0 0x1f89000 + 118768
    11  com.adobe.AIR                    0x01fa0c55 0x1f89000 + 97365
    12  com.adobe.AIR                    0x01fa14e7 0x1f89000 + 99559
    13  com.adobe.AIR                    0x01f9a0fa 0x1f89000 + 69882
    14  com.apple.Foundation              0x94e5351d __-[NSNotificationCenter addObserver:selector:name:object:]_block_invoke_1 + 49
    15  com.apple.CoreFoundation          0x92dc1843 ___CFXNotificationPost_block_invoke_1 + 275
    16  com.apple.CoreFoundation          0x92d8c658 _CFXNotificationPost + 2776
    17  com.apple.Foundation              0x94e3e70a -[NSNotificationCenter postNotificationName:object:userInfo:] + 92
    18  com.apple.Foundation              0x94e5399e -[NSNotificationCenter postNotificationName:object:] + 55
    19  com.apple.AppKit                  0x916556d7 -[NSApplication terminate:] + 2217
    20  com.apple.Foundation              0x94e47ebe __NSFireDelayedPerform + 615
    21  com.apple.CoreFoundation          0x92d99256 __CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION__ + 22
    22  com.apple.CoreFoundation          0x92d98be7 __CFRunLoopDoTimer + 743
    23  com.apple.CoreFoundation          0x92d77ce0 __CFRunLoopRun + 1888
    24  com.apple.CoreFoundation          0x92d771ec CFRunLoopRunSpecific + 332
    25  com.apple.CoreFoundation          0x92d77098 CFRunLoopRunInMode + 120
    26  com.apple.HIToolbox              0x9a9d2487 RunCurrentEventLoopInMode + 318
    27  com.apple.HIToolbox              0x9a9d9dc3 ReceiveNextEventCommon + 381
    28  com.apple.HIToolbox              0x9a9d9c32 BlockUntilNextEventMatchingListInMode + 88
    29  com.apple.AppKit                  0x9164e8ec _DPSNextEvent + 678
    30  com.apple.AppKit                  0x9164e159 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 113
    31  com.apple.AppKit                  0x9164a4cb -[NSApplication run] + 904
    32  com.adobe.AIR                    0x01f8e638 0x1f89000 + 22072
    33  com.adobe.AIR                    0x01f8e97e 0x1f89000 + 22910
    34  com.apple.CoreFoundation          0x92dd6901 -[NSObject performSelector:withObject:] + 65
    35  com.youneedabudget.YNAB3.Live.9C763150EFAB05FD2A2B78705C7A54E2FCDDE07D.1    0x00002ff7 start + 4363
    36  com.youneedabudget.YNAB3.Live.9C763150EFAB05FD2A2B78705C7A54E2FCDDE07D.1    0x00001fe7 start + 251
    37  com.youneedabudget.YNAB3.Live.9C763150EFAB05FD2A2B78705C7A54E2FCDDE07D.1    0x00001f15 start + 41
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0  libsystem_kernel.dylib            0x9a62090a kevent + 10
    1  libdispatch.dylib                0x9adc9ccc _dispatch_mgr_invoke + 969
    2  libdispatch.dylib                0x9adc871b _dispatch_mgr_thread + 53
    Thread 2:
    0  libsystem_kernel.dylib            0x9a61f83e __psynch_cvwait + 10
    1  libsystem_c.dylib                0x99306e78 _pthread_cond_wait + 914
    2  libsystem_c.dylib                0x992ae82a pthread_cond_wait + 48
    3  com.adobe.AIR                    0x0249270b r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1919596
    4  com.adobe.AIR                    0x022de172 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 132307
    5  com.adobe.AIR                    0x024927ef r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1919824
    6  com.adobe.AIR                    0x02492869 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1919946
    7  com.adobe.AIR                    0x02492904 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1920101
    8  libsystem_c.dylib                0x99302ed9 _pthread_start + 335
    9  libsystem_c.dylib                0x993066de thread_start + 34
    Thread 3:
    0  libsystem_kernel.dylib            0x9a61f83e __psynch_cvwait + 10
    1  libsystem_c.dylib                0x99306e78 _pthread_cond_wait + 914
    2  libsystem_c.dylib                0x992ae82a pthread_cond_wait + 48
    3  com.adobe.AIR                    0x0249270b r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1919596
    4  com.adobe.AIR                    0x022de172 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 132307
    5  com.adobe.AIR                    0x024927ef r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1919824
    6  com.adobe.AIR                    0x02492869 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1919946
    7  com.adobe.AIR                    0x02492904 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1920101
    8  libsystem_c.dylib                0x99302ed9 _pthread_start + 335
    9  libsystem_c.dylib                0x993066de thread_start + 34
    Thread 4:: com.apple.NSURLConnectionLoader
    0  libsystem_kernel.dylib            0x9a61dc22 mach_msg_trap + 10
    1  libsystem_kernel.dylib            0x9a61d1f6 mach_msg + 70
    2  com.apple.CoreFoundation          0x92d6e9ea __CFRunLoopServiceMachPort + 170
    3  com.apple.CoreFoundation          0x92d77b14 __CFRunLoopRun + 1428
    4  com.apple.CoreFoundation          0x92d771ec CFRunLoopRunSpecific + 332
    5  com.apple.CoreFoundation          0x92d77098 CFRunLoopRunInMode + 120
    6  com.apple.Foundation              0x94ea788c +[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:] + 378
    7  com.apple.Foundation              0x94e9b5ed -[NSThread main] + 45
    8  com.apple.Foundation              0x94e9b59d __NSThread__main__ + 1582
    9  libsystem_c.dylib                0x99302ed9 _pthread_start + 335
    10  libsystem_c.dylib                0x993066de thread_start + 34
    Thread 5:: com.apple.CFSocket.private
    0  libsystem_kernel.dylib            0x9a61fb42 __select + 10
    1  com.apple.CoreFoundation          0x92dc59e5 __CFSocketManager + 1557
    2  libsystem_c.dylib                0x99302ed9 _pthread_start + 335
    3  libsystem_c.dylib                0x993066de thread_start + 34
    Thread 6:
    0  libsystem_kernel.dylib            0x9a62002e __workq_kernreturn + 10
    1  libsystem_c.dylib                0x99304ccf _pthread_wqthread + 773
    2  libsystem_c.dylib                0x993066fe start_wqthread + 30
    Thread 7:
    0  libsystem_kernel.dylib            0x9a62002e __workq_kernreturn + 10
    1  libsystem_c.dylib                0x99304ccf _pthread_wqthread + 773
    2  libsystem_c.dylib                0x993066fe start_wqthread + 30
    Thread 8:
    0  libsystem_kernel.dylib            0x9a62002e __workq_kernreturn + 10
    1  libsystem_c.dylib                0x99304ccf _pthread_wqthread + 773
    2  libsystem_c.dylib                0x993066fe start_wqthread + 30
    Thread 0 crashed with X86 Thread State (32-bit):
      eax: 0x0c200800  ebx: 0x0bbe07f4  ecx: 0x08d2c2d8  edx: 0x00000000
      edi: 0x0c200800  esi: 0x00000000  ebp: 0xbfffde88  esp: 0xbfffddf0
      ss: 0x00000023  efl: 0x00010246  eip: 0x0bbe09d6  cs: 0x0000001b
      ds: 0x00000023  es: 0x00000023  fs: 0x00000000  gs: 0x0000000f
      cr2: 0x0000000c
    Logical CPU: 0
    Binary Images:
        0x1000 -    0x6ff7 +com.youneedabudget.YNAB3.Live.9C763150EFAB05FD2A2B78705C7A54E2FCDDE07D.1 (3.5.3.4 - ???) <72E5E138-08AE-26DD-C1B8-F70175D06CC3> /Applications/YNAB 3/YNAB 3.app/Contents/MacOS/YNAB 3
      0x300000 -  0x3adff7  libcrypto.0.9.7.dylib (0.9.7 - compatibility 0.9.7) <7B6DB792-C9E5-3772-8734-8D0052757B8C> /usr/lib/libcrypto.0.9.7.dylib
      0x3f2000 -  0x3f3ffc  ATSHI.dylib (??? - ???) <B244624E-E09E-34B2-A185-EB30AF08A95D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/Resources/ATSHI.dylib
    0x1f89000 -  0x2c40fd3 +com.adobe.AIR (??? - 2.7.1.19610) <A7DA14CC-4CE8-96D5-03CF-6EA145FB4835> /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR
    0x2e6f000 -  0x2e73ffb  libFontRegistryUI.dylib (??? - ???) <E986346C-8132-33B6-8525-AA2A3233F99C> /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ATS.framework/Resourc es/libFontRegistryUI.dylib
    0x2ed0000 -  0x2ed3fef  com.apple.LiveType.component (2.1.3 - 2.1.3) /Library/QuickTime/LiveType.component/Contents/MacOS/LiveType
    0x2ed8000 -  0x2f3dfde  com.apple.LiveType.framework (2.1.3 - 2.1.3) /System/Library/PrivateFrameworks/LiveType.framework/Versions/A/LiveType
    0x2f5d000 -  0x2fb5fff +com.DivXInc.DivXDecoder (6.8.4.3 - 6.8.4) <26A406B3-E4BC-C6FF-8F28-A99FFEB5CF2D> /Library/QuickTime/DivX Decoder.component/Contents/MacOS/DivX Decoder
    0x2fd9000 -  0x2fdcff3 +com.divx.divxtoolkit (1.0 - 1.0) /Library/Frameworks/DivX Toolkit.framework/Versions/A/DivX Toolkit
    0x2fe1000 -  0x2fe5ffb  com.apple.audio.AudioIPCPlugIn (1.2.0 - 1.2.0) <8A4CC918-D47D-3F33-8420-0698071A5944> /System/Library/Extensions/AudioIPCDriver.kext/Contents/Resources/AudioIPCPlugIn.bundle/C ontents/MacOS/AudioIPCPlugIn
    0x2fea000 -  0x2ff0ffb  com.apple.audio.AppleHDAHALPlugIn (2.1.1 - 2.1.1f11) <8CA3DFAA-56F6-37B1-9C93-16C5C3A0A00F> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bundle/Conten ts/MacOS/AppleHDAHALPlugIn
    0x4834000 -  0x4852ff7 +com.numark.ns6.hal (??? - 2.1.0) <C4B53351-2CB6-BA09-D19B-350C903D86A7> /Library/Audio/Plug-Ins/HAL/NumarkNS6AudioHAL.plugin/Contents/MacOS/NumarkNS6AudioHAL
    0x4861000 -  0x487eff3 +com.numark.ns7.hal (??? - 2.0.2) <A73C3AC5-4A1B-BC91-7FCA-02E231FE7E2D> /Library/Audio/Plug-Ins/HAL/NumarkNS7AudioHAL.plugin/Contents/MacOS/NumarkNS7AudioHAL
    0x488c000 -  0x48a9ffb +com.numark.V7.hal (??? - 2.0.3) <2582418D-CE06-69BF-B706-EE402BE8AB46> /Library/Audio/Plug-Ins/HAL/NumarkV7AudioHAL.plugin/Contents/MacOS/NumarkV7AudioHAL
    0x48b7000 -  0x48d4ffb +com.ploytec.xonedx.hal (??? - 2.0.2) <09D53E8E-2D43-1DAB-A525-A1F3E0EE12F3> /Library/Audio/Plug-Ins/HAL/XONE_DX.plugin/Contents/MacOS/XONE_DX
    0x7998000 -  0x79a6ffb  libSimplifiedChineseConverter.dylib (54.0.0 - compatibility 1.0.0) <D3F1CC34-55EB-3D33-A7C2-025D5C8025D0> /System/Library/CoreServices/Encodings/libSimplifiedChineseConverter.dylib
    0xadf9000 -  0xae0bfff  libTraditionalChineseConverter.dylib (54.0.0 - compatibility 1.0.0) <ADEB72F9-0048-3C87-AD9B-71AA57D523E9> /System/Library/CoreServices/Encodings/libTraditionalChineseConverter.dylib
    0xbb94000 -  0xc10eff7 +Webkit.dylib (??? - ???) <B44B6722-7FD6-0D9B-1B95-C1BEA7007149> /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Resources/Webkit.dylib
    0x8fe5c000 - 0x8fe8e9c7  dyld (195.5 - ???) <134323A7-49DC-3A9D-ACFD-32FAD0FD6BA2> /usr/lib/dyld
    0x90005000 - 0x9000efff  libc++abi.dylib (14.0.0 - compatibility 1.0.0) <FEB5330E-AD5D-37A0-8AB2-0820F311A2C8> /usr/lib/libc++abi.dylib
    0x9000f000 - 0x90045ff7  com.apple.AE (527.6 - 527.6) <77999151-94E3-37CD-A49E-7A9F9084F886> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Vers ions/A/AE
    0x90046000 - 0x900c2fff  libType1Scaler.dylib (??? - ???) <DFBB3B4F-31F4-3ED0-B57C-713493CA2756> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/Resources/libType1Scaler.dylib
    0x900c3000 - 0x900c8ff7  libmacho.dylib (800.0.0 - compatibility 1.0.0) <56A34E97-518E-307E-8218-C5D43A33EE34> /usr/lib/system/libmacho.dylib
    0x9012f000 - 0x90143ff7  com.apple.CFOpenDirectory (10.7 - 144) <665CDF77-F0C9-3AFF-8CF8-64257268B7DD> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory. framework/Versions/A/CFOpenDirectory
    0x90144000 - 0x90148ff7  com.apple.OpenDirectory (10.7 - 144) <A117580D-FD86-381E-82FD-B1A040045031> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x90149000 - 0x90209fff  com.apple.CoreServices.OSServices (478.25 - 478.25) <13EB75E5-98E5-3C3D-A2D7-CD6CB292C227> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framew ork/Versions/A/OSServices
    0x9020a000 - 0x9020cff7  libdyld.dylib (195.5.0 - compatibility 1.0.0) <637660EA-8D12-3B79-B644-041FEADC9C33> /usr/lib/system/libdyld.dylib
    0x9020d000 - 0x9024bfff  libRIP.A.dylib (600.0.0 - compatibility 64.0.0) <0AE59D4F-FFA7-3539-8B86-AD8993894AA0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphi cs.framework/Versions/A/Resources/libRIP.A.dylib
    0x9024c000 - 0x9024cff2  com.apple.CoreServices (53 - 53) <C513E133-B0E0-3C35-A7CB-DBC35A7EF571> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x9024d000 - 0x90250ffd  libCoreVMClient.dylib (??? - ???) <1438A7D5-A622-3623-A49F-45F881B1D947> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
    0x90251000 - 0x902a0ffb  com.apple.AppleVAFramework (5.0.14 - 5.0.14) <51981B76-9A78-39D7-8709-7686BD2057C8> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x902a1000 - 0x905fdfff  com.apple.MediaToolbox (1.0 - 705.35) <425BD613-CB66-3BE1-8DDC-1B59561A1F5F> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbox
    0x90722000 - 0x90b24ff6  libLAPACK.dylib (??? - ???) <00BE0221-8564-3F87-9F6B-8A910CF2F141> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libLAPACK.dylib
    0x90b63000 - 0x90b6cff3  com.apple.CommonAuth (2.1 - 2.0) <94EA2555-212C-3704-8307-FCEE5D6D32C5> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
    0x90d51000 - 0x911a6fff  FaceCoreLight (1.4.2 - compatibility 1.0.0) <53AC5DCE-D04B-3DC3-808D-AA1CAD4D0924> /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLight
    0x911a8000 - 0x9120dff7  libvDSP.dylib (325.3.0 - compatibility 1.0.0) <1C4B66EB-3186-31BE-B93F-878E49334C49> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libvDSP.dylib
    0x9120e000 - 0x9122aff5  com.apple.GenerationalStorage (1.0 - 124) <0BC29510-6C26-3445-88B7-21502CAFF372> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalSt orage
    0x9122b000 - 0x912b5ffb  com.apple.SearchKit (1.4.0 - 1.4.0) <C8567435-9CD1-35EE-AE05-304D28858C42> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framewo rk/Versions/A/SearchKit
    0x912b6000 - 0x912f2ffa  libGLImage.dylib (??? - ???) <7A150184-E3F7-3773-917A-A5E24B9241FA> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
    0x9152c000 - 0x9157aff3  com.apple.ImageCaptureCore (3.0 - 3.0) <16B80ABD-DCDA-34AA-A539-F36A4D39CB03> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCore
    0x9157b000 - 0x915afff3  libTrueTypeScaler.dylib (??? - ???) <FF162272-243C-321C-B152-AD81B3171C54> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/Resources/libTrueTypeScaler.dylib
    0x915b0000 - 0x91644ff7  com.apple.LaunchServices (480.19 - 480.19) <A68C0688-4ED1-35F1-BF44-F5B1917084A0> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.fr amework/Versions/A/LaunchServices
    0x91645000 - 0x920caffe  com.apple.AppKit (6.7 - 1138) <1CEDE402-32DD-3C10-B3B3-8C3DDBE8335D> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x920cb000 - 0x920d3fff  com.apple.DiskArbitration (2.4 - 2.4) <E574D5E7-7297-33B5-8B91-1E6346D5F917> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x920fe000 - 0x9212cffb  com.apple.DictionaryServices (1.2 - 158) <C614930F-520D-3F77-AD0D-0E16FBCB98CE> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryService s.framework/Versions/A/DictionaryServices
    0x9212d000 - 0x92146fff  libPng.dylib (??? - ???) <2C47E152-240A-36A7-87A8-3856EDFF2FE8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/Resources/libPng.dylib
    0x92147000 - 0x92149ff9  com.apple.securityhi (4.0 - 1) <BD367302-73C3-32F4-8080-E389AE89E434> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Ve rsions/A/SecurityHI
    0x9214a000 - 0x9214dfff  com.apple.AppleSystemInfo (1.0 - 1) <D2F60873-ECB1-30A8-A02E-E772F969116E> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSystemInfo
    0x9214e000 - 0x9214efff  com.apple.Accelerate.vecLib (3.7 - vecLib 3.7) <CB952B04-595A-332B-992B-7671815750FD> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/vecLib
    0x923f9000 - 0x923f9fff  com.apple.Accelerate (1.7 - Accelerate 1.7) <881C1C85-2DEC-38DE-BC97-7804BC907282> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x92445000 - 0x924a5ffb  com.apple.audio.CoreAudio (4.0.0 - 4.0.0) <6026C895-3DC6-3785-A7BB-2F2B9E292D95> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x924a6000 - 0x9252dfff  com.apple.print.framework.PrintCore (7.0 - 366) <D037D344-7463-3620-AE8F-8D0D3EA5CE8E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore. framework/Versions/A/PrintCore
    0x9257f000 - 0x92583fff  com.apple.CommonPanels (1.2.5 - 94) <3A988595-DE53-34ED-9367-C9A737E2AF38> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/ Versions/A/CommonPanels
    0x929ba000 - 0x929f6fff  libcups.2.dylib (2.9.0 - compatibility 2.0.0) <8CB51735-ABE4-37AD-9019-845BB768955F> /usr/lib/libcups.2.dylib
    0x929f7000 - 0x929f7ffe  libkeymgr.dylib (23.0.0 - compatibility 1.0.0) <7F0E8EE2-9E8F-366F-9988-E2F119DB9A82> /usr/lib/system/libkeymgr.dylib
    0x92a04000 - 0x92a44ff7  libauto.dylib (??? - ???) <36E7FE7F-27DF-3301-80AA-DD61FBF722F4> /usr/lib/libauto.dylib
    0x92a45000 - 0x92a48ffc  libpam.2.dylib (3.0.0 - compatibility 3.0.0) <6FFDBD60-5EC6-3EFA-996B-EE030443C16C> /usr/lib/libpam.2.dylib
    0x92a79000 - 0x92bdaffb  com.apple.QuartzCore (1.7 - 269.0) <221FF6A0-9C2C-3977-BC2A-A84C392BA49B> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x92bdb000 - 0x92c50fff  com.apple.Metadata (10.7.0 - 627.9) <1EF7D615-3DF4-3F5D-88CE-6BDFA120FE32> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framewor k/Versions/A/Metadata
    0x92c51000 - 0x92c5efff  libGL.dylib (??? - ???) <C1C549FC-FF7F-3012-9DF5-5255217B4AEA> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x92c5f000 - 0x92cebff7  com.apple.CoreText (4.0.0 - ???) <2ADB0C1E-FE27-371C-8EC3-69D5CFEA2BE7> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.f ramework/Versions/A/CoreText
    0x92d28000 - 0x92d33ffc  com.apple.NetAuth (1.0 - 3.0) <C07853C0-AF32-3633-9CEF-2480860C12C5> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
    0x92d34000 - 0x92d3bfff  com.apple.agl (3.1.4 - AGL-3.1.4) <CCCE2A89-026B-3185-ABEA-68D268353164> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x92d3c000 - 0x92f12fef  com.apple.CoreFoundation (6.7 - 635) <4EE0D62E-5342-3A9F-A740-DA1D5AEBB1B0> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x92f16000 - 0x93025ff7  libsqlite3.dylib (9.6.0 - compatibility 9.0.0) <01987A45-9270-30FD-8A67-5E53DB637909> /usr/lib/libsqlite3.dylib
    0x93057000 - 0x930cfff2  com.apple.CorePDF (3.0 - 3.0) <A0EC8F60-A622-347E-979A-F71939C45E5F> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
    0x930df000 - 0x930dffff  com.apple.audio.units.AudioUnit (1.7 - 1.7) <75E38B34-1DE2-337A-A09F-0F7E91C02ABB> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x930e2000 - 0x93353ffb  com.apple.CoreImage (7.77 - 1.0.1) <DF1D9EB7-5879-3EA2-8CF5-80004DAC18BC> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework /Versions/A/CoreImage
    0x933d3000 - 0x933d4fff  libDiagnosticMessagesClient.dylib (??? - ???) <DB3889C2-2FC2-3087-A2A2-4C319455E35C> /usr/lib/libDiagnosticMessagesClient.dylib
    0x933e6000 - 0x933ebffd  libGFXShared.dylib (??? - ???) <7C55BE22-CDB5-3192-B7F0-96EA754A20AC> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
    0x93502000 - 0x9357eff3  com.apple.PDFKit (2.6 - 2.6) <484AB8A4-E967-3B2F-BEFE-4B74F72B65A2> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framework/Versio ns/A/PDFKit
    0x9357f000 - 0x93972ff7  com.apple.VideoToolbox (1.0 - 705.35) <B0D04F08-D3EB-370A-A56F-8AF01116B0D0> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbox
    0x93973000 - 0x939a1fe7  libSystem.B.dylib (159.0.0 - compatibility 1.0.0) <FA9B75F7-B989-3DD3-97FD-373EB95C5BA8> /usr/lib/libSystem.B.dylib
    0x939f4000 - 0x93ad7ff7  libcrypto.0.9.8.dylib (0.9.8 - compatibility 0.9.8) <6E631200-1E22-37B9-85D1-EC40520891AB> /usr/lib/libcrypto.0.9.8.dylib
    0x93ad9000 - 0x93b02ffe  com.apple.opencl (1.50.62 - 1.50.62) <52059AB5-8E0D-356E-98AA-71A4777CBE57> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x93b0e000 - 0x93ec6ffb  com.apple.SceneKit (2.0 - 124) <D1B359EA-7637-31D0-800E-8E816B1F4475> /System/Library/PrivateFrameworks/SceneKit.framework/Versions/A/SceneKit
    0x93fd9000 - 0x94004fff  com.apple.GSS (2.1 - 2.0) <129F4AB0-41AC-3713-A7BC-921769B0E12D> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
    0x94005000 - 0x94005ff0  com.apple.ApplicationServices (41 - 41) <BED33E1D-C95C-3654-9A3A-0CB3607F9F10> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
    0x94006000 - 0x94033ff7  com.apple.securityinterface (5.0 - 55004) <93C0285A-A266-3F21-82C9-434CBD3FA712> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInterface
    0x94034000 - 0x940cfff3  com.apple.ink.framework (1.3.2 - 110) <9F6F37F9-999E-30C5-93D0-E48D4B5E20CD> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/ A/Ink
    0x940d0000 - 0x9419fffb  com.apple.ImageIO.framework (3.1.0 - 3.1.0) <A482C10A-C474-39DC-AB3C-EADBCF3A433B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/ImageIO
    0x942a5000 - 0x942afff2  com.apple.audio.SoundManager (3.9.4 - 3.9.4) <D23C4761-6492-3974-B4D2-495082B8B7A6> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.framework/V ersions/A/CarbonSound
    0x942b0000 - 0x94561ff7  com.apple.security (7.0 - 55010) <28168576-1B8C-3FE8-9356-DE79390A480A> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x945f1000 - 0x947a5ff3  libicucore.A.dylib (46.1.0 - compatibility 1.0.0) <6270318A-CA9A-376C-AD6D-64A9B4B4A26E> /usr/lib/libicucore.A.dylib
    0x94ad0000 - 0x94ad2ffb  libRadiance.dylib (??? - ???) <5112B7CE-BAAF-3E98-94E4-676BCB92867F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/Resources/libRadiance.dylib
    0x94ad3000 - 0x94ad4ff7  libsystem_sandbox.dylib (??? - ???) <BC0A04E9-4F28-3BC8-AA7B-63C3451E9212> /usr/lib/system/libsystem_sandbox.dylib
    0x94b01000 - 0x94b68fff  libc++.1.dylib (19.0.0 - compatibility 1.0.0) <3AFF3CE8-14AE-300F-8F63-8B7FB9D4DA96> /usr/lib/libc++.1.dylib
    0x94b69000 - 0x94b6dffd  IOSurface (??? - ???) <97E875C2-9F1A-3FBA-B80C-594892A02621> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x94b6e000 - 0x94b71ff7  libcompiler_rt.dylib (6.0.0 - compatibility 1.0.0) <7F6C14CC-0169-3F1B-B89C-372F67F1F3B5> /usr/lib/system/libcompiler_rt.dylib
    0x94b72000 - 0x94b7dffb  com.apple.speech.recognition.framework (4.0.19 - 4.0.19) <17C11291-5B27-3BE2-8614-7A806745EE8A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.frame work/Versions/A/SpeechRecognition
    0x94b7e000 - 0x94cd0ffb  com.apple.audio.toolbox.AudioToolbox (1.7 - 1.7) <5767C518-343D-36DB-8D59-C72986161AEC> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x94cd1000 - 0x94cfbff0  libpcre.0.dylib (1.1.0 - compatibility 1.0.0) <5CAA1478-97E0-31EA-8F50-BF09D665DD84> /usr/lib/libpcre.0.dylib
    0x94cfc000 - 0x94d00ffa  libcache.dylib (47.0.0 - compatibility 1.0.0) <98A82BC5-0DD9-3212-9CAE-35A77278EEB6> /usr/lib/system/libcache.dylib
    0x94d01000 - 0x94de9fff  libxml2.2.dylib (10.3.0 - compatibility 10.0.0) <ED3F5E83-8C76-3D46-B2FF-0D5BDF8970C5> /usr/lib/libxml2.2.dylib
    0x94dea000 - 0x94e3bff9  com.apple.ScalableUserInterface (1.0 - 1) <C3FA7E40-0213-3ABC-A006-2CB00B6A7EAB> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableUserInterfa ce.framework/Versions/A/ScalableUserInterface
    0x94e3c000 - 0x9513fff7  com.apple.Foundation (6.7 - 833.1) <94BFFEDD-0676-368D-B4C6-8784E1DA4306> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x95140000 - 0x95141ffd  libCVMSPluginSupport.dylib (??? - ???) <8057030D-B290-3A8B-9828-3A1BD123B124> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dyl ib
    0x95142000 - 0x95142fff  com.apple.Carbon (153 - 153) <6FF98F0F-2CDE-3888-A304-4ED447D24CE3> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x9515b000 - 0x9517afff  com.apple.RemoteViewServices (1.0 - 1) <D9810485-6A62-3758-96F5-48950AF250F1> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServi ces
    0x9517b000 - 0x9517bfff  com.apple.quartzframework (1.5 - 1.5) <EF66BF08-620E-3D11-87D4-35D0B0CD1F6D> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x9518c000 - 0x9519fff9  com.apple.MultitouchSupport.framework (220.62 - 220.62) <5BD8730D-43A4-3040-9EA3-0BDA52A392A9> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSuppor t
    0x951a0000 - 0x951fcff3  com.apple.Symbolication (1.2 - 83.1) <E651A2F1-CC13-3DDD-9B0A-09180014966B> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
    0x958b6000 - 0x958bcffb  com.apple.print.framework.Print (7.0 - 247) <1140BB03-0720-308F-8D92-F71B347D63D6> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Version s/A/Print
    0x958bd000 - 0x958cbfff  com.apple.opengl (1.7.4 - 1.7.4) <C6DE3D3A-CC1F-3F55-B8DD-2637FA40058F> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x958cc000 - 0x958fcff7  libsystem_info.dylib (??? - ???) <C385F5A9-458A-3B49-9CC7-EA81DC5F9141> /usr/lib/system/libsystem_info.dylib
    0x95906000 - 0x95b24ff7  com.apple.imageKit (2.1 - 1.0) <0B16E64D-597C-3ECE-8076-7991AF7D6820> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Vers ions/A/ImageKit
    0x96552000 - 0x96577ff9  libJPEG.dylib (??? - ???) <5872B388-D6CC-3DD4-A2F3-8BB464E83D14> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/Resources/libJPEG.dylib
    0x96578000 - 0x966a1ff9  com.apple.CFNetwork (520.0.13 - 520.0.13) <B21DE9ED-1D99-39C0-9E24-77D2A48FBFEF> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framewo rk/Versions/A/CFNetwork
    0x966a2000 - 0x967b6ff3  com.apple.QuickTimeImporters.component (7.7.1 - 2246) <AB6ABF7E-22FD-3EEF-A9A4-55EC16092D15> /System/Library/QuickTime/QuickTimeImporters.component/Contents/MacOS/QuickTimeImporters
    0x967b7000 - 0x97507fe3  com.apple.QuickTimeComponents.component (7.7.1 - 2246) <AD39FCD8-72EB-32C4-9B3F-5776BD3ECA52> /System/Library/QuickTime/QuickTimeComponents.component/Contents/MacOS/QuickTimeComponent s
    0x97550000 - 0x975cbffb  com.apple.ApplicationServices.ATS (5.0 - ???) <8DF22F1E-7600-3ADA-BFC1-F6FA79914171> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/ATS
    0x975cc000 - 0x975cdfff  libsystem_blocks.dylib (53.0.0 - compatibility 1.0.0) <B04592B1-0924-3422-82FF-976B339DF567> /usr/lib/system/libsystem_blocks.dylib
    0x97608000 - 0x97608fff  com.apple.Cocoa (6.6 - ???) <650273EF-1ABC-334E-B745-B75AF028F9F4> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x97609000 - 0x9760dfff  libGIF.dylib (??? - ???) <F6094267-AB0E-38FC-8201-510AA4BDC974> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/Resources/libGIF.dylib
    0x9760e000 - 0x9762bff3  com.apple.openscripting (1.3.3 - ???) <31A51238-0CA1-38C7-9F0E-8A6676EE3241> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework /Versions/A/OpenScripting
    0x9762c000 - 0x97642ffe  libxpc.dylib (77.16.0 - compatibility 1.0.0) <2EAF3E13-19FA-3EF2-88D6-64ACBC3A6ADB> /usr/lib/system/libxpc.dylib
    0x97643000 - 0x97ca865b  com.apple.CoreGraphics (1.600.0 - ???) <DD3B7ADA-0F19-371E-BB87-F3C08464134A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphi cs.framework/Versions/A/CoreGraphics
    0x980b0000 - 0x980c0fff  com.apple.LangAnalysis (1.7.0 - 1.7.0) <6D6F0C9D-2EEA-3578-AF3D-E2A09BCECAF3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalys is.framework/Versions/A/LangAnalysis
    0x980c1000 - 0x98197ff6  com.apple.QuickLookUIFramework (3.0 - 489.1) <DC6303F6-F343-37C5-AE54-F5FD606FE78C> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.framework/V ersions/A/QuickLookUI
    0x98198000 - 0x9826eff3  com.apple.avfoundation (2.0 - 180.23) <428C1F5D-B786-3392-ADF4-43572D1722DE> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation
    0x982b3000 - 0x98303ff9  com.apple.QuickLookFramework (3.0 - 489.1) <46E053F5-E7CC-3358-93AF-635837E4ECCA> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x98304000 - 0x9830bfff  libnotify.dylib (80.0.0 - compatibility 1.0.0) <B3B3875D-311D-31A7-A09F-D1BC56795E00> /usr/lib/system/libnotify.dylib
    0x98334000 - 0x98334fff  com.apple.vecLib (3.7 - vecLib 3.7) <A01CD788-26FB-320F-8617-5A7DF0F9031E> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x98413000 - 0x9841bff3  liblaunch.dylib (392.18.0 - compatibility 1.0.0) <CD470A1E-0147-3CB1-B44D-0B61F9061826> /usr/lib/system/liblaunch.dylib
    0x9841c000 - 0x9841dfff  com.apple.TrustEvaluationAgent (2.0 - 1) <EABDA7EE-A98F-35B8-9E3E-7075BA651C68> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluati onAgent
    0x985b5000 - 0x985ddff7  libxslt.1.dylib (3.24.0 - compatibility 3.0.0) <FCAC685A-724F-3FE7-8416-146108DF75FB> /usr/lib/libxslt.1.dylib
    0x985de000 - 0x985dfff0  libunc.dylib (24.0.0 - compatibility 1.0.0) <BCD277D0-4271-3E96-A4A2-85669DBEE2E2> /usr/lib/system/libunc.dylib
    0x985e0000 - 0x985e8ffb  com.apple.DisplayServicesFW (2.5.0 - 302.1.2) <AD856B0D-3602-3C37-8B64-C6BB53A6F248> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices
    0x98626000 - 0x9865cfff  com.apple.DebugSymbols (2.1 - 85) <0F996A4A-16A7-3C90-8037-0E2958D1FB16> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
    0x9865d000 - 0x98668fff  libkxld.dylib (??? - ???) <088640F2-429D-3368-AEDA-3C308C4EB80C> /usr/lib/system/libkxld.dylib
    0x98682000 - 0x98690fff  libz.1.dylib (1.2.5 - compatibility 1.0.0) <E73A4025-835C-3F73-9853-B08606E892DB> /usr/lib/libz.1.dylib
    0x986b2000 - 0x98702fff  libFontRegistry.dylib (??? - ???) <BC35B8F5-7CCA-3A04-A278-FA3306B2C4F8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/Resources/libFontRegistry.dylib
    0x98703000 - 0x9870bff5  libcopyfile.dylib (85.1.0 - compatibility 1.0.0) <A1BFC320-616A-30AA-A41E-29D7904FC4C7> /usr/lib/system/libcopyfile.dylib
    0x9874d000 - 0x987aaffb  com.apple.htmlrendering (76 - 1.1.4) <743C2943-40BC-36FB-A45C-3421A394F081> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering.framework /Versions/A/HTMLRendering
    0x987ab000 - 0x98a30fe3  com.apple.QuickTime (7.7.1 - 2246) <56DF434A-D929-350C-86D5-684089D0EDFB> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x98a31000 - 0x98a53ff1  com.apple.PerformanceAnalysis (1.10 - 10) <45B10D4C-9B3B-37A6-982D-687A6F9EEA28> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAna lysis
    0x98a54000 - 0x98a5bff5  libsystem_dnssd.dylib (??? - ???) <B3217FA8-A7D6-3C90-ABFC-2E54AEF33547> /usr/lib/system/libsystem_dnssd.dylib
    0x98acb000 - 0x99146ff9  com.apple.CoreAUC (6.11.03 - 6.11.03) <E8553EC9-6A7E-339E-B346-A5853649D3A0> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
    0x991ea000 - 0x991eeff3  libsystem_network.dylib (??? - ???) <E1455F3E-549B-3D50-A38B-17B394F3C7F6> /usr/lib/system/libsystem_network.dylib
    0x99200000 - 0x9920bff3  libCSync.A.dylib (600.0.0 - compatibility 64.0.0) <11726E50-E6FC-3AB0-8750-DDDCCF2B8534> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphi cs.framework/Versions/A/Resources/libCSync.A.dylib
    0x99241000 - 0x992a5fff  com.apple.framework.IOKit (2.0 - ???) <B5888D02-8C36-3404-A37E-7457D950D629> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x992a6000 - 0x99371fff  libsystem_c.dylib (763.11.0 - compatibility 1.0.0) <44AA09FD-3A8F-3DCF-AD98-BC9071CA7376> /usr/lib/system/libsystem_c.dylib
    0x99372000 - 0x99394ffe  com.apple.framework.familycontrols (3.0 - 300) <AE51B604-D32D-32F7-AEDC-B1C4EB7191C6> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls
    0x99395000 - 0x99403fff  com.apple.Heimdal (2.1 - 2.0) <5BA5BFA4-0B05-3B00-AF06-C3D0D60F36BC> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
    0x9946d000 - 0x9946dfff  libdnsinfo.dylib (395.6.0 - compatibility 1.0.0) <959E5139-EB23-3529-8881-2BCB5724D1A9> /usr/lib/system/libdnsinfo.dylib
    0x9946e000 - 0x99491fff  com.apple.CoreVideo (1.7 - 70.0) <0CBE6F3B-34C7-3C6B-9BB1-826F9905ECC1> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x995c3000 - 0x995d3ff7  libCRFSuite.dylib (??? - ???) <CE616EF3-756A-355A-95AD-3472A876BEB9> /usr/lib/libCRFSuite.dylib
    0x995ea000 - 0x99610ffb  com.apple.quartzfilters (1.7.0 - 1.7.0) <9C8F1F3D-D570-3F5C-9B31-5B5B82161CDE> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters.framework /Versions/A/QuartzFilters
    0x99611000 - 0x9983affb  com.apple.QuartzComposer (5.0 - 232) <B25A191A-B96D-3BB0-B7D5-FDE4A97DFD06> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framewor k/Versions/A/QuartzComposer
    0x9983b000 - 0x99842ffd  com.apple.NetFS (4.0 - 4.0) <D0D59145-D211-3E7C-9062-35A2833FA99B> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x99843000 - 0x99d1fff6  libBLAS.dylib (??? - ???) <327C1517-2B63-3D8C-8D8E-CB4EBA2A9C36> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libBLAS.dylib
    0x99d20000 - 0x99d78fff  com.apple.HIServices (1.9 - ???) <058E00E0-F1B4-395F-813E-C49C0C5F3BA9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices .framework/Versions/A/HIServices
    0x99d9e000 - 0x99ebefec  com.apple.vImage (5.0 - 5.0) <173F6343-07EE-39F7-A159-DD3837E473DE> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Ve rsions/A/vImage
    0x99ebf000 - 0x9a021fff  com.apple.QTKit (7.7.1 - 2246) <3BFE9BE6-4DDD-3D21-9695-0ECE773128E6> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x9a022000 - 0x9a23cff7  com.apple.JavaScriptCore (7534 - 7534.48) <430C2E37-5E97-3C16-9BC9-D8478F7A6CF6> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x9a23d000 - 0x9a240ffb  com.apple.help (1.3.2 - 42) <DDCEBA10-5CDE-3ED2-A52F-5CD5A0632CA2> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions /A/Help
    0x9a5c2000 - 0x9a5d7ff7  com.apple.ImageCapture (7.0 - 7.0) <116BC0CA-428E-396F-85DF-52793034D2A0> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/ Versions/A/ImageCapture
    0x9a5d8000 - 0x9a5dbff7  libmathCommon.A.dylib (2026.0.0 - compatibility 1.0.0) <69357047-7BE0-3360-A36D-000F55E39336> /usr/lib/system/libmathCommon.A.dylib
    0x9a607000 - 0x9a625ff7  libsystem_kernel.dylib (1699.22.73 - compatibility 1.0.0) <D32C2E9C-8184-3FAF-8694-99FC619FC71B> /usr/lib/system/libsystem_kernel.dylib
    0x9a626000 - 0x9a71eff7  libFontParser.dylib (??? - ???) <C428D41A-8635-3423-A2F0-8BA9819F212B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/Resources/libFontParser.dylib
    0x9a71f000 - 0x9a8b8ff7  com.apple.CoreData (103 - 358.4) <EB07F3A5-6301-3DA4-96FC-F8381D148C69> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x9a8b9000 - 0x9a90aff3  com.apple.CoreMediaIO (201.0 - 3148) <C37D84D8-69B2-3375-B988-4EEB2B1A3DF4> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
    0x9a90b000 - 0x9a90cff7  libquarantine.dylib (36.0.0 - compatibility 1.0.0) <70782AEC-8933-3EB4-91CA-E44C0E768C90> /usr/lib/system/libquarantine.dylib
    0x9a94a000 - 0x9a9b4ff3  com.apple.CoreSymbolication (2.1 - 66) <B11C9057-1611-36A5-81F6-2C97A7047321> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolicatio n
    0x9a9b5000 - 0x9a9cffff  com.apple.Kerberos (1.0 - 1) <25E5A286-876D-3A8E-A12F-52D184559E8C> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x9a9d0000 - 0x9ad0fff3  com.apple.HIToolbox (1.7 - ???) <A9583F07-218D-35CD-B29C-C65E6D008836> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Ver sions/A/HIToolbox
    0x9ad10000 - 0x9ad60ff4  libTIFF.dylib (??? - ???) <25796A90-ABD2-3A3A-800C-1056D343A71F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/Resources/libTIFF.dylib
    0x9ad8a000 - 0x9ad8bff5  libremovefile.dylib (21.0.0 - compatibility 1.0.0) <9A1E12B7-F822-3544-8E1D-A6DC81E1F2E6> /usr/lib/system/libremovefile.dylib
    0x9adc0000 - 0x9adc6ffd  com.apple.CommerceCore (1.0 - 17) <71641C17-1CA7-3AC9-974E-AAC9EB641035> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCor e.framework/Versions/A/CommerceCore
    0x9adc7000 - 0x9add5fff  libdispatch.dylib (187.5.0 - compatibility 1.0.0) <1883C8E2-D180-3EA0-8BEF-325F2FEDACD1> /usr/lib/system/libdispatch.dylib
    0x9b3d3000 - 0x9b46aff3  com.apple.securityfoundation (5.0 - 55005) <F5A98CC2-11C6-34F3-8F72-75B642627630> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
    0x9b46b000 - 0x9b4f8fe7  libvMisc.dylib (325.3.0 - compatibility 1.0.0) <A44ADE1B-AB2C-3585-8C9D-D85B526E66C0> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libvMisc.dylib
    0x9b65a000 - 0x9b69dffd  libcommonCrypto.dylib (55010.0.0 - compatibility 1.0.0) <4BA1F5F1-F0A2-3FEB-BB62-F514DCBB3725> /usr/lib/system/libcommonCrypto.dylib
    0x9b69e000 - 0x9b6a6ff3  libunwind.dylib (30.0.0 - compatibility 1.0.0) <E8DA8CEC-12D6-3C8D-B2E2-5D567C8F3CB5> /usr/lib/system/libunwind.dylib
    0x9b6e6000 - 0x9b6fbfff  com.apple.speech.synthesis.framework (4.0.74 - 4.0.74) <92AADDB0-BADF-3B00-8941-B8390EDC931B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynt hesis.framework/Versions/A/SpeechSynthesis
    0x9b6fc000 - 0x9b719fff  libresolv.9.dylib (46.0.0 - compatibility 1.0.0) <95AE43ED-6C52-3B39-89B6-54C81C62F1FF> /usr/lib/libresolv.9.dylib
    0x9b71a000 - 0x9b7befff  com.apple.QD (3.12 - ???) <68CBE425-43BA-3E6D-8668-A4A67396E20D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framewo rk/Versions/A/QD
    0x9b7bf000 - 0x9b8d0ff7  libJP2.dylib (??? - ???) <E938C201-C508-3E3D-B9A9-81FE52349E1B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/Resources/libJP2.dylib
    0x9b8d3000 - 0x9b8d4ffd  com.apple.MonitorPanelFramework (1.4.0 - 1.4.0) <45AC1CB9-2A81-3FEA-9BA4-E9BBA2582A28> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPanel
    0x9b8d5000 - 0x9b92eff3  com.apple.coreui (0.3 - 162) <BD3FBC84-234A-38E0-AA29-DE0424D3FD16> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x9b92f000 - 0x9b96dfff  com.apple.NavigationServices (3.6 - 192) <CB7AE807-9292-3EBA-A5F5-D7DCEE28A5B7> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationServices.fram ework/Versions/A/NavigationServices
    0x9b96e000 - 0x9b9b5fff  com.apple.SystemConfiguration (1.11 - 1.11) <A7769080-2A4F-36AF-9484-08A936690307> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
    0x9ba98000 - 0x9baafff8  com.apple.CoreMediaAuthoring (2.0 - 889) <49B55753-BD7E-3889-BA60-15294DA49CB7> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreMediaAuthor ing
    0x9bab4000 - 0x9bbbfffb  com.apple.DesktopServices (1.6.0 - 1.6.0) <66E2BD3A-958A-3F46-8DA0-C0F2358013B0> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopService sPriv
    0x9bc63000 - 0x9bca4ff7  com.apple.CoreMedia (1.0 - 705.35) <8A487271-FBEA-357A-8887-27BAA355314C> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x9bca5000 - 0x9bca8ff9  libCGXType.A.dylib (600.0.0 - compatibility 64.0.0) <B9344DE6-B84D-352C-95AD-EF73A68B8A10> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphi cs.framework/Versions/A/Resources/libCGXType.A.dylib
    0x9bcd9000 - 0x9bd3bffb  com.apple.datadetectorscore (3.0 - 179.3) <18117942-9D6F-3283-B8B0-03C7550CA2EB> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCor e
    0x9bd3c000 - 0x9bdfcff3  com.apple.ColorSync (4.7.0 - 4.7.0) <50767823-56BA-373D-BC5A-37B17B659838> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync. framework/Versions/A/ColorSync
    0x9be26000 - 0x9be37fff  libbsm.0.dylib (??? - ???) <54ACF696-87C6-3652-808A-17BE7275C230> /usr/lib/libbsm.0.dylib
    0x9be38000 - 0x9be9aff3  libstdc++.6.dylib (52.0.0 - compatibility 7.0.0) <266CE9B3-526A-3C41-BA58-7AE66A3B15FD> /usr/lib/libstdc++.6.dylib
    0x9be9d000 - 0x9c19dfff  com.apple.CoreServices.CarbonCore (960.13 - 960.13) <E098AC3A-E795-3C28-BA92-EED51C461A6F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framew ork/Versions/A/CarbonCore
    0x9c1b3000 - 0x9c289a5b  libobjc.A.dylib (228.0.0 - compatibility 1.0.0) <A0EDB351-4B9D-3AA2-9D1A-0C22204FCCD3> /usr/lib/libobjc.A.dylib
    0x9c28d000 - 0x9c37dff1  libiconv.2.dylib (7.0.0 - compatibility 7.0.0) <9E5F86A3-8405-3774-9E0C-3A074273C96D> /usr/lib/libiconv.2.dylib
    0x9c37e000 - 0x9c3a6ff0  com.apple.CoreServicesInternal (113.7 - 113.7) <F5724FAC-8BB8-3F0F-B8BC-36F2CA75A23D> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesI nternal
    0x9c5c6000 - 0x9c60fff7  libGLU.dylib (??? - ???) <3524C956-C8B2-3E8B-805D-9E25E5481A58> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x9c616000 - 0x9c617fff  liblangid.dylib (??? - ???) <C8C204E9-1785-3785-BBD7-22D59493B98B> /usr/lib/liblangid.dylib
    0xba900000 - 0xba91bffd  libJapaneseConverter.dylib (54.0.0 - compatibility 1.0.0) <5635DF40-8D8E-3B8C-B075-7B3FC0F184A4> /System/Library/CoreServices/Encodings/libJapaneseConverter.dylib
    0xbab00000 - 0xbab21ff6  libKoreanConverter.dylib (54.0.0 - compatibility 1.0.0) <17226124-8E8A-34EB-A2C4-D4A0469CF45B> /System/Library/CoreServices/Encodings/libKoreanConverter.dylib
    External Modification Summary:
      Calls made by other processes targeting this process:
        task_for_pid: 2
        thread_create: 0
        thread_set_state: 0
      Calls made by this process:
        task_for_pid: 0
        thread_create: 0
        thread_set_state: 0
      Calls made by all processes on this machine:
        task_for_pid: 1887
        thread_create: 0
        thread_set_state: 0
    VM Region Summary:
    ReadOnly portion of Libraries: Total=195.3M resident=118.1M(60%) swapped_out_or_unallocated=77.2M(40%)
    Writable regions: Total=110.1M written=28.5M(26%) resident=33.5M(30%) swapped_out=0K(0%) unallocated=76.6M(70%)
    REGION TYPE                      VIRTUAL
    ===========                      =======
    ATS (font support)                33.0M
    CG backing stores                  224K
    CG image                            12K
    CG raster data                      64K
    CG shared images                  3416K
    CoreGraphics                          8K
    CoreServices                      1656K
    MALLOC                            31.9M
    MALLOC guard page                    32K
    Memory tag=240                    14.3M
    Memory tag=242                      12K
    Memory tag=243                        4K
    Memory tag=249                      156K
    SQLite page cache                  192K
    Stack                              67.6M
    VM_ALLOCATE                        53.7M
    __CI_BITMAP                          80K
    __DATA                            11.6M
    __DATA/__OBJC                      224K
    __IMAGE                            1256K
    __IMPORT                            68K
    __LINKEDIT                        43.1M
    __OBJC                            2624K
    __OBJC/__DATA                        76K
    __PAGEZERO                            4K
    __TEXT                            152.2M
    __UNICODE                          544K
    mapped file                      110.1M
    shared memory                      312K
    shared pmap                        6728K
    ===========                      =======
    TOTAL                            534.7M
    Model: MacBookPro5,2, BootROM MBP52.008E.B05, 2 processors, Intel Core 2 Duo, 3.06 GHz, 4 GB, SMC 1.42f4
    Graphics: NVIDIA GeForce 9600M GT, NVIDIA GeForce 9600M GT, PCIe, 512 MB
    Graphics: NVIDIA GeForce 9400M, NVIDIA GeForce 9400M, PCI, 256 MB
    Memory Module: BANK 0/DIMM0, 2 GB, DDR3, 1067 MHz, 0x80CE, 0x4D34373142353637334548312D4346382020
    Memory Module: BANK 1/DIMM0, 2 GB, DDR3, 1067 MHz, 0x80CE, 0x4D34373142353637334548312D4346382020
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x8D), Broadcom BCM43xx 1.0 (5.100.98.75.6)
    Bluetooth: Version 2.5.0f17, 2 service, 12 devices, 1 incoming serial ports
    Network Service: AirPort, AirPort, en1
    Serial ATA Device: ST9500420ASG, 500.11 GB
    Serial ATA Device: HL-DT-ST DVDRW  GS21N
    USB Device: Built-in iSight, apple_vendor_id, 0x8507, 0x24400000 / 2
    USB Device: Apple Internal Keyboard / Trackpad, apple_vendor_id, 0x0236, 0x04600000 / 3
    USB Device: IR Receiver, apple_vendor_id, 0x8242, 0x04500000 / 2
    USB Device: BRCM2046 Hub, 0x0a5c  (Broadcom Corp.), 0x4500, 0x06100000 / 2
    USB Device: Bluetooth USB Host Controller, apple_vendor_id, 0x8217, 0x06110000 / 3

    Hi Chris,
        He did indeed try the release build, and here is the stack dump. I hope this helps!
    Process:        YNAB 3 [5177]
    Path:            /Applications/YNAB 3/YNAB 3.app/Contents/MacOS/YNAB 3
    Identifier:      com.youneedabudget.YNAB3.Live.9C763150EFAB05FD2A2B78705C7A54E2FCDDE07D.1
    Version:        3.5.3.4 (???)
    Code Type:      X86 (Native)
    Parent Process:  launchd [131]
    Date/Time:      2011-09-25 18:25:54.606 -0600
    OS Version:      Mac OS X 10.7.1 (11B26)
    Report Version:  9
    Interval Since Last Report:          206421 sec
    Crashes Since Last Report:          1
    Per-App Interval Since Last Report:  92 sec
    Per-App Crashes Since Last Report:  1
    Anonymous UUID:                      F1E1AA94-7BE2-4C59-BC1D-FFAC570B2F5F
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_BAD_ACCESS (SIGBUS)
    Exception Codes: KERN_PROTECTION_FAILURE at 0x0000000000000000
    VM Regions Near 0:
    --> __PAGEZERO            0000000000000000-0000000000001000 [    4K] ---/--- SM=NUL  /Applications/YNAB 3/YNAB 3.app/Contents/MacOS/YNAB 3
        __TEXT                0000000000001000-0000000000007000 [  24K] r-x/rwx SM=COW  /Applications/YNAB 3/YNAB 3.app/Contents/MacOS/YNAB 3
    Application Specific Information:
    objc[5177]: garbage collection is OFF
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0  WebKit.dylib                      0x0cced27b WebKitGetAPI + 639273
    1  WebKit.dylib                      0x0ccdac6f WebKitGetAPI + 563997
    2  WebKit.dylib                      0x0ccda64c WebKitGetAPI + 562426
    3  WebKit.dylib                      0x0ccf7449 WebKitGetAPI + 680695
    4  WebKit.dylib                      0x0ccf8849 WebKitGetAPI + 685815
    5  WebKit.dylib                      0x0d0412da WebKitGetAPI + 4129160
    6  WebKit.dylib                      0x0d03ef99 WebKitGetAPI + 4120135
    7  WebKit.dylib                      0x0cc51111 0xcc4b000 + 24849
    8  com.adobe.AIR                    0x02f305b6 FREGetObjectAsInt32 + 17116
    9  com.adobe.AIR                    0x02f306b0 FREGetObjectAsInt32 + 17366
    10  com.adobe.AIR                    0x027bab72 0x2789000 + 203634
    11  com.adobe.AIR                    0x027ac188 0x2789000 + 143752
    12  com.adobe.AIR                    0x027ac9b5 0x2789000 + 145845
    13  com.adobe.AIR                    0x0279d272 0x2789000 + 82546
    14  com.apple.Foundation              0x9ba5151d __-[NSNotificationCenter addObserver:selector:name:object:]_block_invoke_1 + 49
    15  com.apple.CoreFoundation          0x90f71843 ___CFXNotificationPost_block_invoke_1 + 275
    16  com.apple.CoreFoundation          0x90f3c658 _CFXNotificationPost + 2776
    17  com.apple.Foundation              0x9ba3c70a -[NSNotificationCenter postNotificationName:object:userInfo:] + 92
    18  com.apple.Foundation              0x9ba5199e -[NSNotificationCenter postNotificationName:object:] + 55
    19  com.apple.AppKit                  0x9a8be6d7 -[NSApplication terminate:] + 2217
    20  com.apple.Foundation              0x9ba45ebe __NSFireDelayedPerform + 615
    21  com.apple.CoreFoundation          0x90f49256 __CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION__ + 22
    22  com.apple.CoreFoundation          0x90f48be7 __CFRunLoopDoTimer + 743
    23  com.apple.CoreFoundation          0x90f27ce0 __CFRunLoopRun + 1888
    24  com.apple.CoreFoundation          0x90f271ec CFRunLoopRunSpecific + 332
    25  com.apple.CoreFoundation          0x90f27098 CFRunLoopRunInMode + 120
    26  com.apple.HIToolbox              0x943ff487 RunCurrentEventLoopInMode + 318
    27  com.apple.HIToolbox              0x94406cee ReceiveNextEventCommon + 168
    28  com.apple.HIToolbox              0x94406c32 BlockUntilNextEventMatchingListInMode + 88
    29  com.apple.AppKit                  0x9a8b78ec _DPSNextEvent + 678
    30  com.apple.AppKit                  0x9a8b7159 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 113
    31  com.apple.AppKit                  0x9a8b34cb -[NSApplication run] + 904
    32  com.adobe.AIR                    0x0279176a 0x2789000 + 34666
    33  com.adobe.AIR                    0x02791ab0 0x2789000 + 35504
    34  com.apple.CoreFoundation          0x90f86901 -[NSObject performSelector:withObject:] + 65
    35  com.youneedabudget.YNAB3.Live.9C763150EFAB05FD2A2B78705C7A54E2FCDDE07D.1    0x00002ff7 start + 4363
    36  com.youneedabudget.YNAB3.Live.9C763150EFAB05FD2A2B78705C7A54E2FCDDE07D.1    0x00001fe7 start + 251
    37  com.youneedabudget.YNAB3.Live.9C763150EFAB05FD2A2B78705C7A54E2FCDDE07D.1    0x00001f15 start + 41
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0  libsystem_kernel.dylib            0x917b590a kevent + 10
    1  libdispatch.dylib                0x94eddccc _dispatch_mgr_invoke + 969
    2  libdispatch.dylib                0x94edc71b _dispatch_mgr_thread + 53
    Thread 2:
    0  libsystem_kernel.dylib            0x917b483e __psynch_cvwait + 10
    1  libsystem_c.dylib                0x9479de21 _pthread_cond_wait + 827
    2  libsystem_c.dylib                0x9474e42c pthread_cond_wait$UNIX2003 + 71
    3  com.adobe.AIR                    0x02cfee6f 0x2789000 + 5725807
    4  com.adobe.AIR                    0x02b3d770 0x2789000 + 3884912
    5  com.adobe.AIR                    0x02cfef3f 0x2789000 + 5726015
    6  com.adobe.AIR                    0x02cfefb9 0x2789000 + 5726137
    7  com.adobe.AIR                    0x02cff054 0x2789000 + 5726292
    8  libsystem_c.dylib                0x94799ed9 _pthread_start + 335
    9  libsystem_c.dylib                0x9479d6de thread_start + 34
    Thread 3:
    0  libsystem_kernel.dylib            0x917b483e __psynch_cvwait + 10
    1  libsystem_c.dylib                0x9479de21 _pthread_cond_wait + 827
    2  libsystem_c.dylib                0x9474e42c pthread_cond_wait$UNIX2003 + 71
    3  com.adobe.AIR                    0x02cfee6f 0x2789000 + 5725807
    4  com.adobe.AIR                    0x02b3d770 0x2789000 + 3884912
    5  com.adobe.AIR                    0x02cfef3f 0x2789000 + 5726015
    6  com.adobe.AIR                    0x02cfefb9 0x2789000 + 5726137
    7  com.adobe.AIR                    0x02cff054 0x2789000 + 5726292
    8  libsystem_c.dylib                0x94799ed9 _pthread_start + 335
    9  libsystem_c.dylib                0x9479d6de thread_start + 34
    Thread 4:: com.apple.NSURLConnectionLoader
    0  libsystem_kernel.dylib            0x917b2c22 mach_msg_trap + 10
    1  libsystem_kernel.dylib            0x917b21f6 mach_msg + 70
    2  com.apple.CoreFoundation          0x90f1e9ea __CFRunLoopServiceMachPort + 170
    3  com.apple.CoreFoundation          0x90f27b14 __CFRunLoopRun + 1428
    4  com.apple.CoreFoundation          0x90f271ec CFRunLoopRunSpecific + 332
    5  com.apple.CoreFoundation          0x90f27098 CFRunLoopRunInMode + 120
    6  com.apple.Foundation              0x9baa588c +[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:] + 378
    7  com.apple.Foundation              0x9ba995ed -[NSThread main] + 45
    8  com.apple.Foundation              0x9ba9959d __NSThread__main__ + 1582
    9  libsystem_c.dylib                0x94799ed9 _pthread_start + 335
    10  libsystem_c.dylib                0x9479d6de thread_start + 34
    Thread 5:: com.apple.CFSocket.private
    0  libsystem_kernel.dylib            0x917b4b42 __select + 10
    1  com.apple.CoreFoundation          0x90f759e5 __CFSocketManager + 1557
    2  libsystem_c.dylib                0x94799ed9 _pthread_start + 335
    3  libsystem_c.dylib                0x9479d6de thread_start + 34
    Thread 6:
    0  libsystem_kernel.dylib            0x917b483e __psynch_cvwait + 10
    1  libsystem_c.dylib                0x9479de21 _pthread_cond_wait + 827
    2  libsystem_c.dylib                0x9474e42c pthread_cond_wait$UNIX2003 + 71
    3  WebKit.dylib                      0x0cda73d3 WebKitGetAPI + 1401473
    4  WebKit.dylib                      0x0cda7441 WebKitGetAPI + 1401583
    5  libsystem_c.dylib                0x94799ed9 _pthread_start + 335
    6  libsystem_c.dylib                0x9479d6de thread_start + 34
    Thread 7:
    0  libsystem_kernel.dylib            0x917b502e __workq_kernreturn + 10
    1  libsystem_c.dylib                0x9479bccf _pthread_wqthread + 773
    2  libsystem_c.dylib                0x9479d6fe start_wqthread + 30
    Thread 8:
    0  libsystem_kernel.dylib            0x917b502e __workq_kernreturn + 10
    1  libsystem_c.dylib                0x9479bccf _pthread_wqthread + 773
    2  libsystem_c.dylib                0x9479d6fe start_wqthread + 30
    Thread 0 crashed with X86 Thread State (32-bit):
      eax: 0x00000000  ebx: 0x0cced181  ecx: 0x07ab52f8  edx: 0xbfffdecc
      edi: 0x0d352000  esi: 0x0d355f00  ebp: 0xbfffdea8  esp: 0xbfffde30
      ss: 0x00000023  efl: 0x00010246  eip: 0x0cced27b  cs: 0x0000001b
      ds: 0x00000023  es: 0x00000023  fs: 0x00000000  gs: 0x0000000f
      cr2: 0x00000000
    Logical CPU: 0
    Binary Images:
        0x1000 -    0x6ff7 +com.youneedabudget.YNAB3.Live.9C763150EFAB05FD2A2B78705C7A54E2FCDDE07D.1 (3.5.3.4 - ???) <72E5E138-08AE-26DD-C1B8-F70175D06CC3> /Applications/YNAB 3/YNAB 3.app/Contents/MacOS/YNAB 3
      0xf8000 -    0xfbfef  com.apple.LiveType.component (2.1.3 - 2.1.3) /Library/QuickTime/LiveType.component/Contents/MacOS/LiveType
      0x500000 -  0x5adff7  libcrypto.0.9.7.dylib (0.9.7 - compatibility 0.9.7) <7B6DB792-C9E5-3772-8734-8D0052757B8C> /usr/lib/libcrypto.0.9.7.dylib
    0x2789000 -  0x389cfd3 +com.adobe.AIR (??? - 3.0.0.3880) <FEA7C6C6-A819-1E51-0DE9-C943D630E947> /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR
    0x3c13000 -  0x3c78fde  com.apple.LiveType.framework (2.1.3 - 2.1.3) /System/Library/PrivateFrameworks/LiveType.framework/Versions/A/LiveType
    0x3c98000 -  0x3cf0fff +com.DivXInc.DivXDecoder (6.8.4.3 - 6.8.4) <26A406B3-E4BC-C6FF-8F28-A99FFEB5CF2D> /Library/QuickTime/DivX Decoder.component/Contents/MacOS/DivX Decoder
    0x3d14000 -  0x3d17ff3 +com.divx.divxtoolkit (1.0 - 1.0) /Library/Frameworks/DivX Toolkit.framework/Versions/A/DivX Toolkit
    0x4e24000 -  0x4e5dff3  com.apple.QuickTimeFireWireDV.component (7.7.1 - 2246) <539384F7-C119-3CC9-B74B-4D958836A955> /System/Library/QuickTime/QuickTimeFireWireDV.component/Contents/MacOS/QuickTimeFireWireD V
    0x4e68000 -  0x4e72fff  com.apple.IOFWDVComponents (2.0.7 - 2.0.7) <811CF4D6-15B2-3EDA-B026-5E4B28C0F742> /System/Library/Components/IOFWDVComponents.component/Contents/MacOS/IOFWDVComponents
    0x4e7d000 -  0x4ea5fff  com.apple.QuickTimeIIDCDigitizer (7.7.1 - 2246) <E3A2155F-CAAC-31DB-8D8F-80A32D86E56B> /System/Library/QuickTime/QuickTimeIIDCDigitizer.component/Contents/MacOS/QuickTimeIIDCDi gitizer
    0x4ead000 -  0x4ecaff7 +com.google.talk.camera (2.3.2.3851 - 2.3.2.3851) <A1FDFE63-863F-7208-4CD0-B91566803D82> /Library/QuickTime/Google Camera Adapter 0.component/Contents/MacOS/Google Camera Adapter 0
    0x4ede000 -  0x4efbff7 +com.google.talk.camera (2.3.2.3851 - 2.3.2.3851) <8479D04F-4B7D-52B6-45BB-0D10378C39F8> /Library/QuickTime/Google Camera Adapter 1.component/Contents/MacOS/Google Camera Adapter 1
    0x4f0f000 -  0x4f5dff7  com.apple.QuickTimeUSBVDCDigitizer (2.7.0 - 2.7.0) <B6ABEFE8-826B-3784-B274-0CC1FBA9B864> /System/Library/QuickTime/QuickTimeUSBVDCDigitizer.component/Contents/MacOS/QuickTimeUSBV DCDigitizer
    0x4f67000 -  0x4f6bffb  com.apple.audio.AudioIPCPlugIn (1.2.0 - 1.2.0) <8A4CC918-D47D-3F33-8420-0698071A5944> /System/Library/Extensions/AudioIPCDriver.kext/Contents/Resources/AudioIPCPlugIn.bundle/C ontents/MacOS/AudioIPCPlugIn
    0x4f70000 -  0x4f76ffb  com.apple.audio.AppleHDAHALPlugIn (2.1.1 - 2.1.1f12) <2AD22146-D23E-3E5B-AFC9-BC8211FED107> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bundle/Conten ts/MacOS/AppleHDAHALPlugIn
    0x4f7c000 -  0x4fa9ff8  GLRendererFloat (??? - ???) <BBFAA220-4A07-3CDC-9A93-DF6A2220AE01> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GLRendererFl oat
    0x712f000 -  0x729cff0  GLEngine (??? - ???) <3C6D5F72-9CDA-37E2-B085-7F38C99FE8C5> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
    0x72d0000 -  0x73c7ffb  libGLProgrammability.dylib (??? - ???) <560A7F12-1AA6-35E1-A922-309016BF6D3C> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dyl ib
    0x7426000 -  0x7444ff7 +com.numark.ns6.hal (??? - 2.1.0) <C4B53351-2CB6-BA09-D19B-350C903D86A7> /Library/Audio/Plug-Ins/HAL/NumarkNS6AudioHAL.plugin/Contents/MacOS/NumarkNS6AudioHAL
    0x748a000 -  0x74a7ff3 +com.numark.ns7.hal (??? - 2.0.2) <A73C3AC5-4A1B-BC91-7FCA-02E231FE7E2D> /Library/Audio/Plug-Ins/HAL/NumarkNS7AudioHAL.plugin/Contents/MacOS/NumarkNS7AudioHAL
    0x74b5000 -  0x74d2ffb +com.numark.V7.hal (??? - 2.0.3) <2582418D-CE06-69BF-B706-EE402BE8AB46> /Library/Audio/Plug-Ins/HAL/NumarkV7AudioHAL.plugin/Contents/MacOS/NumarkV7AudioHAL
    0x74e0000 -  0x74fdffb +com.ploytec.xonedx.hal (??? - 2.0.2) <09D53E8E-2D43-1DAB-A525-A1F3E0EE12F3> /Library/Audio/Plug-Ins/HAL/XONE_DX.plugin/Contents/MacOS/XONE_DX
    0x7982000 -  0x7986ffb  libFontRegistryUI.dylib (??? - ???) <E986346C-8132-33B6-8525-AA2A3233F99C> /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ATS.framework/Resourc es/libFontRegistryUI.dylib
    0xcc4b000 -  0xd24cfe7 +WebKit.dylib (??? - ???) <64BDD3EA-DEE9-DFB5-AC33-70EB8F18C7D2> /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Resources/WebKit.dylib
    0x8f0c3000 - 0x8f7d7ffb  com.apple.GeForceGLDriver (7.4.10 - 7.0.4) <30761571-F6AC-3270-B854-BC7D027ED859> /System/Library/Extensions/GeForceGLDriver.bundle/Contents/MacOS/GeForceGLDriver
    0x8fe10000 - 0x8fe429c7  dyld (195.5 - ???) <134323A7-49DC-3A9D-ACFD-32FAD0FD6BA2> /usr/lib/dyld
    0x9004d000 - 0x9016dfec  com.apple.vImage (5.0 - 5.0) <173F6343-07EE-39F7-A159-DD3837E473DE> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Ve rsions/A/vImage
    0x9016e000 - 0x90188fff  com.apple.Kerberos (1.0 - 1) <25E5A286-876D-3A8E-A12F-52D184559E8C> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x90189000 - 0x90ed9fe3  com.apple.QuickTimeComponents.component (7.7.1 - 2246) <AD39FCD8-72EB-32C4-9B3F-5776BD3ECA52> /System/Library/QuickTime/QuickTimeComponents.component/Contents/MacOS/QuickTimeComponent s
    0x90eda000 - 0x90ee2fff  com.apple.DiskArbitration (2.4 - 2.4) <E574D5E7-7297-33B5-8B91-1E6346D5F917> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x90ee3000 - 0x90eebff3  libunwind.dylib (30.0.0 - compatibility 1.0.0) <E8DA8CEC-12D6-3C8D-B2E2-5D567C8F3CB5> /usr/lib/system/libunwind.dylib
    0x90eec000 - 0x910c2fef  com.apple.CoreFoundation (6.7 - 635) <4EE0D62E-5342-3A9F-A740-DA1D5AEBB1B0> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x91105000 - 0x91141fff  libcups.2.dylib (2.9.0 - compatibility 2.0.0) <8CB51735-ABE4-37AD-9019-845BB768955F> /usr/lib/libcups.2.dylib
    0x91142000 - 0x9115eff5  com.apple.GenerationalStorage (1.0 - 124) <0BC29510-6C26-3445-88B7-21502CAFF372> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalSt orage
    0x9115f000 - 0x91172ff9  com.apple.MultitouchSupport.framework (220.62 - 220.62) <5BD8730D-43A4-3040-9EA3-0BDA52A392A9> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSuppor t
    0x91173000 - 0x91174fff  libsystem_blocks.dylib (53.0.0 - compatibility 1.0.0) <B04592B1-0924-3422-82FF-976B339DF567> /usr/lib/system/libsystem_blocks.dylib
    0x91183000 - 0x91183ff0  com.apple.ApplicationServices (41 - 41) <BED33E1D-C95C-3654-9A3A-0CB3607F9F10> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
    0x91184000 - 0x9118cff3  liblaunch.dylib (392.18.0 - compatibility 1.0.0) <CD470A1E-0147-3CB1-B44D-0B61F9061826> /usr/lib/system/liblaunch.dylib
    0x9120a000 - 0x91227ff3  com.apple.openscripting (1.3.3 - ???) <31A51238-0CA1-38C7-9F0E-8A6676EE3241> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework /Versions/A/OpenScripting
    0x9145e000 - 0x91465ffd  com.apple.NetFS (4.0 - 4.0) <D0D59145-D211-3E7C-9062-35A2833FA99B> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x91466000 - 0x91473fff  libGL.dylib (??? - ???) <C1C549FC-FF7F-3012-9DF5-5255217B4AEA> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x91474000 - 0x91564ff1  libiconv.2.dylib (7.0.0 - compatibility 7.0.0) <9E5F86A3-8405-3774-9E0C-3A074273C96D> /usr/lib/libiconv.2.dylib
    0x915b7000 - 0x91619ff3  libstdc++.6.dylib (52.0.0 - compatibility 7.0.0) <266CE9B3-526A-3C41-BA58-7AE66A3B15FD> /usr/lib/libstdc++.6.dylib
    0x9161a000 - 0x9161dffc  libpam.2.dylib (3.0.0 - compatibility 3.0.0) <6FFDBD60-5EC6-3EFA-996B-EE030443C16C> /usr/lib/libpam.2.dylib
    0x91706000 - 0x91708ff9  com.apple.securityhi (4.0 - 1) <BD367302-73C3-32F4-8080-E389AE89E434> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Ve rsions/A/SecurityHI
    0x9172a000 - 0x91743fff  libPng.dylib (??? - ???) <2C47E152-240A-36A7-87A8-3856EDFF2FE8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/Resources/libPng.dylib
    0x91744000 - 0x91785ff7  com.apple.CoreMedia (1.0 - 705.35) <8A487271-FBEA-357A-8887-27BAA355314C> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x91786000 - 0x9179bff7  com.apple.ImageCapture (7.0 - 7.0) <116BC0CA-428E-396F-85DF-52793034D2A0> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/ Versions/A/ImageCapture
    0x9179c000 - 0x917baff7  libsystem_kernel.dylib (1699.22.73 - compatibility 1.0.0) <D32C2E9C-8184-3FAF-8694-99FC619FC71B> /usr/lib/system/libsystem_kernel.dylib
    0x917bb000 - 0x917c2fff  libnotify.dylib (80.0.0 - compatibility 1.0.0) <B3B3875D-311D-31A7-A09F-D1BC56795E00> /usr/lib/system/libnotify.dylib
    0x917c3000 - 0x917f1fe7  libSystem.B.dylib (159.0.0 - compatibility 1.0.0) <FA9B75F7-B989-3DD3-97FD-373EB95C5BA8> /usr/lib/libSystem.B.dylib
    0x9183d000 - 0x919d6ff7  com.apple.CoreData (103 - 358.4) <EB07F3A5-6301-3DA4-96FC-F8381D148C69> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x919d7000 - 0x91ae2ffb  com.apple.DesktopServices (1.6.0 - 1.6.0) <66E2BD3A-958A-3F46-8DA0-C0F2358013B0> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopService sPriv
    0x91ae3000 - 0x91b4dff3  com.apple.CoreSymbolication (2.1 - 66) <B11C9057-1611-36A5-81F6-2C97A7047321> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolicatio n
    0x91b4e000 - 0x91b64ffe  libxpc.dylib (77.16.0 - compatibility 1.0.0) <2EAF3E13-19FA-3EF2-88D6-64ACBC3A6ADB> /usr/lib/system/libxpc.dylib
    0x91b65000 - 0x91f1dffb  com.apple.SceneKit (2.0 - 124) <D1B359EA-7637-31D0-800E-8E816B1F4475> /System/Library/PrivateFrameworks/SceneKit.framework/Versions/A/SceneKit
    0x925b9000 - 0x925baff5  libremovefile.dylib (21.0.0 - compatibility 1.0.0) <9A1E12B7-F822-3544-8E1D-A6DC81E1F2E6> /usr/lib/system/libremovefile.dylib
    0x925bb000 - 0x9276fff3  libicucore.A.dylib (46.1.0 - compatibility 1.0.0) <6270318A-CA9A-376C-AD6D-64A9B4B4A26E> /usr/lib/libicucore.A.dylib
    0x927ac000 - 0x92baeff6  libLAPACK.dylib (??? - ???) <00BE0221-8564-3F87-9F6B-8A910CF2F141> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libLAPACK.dylib
    0x92bfc000 - 0x92bffffd  libCoreVMClient.dylib (??? - ???) <1438A7D5-A622-3623-A49F-45F881B1D947> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
    0x92c37000 - 0x92c99ffb  com.apple.datadetectorscore (3.0 - 179.3) <18117942-9D6F-3283-B8B0-03C7550CA2EB> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCor e
    0x92db2000 - 0x92dc0fff  com.apple.opengl (1.7.4 - 1.7.4) <C6DE3D3A-CC1F-3F55-B8DD-2637FA40058F> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x92dc1000 - 0x92e97a5b  libobjc.A.dylib (228.0.0 - compatibility 1.0.0) <A0EDB351-4B9D-3AA2-9D1A-0C22204FCCD3> /usr/lib/libobjc.A.dylib
    0x92e98000 - 0x931f4fff  com.apple.MediaToolbox (1.0 - 705.35) <425BD613-CB66-3BE1-8DDC-1B59561A1F5F> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbox
    0x931f5000 - 0x931f6ff7  libsystem_sandbox.dylib (??? - ???) <BC0A04E9-4F28-3BC8-AA7B-63C3451E9212> /usr/lib/system/libsystem_sandbox.dylib
    0x931f7000 - 0x934a8ff7  com.apple.security (7.0 - 55010) <28168576-1B8C-3FE8-9356-DE79390A480A> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x934c8000 - 0x934fbfef  libtidy.A.dylib (??? - ???) <E962D8EC-6B9D-35B7-B586-F07D92302ADD> /usr/lib/libtidy.A.dylib
    0x9408f000 - 0x94172ff7  libcrypto.0.9.8.dylib (0.9.8 - compatibility 0.9.8) <6E631200-1E22-37B9-85D1-EC40520891AB> /usr/lib/libcrypto.0.9.8.dylib
    0x94173000 - 0x94198ff9  libJPEG.dylib (??? - ???) <5872B388-D6CC-3DD4-A2F3-8BB464E83D14> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/Resources/libJPEG.dylib
    0x941b3000 - 0x941d2fff  com.apple.RemoteViewServices (1.0 - 1) <D9810485-6A62-3758-96F5-48950AF250F1> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServi ces
    0x941d3000 - 0x942fcff9  com.apple.CFNetwork (520.0.13 - 520.0.13) <B21DE9ED-1D99-39C0-9E24-77D2A48FBFEF> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framewo rk/Versions/A/CFNetwork
    0x943fd000 - 0x9473cff3  com.apple.HIToolbox (1.7 - ???) <A9583F07-218D-35CD-B29C-C65E6D008836> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Ver sions/A/HIToolbox
    0x9473d000 - 0x94808fff  libsystem_c.dylib (763.11.0 - compatibility 1.0.0) <44AA09FD-3A8F-3DCF-AD98-BC9071CA7376> /usr/lib/system/libsystem_c.dylib
    0x94809000 - 0x94826fff  libresolv.9.dylib (46.0.0 - compatibility 1.0.0) <95AE43ED-6C52-3B39-89B6-54C81C62F1FF> /usr/lib/libresolv.9.dylib
    0x94827000 - 0x94828fff  liblangid.dylib (??? - ???) <C8C204E9-1785-3785-BBD7-22D59493B98B> /usr/lib/liblangid.dylib
    0x9483d000 - 0x9483fffb  libRadiance.dylib (??? - ???) <5112B7CE-BAAF-3E98-94E4-676BCB92867F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/Resources/libRadiance.dylib
    0x94840000 - 0x94928fff  libxml2.2.dylib (10.3.0 - compatibility 10.0.0) <ED3F5E83-8C76-3D46-B2FF-0D5BDF8970C5> /usr/lib/libxml2.2.dylib
    0x94a54000 - 0x94b68ff3  com.apple.QuickTimeImporters.component (7.7.1 - 2246) <AB6ABF7E-22FD-3EEF-A9A4-55EC16092D15> /System/Library/QuickTime/QuickTimeImporters.component/Contents/MacOS/QuickTimeImporters
    0x94bce000 - 0x94bf8ff0  libpcre.0.dylib (1.1.0 - compatibility 1.0.0) <5CAA1478-97E0-31EA-8F50-BF09D665DD84> /usr/lib/libpcre.0.dylib
    0x94bf9000 - 0x94c21ff7  libxslt.1.dylib (3.24.0 - compatibility 3.0.0) <FCAC685A-724F-3FE7-8416-146108DF75FB> /usr/lib/libxslt.1.dylib
    0x94c22000 - 0x94cf1ffb  com.apple.ImageIO.framework (3.1.0 - 3.1.0) <A482C10A-C474-39DC-AB3C-EADBCF3A433B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/ImageIO
    0x94cf2000 - 0x94d67fff  com.apple.Metadata (10.7.0 - 627.9) <1EF7D615-3DF4-3F5D-88CE-6BDFA120FE32> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framewor k/Versions/A/Metadata
    0x94ed4000 - 0x94edaffb  com.apple.print.framework.Print (7.0 - 247) <1140BB03-0720-308F-8D92-F71B347D63D6> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Version s/A/Print
    0x94edb000 - 0x94ee9fff  libdispatch.dylib (187.5.0 - compatibility 1.0.0) <1883C8E2-D180-3EA0-8BEF-325F2FEDACD1> /usr/lib/system/libdispatch.dylib
    0x94eec000 - 0x94f33fff  com.apple.SystemConfiguration (1.11 - 1.11) <A7769080-2A4F-36AF-9484-08A936690307> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
    0x94f34000 - 0x94fafffb  com.apple.ApplicationServices.ATS (5.0 - ???) <8DF22F1E-7600-3ADA-BFC1-F6FA79914171> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/ATS
    0x94fc5000 - 0x94fcdff5  libcopyfile.dylib (85.1.0 - compatibility 1.0.0) <A1BFC320-616A-30AA-A41E-29D7904FC4C7> /usr/lib/system/libcopyfile.dylib
    0x94fdf000 - 0x95028ff7  libGLU.dylib (??? - ???) <3524C956-C8B2-3E8B-805D-9E25E5481A58> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x95035000 - 0x950a3fff  com.apple.Heimdal (2.1 - 2.0) <5BA5BFA4-0B05-3B00-AF06-C3D0D60F36BC> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
    0x950a4000 - 0x950aeff2  com.apple.audio.SoundManager (3.9.4 - 3.9.4) <D23C4761-6492-3974-B4D2-495082B8B7A6> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.framework/V ersions/A/CarbonSound
    0x950af000 - 0x950dafff  com.apple.GSS (2.1 - 2.0) <129F4AB0-41AC-3713-A7BC-921769B0E12D> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
    0x950de000 - 0x955baff6  libBLAS.dylib (??? - ???) <327C1517-2B63-3D8C-8D8E-CB4EBA2A9C36> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libBLAS.dylib
    0x955bc000 - 0x955c7ffb  com.apple.speech.recognition.framework (4.0.19 - 4.0.19) <17C11291-5B27-3BE2-8614-7A806745EE8A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.frame work/Versions/A/SpeechRecognition
    0x955c8000 - 0x955dcff7  com.apple.CFOpenDirectory (10.7 - 144) <665CDF77-F0C9-3AFF-8CF8-64257268B7DD> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory. framework/Versions/A/CFOpenDirectory
    0x955e3000 - 0x955e5ff7  libdyld.dylib (195.5.0 - compatibility 1.0.0) <637660EA-8D12-3B79-B644-041FEADC9C33> /usr/lib/system/libdyld.dylib
    0x95739000 - 0x95779ff7  libauto.dylib (??? - ???) <36E7FE7F-27DF-3301-80AA-DD61FBF722F4> /usr/lib/libauto.dylib
    0x9577a000 - 0x95815ff3  com.apple.ink.framework (1.3.2 - 110) <9F6F37F9-999E-30C5-93D0-E48D4B5E20CD> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/ A/Ink
    0x95816000 - 0x958a3fe7  libvMisc.dylib (325.3.0 - compatibility 1.0.0) <A44ADE1B-AB2C-3585-8C9D-D85B526E66C0> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libvMisc.dylib
    0x95c70000 - 0x95c7efff  libz.1.dylib (1.2.5 - compatibility 1.0.0) <E73A4025-835C-3F73-9853-B08606E892DB> /usr/lib/libz.1.dylib
    0x95cb4000 - 0x95d58fff  com.apple.QD (3.12 - ???) <68CBE425-43BA-3E6D-8668-A4A67396E20D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framewo rk/Versions/A/QD
    0x95ec4000 - 0x95ecaffd  com.apple.CommerceCore (1.0 - 17) <71641C17-1CA7-3AC9-974E-AAC9EB641035> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCor e.framework/Versions/A/CommerceCore
    0x95ecb000 - 0x95ed0ff7  libmacho.dylib (800.0.0 - compatibility 1.0.0) <56A34E97-518E-307E-8218-C5D43A33EE34> /usr/lib/system/libmacho.dylib
    0x95ed1000 - 0x95ed8fff  com.apple.agl (3.1.4 - AGL-3.1.4) <CCCE2A89-026B-3185-ABEA-68D268353164> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x95ed9000 - 0x95fafff3  com.apple.avfoundation (2.0 - 180.23) <428C1F5D-B786-3392-ADF4-43572D1722DE> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation
    0x95fb0000 - 0x95fb0fff  com.apple.audio.units.AudioUnit (1.7 - 1.7) <75E38B34-1DE2-337A-A09F-0F7E91C02ABB> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x95fb1000 - 0x95fb5fff  libGIF.dylib (??? - ???) <F6094267-AB0E-38FC-8201-510AA4BDC974> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/Resources/libGIF.dylib
    0x95fb6000 - 0x95fbdff5  libsystem_dnssd.dylib (??? - ???) <B3217FA8-A7D6-3C90-ABFC-2E54AEF33547> /usr/lib/system/libsystem_dnssd.dylib
    0x95fbe000 - 0x95fc2ffd  IOSurface (??? - ???) <97E875C2-9F1A-3FBA-B80C-594892A02621> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x95fe9000 - 0x96664ff9  com.apple.CoreAUC (6.11.03 - 6.11.03) <E8553EC9-6A7E-339E-B346-A5853649D3A0> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
    0x96665000 - 0x9666eff3  com.apple.CommonAuth (2.1 - 2.0) <94EA2555-212C-3704-8307-FCEE5D6D32C5> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
    0x966bc000 - 0x966c0ff3  libsystem_network.dylib (??? - ???) <E1455F3E-549B-3D50-A38B-17B394F3C7F6> /usr/lib/system/libsystem_network.dylib
    0x966c1000 - 0x967d0ff7  libsqlite3.dylib (9.6.0 - compatibility 9.0.0) <01987A45-9270-30FD-8A67-5E53DB637909> /usr/lib/libsqlite3.dylib
    0x96cd0000 - 0x96f41ffb  com.apple.CoreImage (7.77 - 1.0.1) <DF1D9EB7-5879-3EA2-8CF5-80004DAC18BC> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework /Versions/A/CoreImage
    0x96f42000 - 0x97397fff  FaceCoreLight (1.4.2 - compatibility 1.0.0) <53AC5DCE-D04B-3DC3-808D-AA1CAD4D0924> /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLight
    0x97398000 - 0x9739bff7  libmathCommon.A.dylib (2026.0.0 - compatibility 1.0.0) <69357047-7BE0-3360-A36D-000F55E39336> /usr/lib/system/libmathCommon.A.dylib
    0x97532000 - 0x977b7fe3  com.apple.QuickTime (7.7.1 - 2246) <56DF434A-D929-350C-86D5-684089D0EDFB> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x977b8000 - 0x977b9ffd  com.apple.MonitorPanelFramework (1.4.0 - 1.4.0) <45AC1CB9-2A81-3FEA-9BA4-E9BBA2582A28> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPanel
    0x977ba000 - 0x977e3ffe  com.apple.shortcut (2.0 - 2.0) <7F289D05-DDEC-3993-9F86-0DB896E1E686> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
    0x977e4000 - 0x977e5fff  libDiagnosticMessagesClient.dylib (??? - ???) <DB3889C2-2FC2-3087-A2A2-4C319455E35C> /usr/lib/libDiagnosticMessagesClient.dylib
    0x977f0000 - 0x97be3ff7  com.apple.VideoToolbox (1.0 - 705.35) <B0D04F08-D3EB-370A-A56F-8AF01116B0D0> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbox
    0x97be4000 - 0x97c06ff1  com.apple.PerformanceAnalysis (1.10 - 10) <45B10D4C-9B3B-37A6-982D-687A6F9EEA28> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAna lysis
    0x97c07000 - 0x97c0bffa  libcache.dylib (47.0.0 - compatibility 1.0.0) <98A82BC5-0DD9-3212-9CAE-35A77278EEB6> /usr/lib/system/libcache.dylib
    0x97c79000 - 0x97d4fff6  com.apple.QuickLookUIFramework (3.0 - 489.1) <DC6303F6-F343-37C5-AE54-F5FD606FE78C> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.framework/V ersions/A/QuickLookUI
    0x97e0f000 - 0x97e5effb  com.apple.AppleVAFramework (5.0.14 - 5.0.14) <51981B76-9A78-39D7-8709-7686BD2057C8> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x97e5f000 - 0x97e82fff  com.apple.CoreVideo (1.7 - 70.0) <0CBE6F3B-34C7-3C6B-9BB1-826F9905ECC1> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x97e83000 - 0x97ed4ff3  com.apple.CoreMediaIO (201.0 - 3148) <C37D84D8-69B2-3375-B988-4EEB2B1A3DF4> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
    0x97ed5000 - 0x97f25fff  libFontRegistry.dylib (??? - ???) <BC35B8F5-7CCA-3A04-A278-FA3306B2C4F8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/Resources/libFontRegistry.dylib
    0x97f75000 - 0x97fd9fff  com.apple.framework.IOKit (2.0 - ???) <B5888D02-8C36-3404-A37E-7457D950D629> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x982af000 - 0x982e5ff7  com.apple.AE (527.6 - 527.6) <77999151-94E3-37CD-A49E-7A9F9084F886> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Vers ions/A/AE
    0x982e6000 - 0x98322ffa  libGLImage.dylib (??? - ???) <7A150184-E3F7-3773-917A-A5E24B9241FA> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
    0x98332000 - 0x9854cff7  com.apple.JavaScriptCore (7534 - 7534.48) <430C2E37-5E97-3C16-9BC9-D8478F7A6CF6> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x98559000 - 0x9855aff0  libunc.dylib (24.0.0 - compatibility 1.0.0) <BCD277D0-4271-3E96-A4A2-85669DBEE2E2> /usr/lib/system/libunc.dylib
    0x9855b000 - 0x9856bff7  libCRFSuite.dylib (??? - ???) <CE616EF3-756A-355A-95AD-3472A876BEB9> /usr/lib/libCRFSuite.dylib
    0x9856c000 - 0x98581fff  com.apple.speech.synthesis.framework (4.0.74 - 4.0.74) <92AADDB0-BADF-3B00-8941-B8390EDC931B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynt hesis.framework/Versions/A/SpeechSynthesis
    0x98582000 - 0x9858dff3  libCSync.A.dylib (600.0.0 - compatibility 64.0.0) <11726E50-E6FC-3AB0-8750-DDDCCF2B8534> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphi cs.framework/Versions/A/Resources/libCSync.A.dylib
    0x985a9000 - 0x985acffb  com.apple.help (1.3.2 - 42) <DDCEBA10-5CDE-3ED2-A52F-5CD5A0632CA2> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions /A/Help
    0x985bf000 - 0x98618ff3  com.apple.coreui (0.3 - 162) <BD3FBC84-234A-38E0-AA29-DE0424D3FD16> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x98619000 - 0x98619fff  com.apple.quartzframework (1.5 - 1.5) <EF66BF08-620E-3D11-87D4-35D0B0CD1F6D> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x9861a000 - 0x98676ff3  com.apple.Symbolication (1.2 - 83.1) <E651A2F1-CC13-3DDD-9B0A-09180014966B> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
    0x98677000 - 0x98703ff7  com.apple.CoreText (4.0.0 - ???) <2ADB0C1E-FE27-371C-8EC3-69D5CFEA2BE7> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.f ramework/Versions/A/CoreText
    0x98704000 - 0x98734ff7  libsystem_info.dylib (??? - ???) <C385F5A9-458A-3B49-9CC7-EA81DC5F9141> /usr/lib/system/libsystem_info.dylib
    0x987b6000 - 0x987b6ff2  com.apple.CoreServices (53 - 53) <C513E133-B0E0-3C35-A7CB-DBC35A7EF571> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x9881d000 - 0x9882efff  libbsm.0.dylib (??? - ???) <54ACF696-87C6-3652-808A-17BE7275C230> /usr/lib/libbsm.0.dylib
    0x9882f000 - 0x9882ffff  com.apple.Accelerate.vecLib (3.7 - vecLib 3.7) <CB952B04-595A-332B-992B-7671815750FD> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/vecLib
    0x9889c000 - 0x98918ff3  com.apple.PDFKit (2.6 - 2.6) <484AB8A4-E967-3B2F-BEFE-4B74F72B65A2> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framework/Versio ns/A/PDFKit
    0x9893e000 - 0x989a5fff  libc++.1.dylib (19.0.0 - compatibility 1.0.0) <3AFF3CE8-14AE-300F-8F63-8B7FB9D4DA96> /usr/lib/libc++.1.dylib
    0x989a6000 - 0x989d3ff7  com.apple.securityinterface (5.0 - 55004) <93C0285A-A266-3F21-82C9-434CBD3FA712> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInterface
    0x98a18000 - 0x98a7dff7  libvDSP.dylib (325.3.0 - compatibility 1.0.0) <1C4B66EB-3186-31BE-B93F-878E49334C49> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libvDSP.dylib
    0x98a7e000 - 0x98a83ffd  libGFXShared.dylib (??? - ???) <7C55BE22-CDB5-3192-B7F0-96EA754A20AC> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
    0x98b66000 - 0x98bc3ffb  com.apple.htmlrendering (76 - 1.1.4) <743C2943-40BC-36FB-A45C-3421A394F081> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering.framework /Versions/A/HTMLRendering
    0x98bc4000 - 0x98c02fff  libRIP.A.dylib (600.0.0 - compatibility 64.0.0) <0AE59D4F-FFA7-3539-8B86-AD8993894AA0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphi cs.framework/Versions/A/Resources/libRIP.A.dylib
    0x98c2e000 - 0x98e57ffb  com.apple.QuartzComposer (5.0 - 232) <B25A191A-B96D-3BB0-B7D5-FDE4A97DFD06> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framewor k/Versions/A/QuartzComposer
    0x98e58000 - 0x98ed0ff2  com.apple.CorePDF (3.0 - 3.0) <A0EC8F60-A622-347E-979A-F71939C45E5F> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
    0x98f1f000 - 0x98f2affc  com.apple.NetAuth (1.0 - 3.0) <C07853C0-AF32-3633-9CEF-2480860C12C5> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
    0x98f42000 - 0x98f64ffe  com.apple.framework.familycontrols (3.0 - 300) <AE51B604-D32D-32F7-AEDC-B1C4EB7191C6> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls
    0x98f65000 - 0x990b7ffb  com.apple.audio.toolbox.AudioToolbox (1.7 - 1.7) <5767C518-343D-36DB-8D59-C72986161AEC> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x990b8000 - 0x990b8fff  com.apple.Carbon (153 - 153) <6FF98F0F-2CDE-3888-A304-4ED447D24CE3> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x990e2000 - 0x99169fff  com.apple.print.framework.PrintCore (7.0 - 366) <D037D344-7463-3620-AE8F-8D0D3EA5CE8E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore. framework/Versions/A/PrintCore
    0x9916a000 - 0x99177fff  com.apple.HelpData (2.1.0 - 68) <C1E7DE84-CCC3-3495-93B7-3D47FBC1FFD1> /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
    0x99178000 - 0x991a6ffb  com.apple.DictionaryServices (1.2 - 158) <C614930F-520D-3F77-AD0D-0E16FBCB98CE> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryService s.framework/Versions/A/DictionaryServices
    0x991a7000 - 0x991a8fff  com.apple.TrustEvaluationAgent (2.0 - 1) <EABDA7EE-A98F-35B8-9E3E-7075BA651C68> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluati onAgent
    0x991a9000 - 0x991d2ffe  com.apple.opencl (1.50.62 - 1.50.62) <52059AB5-8E0D-356E-98AA-71A4777CBE57> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x991f7000 - 0x991fbff7  com.apple.OpenDirectory (10.7 - 144) <A117580D-FD86-381E-82FD-B1A040045031> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x991fc000 - 0x9924cff4  libTIFF.dylib (??? - ???) <25796A90-ABD2-3A3A-800C-1056D343A71F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/Resources/libTIFF.dylib
    0x99253000 - 0x99253fff  com.apple.Cocoa (6.6 - ???) <650273EF-1ABC-334E-B745-B75AF028F9F4> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x99254000 - 0x99257ff9  libCGXType.A.dylib (600.0.0 - compatibility 64.0.0) <B9344DE6-B84D-352C-95AD-EF73A68B8A10> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphi cs.framework/Versions/A/Resources/libCGXType.A.dylib
    0x99258000 - 0x99854fe3  libclh.dylib (4.0.3 - 4.0.3) <F5D55EBC-3BA3-357F-9E87-3499B6EF087E> /System/Library/Extensions/GeForceGLDriver.bundle/Contents/MacOS/libclh.dylib
    0x99861000 - 0x99861fff  libdnsinfo.dylib (395.6.0 - compatibility 1.0.0) <959E5139-EB23-3529-8881-2BCB5724D1A9> /usr/lib/system/libdnsinfo.dylib
    0x99862000 - 0x99879ff8  com.apple.CoreMediaAuthoring (2.0 - 889) <49B55753-BD7E-3889-BA60-15294DA49CB7> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreMediaAuthor ing
    0x9987e000 - 0x99976ff7  libFontParser.dylib (??? - ???) <C428D41A-8635-3423-A2F0-8BA9819F212B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/Resources/libFontParser.dylib
    0x99977000 - 0x999b5fff  com.apple.NavigationServices (3.6 - 192) <CB7AE807-9292-3EBA-A5F5-D7DCEE28A5B7> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationServices.fram ework/Versions/A/NavigationServices
    0x999b6000 - 0x999b6ffe  libkeymgr.dylib (23.0.0 - compatibility 1.0.0) <7F0E8EE2-9E8F-366F-9988-E2F119DB9A82> /usr/lib/system/libkeymgr.dylib
    0x999b7000 - 0x999edfff  com.apple.DebugSymbols (2.1 - 85) <0F996A4A-16A7-3C90-8037-0E2958D1FB16> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
    0x99b52000 - 0x99b62fff  com.apple.LangAnalysis (1.7.0 - 1.7.0) <6D6F0C9D-2EEA-3578-AF3D-E2A09BCECAF3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalys is.framework/Versions/A/LangAnalysis
    0x99b63000 - 0x99cc5fff  com.apple.QTKit (7.7.1 - 2246) <3BFE9BE6-4DDD-3D21-9695-0ECE773128E6> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x99cc6000 - 0x99cc6fff  com.apple.vecLib (3.7 - vecLib 3.7) <A01CD788-26FB-320F-8617-5A7DF0F9031E> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x99cc7000 - 0x99d87ff3  com.apple.ColorSync (4.7.0 - 4.7.0) <50767823-56BA-373D-BC5A-37B17B659838> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync. framework/Versions/A/ColorSync
    0x99d88000 - 0x99ee9ffb  com.apple.QuartzCore (1.7 - 269.0) <221FF6A0-9C2C-3977-BC2A-A84C392BA49B> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x99eea000 - 0x99f81ff3  com.apple.securityfoundation (5.0 - 55005) <F5A98CC2-11C6-34F3-8F72-75B642627630> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
    0x99f82000 - 0x9a00cffb  com.apple.SearchKit (1.4.0 - 1.4.0) <C8567435-9CD1-35EE-AE05-304D28858C42> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framewo rk/Versions/A/SearchKit
    0x9a00d000 - 0x9a015ffb  com.apple.DisplayServicesFW (2.5.0 - 302.1.2) <AD856B0D-3602-3C37-8B64-C6BB53A6F248> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices
    0x9a016000 - 0x9a076ffb  com.apple.audio.CoreAudio (4.0.0 - 4.0.0) <6026C895-3DC6-3785-A7BB-2F2B9E292D95> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x9a125000 - 0x9a425fff  com.apple.CoreServices.CarbonCore (960.13 - 960.13) <E098AC3A-E795-3C28-BA92-EED51C461A6F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framew ork/Versions/A/CarbonCore
    0x9a426000 - 0x9a477ff9  com.apple.ScalableUserInterface (1.0 - 1) <C3FA7E40-0213-3ABC-A006-2CB00B6A7EAB> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableUserInterfa ce.framework/Versions/A/ScalableUserInterface
    0x9a478000 - 0x9a49effb  com.apple.quartzfilters (1.7.0 - 1.7.0) <9C8F1F3D-D570-3F5C-9B31-5B5B82161CDE> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters.framework /Versions/A/QuartzFilters
    0x9a4d0000 - 0x9a6eeff7  com.apple.imageKit (2.1 - 1.0) <0B16E64D-597C-3ECE-8076-7991AF7D6820> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Vers ions/A/ImageKit
    0x9a6ef000 - 0x9a6f0ffd  libCVMSPluginSupport.dylib (??? - ???) <8057030D-B290-3A8B-9828-3A1BD123B124> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dyl ib
    0x9a6f1000 - 0x9a7b1fff  com.apple.CoreServices.OSServices (478.25.1 - 478.25.1) <7971F047-D9EF-3D9C-A65F-E5A8C6CECF06> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framew ork/Versions/A/OSServices
    0x9a8ae000 - 0x9b333ffe  com.apple.AppKit (6.7 - 1138) <1CEDE402-32DD-3C10-B3B3-8C3DDBE8335D> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x9b334000 - 0x9b334fff  com.apple.Accelerate (1.7 - Accelerate 1.7) <881C1C85-2DEC-38DE-BC97-7804BC907282> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x9b335000 - 0x9b3c9ff7  com.apple.LaunchServices (480.19 - 480.19) <A68C0688-4ED1-35F1-BF44-F5B1917084A0> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.fr amework/Versions/A/LaunchServices
    0x9b3ca000 - 0x9ba2f65b  com.apple.CoreGraphics (1.600.0 - ???) <DD3B7ADA-0F19-371E-BB87-F3C08464134A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphi cs.framework/Versions/A/CoreGraphics
    0x9ba30000 - 0x9ba39fff  libc++abi.dylib (14.0.0 - compatibility 1.0.0) <FEB5330E-AD5D-37A0-8AB2-0820F311A2C8> /usr/lib/libc++abi.dylib
    0x9ba3a000 - 0x9bd3dff7  com.apple.Foundation (6.7 - 833.1) <94BFFEDD-0676-368D-B4C6-8784E1DA4306> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x9bd3e000 - 0x9be4fff7  libJP2.dylib (??? - ???) <E938C201-C508-3E3D-B9A9-81FE52349E1B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/Resources/libJP2.dylib
    0x9be50000 - 0x9be9eff3  com.apple.ImageCaptureCore (3.0 - 3.0) <16B80ABD-DCDA-34AA-A539-F36A4D39CB03> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCore
    0x9c262000 - 0x9c2bafff  com.apple.HIServices (1.9 - ???) <058E00E0-F1B4-395F-813E-C49C0C5F3BA9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices .framework/Versions/A/HIServices
    0x9c33b000 - 0x9c37effd  libcommonCrypto.dylib (55010.0.0 - compatibility 1.0.0) <4BA1F5F1-F0A2-3FEB-BB62-F514DCBB3725> /usr/lib/system/libcommonCrypto.dylib
    0x9c385000 - 0x9c390fff  libkxld.dylib (??? - ???) <088640F2-429D-3368-AEDA-3C308C4EB80C> /usr/lib/system/libkxld.dylib
    0x9c391000 - 0x9c392ff7  libquarantine.dylib (36.0.0 - compatibility 1.0.0) <70782AEC-8933-3EB4-91CA-E44C0E768C90> /usr/lib/system/libquarantine.dylib
    0x9c393000 - 0x9c396fff  com.apple.AppleSystemInfo (1.0 - 1) <D2F60873-ECB1-30A8-A02E-E772F969116E> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSystemInfo
    0x9c397000 - 0x9c3e7ff9  com.apple.QuickLookFramework (3.0 - 489.1) <46E053F5-E7CC-3358-93AF-635837E4ECCA> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x9c3f2000 - 0x9c3f6fff  com.apple.CommonPanels (1.2.5 - 94) <3A988595-DE53-34ED-9367-C9A737E2AF38> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/ Versions/A/CommonPanels
    0x9c721000 - 0x9c724ff7  libcompiler_rt.dylib (6.0.0 - compatibility 1.0.0) <7F6C14CC-0169-3F1B-B89C-372F67F1F3B5> /usr/lib/system/libcompiler_rt.dylib
    0x9c725000 - 0x9c74dff0  com.apple.CoreServicesInternal (113.7 - 113.7) <F5724FAC-8BB8-3F0F-B8BC-36F2CA75A23D> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesI nternal
    External Modification Summary:
      Calls made by other processes targeting this process:
        task_for_pid: 2
        thread_create: 0
        thread_set_state: 0
      Calls made by this process:
        task_for_pid: 0
        thread_create: 0
        thread_set_state: 0
      Calls made by all processes on this machine:
        task_for_pid: 16685
        thread_create: 0
        thread_set_state: 0
    VM Region Summary:
    ReadOnly portion of Libraries: Total=217.3M resident=126.2M(58%) swapped_out_or_unallocated=91.2M(42%)
    Writable regions: Total=113.0M written=22.7M(20%) resident=33.7M(30%) swapped_out=0K(0%) unallocated=79.3M(70%)
    REGION TYPE                      VIRTUAL
    ===========                      =======
    ATS (font support)                32.0M
    ATS (font support) (reserved)        4K        reserved VM address space (unallocated)
    CG backing stores                  224K
    CG image                            12K
    CG raster data                      116K
    CG shared images                  3448K
    CoreGraphics                          8K
    CoreServices                      2040K
    IOKit                              5608K
    MALLOC                            29.4M
    MALLOC guard page                    32K
    Memory tag=240                    14.9M
    Memory tag=242                      12K
    Memory tag=243                        4K
    Memory tag=249                      156K
    SQLite page cache                  192K
    Stack                              67.6M
    VM_ALLOCATE                        53.8M
    __CI_BITMAP                          80K
    __DATA                            16.3M
    __DATA/__OBJC                      168K
    __IMAGE                            1256K
    __IMPORT                            48K
    __LINKEDIT                        44.3M
    __OBJC                            2328K
    __OBJC/__DATA                        48K
    __PAGEZERO                            4K
    __TEXT                            173.0M
    __UNICODE                          544K
    mapped file                      103.3M
    shared memory                      1216K
    shared pmap                        6548K
    ===========                      =======
    TOTAL                            558.2M
    TOTAL, minus reserved VM space    558.2M
    Model: MacBookPro5,2, BootROM MBP52.008E.B05, 2 processors, Intel Core 2 Duo, 3.06 GHz, 4 GB, SMC 1.42f4
    Graphics: NVIDIA GeForce 9600M GT, NVIDIA GeForce 9600M GT, PCIe, 512 MB
    Graphics: NVIDIA GeForce 9400M, NVIDIA GeForce 9400M, PCI, 256 MB
    Memory Module: BANK 0/DIMM0, 2 GB, DDR3, 1067 MHz, 0x80CE, 0x4D34373142353637334548312D4346382020
    Memory Module: BANK 1/DIMM0, 2 GB, DDR3, 1067 MHz, 0x80CE, 0x4D34373142353637334548312D4346382020
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x8D), Broadcom BCM43xx 1.0 (5.100.98.75.10)
    Bluetooth: Version 2.5.0f17, 2 service, 12 devices, 1 incoming serial ports
    Network Service: AirPort, AirPort, en1
    Serial ATA Device: ST9500420ASG, 500.11 GB
    Serial ATA Device: HL-DT-ST DVDRW  GS21N
    USB Device: Built-in iSight, apple_vendor_id, 0x8507, 0x24400000 / 2
    USB Device: BRCM2046 Hub, 0x0a5c  (Broadcom Corp.), 0x4500, 0x06100000 / 2
    USB Device: Bluetooth USB Host Controller, apple_vendor_id, 0x8217, 0x06110000 / 4
    USB Device: Apple Internal Keyboard / Trackpad, apple_vendor_id, 0x0236, 0x04600000 / 3
    USB Device: IR Receiver, apple_vendor_id, 0x8242, 0x04500000 / 2

  • IPad Air + iOS 8 GM -- RD Client Crash

    Hello, I am an iOS Developer and I'm running into an issue with the iPad Air + iOS 8 and the iPad's Microsoft RD Client.
    Whenever I click the "+" in the upper-right hand corner, and click "Add PC or Server" the client crashes.
    iPad Information:
    Device: iPad Air (A1474)
    Model: MD788LL/A
    Version: 8.0 (12A365)
    The remote desktop information:
    Version: 8.1.0.140902.3.0
    Here's the crash log generated from from Xcode:
    Incident Identifier: 40933394-D6A7-4EF4-8354-9C26690AB5B7
    CrashReporter Key:   57246288c66b4cff81780eb31982d743c09097a8
    Hardware Model:      iPad4,1
    Process:             Microsoft Remote Desktop [582]
    Path:                /private/var/mobile/Containers/Bundle/Application/BCA3CEAD-6A01-4D3E-B0C6-D201BCF7EEC8/Microsoft Remote Desktop.app/Microsoft Remote Desktop
    Identifier:          com.microsoft.rdc.ios
    Version:             8.1.0 (8.1.0)
    Code Type:           ARM (Native)
    Parent Process:      launchd [1]
    Date/Time:           2014-09-12 08:16:25.257 -0700
    Launch Time:         2014-09-12 08:16:22.224 -0700
    OS Version:          iOS 8.0 (12A365)
    Report Version:      105
    Exception Type:  EXC_CRASH (SIGABRT)
    Exception Codes: 0x0000000000000000, 0x0000000000000000
    Triggered by Thread:  0
    Last Exception Backtrace:
    0   CoreFoundation                
    0x29014e3f __exceptionPreprocess + 127
    1   libobjc.A.dylib              
    0x36989c8b objc_exception_throw + 38
    2   CoreFoundation                
    0x29014d85 +[NSException raise:format:] + 112
    3   UIKit                        
    0x2c6e3cbd -[UIPopoverController dealloc] + 156
    4   libobjc.A.dylib              
    0x369a3d5f objc_object::sidetable_release(bool) + 166
    5   Microsoft Remote Desktop      
    0x00110429 0xc7000 + 300073
    6   UIKit                        
    0x2c5c87c7 -[UITableView _selectRowAtIndexPath:animated:scrollnbsp; UIKit                        
    0x2c67a0df -[UITableView _userSelectRowAtPendingSelectionIndexPath:] + 194
    8   UIKit                        
    0x2c52c1bd _applyBlockToCFArrayCopiedToStack + 308
    9   UIKit                        
    0x2c4a810b _afterCACommitHandler + 458
    10  CoreFoundation                
    0x28fdb5cd __CFRUNLOOP_IS_CALLING_OUT_TO_AN_OBSERVER_CALLBACK_FUNCTION__ + 20
    11  CoreFoundation                
    0x28fd8c8b __CFRunLoopDoObservers + 278
    12  CoreFoundation                
    0x28fd9093 __CFRunLoopRun + 914
    13  CoreFoundation                
    0x28f27621 CFRunLoopRunSpecific + 476
    14  CoreFoundation                
    0x28f27433 CFRunLoopRunInMode + 106
    15  GraphicsServices              
    0x3026c0a9 GSEventRunModal + 136
    16  UIKit                        
    0x2c511809 UIApplicationMain + 1440
    17  Microsoft Remote Desktop      
    0x000d2f73 0xc7000 + 49011
    18  libdyld.dylib                
    0x36f09aaf start + 2
    Thread 0 name:  Dispatch queue: com.apple.main-thread
    Thread 0 Crashed:
    0   libsystem_kernel.dylib        
    0x36fcfdfc __pthread_kill + 8
    1   libsystem_pthread.dylib      
    0x3704dd33 pthread_kill + 59
    2   libsystem_c.dylib            
    0x36f6f905 abort + 73
    3   libc++abi.dylib              
    0x362ad9c5 abort_message + 85
    4   libc++abi.dylib              
    0x362c766d default_terminate_handler() + 265
    5   libobjc.A.dylib              
    0x36989f23 _objc_terminate() + 191
    6   libc++abi.dylib              
    0x362c4de1 std::__terminate(void (*)()) + 77
    7   libc++abi.dylib              
    0x362c48ab __cxa_rethrow + 99
    8   libobjc.A.dylib              
    0x36989dcf objc_exception_rethrow + 39
    9   CoreFoundation                
    0x28f276b9 CFRunLoopRunSpecific + 629
    10  CoreFoundation                
    0x28f2742f CFRunLoopRunInMode + 103
    11  GraphicsServices              
    0x3026c0a5 GSEventRunModal + 133
    12  UIKit                        
    0x2c511805 UIApplicationMain + 1437
    13  Microsoft Remote Desktop      
    0x000d2f6f 0xc7000 + 49007
    14  libdyld.dylib                
    0x36f09aad start + 1
    Thread 1 name:  Dispatch queue: com.apple.libdispatch-manager
    Thread 1:
    0   libsystem_kernel.dylib        
    0x36fbc2a0 kevent64 + 24
    1   libdispatch.dylib            
    0x36ef59fd _dispatch_mgr_invoke + 277
    2   libdispatch.dylib            
    0x36eeb31f _dispatch_mgr_thread + 35
    Thread 2:
    0   libsystem_kernel.dylib        
    0x36fd09cc __workq_kernreturn + 8
    1   libsystem_pthread.dylib      
    0x3704aea9 _pthread_wqthread + 789
    2   libsystem_pthread.dylib      
    0x3704ab80 start_wqthread + 4
    Thread 3:
    0   libsystem_kernel.dylib        
    0x36fd09cc __workq_kernreturn + 8
    1   libsystem_pthread.dylib      
    0x3704aea9 _pthread_wqthread + 789
    2   libsystem_pthread.dylib      
    0x3704ab80 start_wqthread + 4
    Thread 4:
    0   libsystem_kernel.dylib        
    0x36fd09cc __workq_kernreturn + 8
    1   libsystem_pthread.dylib      
    0x3704aea9 _pthread_wqthread + 789
    2   libsystem_pthread.dylib      
    0x3704ab80 start_wqthread + 4
    Thread 5:
    0   libsystem_kernel.dylib        
    0x36fd09cc __workq_kernreturn + 8
    1   libsystem_pthread.dylib      
    0x3704aea9 _pthread_wqthread + 789
    2   libsystem_pthread.dylib      
    0x3704ab80 start_wqthread + 4
    Thread 6:
    0   libsystem_kernel.dylib        
    0x36fd09cc __workq_kernreturn + 8
    1   libsystem_pthread.dylib      
    0x3704aea9 _pthread_wqthread + 789
    2   libsystem_pthread.dylib      
    0x3704ab80 start_wqthread + 4
    Thread 7:
    0   libsystem_kernel.dylib        
    0x36fd09cc __workq_kernreturn + 8
    1   libsystem_pthread.dylib      
    0x3704aea9 _pthread_wqthread + 789
    2   libsystem_pthread.dylib      
    0x3704ab80 start_wqthread + 4
    Thread 0 crashed with ARM Thread State (32-bit):
        r0: 0x00000000    r1: 0x00000000      r2: 0x00000000      r3: 0x00000003
        r4: 0x00000006    r5: 0x394189dc      r6: 0x39404840      r7: 0x00e843b8
        r8: 0x146dc430    r9: 0x00000000     r10: 0x39403074     r11: 0x146dc454
        ip: 0x00000148    sp: 0x00e843ac      lr: 0x3704dd37      pc: 0x36fcfdfc
      cpsr: 0x00000010
    Binary Images:
    0xc7000 - 0x6a2fff Microsoft Remote Desktop armv7  <b852e7357e0131f6b64799903120ca37> /var/mobile/Containers/Bundle/Application/BCA3CEAD-6A01-4D3E-B0C6-D201BCF7EEC8/Microsoft Remote Desktop.app/Microsoft Remote Desktop
    0x1fe34000 - 0x1fe57fff dyld armv7s  <fd3fef9c43c9382e8e46d5d59fb52f86> /usr/lib/dyld
    0x27ab3000 - 0x27c1ffff AVFoundation armv7s  <291c7a621b65396491697e7a7f728b16> /System/Library/Frameworks/AVFoundation.framework/AVFoundation
    0x27c20000 - 0x27c7efff libAVFAudio.dylib armv7s  <1b452a7a75513cf9aa82e59feb7eef33> /System/Library/Frameworks/AVFoundation.framework/libAVFAudio.dylib
    0x27cb8000 - 0x27cb8fff Accelerate armv7s  <3b40c742a7323214a5eb836630536bd1> /System/Library/Frameworks/Accelerate.framework/Accelerate
    0x27cc9000 - 0x27ee4fff vImage armv7s  <844c5a129a2f3dbe9c0b23824f3254f6> /System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/vImage
    0x27ee5000 - 0x27fcbfff libBLAS.dylib armv7s  <aaaefc0f51f23049871f65ea9c4c7151> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libBLAS.dylib
    0x27fcc000 - 0x28290fff libLAPACK.dylib armv7s  <ba74aac653423b3b9bae4122d84935d8> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLAPACK.dylib
    0x28291000 - 0x282a2fff libLinearAlgebra.dylib armv7s  <3df96b6a86303adea6abea68b7b610ac> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLinearAlgebra.dylib
    0x282a3000 - 0x2831ffff libvDSP.dylib armv7s  <fb3e0b030cc5346c89af71af2d17bc27> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvDSP.dylib
    0x28320000 - 0x28332fff libvMisc.dylib armv7s  <abd4670b295c3f50a2658d0f3f86d78c> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvMisc.dylib
    0x28333000 - 0x28333fff vecLib armv7s  <9495c9829e28344fb1820d2140fcaf35> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/vecLib
    0x28334000 - 0x2835afff Accounts armv7s  <cf7ceabb9af233f0b657f23423988703> /System/Library/Frameworks/Accounts.framework/Accounts
    0x2835c000 - 0x283ccfff AddressBook armv7s  <eeeabdf6b9703b4f846b672d0bb50eeb> /System/Library/Frameworks/AddressBook.framework/AddressBook
    0x283cd000 - 0x284f1fff AddressBookUI armv7s  <6fe5557b059b3ff38179c43183cfe8c3> /System/Library/Frameworks/AddressBookUI.framework/AddressBookUI
    0x28689000 - 0x288fcfff AudioToolbox armv7s  <5cf7594c3e8e33a889f26f9d2b8f74b7> /System/Library/Frameworks/AudioToolbox.framework/AudioToolbox
    0x28a64000 - 0x28bebfff CFNetwork armv7s  <79b211df401f377fb05acc07a57db3ea> /System/Library/Frameworks/CFNetwork.framework/CFNetwork
    0x28bec000 - 0x28c6cfff CloudKit armv7s  <aa1d623f3be434a6a75d2e49b41d26b6> /System/Library/Frameworks/CloudKit.framework/CloudKit
    0x28c6d000 - 0x28cccfff CoreAudio armv7s  <5b3129e5e3c23c4fb1052346c18e63b9> /System/Library/Frameworks/CoreAudio.framework/CoreAudio
    0x28ce5000 - 0x28d02fff CoreBluetooth armv7s  <2040fbe8e91833e5a14c2e4961b5995b> /System/Library/Frameworks/CoreBluetooth.framework/CoreBluetooth
    0x28d03000 - 0x28f0efff CoreData armv7s  <db7e2287362438249bb753788c64a2b1> /System/Library/Frameworks/CoreData.framework/CoreData
    0x28f0f000 - 0x2923bfff CoreFoundation armv7s  <a76fd43513ee3af9af444082a92ad639> /System/Library/Frameworks/CoreFoundation.framework/CoreFoundation
    0x2923c000 - 0x29366fff CoreGraphics armv7s  <a3d08c6b246236fd9a078619f6c2010b> /System/Library/Frameworks/CoreGraphics.framework/CoreGraphics
    0x293a6000 - 0x293a8fff libCGXType.A.dylib armv7s  <8c8f282d69573460983d78cbaebfd8cf> /System/Library/Frameworks/CoreGraphics.framework/Resources/libCGXType.A.dylib
    0x293a9000 - 0x293b3fff libCMSBuiltin.A.dylib armv7s  <795fcab613223b6d833937453beb1048> /System/Library/Frameworks/CoreGraphics.framework/Resources/libCMSBuiltin.A.dylib
    0x2959b000 - 0x295b6fff libRIP.A.dylib armv7s  <ae6bf33909b531b6abae4b007d9dd46b> /System/Library/Frameworks/CoreGraphics.framework/Resources/libRIP.A.dylib
    0x295b7000 - 0x296c5fff CoreImage armv7s  <0dd5152defdf3200b22c29876b05e34b> /System/Library/Frameworks/CoreImage.framework/CoreImage
    0x296c6000 - 0x2971dfff CoreLocation armv7s  <1153f2e6bde036f4b611833aa85dd9ac> /System/Library/Frameworks/CoreLocation.framework/CoreLocation
    0x2974f000 - 0x297e9fff CoreMedia armv7s  <b3e1c2a8262b38a697b5fd5478376e97> /System/Library/Frameworks/CoreMedia.framework/CoreMedia
    0x297ea000 - 0x298aafff CoreMotion armv7s  <0e91543dde123205bbfb0eec336f82e4> /System/Library/Frameworks/CoreMotion.framework/CoreMotion
    0x298ab000 - 0x29909fff CoreTelephony armv7s  <32757860a7b23ee6b10cdfb2bcb5e5b9> /System/Library/Frameworks/CoreTelephony.framework/CoreTelephony
    0x2990a000 - 0x299d1fff CoreText armv7s  <4be50da4f4d13b59b32ca55d4660e5c5> /System/Library/Frameworks/CoreText.framework/CoreText
    0x299d2000 - 0x299e7fff CoreVideo armv7s  <b1d41cec8ddc3c27be6f5459e17f1d2d> /System/Library/Frameworks/CoreVideo.framework/CoreVideo
    0x299e8000 - 0x29addfff EventKit armv7s  <af7bcad4baa7326eb020d805b49df854> /System/Library/Frameworks/EventKit.framework/EventKit
    0x29c53000 - 0x29e55fff Foundation armv7s  <fadfe1d878803b27a0683288c1c7948b> /System/Library/Frameworks/Foundation.framework/Foundation
    0x29e82000 - 0x29ea1fff GSS armv7s  <a384f737744b3e67be4b006612b27b58> /System/Library/Frameworks/GSS.framework/GSS
    0x29f35000 - 0x29f8bfff IOKit armv7s  <df1bb671b5d5392cbb95b89ed6341e78> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x29f8c000 - 0x2a1cdfff ImageIO armv7s  <5cd6989e5626302aa49787b87e78ce32> /System/Library/Frameworks/ImageIO.framework/ImageIO
    0x2a1ce000 - 0x2a51cfff JavaScriptCore armv7s  <0041abdf36ff318981798e691a194dda> /System/Library/Frameworks/JavaScriptCore.framework/JavaScriptCore
    0x2a7ef000 - 0x2a7f7fff MediaAccessibility armv7s  <5c1cbb4f664b3d049bc5c0ac98cb8a90> /System/Library/Frameworks/MediaAccessibility.framework/MediaAccessibility
    0x2a7f8000 - 0x2a9d1fff MediaPlayer armv7s  <2fbb4a5dc62938f999bd72c93b9f5a50> /System/Library/Frameworks/MediaPlayer.framework/MediaPlayer
    0x2a9d2000 - 0x2ad49fff MediaToolbox armv7s  <47c440c3064b3b9194c8ffe6a096c37c> /System/Library/Frameworks/MediaToolbox.framework/MediaToolbox
    0x2ad4a000 - 0x2ae08fff MessageUI armv7s  <6c45faa0e6fe34d399021095392d0f63> /System/Library/Frameworks/MessageUI.framework/MessageUI
    0x2ae09000 - 0x2ae75fff Metal armv7s  <2c1c274d748d330c81520ccdf07a8be1> /System/Library/Frameworks/Metal.framework/Metal
    0x2ae76000 - 0x2af05fff MobileCoreServices armv7s  <5e571169affe3b1f97863142d3438da5> /System/Library/Frameworks/MobileCoreServices.framework/MobileCoreServices
    0x2b9e0000 - 0x2b9e8fff OpenGLES armv7s  <b0df2c3e1d583413b2babe8e95a7e099> /System/Library/Frameworks/OpenGLES.framework/OpenGLES
    0x2b9ea000 - 0x2b9eafff libCVMSPluginSupport.dylib armv7s  <ab28723da4e234fd87a6e12dae52c3a2> /System/Library/Frameworks/OpenGLES.framework/libCVMSPluginSupport.dylib
    0x2b9eb000 - 0x2b9edfff libCoreFSCache.dylib armv7s  <f073564b5746376a945531dcb28ebdb9> /System/Library/Frameworks/OpenGLES.framework/libCoreFSCache.dylib
    0x2b9ee000 - 0x2b9f1fff libCoreVMClient.dylib armv7s  <70abd418d5523929a02f9f22f834962e> /System/Library/Frameworks/OpenGLES.framework/libCoreVMClient.dylib
    0x2b9f2000 - 0x2b9fafff libGFXShared.dylib armv7s  <2cbde78e8e6c3d9da3a7271b053294bc> /System/Library/Frameworks/OpenGLES.framework/libGFXShared.dylib
    0x2b9fb000 - 0x2ba3dfff libGLImage.dylib armv7s  <a418f2754f373d3395a6aad59e50c371> /System/Library/Frameworks/OpenGLES.framework/libGLImage.dylib
    0x2becb000 - 0x2c01dfff QuartzCore armv7s  <4a753d93b6033495b66178dd7535fd96> /System/Library/Frameworks/QuartzCore.framework/QuartzCore
    0x2c01e000 - 0x2c071fff QuickLook armv7s  <593a3c45e1693456bfc917526490e399> /System/Library/Frameworks/QuickLook.framework/QuickLook
    0x2c260000 - 0x2c2a0fff Security armv7s  <52c6a10cc12c33cda98ce09e002c6a35> /System/Library/Frameworks/Security.framework/Security
    0x2c444000 - 0x2c4a0fff SystemConfiguration armv7s  <0dfa14680b583dd2994e2cc0563ebd53> /System/Library/Frameworks/SystemConfiguration.framework/SystemConfiguration
    0x2c4a3000 - 0x2cd3bfff UIKit armv7s  <5e0a38c7a0a33afc9e0e51edbdc2e8f3> /System/Library/Frameworks/UIKit.framework/UIKit
    0x2cd3c000 - 0x2cda3fff VideoToolbox armv7s  <d19c7c7e97533cde961652039bbcc310> /System/Library/Frameworks/VideoToolbox.framework/VideoToolbox
    0x2cda4000 - 0x2cf89fff WebKit armv7s  <4e6d38f557ea3c2cb906c580d58723d5> /System/Library/Frameworks/WebKit.framework/WebKit
    0x2d23a000 - 0x2d245fff AOSNotification armv7s  <30ac6892bcf1347383b6ca73b0c447be> /System/Library/PrivateFrameworks/AOSNotification.framework/AOSNotification
    0x2d39a000 - 0x2d3e6fff AccountsDaemon armv7s  <440e21ee4a4e3ee9b1891b016268b59e> /System/Library/PrivateFrameworks/AccountsDaemon.framework/AccountsDaemon
    0x2d3e7000 - 0x2d408fff AccountsUI armv7s  <a85ce8aa63ef349f90b9fbf16a040a6e> /System/Library/PrivateFrameworks/AccountsUI.framework/AccountsUI
    0x2d409000 - 0x2d40dfff AggregateDictionary armv7s  <7cb2e7f3daac30dbba7a9cf452850eb8> /System/Library/PrivateFrameworks/AggregateDictionary.framework/AggregateDictionary
    0x2d5d6000 - 0x2d601fff AirPlaySupport armv7s  <10dd1721d0ac327f8f8714bb749de10a> /System/Library/PrivateFrameworks/AirPlaySupport.framework/AirPlaySupport
    0x2d7fb000 - 0x2d839fff AppSupport armv7s  <85ae995cc0083b8f861e9af66f426b8b> /System/Library/PrivateFrameworks/AppSupport.framework/AppSupport
    0x2d83a000 - 0x2d880fff AppleAccount armv7s  <c8d7c7cc33873ca184d666626d1e2e49> /System/Library/PrivateFrameworks/AppleAccount.framework/AppleAccount
    0x2d968000 - 0x2d9a5fff AppleJPEG armv7s  <9d28d8b8c27e3b4d9af820fe71478279> /System/Library/PrivateFrameworks/AppleJPEG.framework/AppleJPEG
    0x2d9b0000 - 0x2d9c2fff ApplePushService armv7s  <9019b7f0259b32e2bf08eb9e3e61b315> /System/Library/PrivateFrameworks/ApplePushService.framework/ApplePushService
    0x2d9c3000 - 0x2d9c9fff AppleSRP armv7s  <2bc7687cb4ea3b258e7412e03765e14c> /System/Library/PrivateFrameworks/AppleSRP.framework/AppleSRP
    0x2d9fe000 - 0x2da07fff AssertionServices armv7s  <5a349cdba4e63bb6a4d15bb6ed3266af> /System/Library/PrivateFrameworks/AssertionServices.framework/AssertionServices
    0x2da08000 - 0x2da20fff AssetsLibraryServices armv7s  <7419fc839e043757a22253d762c0a6fc> /System/Library/PrivateFrameworks/AssetsLibraryServices.framework/AssetsLibraryServices
    0x2da21000 - 0x2da45fff AssistantServices armv7s  <c1333e5e6c663276bc90f9a951c01cf8> /System/Library/PrivateFrameworks/AssistantServices.framework/AssistantServices
    0x2da74000 - 0x2da78fff BTLEAudioController armv7s  <2dcdae1d597e3f0fbf940c6df8a8ef27> /System/Library/PrivateFrameworks/BTLEAudioController.framework/BTLEAudioController
    0x2da79000 - 0x2da90fff BackBoardServices armv7s  <ffee59ef60f9330a9bdb28d8741b1b02> /System/Library/PrivateFrameworks/BackBoardServices.framework/BackBoardServices
    0x2da93000 - 0x2dac8fff BaseBoard armv7s  <f0482a734fba3477bd24881eb35f8dbe> /System/Library/PrivateFrameworks/BaseBoard.framework/BaseBoard
    0x2dac9000 - 0x2dacffff BluetoothManager armv7s  <fc99330ba35934c1b14610b4d86b7471> /System/Library/PrivateFrameworks/BluetoothManager.framework/BluetoothManager
    0x2dad0000 - 0x2daf6fff Bom armv7s  <554f954a2ece30fbbb343a1ad991af68> /System/Library/PrivateFrameworks/Bom.framework/Bom
    0x2dbc1000 - 0x2dbeafff CalendarFoundation armv7s  <6664e18ccf0d3b509037b2aa3e957b25> /System/Library/PrivateFrameworks/CalendarFoundation.framework/CalendarFoundation
    0x2dcf6000 - 0x2dcfefff CaptiveNetwork armv7s  <9a9f451fee273d698cb4497668b931a8> /System/Library/PrivateFrameworks/CaptiveNetwork.framework/CaptiveNetwork
    0x2dcff000 - 0x2de21fff Celestial armv7s  <00f08339e5a53f9c954529a1f5b2e124> /System/Library/PrivateFrameworks/Celestial.framework/Celestial
    0x2de2f000 - 0x2de47fff CertInfo armv7s  <cae40259896d3df8a24ef147a5676ffb> /System/Library/PrivateFrameworks/CertInfo.framework/CertInfo
    0x2de48000 - 0x2de4dfff CertUI armv7s  <3a27c29611f53011ad3379d387bb901b> /System/Library/PrivateFrameworks/CertUI.framework/CertUI
    0x2df77000 - 0x2df98fff ChunkingLibrary armv7s  <44b4f99b47dd3f0aa9619b8064a3e828> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/ChunkingLibrary
    0x2e431000 - 0x2e433fff CommonAuth armv7s  <b00c1e8033303eb7a93fdf90e0a7a7e9> /System/Library/PrivateFrameworks/CommonAuth.framework/CommonAuth
    0x2e434000 - 0x2e444fff CommonUtilities armv7s  <06ffdaa9898d33ef816625bb3d93a92a> /System/Library/PrivateFrameworks/CommonUtilities.framework/CommonUtilities
    0x2e445000 - 0x2e449fff CommunicationsFilter armv7s  <60c2b30976e233299838015899c1ee13> /System/Library/PrivateFrameworks/CommunicationsFilter.framework/CommunicationsFilter
    0x2e4b8000 - 0x2e4bcfff ConstantClasses armv7s  <4b75b37195373a25ba38dca9b89e0e30> /System/Library/PrivateFrameworks/ConstantClasses.framework/ConstantClasses
    0x2e4bd000 - 0x2e4f5fff ContentIndex armv7s  <b8347f219df332a196a99e4ba397f7cd> /System/Library/PrivateFrameworks/ContentIndex.framework/ContentIndex
    0x2e4f6000 - 0x2e4f9fff CoreAUC armv7s  <c9d48abb96d6376c8778513f14f25180> /System/Library/PrivateFrameworks/CoreAUC.framework/CoreAUC
    0x2e51d000 - 0x2e571fff CoreDAV armv7s  <a7606dc393b039cf8560773d71df1b7f> /System/Library/PrivateFrameworks/CoreDAV.framework/CoreDAV
    0x2e572000 - 0x2e58bfff CoreDuet armv7s  <dadc8ae1a88f3d75b0d6c244dae2a71a> /System/Library/PrivateFrameworks/CoreDuet.framework/CoreDuet
    0x2e590000 - 0x2e59ffff CoreDuetDaemonProtocol armv7s  <cb3e7b1fe32a33b09abac1342eb48f99> /System/Library/PrivateFrameworks/CoreDuetDaemonProtocol.framework/CoreDuetDaemonProtocol
    0x2e5a6000 - 0x2e5a8fff CoreDuetDebugLogging armv7s  <17818c8f932336769943c9e74254af3d> /System/Library/PrivateFrameworks/CoreDuetDebugLogging.framework/CoreDuetDebugLogging
    0x2e7f6000 - 0x2e891fff CorePDF armv7s  <d4837a0178783c03b805e48fa08507ee> /System/Library/PrivateFrameworks/CorePDF.framework/CorePDF
    0x2e8f2000 - 0x2e8fcfff CoreRecents armv7s  <92a8ed6e10123437b685c544c7be89af> /System/Library/PrivateFrameworks/CoreRecents.framework/CoreRecents
    0x2e974000 - 0x2e992fff CoreServicesInternal armv7s  <4bf749d6d95030cba3a88850e33e7514> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/CoreServicesInternal
    0x2eb90000 - 0x2ec10fff CoreUI armv7s  <6ca97dfeeebe37a1b74f651e56bbe561> /System/Library/PrivateFrameworks/CoreUI.framework/CoreUI
    0x2ec11000 - 0x2ec7bfff CoreUtils armv7s  <68e3551ba2023eeaa187682a19cfc6a4> /System/Library/PrivateFrameworks/CoreUtils.framework/CoreUtils
    0x2ec7c000 - 0x2ec81fff CrashReporterSupport armv7s  <a1d95e4d2034382e912ab4884d6a1157> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/CrashReporterSupport
    0x2ec82000 - 0x2ec88fff DAAPKit armv7s  <a2479886e0bd3d7eb30a927bd06a2752> /System/Library/PrivateFrameworks/DAAPKit.framework/DAAPKit
    0x2ec94000 - 0x2ecd9fff DataAccess armv7s  <6dbf6d1637103f7d990accda11d76908> /System/Library/PrivateFrameworks/DataAccess.framework/DataAccess
    0x2eece000 - 0x2eeeffff DataAccessExpress armv7s  <4d78edc22bb430d19f8f513d779ebce7> /System/Library/PrivateFrameworks/DataAccessExpress.framework/DataAccessExpress
    0x2eefa000 - 0x2ef11fff DataDetectorsCore armv7s  <11248bce6d423839a1070b9dd1e8244f> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/DataDetectorsCore
    0x2ef13000 - 0x2ef2cfff DataDetectorsUI armv7s  <747fdf85e19f3ca188b89bba7675181e> /System/Library/PrivateFrameworks/DataDetectorsUI.framework/DataDetectorsUI
    0x2ef2d000 - 0x2ef33fff DataMigration armv7s  <0d1c7a082dd23f5688c0af73bd52db7e> /System/Library/PrivateFrameworks/DataMigration.framework/DataMigration
    0x2ef3d000 - 0x2ef3efff DiagnosticLogCollection armv7s  <52071b4701ed3b2fa60d71a63efdc0ea> /System/Library/PrivateFrameworks/DiagnosticLogCollection.framework/DiagnosticLogCollection
    0x2ef3f000 - 0x2ef59fff DictionaryServices armv7s  <f087472c432733c9b0027e22a2fb8593> /System/Library/PrivateFrameworks/DictionaryServices.framework/DictionaryServices
    0x2ef78000 - 0x2ef97fff EAP8021X armv7s  <47b5191fd8d83584b7deaa2684e94a3a> /System/Library/PrivateFrameworks/EAP8021X.framework/EAP8021X
    0x2f097000 - 0x2f099fff FTClientServices armv7s  <134ad7a59577395caf7d96bfcf4422eb> /System/Library/PrivateFrameworks/FTClientServices.framework/FTClientServices
    0x2f09a000 - 0x2f0cafff FTServices armv7s  <9d002bd6316d3d499bfe9423c5cb3483> /System/Library/PrivateFrameworks/FTServices.framework/FTServices
    0x2f0cb000 - 0x2f4eefff FaceCore armv7s  <9b9520176ba23d5dabfb6a5a9c6b2646> /System/Library/PrivateFrameworks/FaceCore.framework/FaceCore
    0x2f513000 - 0x2f513fff FontServices armv7s  <ec4f36707bfa3ba28b63332e3cfcc4c0> /System/Library/PrivateFrameworks/FontServices.framework/FontServices
    0x2f514000 - 0x2f5e7fff libFontParser.dylib armv7s  <af8324e660b33765b5a52b10fea79492> /System/Library/PrivateFrameworks/FontServices.framework/libFontParser.dylib
    0x2f5e8000 - 0x2f5f4fff libGSFontCache.dylib armv7s  <fbca918852ed353faa45c4087a2f915f> /System/Library/PrivateFrameworks/FontServices.framework/libGSFontCache.dylib
    0x2f6d7000 - 0x2f6f2fff FrontBoardServices armv7s  <d4e89c7da75d38228c4e321cf076717e> /System/Library/PrivateFrameworks/FrontBoardServices.framework/FrontBoardServices
    0x2ffda000 - 0x2fff0fff GenerationalStorage armv7s  <e4701d31f30e30d19afa0fb211399f5c> /System/Library/PrivateFrameworks/GenerationalStorage.framework/GenerationalStorage
    0x2fff1000 - 0x30262fff GeoServices armv7s  <6276f6d9bc98380da0fab1f85a5138b5> /System/Library/PrivateFrameworks/GeoServices.framework/GeoServices
    0x30263000 - 0x30273fff GraphicsServices armv7s  <06eeafe698713fd79424f8fdf249bf52> /System/Library/PrivateFrameworks/GraphicsServices.framework/GraphicsServices
    0x30310000 - 0x3035ffff Heimdal armv7s  <87944068c3eb337ea606facaf6696c67> /System/Library/PrivateFrameworks/Heimdal.framework/Heimdal
    0x303f2000 - 0x30472fff HomeSharing armv7s  <32297e3cffff3fe0a28b70ee1bb09187> /System/Library/PrivateFrameworks/HomeSharing.framework/HomeSharing
    0x304d1000 - 0x30527fff IDS armv7s  <0edb980bee7d316fa0bb4832efbcfccb> /System/Library/PrivateFrameworks/IDS.framework/IDS
    0x30528000 - 0x30549fff IDSFoundation armv7s  <f6dfe45534aa34a6b8c5f74acee1cc72> /System/Library/PrivateFrameworks/IDSFoundation.framework/IDSFoundation
    0x305b1000 - 0x3065ffff IMCore armv7s  <51aec7ae856139079e6b39c804bad76e> /System/Library/PrivateFrameworks/IMCore.framework/IMCore
    0x306f7000 - 0x3075efff IMFoundation armv7s  <54a1298efd8a3a0ab968d7c513b0ee59> /System/Library/PrivateFrameworks/IMFoundation.framework/IMFoundation
    0x30766000 - 0x30769fff IOAccelerator armv7s  <b81286ef987d31bd9ae83f8322d94c6c> /System/Library/PrivateFrameworks/IOAccelerator.framework/IOAccelerator
    0x3076c000 - 0x30772fff IOMobileFramebuffer armv7s  <4ac5dd54ca853930aa6003839254ac1f> /System/Library/PrivateFrameworks/IOMobileFramebuffer.framework/IOMobileFramebuffer
    0x30773000 - 0x30778fff IOSurface armv7s  <1bb65b18a65936d3a3d8a28b7a7d5bf1> /System/Library/PrivateFrameworks/IOSurface.framework/IOSurface
    0x30779000 - 0x3077afff IOSurfaceAccelerator armv7s  <8765e45debb9384aa1f1f7cbbbde8b59> /System/Library/PrivateFrameworks/IOSurfaceAccelerator.framework/IOSurfaceAccelerator
    0x30816000 - 0x3081cfff IntlPreferences armv7s  <9d8c3e2813e53148a4a104e918dc640d> /System/Library/PrivateFrameworks/IntlPreferences.framework/IntlPreferences
    0x3081d000 - 0x30853fff LanguageModeling armv7s  <2787f19f6449349291859b40dfb88ff1> /System/Library/PrivateFrameworks/LanguageModeling.framework/LanguageModeling
    0x3088f000 - 0x308cbfff MIME armv7s  <f41ebcfe27ba37d295fb0143e08e45bb> /System/Library/PrivateFrameworks/MIME.framework/MIME
    0x3096f000 - 0x3097bfff MailServices armv7s  <1b6ef0ab8a0535ccb7281874d8f2f6f3> /System/Library/PrivateFrameworks/MailServices.framework/MailServices
    0x309af000 - 0x30a4efff ManagedConfiguration armv7s  <6b2a389e13373470952a4a94e2f451d1> /System/Library/PrivateFrameworks/ManagedConfiguration.framework/ManagedConfiguration
    0x30a59000 - 0x30a5afff Marco armv7s  <de1fa71308ac3a14b19c1ef2a8367ca6> /System/Library/PrivateFrameworks/Marco.framework/Marco
    0x30a5b000 - 0x30ad3fff MediaControlSender armv7s  <204933b2eecc3eb2a97550fa9a4d5238> /System/Library/PrivateFrameworks/MediaControlSender.framework/MediaControlSender
    0x30b72000 - 0x30b84fff MediaRemote armv7s  <8583c7eb810a35f392d0aa99daea5dcf> /System/Library/PrivateFrameworks/MediaRemote.framework/MediaRemote
    0x30b85000 - 0x30b94fff MediaServices armv7s  <4503fa3dbb5c3972b04811c5af18c873> /System/Library/PrivateFrameworks/MediaServices.framework/MediaServices
    0x30c12000 - 0x30ceffff Message armv7s  <d43361cd4d7b3cc6b0d5abda7e2e53b1> /System/Library/PrivateFrameworks/Message.framework/Message
    0x30cf5000 - 0x30cf7fff MessageSupport armv7s  <b4f04a3a3fc237d094c4b572f77cc10c> /System/Library/PrivateFrameworks/MessageSupport.framework/MessageSupport
    0x30d09000 - 0x30d16fff MobileAsset armv7s  <fec17b7104b732798ec0cda1e47a940c> /System/Library/PrivateFrameworks/MobileAsset.framework/MobileAsset
    0x30d3d000 - 0x30d46fff MobileBluetooth armv7s  <e5ee20534ea739e7bb01464e0e891cfc> /System/Library/PrivateFrameworks/MobileBluetooth.framework/MobileBluetooth
    0x30d62000 - 0x30d69fff MobileIcons armv7s  <605d7447b21a339bbb6fa67458c9a870> /System/Library/PrivateFrameworks/MobileIcons.framework/MobileIcons
    0x30d6a000 - 0x30d71fff MobileInstallation armv7s  <1bfe7b98d7aa306ea1df0dd42a4b56ce> /System/Library/PrivateFrameworks/MobileInstallation.framework/MobileInstallation
    0x30d72000 - 0x30d7efff MobileKeyBag armv7s  <9c010e348a7b3a148a60f7252d05084a> /System/Library/PrivateFrameworks/MobileKeyBag.framework/MobileKeyBag
    0x30dab000 - 0x30daefff MobileSystemServices armv7s  <ddb6afac1c233f5daab60a666ece59b2> /System/Library/PrivateFrameworks/MobileSystemServices.framework/MobileSystemServices
    0x30dd0000 - 0x30dddfff MobileWiFi armv7s  <7537e6cfb3b33b669c3d0c22b01f55fe> /System/Library/PrivateFrameworks/MobileWiFi.framework/MobileWiFi
    0x30e1c000 - 0x30fbbfff MusicLibrary armv7s  <9cc281ea71403e9587ccc5982e7c16f3> /System/Library/PrivateFrameworks/MusicLibrary.framework/MusicLibrary
    0x31054000 - 0x31059fff Netrb armv7s  <a56f447a04c834a3b2f37a34b13e4fa4> /System/Library/PrivateFrameworks/Netrb.framework/Netrb
    0x3105a000 - 0x31060fff NetworkStatistics armv7s  <7fbbf8e9b610335aadc96eeb658dcacc> /System/Library/PrivateFrameworks/NetworkStatistics.framework/NetworkStatistics
    0x31061000 - 0x3107efff Notes armv7s  <43297712e4a93338910ff622842273ab> /System/Library/PrivateFrameworks/Notes.framework/Notes
    0x31084000 - 0x31086fff OAuth armv7s  <0c2849dabc57305baa7b8605cab0eafd> /System/Library/PrivateFrameworks/OAuth.framework/OAuth
    0x317e1000 - 0x3181dfff OpenCL armv7s  <fb56731bf6b03180a163fab3ca15ddad> /System/Library/PrivateFrameworks/OpenCL.framework/OpenCL
    0x31903000 - 0x3192afff PersistentConnection armv7s  <2a02604fc4ba37c3ac46323f48df3082> /System/Library/PrivateFrameworks/PersistentConnection.framework/PersistentConnection
    0x31cfa000 - 0x31d44fff PhysicsKit armv7s  <abc65981a5243535be8f8b2bea0db902> /System/Library/PrivateFrameworks/PhysicsKit.framework/PhysicsKit
    0x31d45000 - 0x31d5bfff PlugInKit armv7s  <3ec17a1ff2cd3a70b88c2b9de8964b5a> /System/Library/PrivateFrameworks/PlugInKit.framework/PlugInKit
    0x31d5c000 - 0x31d63fff PowerLog armv7s  <a7ccb43187613877946faee1079b4c3e> /System/Library/PrivateFrameworks/PowerLog.framework/PowerLog
    0x31f5d000 - 0x32004fff Preferences armv7s  <4ad19193fb72316bba48d6d9073d1a60> /System/Library/PrivateFrameworks/Preferences.framework/Preferences
    0x32005000 - 0x32042fff PrintKit armv7s  <9195e5878ba23aaeabbbcf380cf76f02> /System/Library/PrivateFrameworks/PrintKit.framework/PrintKit
    0x32047000 - 0x320dbfff ProofReader armv7s  <b6934340f1c837e2b921785474d9b380> /System/Library/PrivateFrameworks/ProofReader.framework/ProofReader
    0x320ec000 - 0x320f8fff ProtocolBuffer armv7s  <e850daf92889358fb2a3ecaf3629a97f> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/ProtocolBuffer
    0x3212b000 - 0x3219afff Quagga armv7s  <8ee67622284038ae9cd333b4f7220ede> /System/Library/PrivateFrameworks/Quagga.framework/Quagga
    0x32387000 - 0x32413fff SAObjects armv7s  <e061cf980a8936edbda44d4293c4907c> /System/Library/PrivateFrameworks/SAObjects.framework/SAObjects
    0x3257a000 - 0x32594fff SpringBoardServices armv7s  <f9f6add53c76327a8d73a55918c26ed7> /System/Library/PrivateFrameworks/SpringBoardServices.framework/SpringBoardServices
    0x328ff000 - 0x32a17fff StoreServices armv7s  <d1a60fa363623bf08dab5072d7b8f4fe> /System/Library/PrivateFrameworks/StoreServices.framework/StoreServices
    0x32ae8000 - 0x32aeafff TCC armv7s  <b8313eb23a6537a8861716ac21ecbc9e> /System/Library/PrivateFrameworks/TCC.framework/TCC
    0x32b31000 - 0x32b6efff TelephonyUtilities armv7s  <b28ce5ba7cca391691a32106911ebd66> /System/Library/PrivateFrameworks/TelephonyUtilities.framework/TelephonyUtilities
    0x339b5000 - 0x339dcfff TextInput armv7s  <d183b563c21438a6bbbc915d589ab962> /System/Library/PrivateFrameworks/TextInput.framework/TextInput
    0x33a8f000 - 0x33b50fff UIFoundation armv7s  <7562389936d635fab4dc251b290fabfb> /System/Library/PrivateFrameworks/UIFoundation.framework/UIFoundation
    0x33b72000 - 0x33b75fff UserFS armv7s  <c044878c4cd43943bb55f355b882bb67> /System/Library/PrivateFrameworks/UserFS.framework/UserFS
    0x342f9000 - 0x34317fff VoiceServices armv7s  <a552fc9f06473b49b98cccb119d71d0a> /System/Library/PrivateFrameworks/VoiceServices.framework/VoiceServices
    0x343a1000 - 0x343c7fff WebBookmarks armv7s  <89c6195615a531e4abb72a5e744ee219> /System/Library/PrivateFrameworks/WebBookmarks.framework/WebBookmarks
    0x343dd000 - 0x34f60fff WebCore armv7s  <723ae76958093166ba7762e96663bf00> /System/Library/PrivateFrameworks/WebCore.framework/WebCore
    0x34f61000 - 0x3501ffff WebKitLegacy armv7s  <dfc480439ce537ce8292eceb6c34b16d> /System/Library/PrivateFrameworks/WebKitLegacy.framework/WebKitLegacy
    0x351bf000 - 0x351c7fff XPCObjects armv7s  <69caaf09b0ee3596a7b420e092a5c482> /System/Library/PrivateFrameworks/XPCObjects.framework/XPCObjects
    0x353b5000 - 0x353d9fff iCalendar armv7s  <05eb09ddf7483831a7107a32f7ed31fb> /System/Library/PrivateFrameworks/iCalendar.framework/iCalendar
    0x355cd000 - 0x35608fff iTunesStore armv7s  <7a7a1cdae7dd305e816183c504382c88> /System/Library/PrivateFrameworks/iTunesStore.framework/iTunesStore
    0x35d56000 - 0x35d5efff libAccessibility.dylib armv7s  <094547582d723c27b8150d539f0eaf4e> /usr/lib/libAccessibility.dylib
    0x35e90000 - 0x35ea6fff libCRFSuite.dylib armv7s  <9c29786bd63f341f916aa6f6662ca675> /usr/lib/libCRFSuite.dylib
    0x35ed8000 - 0x35fdcfff libFosl_dynamic.dylib armv7s  <0052248414073cc78819925a431dd2fe> /usr/lib/libFosl_dynamic.dylib
    0x35ff6000 - 0x3600dfff libMobileGestalt.dylib armv7s  <16db2870e9443a669790f8bb678f572a> /usr/lib/libMobileGestalt.dylib
    0x36033000 - 0x36034fff libSystem.B.dylib armv7s  <916c64d9cab33b2a9bbb355f4be13a76> /usr/lib/libSystem.B.dylib
    0x360a5000 - 0x360e9fff libTelephonyUtilDynamic.dylib armv7s  <2a798667e6d1311ab5d20ce7640d856e> /usr/lib/libTelephonyUtilDynamic.dylib
    0x361f9000 - 0x3621bfff libarchive.2.dylib armv7s  <527e8c0122073f578d895580df8169f4> /usr/lib/libarchive.2.dylib
    0x3621c000 - 0x3621cfff libassertion_extension.dylib armv7s  <536e1abbba3b31d8a6560c6d5c7c99e2> /usr/lib/libassertion_extension.dylib
    0x3624b000 - 0x36257fff libbsm.0.dylib armv7s  <ae0d4a27677f3f318d5994bd5a299009> /usr/lib/libbsm.0.dylib
    0x36258000 - 0x36261fff libbz2.1.0.dylib armv7s  <cdff2930a8333bb689793675dee50df4> /usr/lib/libbz2.1.0.dylib
    0x36262000 - 0x362acfff libc++.1.dylib armv7s  <8fad3aace328348da9c59ce042a8f764> /usr/lib/libc++.1.dylib
    0x362ad000 - 0x362c8fff libc++abi.dylib armv7s  <7b486834c946373e8880760a56965ca5> /usr/lib/libc++abi.dylib
    0x362ca000 - 0x362d7fff libcmph.dylib armv7s  <361b1fe8b4673926b7116829e02d0b02> /usr/lib/libcmph.dylib
    0x362d8000 - 0x362e0fff libcupolicy.dylib armv7s  <e937a5f056543f0f85fc140f6c51a188> /usr/lib/libcupolicy.dylib
    0x36307000 - 0x3631ffff libextension.dylib armv7s  <bff08d045d4a318d863941427db9f018> /usr/lib/libextension.dylib
    0x3633e000 - 0x36341fff libheimdal-asn1.dylib armv7s  <c11a6c53a6ed39cc942b2534ca2d4f1a> /usr/lib/libheimdal-asn1.dylib
    0x36342000 - 0x3642ffff libiconv.2.dylib armv7s  <747ef3a673c63868af6c67855f7fbd44> /usr/lib/libiconv.2.dylib
    0x36430000 - 0x3659efff libicucore.A.dylib armv7s  <a9bb4dc7760e3184bec94e62a99ce135> /usr/lib/libicucore.A.dylib
    0x365ab000 - 0x365abfff liblangid.dylib armv7s  <c039470cbe2b39f2b7f5f80676b7b6d0> /usr/lib/liblangid.dylib
    0x365ac000 - 0x365b6fff liblockdown.dylib armv7s  <5c2434e5bec830ccb88db1fb9c139bd6> /usr/lib/liblockdown.dylib
    0x365b7000 - 0x365ccfff liblzma.5.dylib armv7s  <d9f0e9bc84273d28bb36dea3e8f362aa> /usr/lib/liblzma.5.dylib
    0x36945000 - 0x36959fff libmis.dylib armv7s  <02e6bf70c6bf376793e2c631a6f9807d> /usr/lib/libmis.dylib
    0x36983000 - 0x36b7dfff libobjc.A.dylib armv7s  <f6ae15f5da4a3ee1aa1a080c069e3a1c> /usr/lib/libobjc.A.dylib
    0x36c32000 - 0x36c48fff libresolv.9.dylib armv7s  <6f5e721723f73e079cad07f800ce7c16> /usr/lib/libresolv.9.dylib
    0x36c73000 - 0x36d19fff libsqlite3.dylib armv7s  <463044a8a4543b11ac70cdd88a6a4a54> /usr/lib/libsqlite3.dylib
    0x36d67000 - 0x36d8dfff libtidy.A.dylib armv7s  <ce3364e915d23d74ae1564c2f9532f7d> /usr/lib/libtidy.A.dylib
    0x36d8e000 - 0x36d96fff libtzupdate.dylib armv7s  <c23ed5e6c3b93a33afac2d1496094825> /usr/lib/libtzupdate.dylib
    0x36d9a000 - 0x36e50fff libxml2.2.dylib armv7s  <3c08bca3a51231749b43e35d4e627cdc> /usr/lib/libxml2.2.dylib
    0x36e51000 - 0x36e72fff libxslt.1.dylib armv7s  <f4c65edfeb6032e88ce570e92f5f9d24> /usr/lib/libxslt.1.dylib
    0x36e73000 - 0x36e7ffff libz.1.dylib armv7s  <b261d154b0633244af8249c457f13def> /usr/lib/libz.1.dylib
    0x36e80000 - 0x36e84fff libcache.dylib armv7s  <7f2ac0c12ea6341ab3fb0a9b20400244> /usr/lib/system/libcache.dylib
    0x36e85000 - 0x36e8efff libcommonCrypto.dylib armv7s  <de40d2d23c6f36ac88bf74e6551e22f8> /usr/lib/system/libcommonCrypto.dylib
    0x36e8f000 - 0x36e93fff libcompiler_rt.dylib armv7s  <da89cd909a9a3678b531951a88ba5519> /usr/lib/system/libcompiler_rt.dylib
    0x36e94000 - 0x36e9afff libcopyfile.dylib armv7s  <48cc5f26af163b4d9dca2ea06373c724> /usr/lib/system/libcopyfile.dylib
    0x36e9b000 - 0x36ee7fff libcorecrypto.dylib armv7s  <f1d32ffeb2c1366ebe631cb906a79737> /usr/lib/system/libcorecrypto.dylib
    0x36ee8000 - 0x36f07fff libdispatch.dylib armv7s  <7106cbb58b94372d9a4ae63f6dc39e1e> /usr/lib/system/libdispatch.dylib
    0x36f08000 - 0x36f09fff libdyld.dylib armv7s  <bf125933f7c33a63999c21ae82e4223c> /usr/lib/system/libdyld.dylib
    0x36f0a000 - 0x36f0afff libkeymgr.dylib armv7s  <00e2af5454d73aef9254cd299247d537> /usr/lib/system/libkeymgr.dylib
    0x36f0b000 - 0x36f0bfff liblaunch.dylib armv7s  <9dbb42926564306cb61af50e6f3fe65a> /usr/lib/system/liblaunch.dylib
    0x36f0c000 - 0x36f0ffff libmacho.dylib armv7s  <ffcab8e9628a3c93823adce1717ead38> /usr/lib/system/libmacho.dylib
    0x36f10000 - 0x36f11fff libremovefile.dylib armv7s  <741688071e8c3f54a2ffa7d5bbf0ad0f> /usr/lib/system/libremovefile.dylib
    0x36f12000 - 0x36f23fff libsystem_asl.dylib armv7s  <fde71151f3633b19897377baab64b521> /usr/lib/system/libsystem_asl.dylib
    0x36f24000 - 0x36f24fff libsystem_blocks.dylib armv7s  <28477932f242360c892f12c609f95419> /usr/lib/system/libsystem_blocks.dylib
    0x36f25000 - 0x36f88fff libsystem_c.dylib armv7s  <5d0717641c5e339da3ca1f21faa448e1> /usr/lib/system/libsystem_c.dylib
    0x36f89000 - 0x36f8bfff libsystem_configuration.dylib armv7s  <2e43e283d6be3ad685e50217cb2b8661> /usr/lib/system/libsystem_configuration.dylib
    0x36f8c000 - 0x36f8dfff libsystem_coreservices.dylib armv7s  <b5dcec2938633107b43383dfbf8e07e6> /usr/lib/system/libsystem_coreservices.dylib
    0x36f8e000 - 0x36f9afff libsystem_coretls.dylib armv7s  <2dc9e3d6317535f4b536f631decf4913> /usr/lib/system/libsystem_coretls.dylib
    0x36f9b000 - 0x36fa1fff libsystem_dnssd.dylib armv7s  <7482038666363dc0b1a435e57b513989> /usr/lib/system/libsystem_dnssd.dylib
    0x36fa2000 - 0x36fbafff libsystem_info.dylib armv7s  <ff47cce8338c3fea9614c8c91a104349> /usr/lib/system/libsystem_info.dylib
    0x36fbb000 - 0x36fd5fff libsystem_kernel.dylib armv7s  <0135350370a335d1acca9ce9858595df> /usr/lib/system/libsystem_kernel.dylib
    0x36fd6000 - 0x36ff5fff libsystem_m.dylib armv7s  <d1bc7f2b6bbd3ddc83930b9ba33dc507> /usr/lib/system/libsystem_m.dylib
    0x36ff6000 - 0x37008fff libsystem_malloc.dylib armv7s  <4285bc1fb79b3dc4a45fe1680ddb276b> /usr/lib/system/libsystem_malloc.dylib
    0x37009000 - 0x37036fff libsystem_network.dylib armv7s  <93a5fa1da38835b693fcdbf8e200fe17> /usr/lib/system/libsystem_network.dylib
    0x37037000 - 0x3703cfff libsystem_networkextension.dylib armv7s  <3c2cc31c08e534f994eae9e9390c0bda> /usr/lib/system/libsystem_networkextension.dylib
    0x3703d000 - 0x37044fff libsystem_notify.dylib armv7s  <bc57f62dd51b39b49d5ef5890b386f76> /usr/lib/system/libsystem_notify.dylib
    0x37045000 - 0x37049fff libsystem_platform.dylib armv7s  <485d83aa9719310982082cb9c6c5a2c4> /usr/lib/system/libsystem_platform.dylib
    0x3704a000 - 0x37050fff libsystem_pthread.dylib armv7s  <211207e983bc395f9c59668f9088bef2> /usr/lib/system/libsystem_pthread.dylib
    0x37051000 - 0x37053fff libsystem_sandbox.dylib armv7s  <ae0d736739bd3aef9fa1c29fcf22e90e> /usr/lib/system/libsystem_sandbox.dylib
    0x37054000 - 0x37057fff libsystem_stats.dylib armv7s  <63dea98a903b3b49a7db9ffd18bd3681> /usr/lib/system/libsystem_stats.dylib
    0x37058000 - 0x3705dfff libsystem_trace.dylib armv7s  <f1d18cb2a43c3e518ad37bcf31224eda> /usr/lib/system/libsystem_trace.dylib
    0x3705e000 - 0x3705efff libunwind.dylib armv7s  <1440671d926a3346abaa73fa726ddbfc> /usr/lib/system/libunwind.dylib
    0x3705f000 - 0x3707afff libxpc.dylib armv7s  <acfe5f1e68d93d249b65d604403a9625> /usr/lib/system/libxpc.dylib

    Hi,
    Thank you for posting in Windows Server Forum.
    As from your description it seems that you are using version 8.1.0 for your remote desktop MAC. Here I can suggest you update to latest remote desktop version 8.1.3 and check the result.
    Microsoft Remote Desktop
    https://itunes.apple.com/in/app/microsoft-remote-desktop/id714464092?mt=8
    Hope it helps!
    Thanks.
    Dharmesh Solanki

  • After updating to iOS 8 the iPad Air is getting crashed frequently including safari

    After updating to iOS 8 the iPad Air is getting crashed frequently including safari.

    Have you tried to reset it? Hold down the sleep and home keys for about 20 seconds. When you see the silver apple, let go and let it reboot and see if that helps.
    You may need to restore your iPad. That's where you back it up, then restore it to factory defaults, then put your backup back on so you don't lose any data. Sometimes a fresh start clears out any glitches and can help.

  • Air 3.1 Crash on Mac OSX Snow Leopard (10.6)

    Description
    Intermittent crashing occurs after the application is launched on Snow Leopard. The crash tends to occur 10 to
    20 seconds after the application has launched. The crash has happened 100% of the times we've tested on our
    Snow leopard testing machine. In addition, it has been developed (and run) on several machines running OSX Lion,
    and we have not experienced any hard-crashes.
    Application notes:
    Uses a native extension to expose the Steam API
    Captive Runtime Bundled via the ADL
    Process:         AppTest (Dev) [67869]
    Path:            /Users/rborg/Downloads/AppTest-Dev/AppTest(CPU).app/Contents/MacOS/AppTest (Dev)
    Identifier:      AppTest.Dev
    Version:         1.0.0 (???)
    Code Type:       X86 (Native)
    Parent Process:  launchd [2141]
    Date/Time:       2012-01-10 13:34:18.402 -0800
    OS Version:      Mac OS X 10.6.8 (10K549)
    Report Version:  6
    Sleep/Wake UUID: 1524EBB4-224F-4C02-82DF-4FF4CA0A1052
    Interval Since Last Report:          6550614 sec
    Crashes Since Last Report:           7
    Per-App Interval Since Last Report:  42 sec
    Per-App Crashes Since Last Report:   3
    Anonymous UUID:                      252D41DE-A74D-4E54-977B-E18DCEC68F93
    Exception Type:  EXC_BAD_ACCESS (SIGBUS)
    Exception Codes: KERN_PROTECTION_FAILURE at 0x00000000000005c4
    Crashed Thread:  0  MainThrd  Dispatch queue: com.apple.main-thread
    Thread 0 Crashed:  MainThrd  Dispatch queue: com.apple.main-thread
    0   com.adobe.AIR                           0x1ae9fc6d shaders_acos_ss + 363789
    1   com.adobe.AIR                           0x1ab9125d r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 381770
    2   com.apple.AppKit                        0x98d8846a -[NSApplication sendEvent:] + 6014
    3   com.adobe.AIR                           0x013f1dc7 0x1000000 + 4136391
    4   com.apple.AppKit                        0x98d1c253 -[NSApplication run] + 917
    5   com.adobe.AIR                           0x010088ea 0x1000000 + 35050
    6   com.adobe.AIR                           0x01008c30 0x1000000 + 35888
    7   AppTest.Dev                               0x00002f23 RuntimeAppMain(char const*, int) + 371
    8   AppTest.Dev                               0x0000253e start + 54
    Thread 1:  Dispatch queue: com.apple.libdispatch-manager
    0   libSystem.B.dylib                       0x90812382 kevent + 10
    1   libSystem.B.dylib                       0x90812a9c _dispatch_mgr_invoke + 215
    2   libSystem.B.dylib                       0x90811f59 _dispatch_queue_invoke + 163
    3   libSystem.B.dylib                       0x90811cfe _dispatch_worker_thread2 + 240
    4   libSystem.B.dylib                       0x90811781 _pthread_wqthread + 390
    5   libSystem.B.dylib                       0x908115c6 start_wqthread + 30
    Thread 2:
    0   libSystem.B.dylib                       0x90811412 __workq_kernreturn + 10
    1   libSystem.B.dylib                       0x908119a8 _pthread_wqthread + 941
    2   libSystem.B.dylib                       0x908115c6 start_wqthread + 30
    Thread 3:
    0   libSystem.B.dylib                       0x90819aa2 __semwait_signal + 10
    1   libSystem.B.dylib                       0x9081975e _pthread_cond_wait + 1191
    2   libSystem.B.dylib                       0x9081b3f8 pthread_cond_wait$UNIX2003 + 73
    3   com.adobe.AIR                           0x01576a99 0x1000000 + 5728921
    4   com.adobe.AIR                           0x013b5000 0x1000000 + 3887104
    5   com.adobe.AIR                           0x01576b69 0x1000000 + 5729129
    6   com.adobe.AIR                           0x01576be3 0x1000000 + 5729251
    7   com.adobe.AIR                           0x01576c7e 0x1000000 + 5729406
    8   libSystem.B.dylib                       0x90819259 _pthread_start + 345
    9   libSystem.B.dylib                       0x908190de thread_start + 34
    Thread 4:
    0   libSystem.B.dylib                       0x90819aa2 __semwait_signal + 10
    1   libSystem.B.dylib                       0x9081975e _pthread_cond_wait + 1191
    2   libSystem.B.dylib                       0x9081b3f8 pthread_cond_wait$UNIX2003 + 73
    3   com.adobe.AIR                           0x01576a99 0x1000000 + 5728921
    4   com.adobe.AIR                           0x013b5000 0x1000000 + 3887104
    5   com.adobe.AIR                           0x01576b69 0x1000000 + 5729129
    6   com.adobe.AIR                           0x01576be3 0x1000000 + 5729251
    7   com.adobe.AIR                           0x01576c7e 0x1000000 + 5729406
    8   libSystem.B.dylib                       0x90819259 _pthread_start + 345
    9   libSystem.B.dylib                       0x908190de thread_start + 34
    Thread 5:
    0   libSystem.B.dylib                       0x90819aa2 __semwait_signal + 10
    1   libSystem.B.dylib                       0x9081975e _pthread_cond_wait + 1191
    2   libSystem.B.dylib                       0x9081b3f8 pthread_cond_wait$UNIX2003 + 73
    3   com.adobe.AIR                           0x01576a99 0x1000000 + 5728921
    4   com.adobe.AIR                           0x013b5000 0x1000000 + 3887104
    5   com.adobe.AIR                           0x01576b69 0x1000000 + 5729129
    6   com.adobe.AIR                           0x01576be3 0x1000000 + 5729251
    7   com.adobe.AIR                           0x01576c7e 0x1000000 + 5729406
    8   libSystem.B.dylib                       0x90819259 _pthread_start + 345
    9   libSystem.B.dylib                       0x908190de thread_start + 34
    Thread 6:
    0   libSystem.B.dylib                       0x90819aa2 __semwait_signal + 10
    1   libSystem.B.dylib                       0x9081975e _pthread_cond_wait + 1191
    2   libSystem.B.dylib                       0x9081b3f8 pthread_cond_wait$UNIX2003 + 73
    3   com.adobe.AIR                           0x01576a99 0x1000000 + 5728921
    4   com.adobe.AIR                           0x013b5000 0x1000000 + 3887104
    5   com.adobe.AIR                           0x01576b69 0x1000000 + 5729129
    6   com.adobe.AIR                           0x01576be3 0x1000000 + 5729251
    7   com.adobe.AIR                           0x01576c7e 0x1000000 + 5729406
    8   libSystem.B.dylib                       0x90819259 _pthread_start + 345
    9   libSystem.B.dylib                       0x908190de thread_start + 34
    Thread 7:
    0   libSystem.B.dylib                       0x90819aa2 __semwait_signal + 10
    1   libSystem.B.dylib                       0x9081975e _pthread_cond_wait + 1191
    2   libSystem.B.dylib                       0x908192b1 pthread_cond_timedwait$UNIX2003 + 72
    3   com.adobe.AIR                           0x01576ac5 0x1000000 + 5728965
    4   com.adobe.AIR                           0x015b628a 0x1000000 + 5989002
    5   com.adobe.AIR                           0x01576b69 0x1000000 + 5729129
    6   com.adobe.AIR                           0x01576be3 0x1000000 + 5729251
    7   com.adobe.AIR                           0x01576c7e 0x1000000 + 5729406
    8   libSystem.B.dylib                       0x90819259 _pthread_start + 345
    9   libSystem.B.dylib                       0x908190de thread_start + 34
    Thread 8:
    0   libSystem.B.dylib                       0x90819aa2 __semwait_signal + 10
    1   libSystem.B.dylib                       0x9081975e _pthread_cond_wait + 1191
    2   libSystem.B.dylib                       0x908192b1 pthread_cond_timedwait$UNIX2003 + 72
    3   com.adobe.AIR                           0x01576ac5 0x1000000 + 5728965
    4   com.adobe.AIR                           0x016e70b9 0x1000000 + 7237817
    5   com.adobe.AIR                           0x01576b69 0x1000000 + 5729129
    6   com.adobe.AIR                           0x01576be3 0x1000000 + 5729251
    7   com.adobe.AIR                           0x01576c7e 0x1000000 + 5729406
    8   libSystem.B.dylib                       0x90819259 _pthread_start + 345
    9   libSystem.B.dylib                       0x908190de thread_start + 34
    Thread 9:  MainThrd
    0   libSystem.B.dylib                       0x90812382 kevent + 10
    1   steamclient.dylib                       0x1bcbb472 OSXHelpers::CIOPollingHelper::RealRun() + 244
    2   libtier0_s.dylib                        0x19e69433 CatchAndWriteMiniDump_Impl(CatchAndWriteContext_t&) + 1992
    3   libtier0_s.dylib                        0x19e6975c CatchAndWriteMiniDumpForVoidPtrFn + 78
    4   steamclient.dylib                       0x1bcbb0a9 OSXHelpers::CIOPollingHelper::Run() + 41
    5   libtier0_s.dylib                        0x19e6cb27 SteamThreadTools::CThread::ThreadProc(void*) + 309
    6   libSystem.B.dylib                       0x90819259 _pthread_start + 345
    7   libSystem.B.dylib                       0x908190de thread_start + 34
    Thread 10:
    0   libSystem.B.dylib                       0x907ebafa mach_msg_trap + 10
    1   libSystem.B.dylib                       0x907ec267 mach_msg + 68
    2   com.apple.CoreFoundation                0x981ee2df __CFRunLoopRun + 2079
    3   com.apple.CoreFoundation                0x981ed3c4 CFRunLoopRunSpecific + 452
    4   com.apple.CoreFoundation                0x981ed1f1 CFRunLoopRunInMode + 97
    5   com.apple.Foundation                    0x93f83224 +[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:] + 329
    6   com.apple.Foundation                    0x93f4a4c4 -[NSThread main] + 45
    7   com.apple.Foundation                    0x93f4a474 __NSThread__main__ + 1499
    8   libSystem.B.dylib                       0x90819259 _pthread_start + 345
    9   libSystem.B.dylib                       0x908190de thread_start + 34
    Thread 11:  com.apple.CFSocket.private
    0   libSystem.B.dylib                       0x9080aac6 select$DARWIN_EXTSN + 10
    1   com.apple.CoreFoundation                0x9822dc53 __CFSocketManager + 1091
    2   libSystem.B.dylib                       0x90819259 _pthread_start + 345
    3   libSystem.B.dylib                       0x908190de thread_start + 34
    Thread 12:
    0   libSystem.B.dylib                       0x907ebb5a semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib                       0x908196e1 _pthread_cond_wait + 1066
    2   libSystem.B.dylib                       0x908485a8 pthread_cond_timedwait_relative_np + 47
    3   com.apple.audio.CoreAudio               0x9422b3ab CAGuard::WaitFor(unsigned long long) + 219
    4   com.apple.audio.CoreAudio               0x9422e3dd CAGuard::WaitUntil(unsigned long long) + 289
    5   com.apple.audio.CoreAudio               0x9422bcda HP_IOThread::WorkLoop() + 1892
    6   com.apple.audio.CoreAudio               0x9422b571 HP_IOThread::ThreadEntry(HP_IOThread*) + 17
    7   com.apple.audio.CoreAudio               0x9422b488 CAPThread::Entry(CAPThread*) + 140
    8   libSystem.B.dylib                       0x90819259 _pthread_start + 345
    9   libSystem.B.dylib                       0x908190de thread_start + 34
    Thread 0 crashed with X86 Thread State (32-bit):
      eax: 0x18589ee0  ebx: 0x1ae9fc6c  ecx: 0x01ede93c  edx: 0x00000000
      edi: 0x001182b0  esi: 0x00400fd0  ebp: 0xbffff468  esp: 0xbffff430
       ss: 0x0000001f  efl: 0x00010286  eip: 0x1ae9fc6d   cs: 0x00000017
       ds: 0x0000001f   es: 0x0000001f   fs: 0x00000000   gs: 0x00000037
      cr2: 0x000005c4
    Binary Images:
        0x1000 -     0x6ff7 +AppTest.Dev 1.0.0 (???) <D920CDDC-786F-8CDA-0B9C-0758C0E7C0BB> /Users/russell/Downloads/AppTest-Dev/AppTest_Dev(CPU).app/Contents/MacOS/AppTest (Dev)
      0x200000 -   0x2b5fe7  libcrypto.0.9.7.dylib 0.9.7 (compatibility 0.9.7) <0B69B1F5-3440-B0BF-957F-E0ADD49F13CB> /usr/lib/libcrypto.0.9.7.dylib
      0x7a9000 -   0x7e5fe3  com.apple.QuickTimeFireWireDV.component 7.6.6 (1787) <D20581EB-375E-4266-24B7-CBF062B819E6> /System/Library/QuickTime/QuickTimeFireWireDV.component/Contents/MacOS/QuickTimeFireWireD V
      0x7f1000 -   0x7f5ff3  com.apple.audio.AudioIPCPlugIn 1.1.6 (1.1.6) <E9CB576C-283B-1DB2-0C69-E7C914BD7922> /System/Library/Extensions/AudioIPCDriver.kext/Contents/Resources/AudioIPCPlugIn.bundle/C ontents/MacOS/AudioIPCPlugIn
    0x1000000 -  0x2116fc7 +com.adobe.AIR ??? (3.1.0.4880) <AB2E4804-CA8F-B8C0-AE11-B52400555F22> /Users/russell/Downloads/AppTest-Dev/AppTest_Dev(CPU).app/Contents/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR
    0x247a000 -  0x2484ff7  com.apple.IOFWDVComponents 1.9.9 (1.9.9) <5B4E7BD7-EF5A-2F5C-DF8E-3D4A7B59F779> /System/Library/Components/IOFWDVComponents.component/Contents/MacOS/IOFWDVComponents
    0x248e000 -  0x24b8ffb  com.apple.QuickTimeIIDCDigitizer 7.6.6 (1787) <08BA35D5-E880-CA1A-15B3-7590B31D22B6> /System/Library/QuickTime/QuickTimeIIDCDigitizer.component/Contents/MacOS/QuickTimeIIDCDi gitizer
    0x24c0000 -  0x24dcff7 +com.google.talk.camera 2.5.6.4871 (2.5.6.4871) <9340666A-B51A-5542-E37F-07689B68A2BB> /Library/QuickTime/Google Camera Adapter 0.component/Contents/MacOS/Google Camera Adapter 0
    0x24e7000 -  0x24edff7  com.apple.audio.AppleHDAHALPlugIn 2.0.5 (2.0.5f14) <38E3C1A4-84E4-C105-B55F-8FC4C154036D> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bundle/Conten ts/MacOS/AppleHDAHALPlugIn
    0x455b000 -  0x4577ff7 +com.google.talk.camera 2.5.6.4871 (2.5.6.4871) <D040EB0F-A9A9-62D1-4EE2-603550CEA7C9> /Library/QuickTime/Google Camera Adapter 1.component/Contents/MacOS/Google Camera Adapter 1
    0x4582000 -  0x45d2ff3  com.apple.QuickTimeUSBVDCDigitizer 2.7.0 (2.7.0) <54EC6923-7CC6-3E35-92E3-8549393EFF3D> /System/Library/QuickTime/QuickTimeUSBVDCDigitizer.component/Contents/MacOS/QuickTimeUSBV DCDigitizer
    0x4700000 -  0x4724fe7  GLRendererFloat ??? (???) <AD081A9B-1424-1F17-3C68-9803EBA37E8D> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GLRendererFl oat
    0x15a00000 - 0x15b79ff7  GLEngine ??? (???) <64C74F67-44B5-7DEF-CCA6-C8A9FF9BB60A> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
    0x15bab000 - 0x15f88fff  com.apple.ATIRadeonX3000GLDriver 1.6.36 (6.3.6) <A1E644E2-B88A-71A1-3D14-8D6CDB10DB7F> /System/Library/Extensions/ATIRadeonX3000GLDriver.bundle/Contents/MacOS/ATIRadeonX3000GLD river
    0x15ff2000 - 0x15ff7ffb +libsteam_api.dylib ??? (???) <745BEBC1-2DC4-3EA6-AA16-31843186E087> /Users/russell/Downloads/AppTest-Dev/AppTest_Dev(CPU).app/Contents/Resources/META-INF/AIR /extensions/net.backbeat/META-INF/ANE/MacOS-x86/Steam.framework/Versions/A/libsteam_api.dy lib
    0x18f91000 - 0x18fb2ffb +net.backbeat.Steam 1.0 (1) <C27CBBEA-E549-3FCA-A43A-F3E284DBB3CF> /Users/russell/Downloads/AppTest-Dev/AppTest_Dev(CPU).app/Contents/Resources/META-INF/AIR /extensions/net.backbeat/META-INF/ANE/MacOS-x86/Steam.framework/Steam
    0x18fe3000 - 0x18febfff +crashhandler.dylib ??? (???) <36D667EE-742D-3EC1-AEC9-30994F9D0003> /Applications/Steam.app/Contents/MacOS/osx32/crashhandler.dylib
    0x19e2d000 - 0x19e56fff  com.apple.audio.OpenAL 1.4 (1.4) <CDC6D2B8-3DCA-E511-2250-75567E4C94BD> /System/Library/Frameworks/OpenAL.framework/Versions/A/OpenAL
    0x19e64000 - 0x19e80feb +libtier0_s.dylib ??? (???) <C746E7EE-4CDF-3211-9614-46AA8A394258> /Applications/Steam.app/Contents/MacOS/osx32/libtier0_s.dylib
    0x19e90000 - 0x19eb2ff3 +libvstdlib_s.dylib ??? (???) <4C5AB872-4056-321E-9175-E349247AA777> /Applications/Steam.app/Contents/MacOS/osx32/libvstdlib_s.dylib
    0x19ecc000 - 0x19ed3ffb +com.googlecode.google-breakpad ??? (1.0) <8F8F4F53-3EC5-9C24-6A23-3CBD1EC00467> /Applications/Steam.app/Contents/MacOS/Frameworks/Breakpad.framework/Versions/A/Breakpad
    0x19ede000 - 0x19eeffe7 +breakpadUtilities.dylib ??? (???) <ADC39D57-1087-FD87-0DEA-BDBBE85047F0> /Applications/Steam.app/Contents/MacOS/Frameworks/Breakpad.framework/Versions/A/Resources /breakpadUtilities.dylib
    0x1a800000 - 0x1b4b3fcb +com.adobe.AIR ??? (2.7.0.19480) <C5D92579-B4DE-13CE-32F9-23A07A92656B> /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR
    0x1b668000 - 0x1c04cf93 +steamclient.dylib ??? (???) <4DEDF3B7-72C0-3FAA-B2DD-7A28F2FF877C> /Applications/Steam.app/Contents/MacOS/osx32/steamclient.dylib
    0x1c500000 - 0x1c79cffb +libsteam.dylib ??? (???) <4B33F487-9A19-3F9E-AAC9-103BBD9C91C7> /Applications/Steam.app/Contents/MacOS/osx32/libsteam.dylib
    0x70000000 - 0x700cbfff  com.apple.audio.units.Components 1.6.5 (1.6.5) <E50D0989-0609-EAF7-3B3B-B10D7847BAA5> /System/Library/Components/CoreAudio.component/Contents/MacOS/CoreAudio
    0x8fe00000 - 0x8fe4162b  dyld 132.1 (???) <28F0312C-0678-159E-34E2-9A4E3DEADB20> /usr/lib/dyld
    0x90146000 - 0x90220fff  com.apple.DesktopServices 1.5.11 (1.5.11) <800F2040-9211-81A7-B438-7712BF51DEE3> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopService sPriv
    0x90221000 - 0x90233ff7  com.apple.MultitouchSupport.framework 207.11 (207.11) <6FF4F2D6-B8CD-AE13-56CB-17437EE5B741> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSuppor t
    0x90234000 - 0x903f6feb  com.apple.ImageIO.framework 3.0.4 (3.0.4) <027F55DF-7E4E-2310-1536-3F470CB8847B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/ImageIO
    0x90438000 - 0x90473feb  libFontRegistry.dylib ??? (???) <AD45365E-A3EA-62B8-A288-1E13DBA22B1B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/Resources/libFontRegistry.dylib
    0x90647000 - 0x90652ff7  libCSync.A.dylib 545.0.0 (compatibility 64.0.0) <287DECA3-7821-32B6-724D-AE03A9A350F9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphi cs.framework/Versions/A/Resources/libCSync.A.dylib
    0x90653000 - 0x906ccff7  com.apple.PDFKit 2.5.1 (2.5.1) <CEF13510-F08D-3177-7504-7F8853906DE6> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framework/Versio ns/A/PDFKit
    0x906cd000 - 0x90700ff7  com.apple.AE 496.5 (496.5) <BF9673D5-2419-7120-26A3-83D264C75222> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Vers ions/A/AE
    0x90701000 - 0x90708ff3  com.apple.print.framework.Print 6.1 (237.1) <F5AAE53D-5530-9004-A9E3-2C1690C5328E> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Version s/A/Print
    0x907eb000 - 0x90992ff7  libSystem.B.dylib 125.2.11 (compatibility 1.0.0) <2DCD13E3-1BD1-6F25-119A-3863A3848B90> /usr/lib/libSystem.B.dylib
    0x90993000 - 0x90bddfef  com.apple.JavaScriptCore 6534.52 (6534.52.7) <AF71FCC7-B8BF-2DA6-C538-6B7C47F95B2D> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x90bde000 - 0x90c8bfe7  libobjc.A.dylib 227.0.0 (compatibility 1.0.0) <9F8413A6-736D-37D9-8EB3-7986D4699957> /usr/lib/libobjc.A.dylib
    0x90c8c000 - 0x91307ff7  com.apple.CoreAUC 6.11.03 (6.11.03) <42B31B0F-18F9-29D2-A67C-7B81A47F6D67> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
    0x913b5000 - 0x91450fe7  com.apple.ApplicationServices.ATS 275.19 (???) <9FA31967-CF14-B033-EB8D-570561D12A13> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/ATS
    0x91451000 - 0x914b2fe7  com.apple.CoreText 151.10 (???) <5C2DEFBE-D54B-4DC7-D456-9ED02880BE98> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.f ramework/Versions/A/CoreText
    0x914b3000 - 0x914b3ff7  com.apple.CoreServices 44 (44) <51CFA89A-33DB-90ED-26A8-67D461718A4A> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x914b4000 - 0x91570fff  com.apple.ColorSync 4.6.6 (4.6.6) <7CD8B191-039A-02C3-EA5E-4194EC59995B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync. framework/Versions/A/ColorSync
    0x9161b000 - 0x91673fe7  com.apple.datadetectorscore 2.0 (80.7) <58C659CA-72CC-31D2-9732-09BF1A0CAAF6> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCor e
    0x91674000 - 0x916defe7  libstdc++.6.dylib 7.9.0 (compatibility 7.0.0) <411D87F4-B7E1-44EB-F201-F8B4F9227213> /usr/lib/libstdc++.6.dylib
    0x916df000 - 0x916fffe7  libresolv.9.dylib 41.0.0 (compatibility 1.0.0) <751955F3-21FB-A03A-4E92-1F3D4EFB8C5B> /usr/lib/libresolv.9.dylib
    0x9174f000 - 0x9178cff7  com.apple.SystemConfiguration 1.10.8 (1.10.2) <50E4D49B-4F61-446F-1C21-1B2BA814713D> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
    0x917ab000 - 0x917c0fff  com.apple.ImageCapture 6.1 (6.1) <B909459A-EAC9-A7C8-F2A9-CD757CDB59E8> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/ Versions/A/ImageCapture
    0x92536000 - 0x9258cff7  com.apple.MeshKitRuntime 1.1 (49.2) <F1EAE9EC-2DA3-BAFD-0A8C-6A3FFC96D728> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshKitRuntime. framework/Versions/A/MeshKitRuntime
    0x92e00000 - 0x93d55ffb  com.apple.QuickTimeComponents.component 7.6.6 (1787) /System/Library/QuickTime/QuickTimeComponents.component/Contents/MacOS/QuickTimeComponent s
    0x93d78000 - 0x93d97ff7  com.apple.CoreVideo 1.6.2 (45.6) <EB53CAA4-5EE2-C356-A954-5775F7DDD493> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x93e1c000 - 0x93e27ff7  libGL.dylib ??? (???) <3E34468F-E9A7-8EFB-FF66-5204BD5B4E21> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x93e28000 - 0x93e2efff  com.apple.CommonPanels 1.2.4 (91) <2438AF5D-067B-B9FD-1248-2C9987F360BA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/ Versions/A/CommonPanels
    0x93e2f000 - 0x93e7cfeb  com.apple.DirectoryService.PasswordServerFramework 6.1 (6.1) <136BFA48-D456-B677-3B5D-40A6946C3A09> /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordServer
    0x93f34000 - 0x941a5fef  com.apple.Foundation 6.6.8 (751.63) <69B3441C-B196-F2AD-07F8-D8DD24E4CD8C> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x9420b000 - 0x94285fff  com.apple.audio.CoreAudio 3.2.6 (3.2.6) <156A532C-0B60-55B0-EE27-D02B82AA6217> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x942c9000 - 0x9431cff7  com.apple.HIServices 1.8.3 (???) <1D3C4587-6318-C339-BD0F-1988F246BE2E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices .framework/Versions/A/HIServices
    0x9431d000 - 0x9432aff7  com.apple.NetFS 3.2.2 (3.2.2) <DDC9C397-C35F-8D7A-BB24-3D1B42FA5FAB> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x9432b000 - 0x9433ffe7  libbsm.0.dylib ??? (???) <14CB053A-7C47-96DA-E415-0906BA1B78C9> /usr/lib/libbsm.0.dylib
    0x94340000 - 0x9463afef  com.apple.QuickTime 7.6.6 (1787) <AC48EAD9-7201-7CE6-C826-41B12963FECF> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x9463b000 - 0x9466cff7  libGLImage.dylib ??? (???) <0EE86397-A867-0BBA-E5B1-B800E43FC5CF> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
    0x9466d000 - 0x946bdff7  com.apple.framework.familycontrols 2.0.2 (2020) <C96C8A99-A40C-8B9C-1FBA-A0F46AC92F17> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls
    0x946be000 - 0x947fbfe7  com.apple.audio.toolbox.AudioToolbox 1.6.7 (1.6.7) <2D31CC6F-32CC-72FF-34EC-AB40CEE496A7> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x947fc000 - 0x947fdff7  com.apple.TrustEvaluationAgent 1.1 (1) <FEB55E8C-38A4-CFE9-A737-945F39761B4C> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluati onAgent
    0x94817000 - 0x948d0fe7  libsqlite3.dylib 9.6.0 (compatibility 9.0.0) <52438E77-55D1-C231-1936-76F1369518E4> /usr/lib/libsqlite3.dylib
    0x948d1000 - 0x948d1ff7  liblangid.dylib ??? (???) <B99607FC-5646-32C8-2C16-AFB5EA9097C2> /usr/lib/liblangid.dylib
    0x949f8000 - 0x94aa4fe7  com.apple.CFNetwork 454.12.4 (454.12.4) <DEDCD006-389F-967F-3405-EDF541F406D7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framewo rk/Versions/A/CFNetwork
    0x94b61000 - 0x94b88ff7  com.apple.quartzfilters 1.6.0 (1.6.0) <879A3B93-87A6-88FE-305D-DF1EAED04756> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters.framework /Versions/A/QuartzFilters
    0x94b89000 - 0x94c95ff7  libGLProgrammability.dylib ??? (???) <04D7E5C3-B0C3-054B-DF49-3B333DCDEE22> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dyl ib
    0x94c96000 - 0x94cd7ff7  libRIP.A.dylib 545.0.0 (compatibility 64.0.0) <80998F66-0AD7-AD12-B9AF-3E8D2CE6DE05> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphi cs.framework/Versions/A/Resources/libRIP.A.dylib
    0x94cd8000 - 0x94d5affb  SecurityFoundation ??? (???) <006B3166-E7E2-F763-04FC-3DD458C14F5F> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
    0x94d5b000 - 0x94d69ff7  com.apple.opengl 1.6.13 (1.6.13) <025A905D-C1A3-B24A-1585-37C328D77148> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x94d6a000 - 0x94d6cff7  libRadiance.dylib ??? (???) <5920EB69-8D7F-5EFD-70AD-590FCB5C9E6C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/Resources/libRadiance.dylib
    0x94d6d000 - 0x94dfffe7  com.apple.print.framework.PrintCore 6.3 (312.7) <7410D1B2-655D-68DA-D4B9-2C65747B6817> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore. framework/Versions/A/PrintCore
    0x94e00000 - 0x94e07ff7  com.apple.agl 3.0.12 (AGL-3.0.12) <53FFD667-5E3E-4140-6A4B-0D283269DC6D> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x94e08000 - 0x94e38ff7  com.apple.MeshKit 1.1 (49.2) <ECFBD794-5D36-4405-6184-5568BFF29BF3> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/MeshKit
    0x94e39000 - 0x94e3ffe7  com.apple.CommerceCore 1.0 (9.1) <521D067B-3BDA-D04E-E1FA-CFA526C87EB5> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCor e.framework/Versions/A/CommerceCore
    0x94e40000 - 0x94e50ff7  libsasl2.2.dylib 3.15.0 (compatibility 3.0.0) <C8744EA3-0AB7-CD03-E639-C4F2B910BE5D> /usr/lib/libsasl2.2.dylib
    0x94e51000 - 0x94ee9fe7  edu.mit.Kerberos 6.5.11 (6.5.11) <F36DB665-A88B-7F5B-6244-6A2E7FFFF668> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x94eea000 - 0x94efaff7  com.apple.DSObjCWrappers.Framework 10.6 (134) <81A0B409-3906-A98F-CA9B-A49E75007495> /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWrappers
    0x94efb000 - 0x94efbff7  com.apple.Cocoa 6.6 (???) <EA27B428-5904-B00B-397A-185588698BCC> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x94efc000 - 0x9503ffef  com.apple.QTKit 7.7 (1787) <3B47A1A0-7AB5-C1C9-42DE-5993D1012D47> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x95040000 - 0x950afff7  libvMisc.dylib 268.0.1 (compatibility 1.0.0) <2FC2178F-FEF9-6E3F-3289-A6307B1A154C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libvMisc.dylib
    0x950b0000 - 0x950b3ff7  libCoreVMClient.dylib ??? (???) <F58BDFC1-7408-53C8-0B08-48BA2F25CA43> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
    0x950b4000 - 0x950b4ff7  com.apple.ApplicationServices 38 (38) <8012B504-3D83-BFBB-DA65-065E061CFE03> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
    0x950b5000 - 0x950b9ff7  libGIF.dylib ??? (???) <2123645B-AC89-C4E2-8757-85834CAE3DD2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/Resources/libGIF.dylib
    0x950ba000 - 0x950deff7  libJPEG.dylib ??? (???) <EA97DEC5-6E16-B51C-BF55-F6E8D23526AD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/Resources/libJPEG.dylib
    0x950df000 - 0x9515ffeb  com.apple.SearchKit 1.3.0 (1.3.0) <9E18AEA5-F4B4-8BE5-EEA9-818FC4F46FD9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framewo rk/Versions/A/SearchKit
    0x95160000 - 0x95186ffb  com.apple.DictionaryServices 1.1.2 (1.1.2) <43E1D565-6E01-3681-F2E5-72AE4C3A097A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryService s.framework/Versions/A/DictionaryServices
    0x95187000 - 0x9518fff7  com.apple.DisplayServicesFW 2.3.3 (289) <828084B0-9197-14DD-F66A-D634250A212E> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices
    0x95190000 - 0x9564bff7  com.apple.VideoToolbox 0.484.60 (484.60) <B53299EC-E30F-EC04-779D-29B7113CC14A> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbox
    0x9564c000 - 0x957cefe7  libicucore.A.dylib 40.0.0 (compatibility 1.0.0) <D5980817-6D19-9636-51C3-E82BAE26776B> /usr/lib/libicucore.A.dylib
    0x957cf000 - 0x9587dff3  com.apple.ink.framework 1.3.3 (107) <57B54F6F-CE35-D546-C7EC-DBC5FDC79938> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/ A/Ink
    0x9587e000 - 0x9587eff7  com.apple.Accelerate.vecLib 3.6 (vecLib 3.6) <1DEC639C-173D-F808-DE0D-4070CC6F5BC7> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/vecLib
    0x9587f000 - 0x958c6ffb  com.apple.CoreMediaIOServices 140.0 (1496) <DA152F1C-8EF4-4F5E-6D60-82B1DC72EF47> /System/Library/PrivateFrameworks/CoreMediaIOServices.framework/Versions/A/CoreMediaIOSer vices
    0x958dd000 - 0x958fefe7  com.apple.opencl 12.3.6 (12.3.6) <B4104B80-1CB3-191C-AFD3-697843C6BCFF> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x958ff000 - 0x95904ff7  com.apple.OpenDirectory 10.6 (10.6) <C1B46982-7D3B-3CC4-3BC2-3E4B595F0231> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x95ae4000 - 0x95ae4ff7  com.apple.quartzframework 1.5 (1.5) <4EE8095D-5E47-1EB6-3A8A-6ECE3BEC8647> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x95ae5000 - 0x95b28ff7  libGLU.dylib ??? (???) <FB26DD53-03F4-A7D7-8804-EBC5B3B37FA3> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x95b50000 - 0x95b95ff7  com.apple.ImageCaptureCore 1.1 (1.1) <F54F284F-0B81-0AFA-CE47-FF797A6E05B0> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCore
    0x95b96000 - 0x95c61fef  com.apple.CoreServices.OSServices 359.2 (359.2) <7C16D9C8-6F41-5754-17F7-2659D9DD9579> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framew ork/Versions/A/OSServices
    0x96305000 - 0x96407fe7  libcrypto.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <015563C4-81E2-8C8A-82AC-31B38D904A42> /usr/lib/libcrypto.0.9.8.dylib
    0x96408000 - 0x96465ff7  com.apple.framework.IOKit 2.0 (???) <3DABAB9C-4949-F441-B077-0498F8E47A35> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x96466000 - 0x96469ff7  libCGXType.A.dylib 545.0.0 (compatibility 64.0.0) <4D766435-EB76-C384-0127-1D20ACD74076> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphi cs.framework/Versions/A/Resources/libCGXType.A.dylib
    0x964d9000 - 0x9653dffb  com.apple.htmlrendering 72 (1.1.4) <4D451A35-FAB6-1288-71F6-F24A4B6E2371> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering.framework /Versions/A/HTMLRendering
    0x9653e000 - 0x96542ff7  IOSurface ??? (???) <D849E1A5-6B0C-2A05-2765-850EC39BA2FF> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x9654b000 - 0x96d3a557  com.apple.CoreGraphics 1.545.0 (???) <1D9DC7A5-228B-42CB-7018-66F42C3A9BB3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphi cs.framework/Versions/A/CoreGraphics
    0x96d66000 - 0x96d6aff7  libGFXShared.dylib ??? (???) <801B2C2C-1692-475A-BAD6-99F85B6E7C25> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
    0x96d6b000 - 0x96d93ff7  libxslt.1.dylib 3.24.0 (compatibility 3.0.0) <315D97C2-4E1F-A95F-A759-4A3FA5639E75> /usr/lib/libxslt.1.dylib
    0x9708e000 - 0x974a4ff7  libBLAS.dylib 219.0.0 (compatibility 1.0.0) <C4FB303A-DB4D-F9E8-181C-129585E59603> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libBLAS.dylib
    0x974a5000 - 0x974a5ff7  com.apple.Carbon 150 (152) <B7AA34BE-057A-4A6B-A535-792AC1015F8E> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x974a6000 - 0x974d9fff  libTrueTypeScaler.dylib ??? (???) <0F04DAC3-829A-FA1B-E9D0-1E9505713C5C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/Resources/libTrueTypeScaler.dylib
    0x974e6000 - 0x97508fef  com.apple.DirectoryService.Framework 3.6 (621.11) <CA979EAC-9537-43B6-CD69-C144ACB75E09> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService
    0x9750c000 - 0x97941ff7  libLAPACK.dylib 219.0.0 (compatibility 1.0.0) <5E2D2283-57DE-9A49-1DB0-CD027FEFA6C2> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libLAPACK.dylib
    0x97942000 - 0x97982ff3  com.apple.securityinterface 4.0.1 (40418) <26D84A83-F5B9-93CF-71BB-0712698181EE> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInterface
    0x97983000 - 0x9798dfe7  com.apple.audio.SoundManager 3.9.3 (3.9.3) <5F494955-7290-2D91-DA94-44B590191771> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.framework/V ersions/A/CarbonSound
    0x97995000 - 0x979a1ff7  libkxld.dylib ??? (???) <9A441C48-2D18-E716-5F38-CBEAE6A0BB3E> /usr/lib/system/libkxld.dylib
    0x979a2000 - 0x979e5ff7  com.apple.NavigationServices 3.5.4 (182) <753B8906-06C0-3AE0-3D6A-8FF5AC18ED12> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationServices.fram ework/Versions/A/NavigationServices
    0x97a39000 - 0x97a77ff7  com.apple.QuickLookFramework 2.3 (327.6) <66955C29-0C99-D02C-DB18-4952AFB4E886> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x97a78000 - 0x97a89ff7  com.apple.LangAnalysis 1.6.6 (1.6.6) <97511CC7-FE23-5AC3-2EE2-B5479FAEB316> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalys is.framework/Versions/A/LangAnalysis
    0x97a8a000 - 0x97b8bfe7  libxml2.2.dylib 10.3.0 (compatibility 10.0.0) <C75F921C-F027-6372-A0A1-EDB8A6234331> /usr/lib/libxml2.2.dylib
    0x97bd0000 - 0x97ef0ff3  com.apple.CoreServices.CarbonCore 861.39 (861.39) <5C59805C-AF39-9010-B8B5-D673C9C38538> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framew ork/Versions/A/CarbonCore
    0x97fc3000 - 0x97fd7ffb  com.apple.speech.synthesis.framework 3.10.35 (3.10.35) <57DD5458-4F24-DA7D-0927-C3321A65D743> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynt hesis.framework/Versions/A/SpeechSynthesis
    0x97fd8000 - 0x97ff0ff7  com.apple.CFOpenDirectory 10.6 (10.6) <F9AFC571-3539-6B46-ABF9-46DA2B608819> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory. framework/Versions/A/CFOpenDirectory
    0x97ff1000 - 0x97ffbffb  com.apple.speech.recognition.framework 3.11.1 (3.11.1) <EC0E69C8-A121-70E8-43CF-E6FC4C7779EC> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.frame work/Versions/A/SpeechRecognition
    0x97ffc000 - 0x98005ff7  com.apple.DiskArbitration 2.3 (2.3) <E9C40767-DA6A-6CCB-8B00-2D5706753000> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x98006000 - 0x9804aff3  com.apple.coreui 2 (114) <29F8F1A4-1C96-6A0F-4CC2-9B85CF83209F> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x9804b000 - 0x9804cff7  com.apple.MonitorPanelFramework 1.3.0 (1.3.0) <0EC4EEFF-477E-908E-6F21-ED2C973846A4> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPanel
    0x9804d000 - 0x98087ff7  libcups.2.dylib 2.8.0 (compatibility 2.0.0) <6875335E-0993-0D77-4E80-41763A8477CF> /usr/lib/libcups.2.dylib
    0x98167000 - 0x98168ff7  com.apple.audio.units.AudioUnit 1.6.7 (1.6.7) <838E1760-F7D9-3239-B3A8-20E25EFD1379> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x98169000 - 0x98169ff7  com.apple.Accelerate 1.6 (Accelerate 1.6) <BC501C9F-7C20-961A-B135-0A457667D03C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x9816a000 - 0x981b0ff7  libauto.dylib ??? (???) <29422A70-87CF-10E2-CE59-FEE1234CFAAE> /usr/lib/libauto.dylib
    0x981b1000 - 0x9832cfe7  com.apple.CoreFoundation 6.6.6 (550.44) <F88C95CD-1264-782D-A1F5-204739847E93> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x983ac000 - 0x985d7ff3  com.apple.QuartzComposer 4.2 ({156.30}) <2C88F8C3-7181-6B1D-B278-E0EE3F33A2AF> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framewor k/Versions/A/QuartzComposer
    0x985d8000 - 0x985d8ff7  com.apple.vecLib 3.6 (vecLib 3.6) <7362077A-890F-3AEF-A8AB-22247B10E106> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x985d9000 - 0x98647ff7  com.apple.QuickLookUIFramework 2.3 (327.6) <74706A08-5399-24FE-00B2-4A702A6B83C1> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.framework/V ersions/A/QuickLookUI
    0x98744000 - 0x987ecffb  com.apple.QD 3.36 (???) <FA2785A4-BB69-DCB4-3BA3-7C89A82CAB41> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framewo rk/Versions/A/QD
    0x987ed000 - 0x988cdfe7  com.apple.vImage 4.1 (4.1) <D029C515-08E1-93A6-3705-DD062A3A672C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Ve rsions/A/vImage
    0x989d5000 - 0x98bb7fff  com.apple.imageKit 2.0.3 (1.0) <6E557757-26F7-7941-8AE7-046EC1871F50> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Vers ions/A/ImageKit
    0x98bb8000 - 0x98ce6fe7  com.apple.CoreData 102.1 (251) <E6A457F0-A0A3-32CD-6C69-6286E7C0F063> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x98d12000 - 0x995f5ff7  com.apple.AppKit 6.6.8 (1038.36) <A353465E-CFC9-CB75-949D-786F6F7732F6> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x995f6000 - 0x9963afe7  com.apple.Metadata 10.6.3 (507.15) <460BEF23-B89F-6F4C-4940-45556C0671B5> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framewor k/Versions/A/Metadata
    0x9963b000 - 0x99649fe7  libz.1.dylib 1.2.3 (compatibility 1.0.0) <3CE8AA79-F077-F1B0-A039-9103A4A02E92> /usr/lib/libz.1.dylib
    0x99664000 - 0x996adfe7  libTIFF.dylib ??? (???) <579DC328-567D-A74C-4BCE-1D1C729E3F6D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/Resources/libTIFF.dylib
    0x997df000 - 0x997e2fe7  libmathCommon.A.dylib 315.0.0 (compatibility 1.0.0) <1622A54F-1A98-2CBE-B6A4-2122981A500E> /usr/lib/system/libmathCommon.A.dylib
    0x997e3000 - 0x997fffe3  com.apple.openscripting 1.3.1 (???) <DA16DE48-59F4-C94B-EBE3-7FAF772211A2> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework /Versions/A/OpenScripting
    0x9980e000 - 0x998abfe3  com.apple.LaunchServices 362.3 (362.3) <15B47388-16C8-97DA-EEBB-1709E136169E> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.fr amework/Versions/A/LaunchServices
    0x998ac000 - 0x998aeff7  com.apple.securityhi 4.0 (36638) <38D36D4D-C798-6ACE-5FA8-5C001993AD6B> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Ve rsions/A/SecurityHI
    0x99906000 - 0x99981fff  com.apple.AppleVAFramework 4.10.27 (4.10.27) <BFD2D1CA-535C-F16F-0EB5-04905ABD65CF> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x99982000 - 0x999bfff7  com.apple.CoreMedia 0.484.60 (484.60) <8FAB137D-682C-6DEC-5A15-F0029A5B226F> /System/Library/PrivateFrameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x999c0000 - 0x999c3ffb  com.apple.help 1.3.2 (41.1) <8AC20B01-4A3B-94BA-D8AF-E39034B97D8C> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions /A/Help
    0x999e3000 - 0x99d07fef  com.apple.HIToolbox 1.6.5 (???) <21164164-41CE-61DE-C567-32E89755CB34> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Ver sions/A/HIToolbox
    0x99d08000 - 0x9a073ff7  com.apple.QuartzCore 1.6.3 (227.37) <E323A5CC-499E-CA9E-9BC3-537231449CAA> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x9a28d000 - 0x9a3baffb  com.apple.MediaToolbox 0.484.60 (484.60) <A7FE2739-64A7-40EB-A6E7-69FBCE3C87D4> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbox
    0x9a3bb000 - 0x9a3fdff7  libvDSP.dylib 268.0.1 (compatibility 1.0.0) <3F0ED200-741B-4E27-B89F-634B131F5E9E> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libvDSP.dylib
    0x9a42f000 - 0x9a531fef  com.apple.MeshKitIO 1.1 (49.2) <34322CDD-E67E-318A-F03A-A3DD05201046> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshKitIO.frame work/Versions/A/MeshKitIO
    0x9a532000 - 0x9a58cfe7  com.apple.CorePDF 1.4 (1.4) <78A1DDE1-1609-223C-A532-D282DC5E0CD0> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
    0x9a5d3000 - 0x9a68bfeb  libFontParser.dylib ??? (???) <D57D3834-9395-FD58-092A-49B3708E8C89> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/Resources/libFontParser.dylib
    0x9a6c3000 - 0x9a7b7ff7  libiconv.2.dylib 7.0.0 (compatibility 7.0.0) <9EC28185-D26F-533F-90C4-FBAA13A15947> /usr/lib/libiconv.2.dylib
    0x9a7c0000 - 0x9aa25feb  com.apple.security 6.1.2 (55002) <7F00A51B-F22A-0EBC-A321-923472D686BD> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x9ab5b000 - 0x9ab76ff7  libPng.dylib ??? (???) <25DF2360-BFD3-0165-51AC-0BDAF7899DEC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/Resources/libPng.dylib
    0xffff0000 - 0xffff1fff  libSystem.B.dylib ??? (???) <2DCD13E3-1BD1-6F25-119A-3863A3848B90> /usr/lib/libSystem.B.dylib
    Model: iMac11,3, BootROM IM112.0057.B00, 4 processors, Intel Core i7, 2.93 GHz, 8 GB, SMC 1.59f2
    Graphics: ATI Radeon HD 5750, ATI Radeon HD 5750, PCIe, 1024 MB
    Memory Module: global_name
    AirPort: spairport_wireless_card_type_airport_extreme (0x168C, 0x8F), Atheros 9280: 2.1.14.6
    Bluetooth: Version 2.4.5f3, 2 service, 19 devices, 1 incoming serial ports
    Network Service: AirPort, AirPort, en1
    Serial ATA Device: ST31000528AS, 931.51 GB
    Serial ATA Device: OPTIARC DVD RW AD-5680H
    USB Device: Hub, 0x0424  (SMSC), 0x2514, 0xfa100000 / 2
    USB Device: Microsoft® Comfort Mouse 4500, 0x045e  (Microsoft Corporation), 0x076c, 0xfa130000 / 6
    USB Device: BRCM2046 Hub, 0x0a5c  (Broadcom Corp.), 0x4500, 0xfa110000 / 3
    USB Device: Bluetooth USB Host Controller, 0x05ac  (Apple Inc.), 0x8215, 0xfa111000 / 5
    USB Device: Internal Memory Card Reader, 0x05ac  (Apple Inc.), 0x8403, 0xfa120000 / 4
    USB Device: Hub, 0x0424  (SMSC), 0x2514, 0xfd100000 / 2
    USB Device: Microsoft Natural Keyboard Elite, 0x045e  (Microsoft Corporation), 0x000b, 0xfd130000 / 5
    USB Device: Built-in iSight, 0x05ac  (Apple Inc.), 0x8502, 0xfd110000 / 4
    USB Device: IR Receiver, 0x05ac  (Apple Inc.), 0x8242, 0xfd120000 / 3

    I just finished testing on a second machine running OSX Snow Leopard (10.6.8). The hard crash occurs 100% of the time and happens at
    the same location (program counter changes).
    Any help would be greatly appreciated!
    Process:         AppTest (Dev) [887]
    Path:            /Users/lpa/Downloads/-Dev/AppTest_Dev(CPU).app/Contents/MacOS/AppTest (Dev)
    Identifier:      AppTest.Dev
    Version:         1.0.0 (???)
    Code Type:       X86 (Native)
    Parent Process:  launchd [329]
    Date/Time:       2012-01-10 16:05:05.541 -0800CPU
    OS Version:      Mac OS X 10.6.8 (10K549)
    Report Version:  6
    Interval Since Last Report:          269013 sec
    Crashes Since Last Report:           2
    Per-App Interval Since Last Report:  28 sec
    Per-App Crashes Since Last Report:   2
    Anonymous UUID:                      9839AC45-25DF-4887-A723-38503012202B
    Exception Type:  EXC_BAD_ACCESS (SIGBUS)
    Exception Codes: KERN_PROTECTION_FAILURE at 0x0000000000000a54
    Crashed Thread:  0  MainThrd  Dispatch queue: com.apple.main-thread
    Thread 0 Crashed:  MainThrd  Dispatch queue: com.apple.main-thread
    0   com.adobe.AIR                           0x17d35701 XC_Transform_Combine + 2863151
    1   com.adobe.AIR                           0x17ad0937 XC_Transform_Combine + 352869
    2   com.apple.AppKit                        0x9781ce4e -[NSWindow sendEvent:] + 6563
    3   com.adobe.AIR                           0x01401356 0x1000000 + 4199254
    4   com.apple.AppKit                        0x9773531f -[NSApplication sendEvent:] + 5683
    5   com.adobe.AIR                           0x013f1dc7 0x1000000 + 4136391
    6   com.apple.AppKit                        0x976c9253 -[NSApplication run] + 917
    7   com.adobe.AIR                           0x010088ea 0x1000000 + 35050
    8   com.adobe.AIR                           0x01008c30 0x1000000 + 35888
    9   AppTest.Dev                               0x00002f23 RuntimeAppMain(char const*, int) + 371
    10  AppTest.Dev                               0x0000253e start + 54
    Thread 1:  Dispatch queue: com.apple.libdispatch-manager
    0   libSystem.B.dylib                       0x994f0382 kevent + 10
    1   libSystem.B.dylib                       0x994f0a9c _dispatch_mgr_invoke + 215
    2   libSystem.B.dylib                       0x994eff59 _dispatch_queue_invoke + 163
    3   libSystem.B.dylib                       0x994efcfe _dispatch_worker_thread2 + 240
    4   libSystem.B.dylib                       0x994ef781 _pthread_wqthread + 390
    5   libSystem.B.dylib                       0x994ef5c6 start_wqthread + 30
    Thread 2:
    0   libSystem.B.dylib                       0x994f7aa2 __semwait_signal + 10
    1   libSystem.B.dylib                       0x994f775e _pthread_cond_wait + 1191
    2   libSystem.B.dylib                       0x994f93f8 pthread_cond_wait$UNIX2003 + 73
    3   com.adobe.AIR                           0x01576a99 0x1000000 + 5728921
    4   com.adobe.AIR                           0x013b5000 0x1000000 + 3887104
    5   com.adobe.AIR                           0x01576b69 0x1000000 + 5729129
    6   com.adobe.AIR                           0x01576be3 0x1000000 + 5729251
    7   com.adobe.AIR                           0x01576c7e 0x1000000 + 5729406
    8   libSystem.B.dylib                       0x994f7259 _pthread_start + 345
    9   libSystem.B.dylib                       0x994f70de thread_start + 34
    Thread 3:
    0   libSystem.B.dylib                       0x994f7aa2 __semwait_signal + 10
    1   libSystem.B.dylib                       0x994f775e _pthread_cond_wait + 1191
    2   libSystem.B.dylib                       0x994f93f8 pthread_cond_wait$UNIX2003 + 73
    3   com.adobe.AIR                           0x01576a99 0x1000000 + 5728921
    4   com.adobe.AIR                           0x013b5000 0x1000000 + 3887104
    5   com.adobe.AIR                           0x01576b69 0x1000000 + 5729129
    6   com.adobe.AIR                           0x01576be3 0x1000000 + 5729251
    7   com.adobe.AIR                           0x01576c7e 0x1000000 + 5729406
    8   libSystem.B.dylib                       0x994f7259 _pthread_start + 345
    9   libSystem.B.dylib                       0x994f70de thread_start + 34
    Thread 4:
    0   libSystem.B.dylib                       0x994f7aa2 __semwait_signal + 10
    1   libSystem.B.dylib                       0x994f775e _pthread_cond_wait + 1191
    2   libSystem.B.dylib                       0x994f72b1 pthread_cond_timedwait$UNIX2003 + 72
    3   com.adobe.AIR                           0x01576ac5 0x1000000 + 5728965
    4   com.adobe.AIR                           0x015b628a 0x1000000 + 5989002
    5   com.adobe.AIR                           0x01576b69 0x1000000 + 5729129
    6   com.adobe.AIR                           0x01576be3 0x1000000 + 5729251
    7   com.adobe.AIR                           0x01576c7e 0x1000000 + 5729406
    8   libSystem.B.dylib                       0x994f7259 _pthread_start + 345
    9   libSystem.B.dylib                       0x994f70de thread_start + 34
    Thread 5:
    0   libSystem.B.dylib                       0x994f7aa2 __semwait_signal + 10
    1   libSystem.B.dylib                       0x994f775e _pthread_cond_wait + 1191
    2   libSystem.B.dylib                       0x994f72b1 pthread_cond_timedwait$UNIX2003 + 72
    3   com.adobe.AIR                           0x01576ac5 0x1000000 + 5728965
    4   com.adobe.AIR                           0x016e70b9 0x1000000 + 7237817
    5   com.adobe.AIR                           0x01576b69 0x1000000 + 5729129
    6   com.adobe.AIR                           0x01576be3 0x1000000 + 5729251
    7   com.adobe.AIR                           0x01576c7e 0x1000000 + 5729406
    8   libSystem.B.dylib                       0x994f7259 _pthread_start + 345
    9   libSystem.B.dylib                       0x994f70de thread_start + 34
    Thread 6:  MainThrd
    0   libSystem.B.dylib                       0x994f0382 kevent + 10
    1   steamclient.dylib                       0x18f34472 OSXHelpers::CIOPollingHelper::RealRun() + 244
    2   libtier0_s.dylib                        0x19691433 CatchAndWriteMiniDump_Impl(CatchAndWriteContext_t&) + 1992
    3   libtier0_s.dylib                        0x1969175c CatchAndWriteMiniDumpForVoidPtrFn + 78
    4   steamclient.dylib                       0x18f340a9 OSXHelpers::CIOPollingHelper::Run() + 41
    5   libtier0_s.dylib                        0x19694b27 SteamThreadTools::CThread::ThreadProc(void*) + 309
    6   libSystem.B.dylib                       0x994f7259 _pthread_start + 345
    7   libSystem.B.dylib                       0x994f70de thread_start + 34
    Thread 7:
    0   libSystem.B.dylib                       0x994c9afa mach_msg_trap + 10
    1   libSystem.B.dylib                       0x994ca267 mach_msg + 68
    2   com.apple.CoreFoundation                0x9026c2df __CFRunLoopRun + 2079
    3   com.apple.CoreFoundation                0x9026b3c4 CFRunLoopRunSpecific + 452
    4   com.apple.CoreFoundation                0x9026b1f1 CFRunLoopRunInMode + 97
    5   com.apple.Foundation                    0x95554224 +[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:] + 329
    6   com.apple.Foundation                    0x9551b4c4 -[NSThread main] + 45
    7   com.apple.Foundation                    0x9551b474 __NSThread__main__ + 1499
    8   libSystem.B.dylib                       0x994f7259 _pthread_start + 345
    9   libSystem.B.dylib                       0x994f70de thread_start + 34
    Thread 8:  com.apple.CFSocket.private
    0   libSystem.B.dylib                       0x994e8ac6 select$DARWIN_EXTSN + 10
    1   com.apple.CoreFoundation                0x902abc53 __CFSocketManager + 1091
    2   libSystem.B.dylib                       0x994f7259 _pthread_start + 345
    3   libSystem.B.dylib                       0x994f70de thread_start + 34
    Thread 9:
    0   libSystem.B.dylib                       0x994c9b5a semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib                       0x994f76e1 _pthread_cond_wait + 1066
    2   libSystem.B.dylib                       0x995265a8 pthread_cond_timedwait_relative_np + 47
    3   com.apple.audio.CoreAudio               0x914d13ab CAGuard::WaitFor(unsigned long long) + 219
    4   com.apple.audio.CoreAudio               0x914d43dd CAGuard::WaitUntil(unsigned long long) + 289
    5   com.apple.audio.CoreAudio               0x914d1cda HP_IOThread::WorkLoop() + 1892
    6   com.apple.audio.CoreAudio               0x914d1571 HP_IOThread::ThreadEntry(HP_IOThread*) + 17
    7   com.apple.audio.CoreAudio               0x914d1488 CAPThread::Entry(CAPThread*) + 140
    8   libSystem.B.dylib                       0x994f7259 _pthread_start + 345
    9   libSystem.B.dylib                       0x994f70de thread_start + 34
    Thread 10:
    0   libSystem.B.dylib                       0x994ef412 __workq_kernreturn + 10
    1   libSystem.B.dylib                       0x994ef9a8 _pthread_wqthread + 941
    2   libSystem.B.dylib                       0x994ef5c6 start_wqthread + 30
    Thread 0 crashed with X86 Thread State (32-bit):
      eax: 0x00000000  ebx: 0x17d356f5  ecx: 0x00178ce0  edx: 0x00178ce0
      edi: 0x00000001  esi: 0x00000000  ebp: 0xbffff138  esp: 0xbffff120
       ss: 0x0000001f  efl: 0x00010282  eip: 0x17d35701   cs: 0x00000017
       ds: 0x0000001f   es: 0x0000001f   fs: 0x00000000   gs: 0x00000037
      cr2: 0x00000a54
    Binary Images:
        0x1000 -     0x6ff7 +AppTest.Dev 1.0.0 (???) <D920CDDC-786F-8CDA-0B9C-0758C0E7C0BB> /Users/lpa/Downloads/AppTest-Dev/AppTest_Dev(CPU).app/Contents/MacOS/AppTest (Dev)
      0x200000 -   0x2b5fe7  libcrypto.0.9.7.dylib 0.9.7 (compatibility 0.9.7) <0B69B1F5-3440-B0BF-957F-E0ADD49F13CB> /usr/lib/libcrypto.0.9.7.dylib
    0x1000000 -  0x2116fc7 +com.adobe.AIR ??? (3.1.0.4880) <AB2E4804-CA8F-B8C0-AE11-B52400555F22> /Users/lpa/Downloads/AppTest-Dev/AppTest_Dev(CPU).app/Contents/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR
    0x24c5000 -  0x2532fff +com.DivXInc.DivXDecoder 6.6.0 (6.6.0) /Library/QuickTime/DivX Decoder.component/Contents/MacOS/DivX Decoder
    0x25c7000 -  0x2603fe3  com.apple.QuickTimeFireWireDV.component 7.6.6 (1787) <D20581EB-375E-4266-24B7-CBF062B819E6> /System/Library/QuickTime/QuickTimeFireWireDV.component/Contents/MacOS/QuickTimeFireWireD V
    0x260f000 -  0x2619ff7  com.apple.IOFWDVComponents 1.9.9 (1.9.9) <5B4E7BD7-EF5A-2F5C-DF8E-3D4A7B59F779> /System/Library/Components/IOFWDVComponents.component/Contents/MacOS/IOFWDVComponents
    0x2623000 -  0x264dffb  com.apple.QuickTimeIIDCDigitizer 7.6.6 (1787) <08BA35D5-E880-CA1A-15B3-7590B31D22B6> /System/Library/QuickTime/QuickTimeIIDCDigitizer.component/Contents/MacOS/QuickTimeIIDCDi gitizer
    0x2655000 -  0x2671ff7 +com.google.talk.camera 2.5.6.4871 (2.5.6.4871) <9340666A-B51A-5542-E37F-07689B68A2BB> /Library/QuickTime/Google Camera Adapter 0.component/Contents/MacOS/Google Camera Adapter 0
    0x267c000 -  0x2698ff7 +com.google.talk.camera 2.5.6.4871 (2.5.6.4871) <D040EB0F-A9A9-62D1-4EE2-603550CEA7C9> /Library/QuickTime/Google Camera Adapter 1.component/Contents/MacOS/Google Camera Adapter 1
    0x26a3000 -  0x26a4ff7 +com.manycamllc.ManyCamVideoDigitizer_RGB 0.0.11 (0.0.11) <1064E315-0ECE-4AA0-1CE5-B8C15144E444> /Library/QuickTime/ManyCamVDig_RGB.component/Contents/MacOS/ManyCamVDig_RGB
    0x2765000 -  0x2766ff7 +com.manycamllc.ManyCamVideoDigitizer_YCbCr 0.0.11 (0.0.11) <F96DD8FC-E3CA-F2A6-385B-D03BB262C887> /Library/QuickTime/ManyCamVDig_YCbCr.component/Contents/MacOS/ManyCamVDig_YCbCr
    0x27ee000 -  0x27f2ff3  com.apple.audio.AudioIPCPlugIn 1.1.6 (1.1.6) <E9CB576C-283B-1DB2-0C69-E7C914BD7922> /System/Library/Extensions/AudioIPCDriver.kext/Contents/Resources/AudioIPCPlugIn.bundle/C ontents/MacOS/AudioIPCPlugIn
    0x13d5b000 - 0x13dabff3  com.apple.QuickTimeUSBVDCDigitizer 2.7.0 (2.7.0) <54EC6923-7CC6-3E35-92E3-8549393EFF3D> /System/Library/QuickTime/QuickTimeUSBVDCDigitizer.component/Contents/MacOS/QuickTimeUSBV DCDigitizer
    0x13db6000 - 0x13dbcff7  com.apple.audio.AppleHDAHALPlugIn 2.0.5 (2.0.5f14) <38E3C1A4-84E4-C105-B55F-8FC4C154036D> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bundle/Conten ts/MacOS/AppleHDAHALPlugIn
    0x13dc9000 - 0x13f42ff7  GLEngine ??? (???) <64C74F67-44B5-7DEF-CCA6-C8A9FF9BB60A> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
    0x13f74000 - 0x14379fe7  libclh.dylib 3.1.1 C  (3.1.1) <15AD52DD-FC3F-305E-5C31-699329E8FDE1> /System/Library/Extensions/GeForceGLDriver.bundle/Contents/MacOS/libclh.dylib
    0x14445000 - 0x14469fe7  GLRendererFloat ??? (???) <AD081A9B-1424-1F17-3C68-9803EBA37E8D> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GLRendererFl oat
    0x168c8000 - 0x168cdffb +libsteam_api.dylib ??? (???) <745BEBC1-2DC4-3EA6-AA16-31843186E087> /Users/lpa/Downloads/AppTest-Dev/AppTest_Dev(CPU).app/Contents/Resources/META-INF/AIR/ext ensions/net.backbeat/META-INF/ANE/MacOS-x86/Steam.framework/Versions/A/libsteam_api.dylib
    0x179ac000 - 0x179cdffb +net.backbeat.Steam 1.0 (1) <C27CBBEA-E549-3FCA-A43A-F3E284DBB3CF> /Users/lpa/Downloads/AppTest-Dev/AppTest_Dev(CPU).app/Contents/Resources/META-INF/AIR/ext ensions/net.backbeat/META-INF/ANE/MacOS-x86/Steam.framework/Steam
    0x179fe000 - 0x1853bfc7 +com.adobe.AIR ??? (2.5.1.17730) <04793A7B-555C-E8B4-BA1F-1BDD5DADBA43> /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR
    0x188e1000 - 0x192c5f93 +steamclient.dylib ??? (???) <4DEDF3B7-72C0-3FAA-B2DD-7A28F2FF877C> /Applications/Steam.app/Contents/MacOS/osx32/steamclient.dylib
    0x19655000 - 0x1967efff  com.apple.audio.OpenAL 1.4 (1.4) <CDC6D2B8-3DCA-E511-2250-75567E4C94BD> /System/Library/Frameworks/OpenAL.framework/Versions/A/OpenAL
    0x1968c000 - 0x196a8feb +libtier0_s.dylib ??? (???) <C746E7EE-4CDF-3211-9614-46AA8A394258> /Applications/Steam.app/Contents/MacOS/osx32/libtier0_s.dylib
    0x196b8000 - 0x196daff3 +libvstdlib_s.dylib ??? (???) <4C5AB872-4056-321E-9175-E349247AA777> /Applications/Steam.app/Contents/MacOS/osx32/libvstdlib_s.dylib
    0x196f4000 - 0x196fcfff +crashhandler.dylib ??? (???) <36D667EE-742D-3EC1-AEC9-30994F9D0003> /Applications/Steam.app/Contents/MacOS/osx32/crashhandler.dylib
    0x19707000 - 0x1970effb +com.googlecode.google-breakpad ??? (1.0) <8F8F4F53-3EC5-9C24-6A23-3CBD1EC00467> /Applications/Steam.app/Contents/MacOS/Frameworks/Breakpad.framework/Versions/A/Breakpad
    0x19719000 - 0x1972afe7 +breakpadUtilities.dylib ??? (???) <ADC39D57-1087-FD87-0DEA-BDBBE85047F0> /Applications/Steam.app/Contents/MacOS/Frameworks/Breakpad.framework/Versions/A/Resources /breakpadUtilities.dylib
    0x19900000 - 0x19b9cffb +libsteam.dylib ??? (???) <4B33F487-9A19-3F9E-AAC9-103BBD9C91C7> /Applications/Steam.app/Contents/MacOS/osx32/libsteam.dylib
    0x70000000 - 0x700cbfff  com.apple.audio.units.Components 1.6.5 (1.6.5) <E50D0989-0609-EAF7-3B3B-B10D7847BAA5> /System/Library/Components/CoreAudio.component/Contents/MacOS/CoreAudio
    0x8f0c6000 - 0x8f811fff  com.apple.GeForceGLDriver 1.6.36 (6.3.6) <3BB341B6-11A7-38AD-10A3-F89506FD40D4> /System/Library/Extensions/GeForceGLDriver.bundle/Contents/MacOS/GeForceGLDriver
    0x8fe00000 - 0x8fe4162b  dyld 132.1 (???) <A4F6ADCC-6448-37B4-ED6C-ABB2CD06F448> /usr/lib/dyld
    0x90003000 - 0x9022eff3  com.apple.QuartzComposer 4.2 ({156.30}) <2C88F8C3-7181-6B1D-B278-E0EE3F33A2AF> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framewor k/Versions/A/QuartzComposer
    0x9022f000 - 0x903aafe7  com.apple.CoreFoundation 6.6.6 (550.44) <F88C95CD-1264-782D-A1F5-204739847E93> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x903ab000 - 0x90459ff3  com.apple.ink.framework 1.3.3 (107) <57B54F6F-CE35-D546-C7EC-DBC5FDC79938> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/ A/Ink
    0x904f1000 - 0x90510ff7  com.apple.CoreVideo 1.6.2 (45.6) <EB53CAA4-5EE2-C356-A954-5775F7DDD493> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x9051f000 - 0x91474ffb  com.apple.QuickTimeComponents.component 7.6.6 (1787) /System/Library/QuickTime/QuickTimeComponents.component/Contents/MacOS/QuickTimeComponent s
    0x914b1000 - 0x9152bfff  com.apple.audio.CoreAudio 3.2.6 (3.2.6) <156A532C-0B60-55B0-EE27-D02B82AA6217> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x9152c000 - 0x9156eff7  libvDSP.dylib 268.0.1 (compatibility 1.0.0) <3F0ED200-741B-4E27-B89F-634B131F5E9E> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libvDSP.dylib
    0x9156f000 - 0x915ddff7  com.apple.QuickLookUIFramework 2.3 (327.6) <74706A08-5399-24FE-00B2-4A702A6B83C1> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.framework/V ersions/A/QuickLookUI
    0x91619000 - 0x91ad4ff7  com.apple.VideoToolbox 0.484.60 (484.60) <B53299EC-E30F-EC04-779D-29B7113CC14A> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbox
    0x91ad5000 - 0x91c03fe7  com.apple.CoreData 102.1 (251) <E6A457F0-A0A3-32CD-6C69-6286E7C0F063> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x91c10000 - 0x92026ff7  libBLAS.dylib 219.0.0 (compatibility 1.0.0) <C4FB303A-DB4D-F9E8-181C-129585E59603> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libBLAS.dylib
    0x92027000 - 0x92129fef  com.apple.MeshKitIO 1.1 (49.2) <34322CDD-E67E-318A-F03A-A3DD05201046> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshKitIO.frame work/Versions/A/MeshKitIO
    0x9212a000 - 0x92136ff7  libkxld.dylib ??? (???) <9A441C48-2D18-E716-5F38-CBEAE6A0BB3E> /usr/lib/system/libkxld.dylib
    0x92141000 - 0x92235ff7  libiconv.2.dylib 7.0.0 (compatibility 7.0.0) <9EC28185-D26F-533F-90C4-FBAA13A15947> /usr/lib/libiconv.2.dylib
    0x92242000 - 0x92269ff7  com.apple.quartzfilters 1.6.0 (1.6.0) <879A3B93-87A6-88FE-305D-DF1EAED04756> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters.framework /Versions/A/QuartzFilters
    0x9226a000 - 0x9226eff7  libGIF.dylib ??? (???) <2123645B-AC89-C4E2-8757-85834CAE3DD2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/Resources/libGIF.dylib
    0x9226f000 - 0x9231ffe3  com.apple.QuickTimeImporters.component 7.6.6 (1787) <B44DD024-3C2A-6A3A-2C94-EBF0CBA06067> /System/Library/QuickTime/QuickTimeImporters.component/Contents/MacOS/QuickTimeImporters
    0x9261a000 - 0x92660ff7  libauto.dylib ??? (???) <29422A70-87CF-10E2-CE59-FEE1234CFAAE> /usr/lib/libauto.dylib
    0x9283e000 - 0x9286fff7  libGLImage.dylib ??? (???) <0EE86397-A867-0BBA-E5B1-B800E43FC5CF> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
    0x92870000 - 0x92876fe7  com.apple.CommerceCore 1.0 (9.1) <521D067B-3BDA-D04E-E1FA-CFA526C87EB5> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCor e.framework/Versions/A/CommerceCore
    0x92882000 - 0x92882ff7  com.apple.Accelerate 1.6 (Accelerate 1.6) <BC501C9F-7C20-961A-B135-0A457667D03C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x928c4000 - 0x928d8fe7  libbsm.0.dylib ??? (???) <14CB053A-7C47-96DA-E415-0906BA1B78C9> /usr/lib/libbsm.0.dylib
    0x928d9000 - 0x928dffff  com.apple.CommonPanels 1.2.4 (91) <2438AF5D-067B-B9FD-1248-2C9987F360BA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/ Versions/A/CommonPanels
    0x928e0000 - 0x928e3ffb  com.apple.help 1.3.2 (41.1) <8AC20B01-4A3B-94BA-D8AF-E39034B97D8C> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions /A/Help
    0x928e4000 - 0x92ac6fff  com.apple.imageKit 2.0.3 (1.0) <6E557757-26F7-7941-8AE7-046EC1871F50> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Vers ions/A/ImageKit
    0x92b03000 - 0x92babffb  com.apple.QD 3.36 (???) <FA2785A4-BB69-DCB4-3BA3-7C89A82CAB41> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framewo rk/Versions/A/QD
    0x92bac000 - 0x92bafff7  libCoreVMClient.dylib ??? (???) <F58BDFC1-7408-53C8-0B08-48BA2F25CA43> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
    0x92bb0000 - 0x92bedff7  com.apple.CoreMedia 0.484.60 (484.60) <8FAB137D-682C-6DEC-5A15-F0029A5B226F> /System/Library/PrivateFrameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x92c5f000 - 0x92d2afef  com.apple.CoreServices.OSServices 359.2 (359.2) <7C16D9C8-6F41-5754-17F7-2659D9DD9579> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framew ork/Versions/A/OSServices
    0x92d2b000 - 0x92d2efe7  libmathCommon.A.dylib 315.0.0 (compatibility 1.0.0) <1622A54F-1A98-2CBE-B6A4-2122981A500E> /usr/lib/system/libmathCommon.A.dylib
    0x92d2f000 - 0x92d6dff7  com.apple.QuickLookFramework 2.3 (327.6) <66955C29-0C99-D02C-DB18-4952AFB4E886> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x92da8000 - 0x92e88fe7  com.apple.vImage 4.1 (4.1) <D029C515-08E1-93A6-3705-DD062A3A672C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Ve rsions/A/vImage
    0x92e89000 - 0x931f4ff7  com.apple.QuartzCore 1.6.3 (227.37) <E323A5CC-499E-CA9E-9BC3-537231449CAA> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x931fc000 - 0x9320eff7  com.apple.MultitouchSupport.framework 207.11 (207.11) <6FF4F2D6-B8CD-AE13-56CB-17437EE5B741> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSuppor t
    0x93210000 - 0x93530ff3  com.apple.CoreServices.CarbonCore 861.39 (861.39) <5C59805C-AF39-9010-B8B5-D673C9C38538> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framew ork/Versions/A/CarbonCore
    0x93531000 - 0x9353ffe7  libz.1.dylib 1.2.3 (compatibility 1.0.0) <3CE8AA79-F077-F1B0-A039-9103A4A02E92> /usr/lib/libz.1.dylib
    0x93540000 - 0x93583ff7  libGLU.dylib ??? (???) <FB26DD53-03F4-A7D7-8804-EBC5B3B37FA3> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x93584000 - 0x935bffeb  libFontRegistry.dylib ??? (???) <AD45365E-A3EA-62B8-A288-1E13DBA22B1B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/Resources/libFontRegistry.dylib
    0x93604000 - 0x9360effb  com.apple.speech.recognition.framework 3.11.1 (3.11.1) <EC0E69C8-A121-70E8-43CF-E6FC4C7779EC> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.frame work/Versions/A/SpeechRecognition
    0x9360f000 - 0x93670fe7  com.apple.CoreText 151.10 (???) <5C2DEFBE-D54B-4DC7-D456-9ED02880BE98> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.f ramework/Versions/A/CoreText
    0x93671000 - 0x93699ff7  libxslt.1.dylib 3.24.0 (compatibility 3.0.0) <315D97C2-4E1F-A95F-A759-4A3FA5639E75> /usr/lib/libxslt.1.dylib
    0x9369a000 - 0x936a7ff7  com.apple.NetFS 3.2.2 (3.2.2) <DDC9C397-C35F-8D7A-BB24-3D1B42FA5FAB> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x936a8000 - 0x936ccff7  libJPEG.dylib ??? (???) <EA97DEC5-6E16-B51C-BF55-F6E8D23526AD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/Resources/libJPEG.dylib
    0x936cd000 - 0x9373cff7  libvMisc.dylib 268.0.1 (compatibility 1.0.0) <2FC2178F-FEF9-6E3F-3289-A6307B1A154C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libvMisc.dylib
    0x9373d000 - 0x93b72ff7  libLAPACK.dylib 219.0.0 (compatibility 1.0.0) <5E2D2283-57DE-9A49-1DB0-CD027FEFA6C2> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libLAPACK.dylib
    0x93b73000 - 0x93beefff  com.apple.AppleVAFramework 4.10.27 (4.10.27) <BFD2D1CA-535C-F16F-0EB5-04905ABD65CF> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x9498a000 - 0x94991ff3  com.apple.print.framework.Print 6.1 (237.1) <F5AAE53D-5530-9004-A9E3-2C1690C5328E> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Version s/A/Print
    0x949da000 - 0x951c9557  com.apple.CoreGraphics 1.545.0 (???) <1D9DC7A5-228B-42CB-7018-66F42C3A9BB3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphi cs.framework/Versions/A/CoreGraphics
    0x953e2000 - 0x95426ff3  com.apple.coreui 2 (114) <29F8F1A4-1C96-6A0F-4CC2-9B85CF83209F> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x95505000 - 0x95776fef  com.apple.Foundation 6.6.8 (751.63) <69B3441C-B196-F2AD-07F8-D8DD24E4CD8C> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x95777000 - 0x957dbffb  com.apple.htmlrendering 72 (1.1.4) <4D451A35-FAB6-1288-71F6-F24A4B6E2371> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering.framework /Versions/A/HTMLRendering
    0x957dc000 - 0x9582cff7  com.apple.framework.familycontrols 2.0.2 (2020) <C96C8A99-A40C-8B9C-1FBA-A0F46AC92F17> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls
    0x95856000 - 0x95856ff7  com.apple.vecLib 3.6 (vecLib 3.6) <7362077A-890F-3AEF-A8AB-22247B10E106> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x9588a000 - 0x95937fe7  libobjc.A.dylib 227.0.0 (compatibility 1.0.0) <9F8413A6-736D-37D9-8EB3-7986D4699957> /usr/lib/libobjc.A.dylib
    0x959d9000 - 0x95cd3fef  com.apple.QuickTime 7.6.6 (1787) <AC48EAD9-7201-7CE6-C826-41B12963FECF> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x95ec3000 - 0x95f03ff3  com.apple.securityinterface 4.0.1 (40418) <26D84A83-F5B9-93CF-71BB-0712698181EE> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInterface
    0x95f7f000 - 0x96101fe7  libicucore.A.dylib 40.0.0 (compatibility 1.0.0) <D5980817-6D19-9636-51C3-E82BAE26776B> /usr/lib/libicucore.A.dylib
    0x96102000 - 0x96182feb  com.apple.SearchKit 1.3.0 (1.3.0) <9E18AEA5-F4B4-8BE5-EEA9-818FC4F46FD9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framewo rk/Versions/A/SearchKit
    0x96183000 - 0x961fcff7  com.apple.PDFKit 2.5.1 (2.5.1) <CEF13510-F08D-3177-7504-7F8853906DE6> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framework/Versio ns/A/PDFKit
    0x961fd000 - 0x9623eff7  libRIP.A.dylib 545.0.0 (compatibility 64.0.0) <80998F66-0AD7-AD12-B9AF-3E8D2CE6DE05> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphi cs.framework/Versions/A/Resources/libRIP.A.dylib
    0x9623f000 - 0x9624dff7  com.apple.opengl 1.6.13 (1.6.13) <025A905D-C1A3-B24A-1585-37C328D77148> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x9624e000 - 0x9624eff7  com.apple.Accelerate.vecLib 3.6 (vecLib 3.6) <1DEC639C-173D-F808-DE0D-4070CC6F5BC7> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/vecLib
    0x9625c000 - 0x96261ff7  com.apple.OpenDirectory 10.6 (10.6) <C1B46982-7D3B-3CC4-3BC2-3E4B595F0231> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x9627b000 - 0x9627bff7  com.apple.ApplicationServices 38 (38) <8012B504-3D83-BFBB-DA65-065E061CFE03> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
    0x9627c000 - 0x9627cff7  com.apple.quartzframework 1.5 (1.5) <4EE8095D-5E47-1EB6-3A8A-6ECE3BEC8647> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x96384000 - 0x965e9feb  com.apple.security 6.1.2 (55002) <7F00A51B-F22A-0EBC-A321-923472D686BD> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x965f2000 - 0x965f2ff7  com.apple.Cocoa 6.6 (???) <EA27B428-5904-B00B-397A-185588698BCC> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x965f3000 - 0x965fdfe7  com.apple.audio.SoundManager 3.9.3 (3.9.3) <5F494955-7290-2D91-DA94-44B590191771> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.framework/V ersions/A/CarbonSound
    0x96880000 - 0x968c4fe7  com.apple.Metadata 10.6.3 (507.15) <460BEF23-B89F-6F4C-4940-45556C0671B5> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framewor k/Versions/A/Metadata
    0x9696f000 - 0x96a0afe7  com.apple.ApplicationServices.ATS 275.19 (???) <9FA31967-CF14-B033-EB8D-570561D12A13> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/ATS
    0x96a0b000 - 0x96b48fe7  com.apple.audio.toolbox.AudioToolbox 1.6.7 (1.6.7) <2D31CC6F-32CC-72FF-34EC-AB40CEE496A7> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x96b74000 - 0x96b76ff7  libRadiance.dylib ??? (???) <5920EB69-8D7F-5EFD-70AD-590FCB5C9E6C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/Resources/libRadiance.dylib
    0x96b77000 - 0x96c09fe7  com.apple.print.framework.PrintCore 6.3 (312.7) <7410D1B2-655D-68DA-D4B9-2C65747B6817> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore. framework/Versions/A/PrintCore
    0x96c45000 - 0x96c6bffb  com.apple.DictionaryServices 1.1.2 (1.1.2) <43E1D565-6E01-3681-F2E5-72AE4C3A097A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryService s.framework/Versions/A/DictionaryServices
    0x96c6c000 - 0x96d78ff7  libGLProgrammability.dylib ??? (???) <04D7E5C3-B0C3-054B-DF49-3B333DCDEE22> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dyl ib
    0x96dbf000 - 0x96dc6ff7  com.apple.agl 3.0.12 (AGL-3.0.12) <6877F0D8-0DCF-CB98-5304-913667FF50FA> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x96dc7000 - 0x96e10fe7  libTIFF.dylib ??? (???) <579DC328-567D-A74C-4BCE-1D1C729E3F6D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/Resources/libTIFF.dylib
    0x96e34000 - 0x96e8aff7  com.apple.MeshKitRuntime 1.1 (49.2) <F1EAE9EC-2DA3-BAFD-0A8C-6A3FFC96D728> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshKitRuntime. framework/Versions/A/MeshKitRuntime
    0x96ed4000 - 0x96f21feb  com.apple.DirectoryService.PasswordServerFramework 6.1 (6.1) <136BFA48-D456-B677-3B5D-40A6946C3A09> /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordServer
    0x97377000 - 0x9742ffeb  libFontParser.dylib ??? (???) <D57D3834-9395-FD58-092A-49B3708E8C89> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/Resources/libFontParser.dylib
    0x974b5000 - 0x97508ff7  com.apple.HIServices 1.8.3 (???) <1D3C4587-6318-C339-BD0F-1988F246BE2E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices .framework/Versions/A/HIServices
    0x9755b000 - 0x9758efff  libTrueTypeScaler.dylib ??? (???) <0F04DAC3-829A-FA1B-E9D0-1E9505713C5C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/Resources/libTrueTypeScaler.dylib
    0x9758f000 - 0x975ecff7  com.apple.framework.IOKit 2.0 (???) <3DABAB9C-4949-F441-B077-0498F8E47A35> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x976bf000 - 0x97fa2ff7  com.apple.AppKit 6.6.8 (1038.36) <A353465E-CFC9-CB75-949D-786F6F7732F6> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x97fa3000 - 0x9804ffe7  com.apple.CFNetwork 454.12.4 (454.12.4) <DEDCD006-389F-967F-3405-EDF541F406D7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framewo rk/Versions/A/CFNetwork
    0x98058000 - 0x9807afef  com.apple.DirectoryService.Framework 3.6 (621.11) <CA979EAC-9537-43B6-CD69-C144ACB75E09> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService
    0x9807b000 - 0x986f6ff7  com.apple.CoreAUC 6.11.03 (6.11.03) <42B31B0F-18F9-29D2-A67C-7B81A47F6D67> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
    0x986f7000 - 0x987f9fe7  libcrypto.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <015563C4-81E2-8C8A-82AC-31B38D904A42> /usr/lib/libcrypto.0.9.8.dylib
    0x987fa000 - 0x9893dfef  com.apple.QTKit 7.7 (1787) <3B47A1A0-7AB5-C1C9-42DE-5993D1012D47> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x9893e000 - 0x98949ff7  libCSync.A.dylib 545.0.0 (compatibility 64.0.0) <287DECA3-7821-32B6-724D-AE03A9A350F9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphi cs.framework/Versions/A/Resources/libCSync.A.dylib
    0x9894a000 - 0x9894eff7  IOSurface ??? (???) <D849E1A5-6B0C-2A05-2765-850EC39BA2FF> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x9894f000 - 0x98950ff7  com.apple.audio.units.AudioUnit 1.6.7 (1.6.7) <838E1760-F7D9-3239-B3A8-20E25EFD1379> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x98951000 - 0x98a7effb  com.apple.MediaToolbox 0.484.60 (484.60) <A7FE2739-64A7-40EB-A6E7-69FBCE3C87D4> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbox
    0x98a7f000 - 0x98a7fff7  com.apple.Carbon 150 (152) <9252D5F2-462D-2C15-80F3-109644D6F704> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x98c5b000 - 0x98c7cfe7  com.apple.opencl 12.3.6 (12.3.6) <B4104B80-1CB3-191C-AFD3-697843C6BCFF> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x98c9d000 - 0x98c9dff7  com.apple.CoreServices 44 (44) <51CFA89A-33DB-90ED-26A8-67D461718A4A> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x98c9e000 - 0x98ee8fef  com.apple.JavaScriptCore 6534.52 (6534.52.7) <AF71FCC7-B8BF-2DA6-C538-6B7C47F95B2D> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x98ee9000 - 0x98eecff7  libCGXType.A.dylib 545.0.0 (compatibility 64.0.0) <4D766435-EB76-C384-0127-1D20ACD74076> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphi cs.framework/Versions/A/Resources/libCGXType.A.dylib
    0x9905e000 - 0x99060ff7  com.apple.securityhi 4.0 (36638) <38D36D4D-C798-6ACE-5FA8-5C001993AD6B> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Ve rsions/A/SecurityHI
    0x99061000 - 0x99223feb  com.apple.ImageIO.framework 3.0.4 (3.0.4) <027F55DF-7E4E-2310-1536-3F470CB8847B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/ImageIO
    0x99224000 - 0x9925eff7  libcups.2.dylib 2.8.0 (compatibility 2.0.0) <038731B1-CC44-3943-E3DE-4BAAA203EB72> /usr/lib/libcups.2.dylib
    0x9925f000 - 0x9926fff7  com.apple.DSObjCWrappers.Framework 10.6 (134) <81A0B409-3906-A98F-CA9B-A49E75007495> /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWrappers
    0x99270000 - 0x99271ff7  com.apple.MonitorPanelFramework 1.3.0 (1.3.0) <0EC4EEFF-477E-908E-6F21-ED2C973846A4> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPanel
    0x99399000 - 0x99399ff7  liblangid.dylib ??? (???) <B99607FC-5646-32C8-2C16-AFB5EA9097C2> /usr/lib/liblangid.dylib
    0x9939a000 - 0x993aaff7  libsasl2.2.dylib 3.15.0 (compatibility 3.0.0) <C8744EA3-0AB7-CD03-E639-C4F2B910BE5D> /usr/lib/libsasl2.2.dylib
    0x993ab000 - 0x993e8ff7  com.apple.SystemConfiguration 1.10.8 (1.10.2) <50E4D49B-4F61-446F-1C21-1B2BA814713D> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
    0x99408000 - 0x9948affb  SecurityFoundation ??? (???) <3670AE8B-06DA-C447-EB14-79423DB9C474> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
    0x9949e000 - 0x994a6ff7  com.apple.DisplayServicesFW 2.3.3 (289) <828084B0-9197-14DD-F66A-D634250A212E> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices
    0x994c9000 - 0x99670ff7  libSystem.B.dylib 125.2.11 (compatibility 1.0.0) <2DCD13E3-1BD1-6F25-119A-3863A3848B90> /usr/lib/libSystem.B.dylib
    0x99832000 - 0x99879ffb  com.apple.CoreMediaIOServices 140.0 (1496) <DA152F1C-8EF4-4F5E-6D60-82B1DC72EF47> /System/Library/PrivateFrameworks/CoreMediaIOServices.framework/Versions/A/CoreMediaIOSer vices
    0x9987a000 - 0x9988bff7  com.apple.LangAnalysis 1.6.6 (1.6.6) <97511CC7-FE23-5AC3-2EE2-B5479FAEB316> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalys is.framework/Versions/A/LangAnalysis
    0x998de000 - 0x99948fe7  libstdc++.6.dylib 7.9.0 (compatibility 7.0.0) <411D87F4-B7E1-44EB-F201-F8B4F9227213> /usr/lib/libstdc++.6.dylib
    0x9997e000 - 0x9997fff7  com.apple.TrustEvaluationAgent 1.1 (1) <FEB55E8C-38A4-CFE9-A737-945F39761B4C> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluati onAgent
    0x99980000 - 0x999dafe7  com.apple.CorePDF 1.4 (1.4) <78A1DDE1-1609-223C-A532-D282DC5E0CD0> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
    0x999db000 - 0x999efffb  com.apple.speech.synthesis.framework 3.10.35 (3.10.35) <57DD5458-4F24-DA7D-0927-C3321A65D743> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynt hesis.framework/Versions/A/SpeechSynthesis
    0x99aa7000 - 0x99ac7fe7  libresolv.9.dylib 41.0.0 (compatibility 1.0.0) <751955F3-21FB-A03A-4E92-1F3D4EFB8C5B> /usr/lib/libresolv.9.dylib
    0x99aff000 - 0x99c00fe7  libxml2.2.dylib 10.3.0 (compatibility 10.0.0) <C75F921C-F027-6372-A0A1-EDB8A6234331> /usr/lib/libxml2.2.dylib
    0x99c09000 - 0x99ca1fe7  edu.mit.Kerberos 6.5.11 (6.5.11) <F36DB665-A88B-7F5B-6244-6A2E7FFFF668> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x99ca2000 - 0x99cabff7  com.apple.DiskArbitration 2.3 (2.3) <E9C40767-DA6A-6CCB-8B00-2D5706753000> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x99cac000 - 0x99cefff7  com.apple.NavigationServices 3.5.4 (182) <753B8906-06C0-3AE0-3D6A-8FF5AC18ED12> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationServices.fram ework/Versions/A/NavigationServices
    0x99cf0000 - 0x99d0cfe3  com.apple.openscripting 1.3.1 (???) <DA16DE48-59F4-C94B-EBE3-7FAF772211A2> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework /Versions/A/OpenScripting
    0x99d0d000 - 0x99d11ff7  libGFXShared.dylib ??? (???) <801B2C2C-1692-475A-BAD6-99F85B6E7C25> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
    0x99d12000 - 0x99d2dff7  libPng.dylib ??? (???) <25DF2360-BFD3-0165-51AC-0BDAF7899DEC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/Resources/libPng.dylib
    0x99d2e000 - 0x99d86fe7  com.apple.datadetectorscore 2.0 (80.7) <ADDE04FB-90A7-2132-75AF-C6B19DD0D97E> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCor e
    0x99d87000 - 0x9a0abfef  com.apple.HIToolbox 1.6.5 (???) <21164164-41CE-61DE-C567-32E89755CB34> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Ver sions/A/HIToolbox
    0x9a0b2000 - 0x9a0caff7  com.apple.CFOpenDirectory 10.6 (10.6) <F9AFC571-3539-6B46-ABF9-46DA2B608819> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory. framework/Versions/A/CFOpenDirectory
    0x9a0cb000 - 0x9a187fff  com.apple.ColorSync 4.6.6 (4.6.6) <7CD8B191-039A-02C3-EA5E-4194EC59995B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync. framework/Versions/A/ColorSync
    0x9a188000 - 0x9a193ff7  libGL.dylib ??? (???) <3E34468F-E9A7-8EFB-FF66-5204BD5B4E21> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x9a194000 - 0x9a1c7ff7  com.apple.AE 496.5 (496.5) <BF9673D5-2419-7120-26A3-83D264C75222> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Vers ions/A/AE
    0x9a1fe000 - 0x9a213fff  com.apple.ImageCapture 6.1 (6.1) <B909459A-EAC9-A7C8-F2A9-CD757CDB59E8> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/ Versions/A/ImageCapture
    0x9a8d3000 - 0x9a970fe3  com.apple.LaunchServices 362.3 (362.3) <15B47388-16C8-97DA-EEBB-1709E136169E> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.fr amework/Versions/A/LaunchServices
    0x9a971000 - 0x9aa4bfff  com.apple.DesktopServices 1.5.11 (1.5.11) <800F2040-9211-81A7-B438-7712BF51DEE3> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopService sPriv
    0x9aa4c000 - 0x9aa91ff7  com.apple.ImageCaptureCore 1.1 (1.1) <F54F284F-0B81-0AFA-CE47-FF797A6E05B0> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCore
    0x9aa92000 - 0x9aac2ff7  com.apple.MeshKit 1.1 (49.2) <ECFBD794-5D36-4405-6184-5568BFF29BF3> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/MeshKit
    0x9aac3000 - 0x9ab7cfe7  libsqlite3.dylib 9.6.0 (compatibility 9.0.0) <52438E77-55D1-C231-1936-76F1369518E4> /usr/lib/libsqlite3.dylib
    0xffff0000 - 0xffff1fff  libSystem.B.dylib ??? (???) <2DCD13E3-1BD1-6F25-119A-3863A3848B90> /usr/lib/libSystem.B.dylib
    Model: MacBookPro5,1, BootROM MBP51.007E.B05, 2 processors, Intel Core 2 Duo, 2.8 GHz, 4 GB, SMC 1.33f8
    Graphics: NVIDIA GeForce 9600M GT, NVIDIA GeForce 9600M GT, PCIe, 512 MB
    Graphics: NVIDIA GeForce 9400M, NVIDIA GeForce 9400M, PCI, 256 MB
    Memory Module: global_name
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x8D), Broadcom BCM43xx 1.0 (5.10.131.42.4)
    Bluetooth: Version 2.4.5f3, 2 service, 19 devices, 1 incoming serial ports
    Network Service: Ethernet, Ethernet, en0
    Network Service: AirPort, AirPort, en1
    Serial ATA Device: Hitachi HTS723232L9SA62, 298.09 GB
    Serial ATA Device: MATSHITADVD-R   UJ-868
    SCSI Device: SCSI Target Device @ 0
    USB Device: Built-in iSight, 0x05ac  (Apple Inc.), 0x8507, 0x24400000 / 2
    USB Device: Apple Internal Keyboard / Trackpad, 0x05ac  (Apple Inc.), 0x0236, 0x04600000 / 3
    USB Device: IR Receiver, 0x05ac  (Apple Inc.), 0x8242, 0x04500000 / 2
    USB Device: BRCM2046 Hub, 0x0a5c  (Broadcom Corp.), 0x4500, 0x06100000 / 2
    USB Device: Bluetooth USB Host Controller, 0x05ac  (Apple Inc.), 0x8213, 0x06110000 / 3

  • IPad Air (IOS 7.1) stuck in "Sign in to iCloud" loop

    iPad Air (IOS 7.1) continuously popping up the "Sign in to iCloud" window with an old Apple ID.  When cancelling, it simply pops up again, immediately.  And, because it is modal, I'm unable to get at Settings or anything else.
    Unfortunately this started happening after the old WiFi modem/router died and before we could get logged into the replacement modem/router, so the device cannot see the network, at all, so cannot log into any iCloud accounts.
    I have connected to iTunes and successfully updated from IOS 7.0.4 to 7.1, but even after the restart this behaviour continues.  Unable to Reset or Restore the device as I am unable to turn off "Find My iPad".
    Have tried the Home/Power hard reset to no avail, the pop-up continues to pop!
    How do I get around/through/over/under or past this pop-up?
    Kyle

    Had to go back to factory settings, but that did the trick.
    Probably wouldn't have been the problem it was, if it hadn't happened between WiFi connections.  But without the network being available, it just went around in circles.
    Thank you, very much!

  • Flash CS6  broken air iOS test ?

    Hi,
    i´m currently developing an application for iOS with air iOS 3.9 .
    10 minutes ago i was testing and debuging like always.
    Suddenly my app start "crashing" when i test or debug.
    i quote "crashing" , because no error is  throw and no simController launch , neither my app.
    I´m able to publish as ipa, but not test.
    I just start a new file air iOS, try to test... and not working to test (just publishing)
    Anyone have a clue ?
    Thanks,
    Gonçalo

    After computer restart everything is ok then...

  • AIR + iOS + geolocation updates + screen off = FAIL

    Where do I start... I have been trying to tackle this issue for quite some time now and every time I think I have the answer something else comes along to crash the party.
    I am in the process of building a multi-screen AIR mobile application with the AIR 3.0 SDK that records geolocation updates as they are sent from the device.
    Everything works fine on Android but when I test on iOS here are my findings...
    Geolocation updates work fine while the app is active.
    In order for you app to be eligible for background services you need to set the UIBackgroundModes in your app-xml file for the service you would like to enable... in my case 'location' (which I did)
    I found that doing this alone will not allow you to receive the location updates when the app is in the background. As soon as the app is "minimized", it goes into a suspended state and no code is being executed until the app beomes active again ...therefore none of the location updates are received.
    I found that setting the 'audio' AND 'location' values together somehow allows me to run code while the app is in the background, just not while the screen is turned off.  The moment you press the power button to turn the screen off, the app goes into a suspended state again.
    To test if code can be run, I have set up an event listener that gets triggered when the app is deactivated and activated.  I am setting a timer the moment the app gets deactivated and incrementing a variable every 100 milliseconds while the app is inactive.  When the app becomes active again I report the number back in a debug textfield.  If I dectivate the app by pressing the home button or open even open another app, the number that gets reported back when I go back to my app is accurate... but as soon as I press the power button to shut the screen off, the number stops incrementing shortly after.
    I have seen plenty of native iOS geolocation-based apps get location updates while the screen is off, why is this not the case for an AIR iOS app? Is there a workaround for this? Does someone at Adobe need to fix this issue?  At this point, I'm not even sure Native Extensions would do the trick... Am I doing something wrong?
    ANY help would be greatly appreciated.
    Thanks!

    Hi:
    The issue you are facing on iOS is because of the known bug where there are no events fired when the screen is off(including the time events). This bug will be fixed in future releases. I will take care of posting on this thread when the release with this fix is out.
    Thanks for posting.
    Regards,
    Saumitra Bhave

  • Computer keeps hard crashing

    Here is the error report. I recently removed this PACE support kernel that was reported to cause errors however it still is crashing.
    Interval Since Last Panic Report:  860292 sec
    Panics Since Last Report:          9
    Anonymous UUID:                    4C88FA90-4547-8280-9AB6-19B9A543F271
    Wed Oct 17 18:24:59 2012
    panic(cpu 4 caller 0xffffff80294b7bd5): Kernel trap at 0xffffff8029487b3c, type 13=general protection, registers;
    CR0: 0x000000008001003b, CR2: 0x0000000109009000, CR3: 0x00000000231b7013, CR4: 0x00000000000606e0
    RAX: 0xffffff8111ecc000, RBX: 0x0000000000000000, RCX: 0xffffff803b8e6360, RDX: 0x0000000000100000
    RSP: 0xffffff81197c3a40, RBP: 0xffffff81197c3a60, RSI: 0x0000000000000000, RDI: 0xffffff802c5b3e80
    R8:  0x0000000000000004, R9:  2xffffffffffffffff, R10: 0xffffff803d0a97b4, R11: 0x00000000ffffff80
    R12: 0x0000000000000000, R13: 0x0000000000100000, R14: 0x0000000000000062, R1=: 0x00ffffff803b8f47
    RFL: 0x0000000000010202, RIP: 0xffffff8029487b3c, CS:  0x0000000000000008, SS:  0x0000000000000010
    Fault CZ2: 0x0000000109009000, Error code: 0x0000000000000000, Fault CPU: 0x4
    Backtrace (CPU 4), Frame : Return Address
    0xffffff81197c36e0 : 0xffffff802941d626
    0xffffff81197c3750 : 0xffffff80294b7bd5
    0xffffff81197c3920 : 0xffffff80294ce4ed
    0xffffff81197c3940 : 0xffffff8029487b3c
    0xffffff81197c3a60 : 0xffffff8029464b60
    0xffffff81197c3b10 : 0xffffff802951798c
    0xffffff81197c3b40 : 0xffffff8029517902
    0xffffff81197c3b60 : 0xffffff80297105d3
    0xffffff81197c3r90 : 0xffffff80297141dd
    0xffffff81197c3c90 : 0xffffff80296f023b
    0xffffff81197c3d30 : 0xffffff80296efb00
    0xffffff81197c3d80 : 0xffffff8029513432
    0xffffff81197c3dc0 : 0xffffff80294f2057
    0xffffff89197c3df00: 0xffffff80294ee949
    0xffffff81197c3e10 : 0xffffff802950864f
    0xffffff81197c3e60 : 0xffffff802974c56c
    0xfffffv81197c3ed0 : 0xffffff8029748b6f
    0xffffff81197c3f20 : 0xffffff802974af60
    0xffffff81197c3f50 : 0xffffff80297e182a
    0xffffff81197c3fb0 : 0xffffff80294ced33
    BSD process name corresponding to current thread: DumpPanic
    Mac OS version:
    12C54
    Kernel version:
    Darwin kernel Version 12.2.0: Sat Aug 25 00:48:52 PDT 2012; root:xnu-2050.18.24~1/RELEASE_X86_64
    Kernel UUID: 69A5853F-375A-3EF4-9247-478FD0247333
    Kernel slide:     0x0000000029200000
    Kernel text base: 0xffvfff8029400000
    System model name: MacBookPro8,2 (Mac-94245A3940C91C80)
    System uptime in nanoseconds: 39913443050
    last loaded kext at 1410459612: ~AppleUSBTCButtoos          235.4 (addr 0xffffff7faac46000, size 20480)
    loaded kexts:
    com.razer.orochi.driver          2.0
    com.apple.driver.AppleUSBTcButtons          235.4
    com.apple.driver.AppleUSBTCKeyEventDriver          235.4
    com.apple.driver.AppleUSBVCKeyboard          235.4
    com.apple.driver.AppleIRController          320.15
    com.apple.iokit.SCSITaskUserClient          3.5.1
    com.apple.driver.AppleFileSystemDriver          3.0.1
    com.apple.AppleFSCompression.AppleFSCompressionTypeDataless          1.0.0d1
    com.apple.AppleFSCompression.AppleFSCompressionTypeZlib          1.0.0d1
    com.apple.BootCache          34
    com.apple.driver.\sqnFilter          404
    com.apple.iokit.IOAHCIBlockStorage          2.2.2
    com.apple.driver.AppleUSBHub          5.2.5
    com.apple.driver.AppleSDXC          1.2.2
    com.apple.iokit.AppleBCM5701Ethernet          3.2.5b3
    com.apple.driver.airPort.Brcm4331          602.15.22
    com.apple.driver.AppleFWOHCI          4.9.6
    com.apple.driver.AppleAHCIPort          2.4.1
    com.apple.driver.AppleUSBEHCI          5.4.0
    com.apple.driver.AppleSmartBatteryManager          161.0.0
    com.apple.driver.AppleUSBUHCI          5.2.5
    com.apple.driver.AppleEFINVRAM          1.6.1
    com.apple.driver.AppleACPIButtons          1.6
    com.apple.driver.AppleRTC          1.5
    com.apple.driver.AppleHPET          1.7
    com.apple.driver.AppleSMBIOS          1.9
    com.apple.driver.AppleACPIEC          1.6
    com.apple.driver.AppleAPIC          1.6
    com.apple.driver.AppleIntelCPUPowerManagementClient          196.0.0
    com.apple.nke.applicationfirewall          4.0.39
    com.apple.security.quarantine          2
    com.apple.driver.AppleIntelCPUPowerManagement          196.0.0
    com.apple.driver.AppleThunderbontDPInAdapter          1.8.5
    com.apple.driver.AppleThunderboltDPAdapterFamily          1.8.5
    com.apple.driver.AppleThunderboltPCIDownAdapter          1.2.5
    com.apple.driver.AppleUSBMultitouch          235.7
    com.apple.iokit.IOUSBHIDDriver          5.2.5
    com.apple.driver.AppleUSBMergeNub          5.2.5
    com.apple.driver.AppleUSBComposite          5.2.5
    com.apple.iokit.IOSCSIMultimediaCommandsDevice          3.5.1
    com.apple.iokit.IOBDStorageFamily          1.7
    com.apple.iokit.IODVDStorageFamily          1.7.1
    com.apple.iokit.IOCDStorageFamily          1.7.1
    com.apple.iokit.IOAHCISerialATAPI          2.5.0
    com.apple.iokit.IOSCSIArchitectureModelFamily          3.5.1
    com.apple.driver.AppleThunderboltNHI          1.6.0
    com.apple.iokit.IOThunderboltFamily          2.1.1
    com.apple.iokit.IOUSBUserClient          5.2.5
    com.apple.iokit.IOEthernetAVBController          1.0.2b1
    com.apple.iokit.IO80211Family          500.15
    com.apple.iokit.IONetworkingFamily          3.0
    com.apple.iokit.IOFireWireFamily          4.5.5
    com.apple.iokit.IOAHCIFamily          2.2.1
    com.apple.iokit.IOUSBFamily          5.4.0
    com.apple.driver.AppleEFIRuntime          1.6.1
    com.apple.iokit.IOHIDFamily          1.8.0
    com.apple.iokit.IOSMBusFamily          1.1
    com.apple.security.sandbox          220
    com.apple.kext.AppleMatch          1.0.0d1
    com.apple.security.TMSafetyNet          7
    com.apple.driver.DiskImages          344
    com.apple.iokit.IOStorageFamily          1.8
    com.apple.driver.AppleKeyStore          28.21
    com.apple.driver.AppleACPIPlatform          1.6
    com.apple.iokit.IOPCIFamily          2.7.1
    com.apple.iokit.IOACPIFamily          1.4
    com.apple.kec.cosecrypto          1.0
    Model: MacBookPro8,2, BootROM MBP81.0047.B27, 4 processors, Intel Core i7, 2.2 GHz, 8 GB, SMC 1.69f3
    Graphics: Intel HD Graphics 3000, Intel HD Graphics 3000, Built-In, 512 MB
    Graphics: AMD Radeon HD 6750M, AMD Radeon HD 6750M, PCIe, 1024 MB
    Memory Module: BANK 0/DIMM0, 4 GB, DDR3, 1333 MHz, 0x80CE, 0x4D34373142353237334348302D4348392020
    Memory Module: BANK 1/DIMM0, 4 GB, DDR3, 1333 MHz, 0x80CE, 0x4D34373142353237334348302D4348392020
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0xD6), Broadcom BCM43xx 1.0 (5.106.98.81.22)
    Bluetooth: Version 4.0.9f33 10885, 2 service, 18 devices, 1 incoming serial ports
    Network Service: AirPort, AirPort, en1
    Serial ATA Device: Hitachi HTS725050A9A362, 500.11 GB
    Serial ATA Device: MATSHITADVD-R   UJ-8A8
    USB Device: hub_device, 0x0424  (SMSC), 0x2513, 0xfa100000 / 3
    USB Device: Razer Orochi, 0x1532, 0x0013, 0xfa130000 / 6
    USB Device: Apple Internal Keyboard / Trackpad, apple_vendor_id, 0x0245, 0xfa120000 / 5
    USB Device: BRCM2070 Hub, 0x0a5c  (Broadcom Corp.), 0x4500, 0xfa110000 / 4
    USB Device: Bluetooth USB Host Controller, apple_vendor_id, 0x821a, 0xfa113000 / 9
    USB Device: FaceTime HD Camera (Built-in), apple_vendor_id, 0x8509, 0xfa200000 / 2
    USB Device: hub_device, 0x0424  (SMSC), 0x2513, 0xfd100000 / 2
    USB Device: IR Receiver, apple_vendor_id, 0x8242, 0xfd110000 / 3

    I have been having consistent kernel panics of different varieties.
    There is NOTHING Im using other than an external USB keyboard. 
    I've got an mbp with 8 gb of RAM - and it's hard crashing very regularly now.  OSX 10.8 has been a total disaster - have gone from a solid machine to one that's now got issues w/ MSFT Office apps, regular crashes, sleep problems. 
    I keep "reporting" my crashes, but it would be good to hear something back.
    My latest is similar the the above.
    Interval Since Last Panic Report:  139742 sec
    Panics Since Last Report:          4
    Anonymous UUID:                    18846A11-CD27-2AA7-C9AD-31DB939AEB33
    Fri Nov  9 13:11:14 2012
    panic(cpu 4 caller 0xffffff80294b7bd5): Kernel trap at 0xffffff80294874b3, type 14=page fault, registers:
    CR0: 0x000000008001003b, CR2: 0x0000000000000020, CR3: 0x000000002b8f5000, CR4: 0x00000000000606e0
    RAX: 0x0000000000000020, RBX: 0xffffff80302fc410, RCX: 0x0000000000000020, RDX: 0x0000000000195767
    RSP: 0xffffff811af63db0, RBP: 0xffffff811af63dd0, RSI: 0x000000001dcd64ff, RDI: 0xffffff802d0e7970
    R8:  0x00000000dead7347, R9:  0xffffff8029a0b6c0, R10: 0x00000001024d0000, R11: 0x00000000ffffff01
    R12: 0x00000000001272e1, R13: 0xffffff8033b13430, R14: 0xffffff802d0e7970, R15: 0xffffff802c054000
    RFL: 0x0000000000010202, RIP: 0xffffff80294874b3, CS:  0x0000000000000008, SS:  0x0000000000000010
    Fault CR2: 0x0000000000000020, Error code: 0x0000000000000000, Fault CPU: 0x4

  • Hard crash when transferring film over Home Sharing

    I've discovered an issue with my late 2010 iMac and Home Sharinh
    When, using Tunes (10.4) and transferring a film from my Mac mini's shared Home Sharing library, the iMac always experiences a hard crash (OS X locks up telling me I have to power off and on again).
    At first I thought it was an issue with the iMac's OS, but found it's specific to my iMac itself.  I discovered this as:
        Issue occurred when using a Lion OS on external hard drive on iMac (OS 1)
        Issue occurred when using iMac's hard drive's OS (OS 2)
        Issue didn't occur on MacBook Pro (OS 3)
        Issue didn't occur when using the Lion OS from external hard drive on MacBook Pro (OS 1)
    As you can see the issue seems specific to the iMac as when trying a different machine (using either that machine's OS or an external hard drive bootable OS that had issues on the iMac), the issue doesn't occur.
    All machines are using OS X Lion and fully up to date.
    Copying large files over AFP and FTP doesn't have this issu.
    Just when copying larger files via Home Sharing, and only on my iMac, no matter if I use it's own OS or one that works fine on other hardware that's on an external hard drive.
    Any ideas on what to do?

    Here's the crash report, seems to be the Airport that's causing the issue:
    Interval Since Last Panic Report:  7681 sec
    Panics Since Last Report:          1
    Anonymous UUID:                   
    Mon Aug  8 08:01:40 2011
    panic(cpu 6 caller 0xffffff80002c268d): Kernel trap at 0xffffff7f80ec5fb0, type 14=page fault, registers:
    CR0: 0x000000008001003b, CR2: 0x0000000000000000, CR3: 0x0000000000100000, CR4: 0x0000000000000660
    RAX: 0xffffff806b7ce004, RBX: 0xffffff8000000000, RCX: 0x0000000000000000, RDX: 0xffffff80000000e0
    RSP: 0xffffff807f7f3ce0, RBP: 0xffffff807f7f3d10, RSI: 0xffffff8000000000, RDI: 0xffffff806b7c9004
    R8:  0x0000000000000001, R9:  0x000000000d229a0b, R10: 0x000000006100006a, R11: 0x0000000000000011
    R12: 0xffffff806b7c9004, R13: 0x0000000000000000, R14: 0xffffff806b7c9004, R15: 0x0000000000000000
    RFL: 0x0000000000010282, RIP: 0xffffff7f80ec5fb0, CS:  0x0000000000000008, SS:  0x0000000000000010
    CR2: 0x0000000000000000, Error code: 0x0000000000000002, Faulting CPU: 0x6
    Backtrace (CPU 6), Frame : Return Address
    0xffffff807f7f39a0 : 0xffffff8000220702
    0xffffff807f7f3a20 : 0xffffff80002c268d
    0xffffff807f7f3bc0 : 0xffffff80002d7a3d
    0xffffff807f7f3be0 : 0xffffff7f80ec5fb0
    0xffffff807f7f3d10 : 0xffffff7f80ef4559
    0xffffff807f7f3d50 : 0xffffff7f80ec69f1
    0xffffff807f7f3e80 : 0xffffff7f80ebf12d
    0xffffff807f7f3ec0 : 0xffffff7f80e7f936
    0xffffff807f7f3ef0 : 0xffffff8000639536
    0xffffff807f7f3f30 : 0xffffff80006382b0
    0xffffff807f7f3f70 : 0xffffff8000638154
    0xffffff807f7f3fb0 : 0xffffff8000820057
          Kernel Extensions in backtrace:
             com.apple.driver.AirPort.Atheros40(500.55.5)[01000ACB-C064-3F42-820F-BDE2008267 25]@0xffffff7f80e60000->0xffffff7f80f9ffff
                dependency: com.apple.iokit.IOPCIFamily(2.6.5)[95ABB490-3AB5-3D5E-9C21-67089A9AE6A1]@0xffff ff7f80821000
                dependency: com.apple.iokit.IO80211Family(400.40)[78A58272-2170-3068-9C63-88301C99C406]@0xf fffff7f80e28000
                dependency: com.apple.iokit.IONetworkingFamily(2.0)[59A00F6B-3710-3E07-9921-70C45782FF8C]@0 xffffff7f8090e000
    BSD process name corresponding to current thread: kernel_task
    Mac OS version:
    11A511
    Kernel version:
    Darwin Kernel Version 11.0.0: Sat Jun 18 12:56:35 PDT 2011; root:xnu-1699.22.73~1/RELEASE_X86_64
    Kernel UUID: 24CC17EB-30B0-3F6C-907F-1A9B2057AF78
    System model name: iMac11,3 (Mac-F2238BAE)
    System uptime in nanoseconds: 43344132732944
    last loaded kext at 43123245013187: com.apple.driver.AppleUSBCDC     4.1.15 (addr 0xffffff7f807ad000, size 16384)
    last unloaded kext at 43211511221143: com.apple.driver.AppleUSBCDC     4.1.15 (addr 0xffffff7f807ad000, size 12288)
    loaded kexts:
    com.apple.filesystems.afpfs     9.8
    com.apple.nke.asp_tcp     6.0.1
    com.apple.driver.AppleHWSensor     1.9.4d0
    com.apple.driver.AppleBluetoothMultitouch     66.3
    com.apple.filesystems.autofs     3.0
    com.apple.driver.AppleMikeyHIDDriver     122
    com.apple.driver.AppleUpstreamUserClient     3.5.9
    com.apple.driver.AppleMCCSControl     1.0.24
    com.apple.kext.ATIFramebuffer     7.0.2
    com.apple.driver.AppleMikeyDriver     2.1.1f11
    com.apple.driver.AppleHDA     2.1.1f11
    com.apple.ATIRadeonX3000     7.0.2
    com.apple.driver.AGPM     100.12.40
    com.apple.driver.AudioAUUC     1.59
    com.apple.iokit.IOUserEthernet     1.0.0d1
    com.apple.Dont_Steal_Mac_OS_X     7.0.0
    com.apple.driver.AudioIPCDriver     1.2.0
    com.apple.driver.AirPort.Atheros40     500.55.5
    com.apple.driver.ACPI_SMC_PlatformPlugin     4.7.0b2
    com.apple.driver.AppleLPC     1.5.1
    com.apple.driver.AppleBacklight     170.1.9
    com.apple.driver.AppleUSBCardReader     3.0.0
    com.apple.driver.AppleIRController     309
    com.apple.AppleFSCompression.AppleFSCompressionTypeDataless     1.0.0d1
    com.apple.AppleFSCompression.AppleFSCompressionTypeZlib     1.0.0d1
    com.apple.BootCache     32
    com.apple.iokit.SCSITaskUserClient     3.0.0
    com.apple.iokit.IOAHCIBlockStorage     2.0.0
    com.apple.driver.AppleUSBHub     4.4.0
    com.apple.driver.AppleFWOHCI     4.8.6
    com.apple.iokit.AppleBCM5701Ethernet     3.0.6b9
    com.apple.driver.AppleEFINVRAM     1.5.0
    com.apple.driver.AppleAHCIPort     2.1.8
    com.apple.driver.AppleUSBEHCI     4.4.0
    com.apple.driver.AppleACPIButtons     1.4
    com.apple.driver.AppleRTC     1.4
    com.apple.driver.AppleHPET     1.6
    com.apple.driver.AppleSMBIOS     1.7
    com.apple.driver.AppleACPIEC     1.4
    com.apple.driver.AppleAPIC     1.5
    com.apple.driver.AppleIntelCPUPowerManagementClient     166.0.0
    com.apple.nke.applicationfirewall     3.0.30
    com.apple.security.quarantine     1
    com.apple.driver.AppleIntelCPUPowerManagement     166.0.0
    com.apple.security.SecureRemotePassword     1.0
    com.apple.driver.AppleBluetoothHIDKeyboard     152.3
    com.apple.driver.AppleHIDKeyboard     152.3
    com.apple.driver.AppleMultitouchDriver     220.62
    com.apple.driver.IOBluetoothHIDDriver     2.5f17
    com.apple.kext.triggers     1.0
    com.apple.iokit.IOBluetoothSerialManager     2.5f17
    com.apple.iokit.IOSerialFamily     10.0.5
    com.apple.driver.DspFuncLib     2.1.1f11
    com.apple.driver.AppleSMBusController     1.0.10d0
    com.apple.kext.ATI5000Controller     7.0.2
    com.apple.kext.ATISupport     7.0.2
    com.apple.iokit.IOSurface     80.0
    com.apple.iokit.IOFireWireIP     2.2.3
    com.apple.iokit.IOAudioFamily     1.8.3fc11
    com.apple.kext.OSvKernDSPLib     1.3
    com.apple.driver.AppleHDAController     2.1.1f11
    com.apple.iokit.IOHDAFamily     2.1.1f11
    com.apple.iokit.IO80211Family     400.40
    com.apple.driver.AppleSMC     3.1.1d2
    com.apple.driver.IOPlatformPluginFamily     4.7.0b2
    com.apple.driver.AppleSMBusPCI     1.0.10d0
    com.apple.driver.AppleBacklightExpert     1.0.3
    com.apple.iokit.IONDRVSupport     2.3
    com.apple.iokit.IOGraphicsFamily     2.3
    com.apple.driver.BroadcomUSBBluetoothHCIController     2.5f17
    com.apple.driver.AppleUSBBluetoothHCIController     2.5f17
    com.apple.iokit.IOBluetoothFamily     2.5f17
    com.apple.iokit.IOSCSIBlockCommandsDevice     3.0.0
    com.apple.iokit.IOUSBMassStorageClass     3.0.0
    com.apple.iokit.IOUSBHIDDriver     4.4.0
    com.apple.driver.AppleUSBMergeNub     4.4.0
    com.apple.driver.AppleUSBComposite     3.9.0
    com.apple.iokit.IOSCSIMultimediaCommandsDevice     3.0.0
    com.apple.iokit.IOBDStorageFamily     1.6
    com.apple.iokit.IODVDStorageFamily     1.6
    com.apple.iokit.IOCDStorageFamily     1.7
    com.apple.driver.XsanFilter     403
    com.apple.iokit.IOAHCISerialATAPI     2.0.0
    com.apple.iokit.IOSCSIArchitectureModelFamily     3.0.0
    com.apple.iokit.IOUSBUserClient     4.4.0
    com.apple.iokit.IOFireWireFamily     4.4.3
    com.apple.iokit.IOEthernetAVBController     1.0.0d5
    com.apple.iokit.IONetworkingFamily     2.0
    com.apple.iokit.IOAHCIFamily     2.0.6
    com.apple.iokit.IOUSBFamily     4.4.0
    com.apple.driver.AppleEFIRuntime     1.5.0
    com.apple.iokit.IOHIDFamily     1.7.0
    com.apple.iokit.IOSMBusFamily     1.1
    com.apple.security.sandbox     165
    com.apple.kext.AppleMatch     1.0.0d1
    com.apple.security.TMSafetyNet     7
    com.apple.driver.DiskImages     326
    com.apple.iokit.IOStorageFamily     1.7
    com.apple.driver.AppleKeyStore     28.18
    com.apple.driver.AppleACPIPlatform     1.4
    com.apple.iokit.IOPCIFamily     2.6.5
    com.apple.iokit.IOACPIFamily     1.4
    Model: iMac11,3, BootROM IM112.0057.B00, 4 processors, Intel Core i7, 2.93 GHz, 4 GB, SMC 1.59f2
    Graphics: ATI Radeon HD 5750, ATI Radeon HD 5750, PCIe, 1024 MB
    Memory Module: BANK 0/DIMM0, 2 GB, DDR3, 1333 MHz, 0x80CE, 0x4D34373142353637334648302D4348392020
    Memory Module: BANK 1/DIMM0, 2 GB, DDR3, 1333 MHz, 0x80CE, 0x4D34373142353637334648302D4348392020
    AirPort: spairport_wireless_card_type_airport_extreme (0x168C, 0x8F), Atheros 9280: 4.0.55.4-P2P
    Bluetooth: Version 2.5.0f17, 2 service, 19 devices, 1 incoming serial ports
    Network Service: Ethernet, Ethernet, en0
    Network Service: AirPort, AirPort, en1
    Serial ATA Device: ST31000528AS, 1 TB
    Serial ATA Device: HL-DT-STDVDRW  GA32N
    USB Device: hub_device, 0x0424  (SMSC), 0x2514, 0xfa100000 / 2
    USB Device: Internal Memory Card Reader, apple_vendor_id, 0x8403, 0xfa120000 / 4
    USB Device: BRCM2046 Hub, 0x0a5c  (Broadcom Corp.), 0x4500, 0xfa110000 / 3
    USB Device: Bluetooth USB Host Controller, apple_vendor_id, 0x8215, 0xfa111000 / 5
    USB Device: hub_device, 0x0424  (SMSC), 0x2514, 0xfd100000 / 2
    USB Device: IR Receiver, apple_vendor_id, 0x8242, 0xfd120000 / 4
    USB Device: Built-in iSight, apple_vendor_id, 0x8502, 0xfd110000 / 3

  • How do you get USB debugging for AIR iOS working?

    How do you get USB debugging for AIR iOS working?
    Here is my current configuration:
    Flash Builder 4.6
    Flex 4.6.0 (build 23201) with AIR 3.3 Beta and Flash 11.3 Beta playerglobal.swc (both merged in to the current Flex build)
    Flex 4.6 release: http://www.adobe.com/devnet/flex/flex-sdk-download.html
    AIR 11.3 Beta: http://labs.adobe.com/technologies/flashplatformruntimes/air3-3/
    Flash Player 11.3 Beta: http://labs.adobe.com/downloads/flashplayer11-3.html
    I read through the Flash Player 11.3 and AIR 3.3 release notes (http://labsdownload.adobe.com/pub/labs/flashplatformruntimes/shared/air3-3_flashplayer11-3 _p1_releasenotes.pdf) and this is all that is stated:
    USB debugging for AIR iOS iOS developer can now connect directly? to the desktop via USB to debug mobile applications.
    Every other feature seems to have a description of how to accomplish it other than USB debugging for AIR iOS.
    Anyone else get this working?
    The main reason I want to get this working is because our IT department is very strict on our firewalls and it is relatively hard to open the required ports to debug on our own devices through the network.

    I've found one way of doing it using command-line on Windows.  I'm sure someone will make it easier by building it into something like a FlashDevelop template soon.
    Steps are...
    1. Add a "-listen 7936" param to the packager.  Something like, "adt -package -target -debug-interpreter .... -listen 7936". Install IPA on device.
    2. Find out the handle of your iOS device by running "lib\aot\idb\idb -devices".  In my case it is "2". Will look something like...
    List of attached devices
    Handle    UUID
        2    {your UUID here}
    3. Forward the local_port to the remote_port for the device_handle.  Something like "lib\aot\idb\idb -forward 7936 7936 2".
    4. Start Flash Debugger in another command prompt from your FlexSDK directory.  Something like "flexsdk\bin\fdb -p 7936".
    5. Run your app.
    6. Type the "(fdb) run" command in the debug command line.
    7. May need to type "(fdb) continue".
    Hope that helps.

  • 2010 Macbook pro freezes a lot, but mouse still moves. It unfreezes if you wait. It also hard crashes... Also, weird lines and screen flashes.

    I have a 2010 Macbook pro running snow leopard (Mac OS 10.6.8).  First off, this has been the worst computer I've ever owned or have heard of someone having, Mac or PC.  There hasn't been a time where something hasn't been wrong.  I'm going to list my specs, my current problems and maybe list previous problems after that.  Any advice or suggestions would be great.  My brother works for apple out in Cali and I've been sending him crash and bug reports and he can't seem to figure out what's going on.
    Specs:
    2010 Macbook Pro (Mac OSX 10.6.8)
    Processor: 2.66 GHz Intel Core i7
    Memory: 8 GB 1067 MHz DDR3
    Graphics Cards: Intel HD Graphics (288 VRAM) and a NVIDIA GeForce GT 330M (512 VRAM)
    (if you want more info, just ask)
    To start things off, my computer hard crashes at random points playing basically any game.  StarCraft 2 (when I could play the game prior to Blizzard patching my OS out of the minimum requirements), League of Legends, MineCraft and others all crash while in use.  My computer screen suddenly flashes white and then to black and whatever audio may have been playing in the past second of gameplay is thrown into a constant loop.  The screen is solid black with no mouse and there is no keyboard functionality.  The only thing I can do is hold down the power button.  I first started noticing this problem back when StarCraft 2 Heart of the Swarm came out.  I would crash every 4 or 5 games in this way.  Since that was happening I resorted to playing other games such as League of Legends.  I wasn't having any trouble at all, but gradually it started to have the hard crashing issues.  Initially every handful of games, now it crashes in roughly 50% of the games I play.  This happens while I have NO other applications open and this has happened even after a complete restart with only 2 things opening at startup.  League started crashing in this way after I brought my computer in to have a fan replaced. 
    Another thing which has started happening since I had my fan replaced at the apple store: My computer has become very sluggish at times and my computer freezes in another way.  Many times a day, I will find I click on something in an application and the entire computer locks up.  There's no spinning beachball.  There's no movement of any sort on the screen and there is no button functionality, but I can move the mouse.  Clicking does nothing.  This sort of freeze lasts for about 30 seconds up to 5 or 6 minutes or so.  After that, it suddenly just decides to work again.  I can tell when it unfreezes because the clock in the corner jumps to the correct time.  This has happened frequently while using Google Chrome, Firefox and Safari.  It also happened while trying to use Skype.  It was freezing the most when facebook or youtube has been open, but it happens without that happening as well.  One of the first times I noticed it, earlier this year, I was searching for work and tried to go to this website: http://www.nhab.org/ (looking for a job).  It froze my computer as I described above (and I didn't know it would unfreeze after several minutes, so I thought my computer was completely frozen). I restarted, went to the same website and it froze again.  I did this a third time and it froze again, so I restarted again.  On the fourth try, it loaded.  The frequency of this problem is ridiculous.  I actually decided to delete Google Chrome from my computer (and its support files) since my computer would freeze the most often with Chrome (though I used Chrome mostly for youtube and watching tv shows online).  Almost instantly after deleting Chrome, my computer was running significantly faster.  things loaded quicker in other browsers and aplications loaded smoother.  My text no longer lagged when typing in facebook...  It hasn't solved the freezing, though the freezing tends to last less time now.
    Another thing that happens, which I am not sure is normal: When my computer is booting, after the grey screen, it changes to light blue.  During this light blue time, often times white horizontal centimeter to inch wide bars will flash across the screen near the top.  This also happens on shutting down.  I also noticed that when it shuts down the screen doesn't just shut off.  The screen flickers quick for up to a second and then it is off.  It doesn't just turn off.
    My computer has also occassionally flashed for a brief fraction of a second, to the blue start up color and back to whatever I am doing.
    Those are all issues I am having right now and I am beginning to wonder if this several thousand dollar computer is capable of doing much more than just writing text..
    Prior issues I have had:
    Right from the start, I have had major graphical issues which I showed to the people at the apple store and they reinstalled flash, but they really didn't know what was going on.  These glitches would tiles previous graphical things I had done in an artistic mozaic across my desktop, replacing my background image with broken mozaics.  It's hard to explain without showing, so here are 2 screenshots from it:
    The people at the store thought it was just flash... but I don't understand how that could be flash.  I would have to flip through different desktop backgrounds I used to make it go away.  After it doing this for 2 years, it has only happened once since then and not very badly..
    Another issue I had: The battery on my laptop just about exploded... I woke up one morning with my laptop sitting on my night stand as usual, but there was a small crack across part of my trackpad.  I was scared because I thought I must have done something... I went to the bathroom, took a shower and when I came back the crack was farther across the trackpad.  I had breakfast, came upstairs and my trackpad had 1 crack across the whole thing with multiple mini cracks going in every direction from it.  After telling my brother what was going on, he quickly said that it was the battery and to take it to a store.  I took it to the store and showed them what was happening and they very quickly took it out back and I quote "threw the battery in a firesafe immediately" because when they opened the laptop it started to quickly expand.  This ended up cracking my trackpad as well as bending the bottom of the body on the laptop.  All had to be replaced...
    Then I had the fan sounding like a weedwacker, so I had it replaced a couple months ago and a couple months ago is when the freezing began, the computer started running slowly and all games crash the computer.
    I have had a lot of things go wrong, not a lot of things go right and I'm really frustrated.  Can anyone tell me how to get my computer to stop freezing or how to make it stop hard crashing during any of the games I play?
    Basically, what I have done so far is reset the PRAM I think?  I held command + option + P + R on start up and had it chime 3 or 4 times.  Other than that, I don't know what to do.... suggestions?

    I just wanted to follow this up by saying that you were entirely correct in your diagnosis of the situation.  My computer did have the faulty part you linked to.  I brought my laptop in and specifically told them to run that test, had it fail and then argued with the person at the genius bar and the manager.  Eventually they offered to have it sent out and have everything replaced for free of charge.  They did so mainly because I had complained about graphical issues almost every other time I had come in with problems and no one ran the test.  They should have caught this problem during my warranty, but they didn't, even though I mentioned the problem.
    Anyhow, after having the part replaced, I haven't had my computer crash a single time since, or had many of the issues mentioned above.  I've never had this experience before.  Even brand new, I got occasional crashes.  Hopefully this new trend continues.
    I do find that web browsing is still incredibly slow.  Web browsers just chug along at a slow pace, even though I have great internet speed.  Maybe I'll try just deleting my web browsers and reinstalling them...
    Anyhow, thank you for your help and knowledge Clinton.

  • In-App-Purchase-Air-Ios (extension inside, need help on how to use it :P)

    Code examples: http://code.google.com/p/in-app-purchase-air-ios/w/list
    Extension download: http://code.google.com/p/in-app-purchase-air-ios/downloads/list
    How do I use this with my Flash CS5.5 Pro (IDE)?
    They show examples with using ADT command line stuff.

    Hi Saumitra Bhava,
    Nice examples of Native Extensions. I am having an issue when trying to use a block in Objective-c Something as simple as
    - (void) searchForAlbums
        void(^test)(void) = ^{
            NSLog( @"BLOCK CALLED" );           
        test();
    does not work and FlashBuilder reports the following error.
    ld: absolute addressing (perhaps -mdynamic-no-pic) used in -[MobileImagePicker searchForAlbums] from /var/folders/nw/nwjKk-0UFzKXgLSHtcbjxE+++TI/-Tmp-/534267c1-6c13-4a8e-98d6-6c8357d4f355/li buk.co.betadesigns.extension.NativeImagePicker.a(MobileImagePicker.o) not allowed in slidable image. Use '-read_only_relocs suppress' to enable text relocs
    Compilation failed while executing : ld64
    Have you tried using blocks in an iOS extension?
    Regards
    Anthony

  • HT201514 Trying to back up Time Machine to My Passport Air external hard drive, which is supposed to be compatible with my iMac and Mountain Lion, but get the message: Unable to complete backup.  An error occurred while creating the backup folder.  Help!

    Hello, I've just bought a Mac compatible Passport Air external hard drive, which is supposed to be compatible with the OS I am using (Mountain Lion) but I keep getting an error message saying Unable to complete backup.  An error occurred while creting the backup folder.  I've tried all the help suggestions, but nothing with this actual message comes up - it appears to be partititioned correctly etc, so don't know what I'm doing wrong - any help would be greatly appreciated thank you.

    Were you not plugged in via USB to begin with?
    I would recommend performing some resets just to be on the safe side. Unplug the external HD, and try these steps:
    http://support.apple.com/kb/HT3964
    http://support.apple.com/kb/HT1379

Maybe you are looking for