[JS, CS4] TextFrame.extractLabel() cannot work with instances of this class

I have script, which has been working fine in CS3. In CS4 ( app.version = 6.0.1.532 ) however, I get an error using extractLabel, after reading out a couple of other properties from a textframe:
frameObject.extractLabel('name')
Error: TextFrame.extractLabel() cannot work with instances of this class
Up until reading one of the "normal" properties, such as (frameObject.)contents I can call the frameObject.extractLabel('name') without errors, but after "looking at" (by assigning to a variable in code, or by getting the value in the javascript console), the contents propery (or as it seems any normal property) the extractLabel method results in the error above.
It seems to work to move all of the frameObject.extractLabel calls to the beginning of the function, but I don't think I should need to do that.
It might very well be the case that the label read by extractLabel has no contents, and has never been assigned. Is there a change in behaviour from CS3 in that sentence? If so, and if thats the reason for the error, is there then a way to determine whether the label has ever been assigned?
Is this error familiar to anyone else?
Best regards,
Andreas

Hi Andreas,
Interesting problem!
Your problems are caused by some peculiarities of itemByID. itemByID doesn't cast the object type properly. Dirk wrote about some aspects of this some time ago. If the scripting engine was strongly typed, this issue would probably be impossible but that would make scripting a lot more of an elitist activity!
Your problem is that the object type is PageItem and you are accessing a TextFrame property (content). This seems to throw the object type for a loop.
Using getElements() causes the scripting engine to rebuild the reference to the object correctly.
Take a look at this code, which illustrates the issue quite well...
var myDocument = app.documents.add();
myDocument = app.activeDocument;
myDocument.viewPreferences.horizontalMeasurementUnits = MeasurementUnits.points;
myDocument.viewPreferences.verticalMeasurementUnits = MeasurementUnits.points;
var myTextFrame = myDocument.pages.item(0).textFrames.add({geometricBounds:[72, 72, 144, 288], contents:"test"});
var myId = myTextFrame.id;
var pgItm = myDocument.pageItems.itemByID(myId);
alert(pgItm instanceof PageItem);
alert(pgItm instanceof TextFrame);
var thisBounds = pgItm.geometricBounds;
var x = pgItm.extractLabel('mandatory');
var pgItm = myDocument.textFrames.itemByID(myId);
alert(pgItm instanceof PageItem);
alert(pgItm instanceof TextFrame);
var thisName = pgItm.extractLabel('name');
var thisContents = pgItm.contents;
var x = pgItm.extractLabel('mandatory');
Harbs

Similar Messages

  • Error: TextFrame.fit() cannot work with instances of this class

    Hi,
    As I am very new to indesign scripting, I am getting very strange kind of error when fit textFrame in indesign document.
    can any one please help me to get ride of these strange looking error.
    Thanks in advance.

    without seeng your code there's not much anyone can do to help you

  • Cs4 serial number cannot work with Window7 64bit

    The CS4 serial number cannot work with my computer with Window 7 64bit, it always prompt me that the serial number is incorrect. However, i am sure the serial no. is correct. 
    But it could work with my another computer with same Window7 64bit. Could anyone can help ? Thanks very much 

    Without proper detailed system info and details about what CS4 product you actually mena, what license type, what language and so on nobody can even guess...
    Mylenium

  • Since installing Firefox, every move my mouse or cursor makes causes the screen or parts of it to balck out. You just cannot work with it like this. What might the problem be??

    As soon as I launch Firefox, parts or all of the screen will go black as if wholly highlighted in black. You cannot see anything or do anything until the screen or the blackening disappears! Typing this report is taking long minutes because I have to wait for blackness to clear between keystrokes!
    what might be the cause? And what can I do about it? The older versions of Firefox did not do this. It began when I installed the present version (7.0.1). Though I have uninstalled and reinstalled several times, the problem persists!

    You may have '''Switched ON Caret Browsing'''. press '''F7 (on Mac: fn + F7)''' to toggle '''Caret Browsing ON/OFF'''
    * click '''Firefox''' button and click '''Options''' -> Advanced -> General -> remove
    Checkmark from '''Always use the cursor keys to navigate within pages'''
    * http://kb.mozillazine.org/Scrolling_with_arrow_keys_no_longer_works
    * http://kb.mozillazine.org/Accessibility_features_of_Firefox
    Check and tell if its working.

  • Whenever I try to open a document pages gives me this message. I cannot work with this extremely important document now. What should I do? Process:         Pages [818] Path:            /Applications/Pages.app/Contents/MacOS/Pages Identifier:      com.appl

    Whenever I try to open a document pages gives me this message. I cannot work with this extremely important document now. What should I do? Please help me... 
    Process:         Pages [818]
    Path:            /Applications/Pages.app/Contents/MacOS/Pages
    Identifier:      com.apple.iWork.Pages
    Version:         5.1 (1769)
    Build Info:      Pages-1769000000000000~1
    App Item ID:     409201541
    App External ID: 289042884
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [144]
    Responsible:     Pages [818]
    User ID:         501
    Date/Time:       2014-02-09 22:13:54.209 +0200
    OS Version:      Mac OS X 10.9.1 (13B42)
    Report Version:  11
    Anonymous UUID:  399064A7-9AC8-6A66-8B11-37036F60D7A6
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_CRASH (SIGABRT)
    Exception Codes: 0x0000000000000000, 0x0000000000000000
    Application Specific Information:
    *** Terminating app due to uncaught exception 'NSRangeException', reason: 'character index out of bounds'
    terminating with uncaught exception of type NSException
    abort() called
    Application Specific Backtrace 1:
    0   CoreFoundation                      0x00007fff90ec741c __exceptionPreprocess + 172
    1   libobjc.A.dylib                     0x00007fff9806be75 objc_exception_throw + 43
    2   CoreFoundation                      0x00007fff90ec72cc +[NSException raise:format:] + 204
    3   Pages                               0x000000010dfe95d3 PagesConvertSandboxDocument + 4123996
    4   Pages                               0x000000010f1a27f0 PagesConvertSandboxDocument + 22708089
    5   Pages                               0x000000010f330239 PagesConvertSandboxDocument + 24336834
    6   Pages                               0x000000010f315b92 PagesConvertSandboxDocument + 24228635
    7   Pages                               0x000000010f1db522 PagesConvertSandboxDocument + 22940843
    8   Pages                               0x000000010f296157 PagesConvertSandboxDocument + 23705824
    9   Pages                               0x000000010f296c95 PagesConvertSandboxDocument + 23708702
    10  Pages                               0x000000010f2976d7 PagesConvertSandboxDocument + 23711328
    11  Pages                               0x000000010f28f7af PagesConvertSandboxDocument + 23678776
    12  Pages                               0x000000010ed88882 PagesConvertSandboxDocument + 18407435
    13  Pages                               0x000000010ed88905 PagesConvertSandboxDocument + 18407566
    14  Pages                               0x000000010eea41cb PagesConvertSandboxDocument + 19568980
    15  Pages                               0x000000010eea3910 PagesConvertSandboxDocument + 19566745
    16  Pages                               0x000000010eea18dd PagesConvertSandboxDocument + 19558502
    17  Pages                               0x000000010db9fabf Pages + 592575
    18  Pages                               0x000000010db13417 Pages + 17431
    19  Pages                               0x000000010db12b75 Pages + 15221
    20  AppKit                              0x00007fff9562b35c -[NSWindowController _windowDidLoad] + 450
    21  AppKit                              0x00007fff95612076 -[NSWindowController window] + 110
    22  Pages                               0x000000010e27d543 PagesConvertSandboxDocument + 6827212
    23  Pages                               0x000000010e273901 PagesConvertSandboxDocument + 6787210
    24  AppKit                              0x00007fff9566e567 -[NSDocument addWindowController:] + 228
    25  Pages                               0x000000010e25aee2 PagesConvertSandboxDocument + 6686315
    26  AppKit                              0x00007fff95844af0 __80-[NSDocumentController openDocumentWithContentsOfURL:display:completionHandler:]_block_invoke855 + 185
    27  AppKit                              0x00007fff958447e7 __80-[NSDocumentController openDocumentWithContentsOfURL:display:completionHandler:]_block_invoke_3841 + 24
    28  libdispatch.dylib                   0x00007fff936a51d7 _dispatch_call_block_and_release + 12
    29  libdispatch.dylib                   0x00007fff936a22ad _dispatch_client_callout + 8
    30  libdispatch.dylib                   0x00007fff936a9f03 _dispatch_main_queue_callback_4CF + 333
    31  CoreFoundation                      0x00007fff90e2e839 __CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE__ + 9
    32  CoreFoundation                      0x00007fff90de9b14 __CFRunLoopRun + 1636
    33  CoreFoundation                      0x00007fff90de9275 CFRunLoopRunSpecific + 309
    34  HIToolbox                           0x00007fff8cfc9f0d RunCurrentEventLoopInMode + 226
    35  HIToolbox                           0x00007fff8cfc9cb7 ReceiveNextEventCommon + 479
    36  HIToolbox                           0x00007fff8cfc9abc _BlockUntilNextEventMatchingListInModeWithFilter + 65
    37  AppKit                              0x00007fff9539628e _DPSNextEvent + 1434
    38  AppKit                              0x00007fff953958db -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 122
    39  AppKit                              0x00007fff953899cc -[NSApplication run] + 553
    40  AppKit                              0x00007fff95374803 NSApplicationMain + 940
    41  Pages                               0x000000010db1b811 Pages + 51217
    42  libdyld.dylib                       0x00007fff93e305fd start + 1
    43  ???                                 0x0000000000000001 0x0 + 1
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   libsystem_kernel.dylib                  0x00007fff93e25866 __pthread_kill + 10
    1   libsystem_pthread.dylib                 0x00007fff9805835c pthread_kill + 92
    2   libsystem_c.dylib                       0x00007fff9107ebba abort + 125
    3   libc++abi.dylib                         0x00007fff96d4b141 abort_message + 257
    4   libc++abi.dylib                         0x00007fff96d70abc default_terminate_handler() + 264
    5   libobjc.A.dylib                         0x00007fff9806c30d _objc_terminate() + 103
    6   libc++abi.dylib                         0x00007fff96d6e3e1 std::__terminate(void (*)()) + 8
    7   libc++abi.dylib                         0x00007fff96d6e456 std::terminate() + 54
    8   libobjc.A.dylib                         0x00007fff9806c0b0 objc_terminate + 9
    9   libdispatch.dylib                       0x00007fff936a22c1 _dispatch_client_callout + 28
    10  libdispatch.dylib                       0x00007fff936a9f03 _dispatch_main_queue_callback_4CF + 333
    11  com.apple.CoreFoundation                0x00007fff90e2e839 __CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE__ + 9
    12  com.apple.CoreFoundation                0x00007fff90de9b14 __CFRunLoopRun + 1636
    13  com.apple.CoreFoundation                0x00007fff90de9275 CFRunLoopRunSpecific + 309
    14  com.apple.HIToolbox                     0x00007fff8cfc9f0d RunCurrentEventLoopInMode + 226
    15  com.apple.HIToolbox                     0x00007fff8cfc9cb7 ReceiveNextEventCommon + 479
    16  com.apple.HIToolbox                     0x00007fff8cfc9abc _BlockUntilNextEventMatchingListInModeWithFilter + 65
    17  com.apple.AppKit                        0x00007fff9539628e _DPSNextEvent + 1434
    18  com.apple.AppKit                        0x00007fff953958db -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 122
    19  com.apple.AppKit                        0x00007fff953899cc -[NSApplication run] + 553
    20  com.apple.AppKit                        0x00007fff95374803 NSApplicationMain + 940
    21  com.apple.iWork.Pages                   0x000000010db1b811 0x10db0f000 + 51217
    22  libdyld.dylib                           0x00007fff93e305fd start + 1
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib                  0x00007fff93e26662 kevent64 + 10
    1   libdispatch.dylib                       0x00007fff936a443d _dispatch_mgr_invoke + 239
    2   libdispatch.dylib                       0x00007fff936a4152 _dispatch_mgr_thread + 52
    Thread 2:
    0   libsystem_kernel.dylib                  0x00007fff93e21a1a mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff93e20d18 mach_msg + 64
    2   com.apple.CoreFoundation                0x00007fff90dea315 __CFRunLoopServiceMachPort + 181
    3   com.apple.CoreFoundation                0x00007fff90de9939 __CFRunLoopRun + 1161
    4   com.apple.CoreFoundation                0x00007fff90de9275 CFRunLoopRunSpecific + 309
    5   com.apple.AppKit                        0x00007fff955361ce _NSEventThread + 144
    6   libsystem_pthread.dylib                 0x00007fff98057899 _pthread_body + 138
    7   libsystem_pthread.dylib                 0x00007fff9805772a _pthread_start + 137
    8   libsystem_pthread.dylib                 0x00007fff9805bfc9 thread_start + 13
    Thread 3:: Recalculation control thread
    0   libsystem_kernel.dylib                  0x00007fff93e25716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x00007fff98059c3b _pthread_cond_wait + 727
    2   com.apple.iWork.Pages                   0x000000010e7b7555 0x10db0f000 + 13272405
    3   com.apple.iWork.Pages                   0x000000010e7bcfb8 0x10db0f000 + 13295544
    4   libsystem_pthread.dylib                 0x00007fff98057899 _pthread_body + 138
    5   libsystem_pthread.dylib                 0x00007fff9805772a _pthread_start + 137
    6   libsystem_pthread.dylib                 0x00007fff9805bfc9 thread_start + 13
    Thread 4:
    0   libsystem_kernel.dylib                  0x00007fff93e25e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x00007fff98058f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x00007fff9805bfb9 start_wqthread + 13
    Thread 5:
    0   libsystem_kernel.dylib                  0x00007fff93e25e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x00007fff98058f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x00007fff9805bfb9 start_wqthread + 13
    Thread 6:
    0   libsystem_kernel.dylib                  0x00007fff93e25e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x00007fff98058f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x00007fff9805bfb9 start_wqthread + 13
    Thread 7:
    0   libsystem_kernel.dylib                  0x00007fff93e25e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x00007fff98058f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x00007fff9805bfb9 start_wqthread + 13
    Thread 8:
    0   libsystem_kernel.dylib                  0x00007fff93e25e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x00007fff98058f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x00007fff9805bfb9 start_wqthread + 13
    Thread 9:
    0   libsystem_kernel.dylib                  0x00007fff93e25e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x00007fff98058f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x00007fff9805bfb9 start_wqthread + 13
    Thread 10:
    0   libsystem_kernel.dylib                  0x00007fff93e25e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x00007fff98058f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x00007fff9805bfb9 start_wqthread + 13
    Thread 11:: Recalculation control thread
    0   libsystem_kernel.dylib                  0x00007fff93e25716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x00007fff98059c3b _pthread_cond_wait + 727
    2   com.apple.iWork.Pages                   0x000000010e7b7555 0x10db0f000 + 13272405
    3   com.apple.iWork.Pages                   0x000000010e7bcfb8 0x10db0f000 + 13295544
    4   libsystem_pthread.dylib                 0x00007fff98057899 _pthread_body + 138
    5   libsystem_pthread.dylib                 0x00007fff9805772a _pthread_start + 137
    6   libsystem_pthread.dylib                 0x00007fff9805bfc9 thread_start + 13
    Thread 0 crashed with X86 Thread State (64-bit):
      rax: 0x0000000000000000  rbx: 0x00007fff7e954310  rcx: 0x00007fff520eee78  rdx: 0x0000000000000000
      rdi: 0x0000000000000707  rsi: 0x0000000000000006  rbp: 0x00007fff520eeea0  rsp: 0x00007fff520eee78
       r8: 0x00007fff96d71ab4   r9: 0x00007fff910a6900  r10: 0x0000000008000000  r11: 0x0000000000000206
      r12: 0x00007fff520ef000  r13: 0x00007fff520ef4d0  r14: 0x0000000000000006  r15: 0x00007fff520eeee0
      rip: 0x00007fff93e25866  rfl: 0x0000000000000206  cr2: 0x0000000111bf3000
    Logical CPU:     0
    Error Code:      0x02000148
    Trap Number:     133
    Binary Images:
           0x10db0f000 -        0x10f9c2ff7  com.apple.iWork.Pages (5.1 - 1769) <4743D904-40A6-3A6F-ABC9-008952252477> /Applications/Pages.app/Contents/MacOS/Pages
           0x1101ce000 -        0x1101e1fff  com.apple.MediaLibrary (1.0 - 637) <CB99F701-D188-34A1-A53B-0331A352C8A3> /System/Library/Frameworks/MediaLibrary.framework/Versions/A/MediaLibrary
           0x113b05000 -        0x113b06ff4 +cl_kernels (???) <DC4D97AD-4D50-48A9-8AF9-75534DE75E3B> cl_kernels
           0x113b13000 -        0x113b13ff9 +cl_kernels (???) <A530A685-47AC-4FAD-82DC-17D3CF278059> cl_kernels
           0x11caf5000 -        0x11cbdbfef  unorm8_bgra.dylib (2.3.58) <9FF943D1-4EF7-36CA-852D-B61C2E554713> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/u norm8_bgra.dylib
           0x11d81c000 -        0x11d81cfff +cl_kernels (???) <94345083-F3E4-4934-B1E0-3ED4D8933A2A> cl_kernels
           0x11d936000 -        0x11da16ff7  unorm8_rgba.dylib (2.3.58) <DDD1AFEB-FD30-34D2-958A-823C3EFD649A> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/u norm8_rgba.dylib
           0x11dbe4000 -        0x11dbe4ffd +cl_kernels (???) <51071888-F028-4743-97D5-866EE6A11D94> cl_kernels
        0x7fff606c7000 -     0x7fff606fa817  dyld (239.3) <D1DFCF3F-0B0C-332A-BCC0-87A851B570FF> /usr/lib/dyld
        0x7fff8c4d8000 -     0x7fff8c4dbffa  libCGXType.A.dylib (599.7) <2FC9C2BC-B5C5-3C27-93F9-51C6C4512E9D> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXTy pe.A.dylib
        0x7fff8c4dc000 -     0x7fff8c4ddff7  com.apple.print.framework.Print (9.0 - 260) <EE00FAE1-DA03-3EC2-8571-562518C46994> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
        0x7fff8c4de000 -     0x7fff8c4defff  com.apple.Cocoa (6.8 - 20) <E90E99D7-A425-3301-A025-D9E0CD11918E> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
        0x7fff8c4df000 -     0x7fff8c4e1fff  com.apple.marco (10.0 - 1000) <FC7EF8C7-5EDF-3720-BAEC-281F12A7A3F8> /System/Library/PrivateFrameworks/Marco.framework/Versions/A/Marco
        0x7fff8c4e2000 -     0x7fff8c4e4fff  libRadiance.dylib (1038) <55F99274-5074-3C73-BAC5-AF234E71CF38> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.d ylib
        0x7fff8c4e5000 -     0x7fff8c4effff  com.apple.AppSandbox (3.0 - 1) <55717299-8164-3D79-918F-BD64706735CF> /System/Library/PrivateFrameworks/AppSandbox.framework/Versions/A/AppSandbox
        0x7fff8c503000 -     0x7fff8c504ff7  libDiagnosticMessagesClient.dylib (100) <4CDB0F7B-C0AF-3424-BC39-495696F0DB1E> /usr/lib/libDiagnosticMessagesClient.dylib
        0x7fff8c505000 -     0x7fff8c58dff7  com.apple.CorePDF (4.0 - 4) <92D15ED1-D2E1-3ECB-93FF-42888219A99F> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
        0x7fff8cf3b000 -     0x7fff8cf9afff  com.apple.framework.CoreWLAN (4.0 - 400.45.1) <775F9444-8059-30A2-8058-7F7ACD68CCF1> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
        0x7fff8cf9b000 -     0x7fff8d245ffd  com.apple.HIToolbox (2.1 - 696) <1CFFF37B-C392-3088-B0A4-C08C55B2AF8F> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
        0x7fff8d2cd000 -     0x7fff8d30fff7  libauto.dylib (185.5) <F45C36E8-B606-3886-B5B1-B6745E757CA8> /usr/lib/libauto.dylib
        0x7fff8d310000 -     0x7fff8d355ff7  libcurl.4.dylib (78) <A722B4F0-1F6C-3E16-9CB1-4C6ADC15221E> /usr/lib/libcurl.4.dylib
        0x7fff8d427000 -     0x7fff8d48bff3  com.apple.datadetectorscore (5.0 - 354.0) <9ACF24B8-3268-3134-A5BC-D72C9371A195> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
        0x7fff8d499000 -     0x7fff8d59efff  com.apple.ImageIO.framework (3.3.0 - 1038) <2C058216-C6D8-3380-A7EA-92A3F04520C1> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
        0x7fff8d59f000 -     0x7fff8d5c9ff7  libsandbox.1.dylib (278.10) <B4183FA8-F7E2-3301-8BF9-0EEFB793A5D5> /usr/lib/libsandbox.1.dylib
        0x7fff8d7bb000 -     0x7fff8d92bff6  com.apple.CFNetwork (673.0.3 - 673.0.3) <42CFC3DB-35C8-3652-AF37-4BCC73D8BDEF> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
        0x7fff8d92c000 -     0x7fff8d984ff7  com.apple.Symbolication (1.4 - 129) <16D42516-7B5E-357C-898A-FAA9EE7642B3> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolicat ion
        0x7fff8d9a4000 -     0x7fff8d9a8fff  com.apple.CommonPanels (1.2.6 - 96) <6B434AFD-50F8-37C7-9A56-162C17E375B3> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
        0x7fff8d9ac000 -     0x7fff8d9e6ff3  com.apple.bom (12.0 - 192) <989690DB-B9CC-3DB5-89AE-B5D33EDC474E> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
        0x7fff8d9e7000 -     0x7fff8d9eefff  com.apple.NetFS (6.0 - 4.0) <8E26C099-CE9D-3819-91A2-64EA929C6137> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
        0x7fff8da35000 -     0x7fff8da35fff  com.apple.Carbon (154 - 157) <45A9A40A-78FF-3EA0-8FAB-A4F81052FA55> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
        0x7fff8da74000 -     0x7fff8da7cffc  libGFXShared.dylib (9.0.83) <11A621C3-37A0-39CE-A69B-8739021BD79D> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
        0x7fff8da7d000 -     0x7fff8dbb3ffa  com.apple.WebKit (9537 - 9537.73.11) <5F583526-8D71-30AD-B97C-56EC51E94E85> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
        0x7fff8dbb7000 -     0x7fff8dc52ff7  com.apple.PDFKit (2.9 - 2.9) <AD968A31-6567-30A7-A699-154C88DB56D0> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
        0x7fff8dc56000 -     0x7fff8dc6dfff  com.apple.CFOpenDirectory (10.9 - 173.1.1) <3FB4D5FE-860B-3BDE-BAE2-3531D919EF10> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
        0x7fff8dc6e000 -     0x7fff8dc95ffb  libsystem_info.dylib (449.1.3) <7D41A156-D285-3849-A2C3-C04ADE797D98> /usr/lib/system/libsystem_info.dylib
        0x7fff8dcec000 -     0x7fff8dceffff  com.apple.help (1.3.3 - 46) <AE763646-D07A-3F9A-ACD4-F5CBD734EE36> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
        0x7fff8dd86000 -     0x7fff8de77ff9  libiconv.2.dylib (41) <BB44B115-AC32-3877-A0ED-AEC6232A4563> /usr/lib/libiconv.2.dylib
        0x7fff8dece000 -     0x7fff8df1bfff  com.apple.AppleVAFramework (5.0.27 - 5.0.27) <D01B7D87-4BDC-3E48-A79B-951D05075F9D> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
        0x7fff8df9a000 -     0x7fff8e0dafff  com.apple.QTKit (7.7.3 - 2826.0.1) <44109489-09C2-34C4-AB66-E52A505D7887> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
        0x7fff8e194000 -     0x7fff8e1a5ff7  libsystem_asl.dylib (217.1.4) <655FB343-52CF-3E2F-B14D-BEBF5AAEF94D> /usr/lib/system/libsystem_asl.dylib
        0x7fff8e1a6000 -     0x7fff8e204ff7  com.apple.corelocation (1486.17 - 1486.24) <9FBB29F0-E000-3190-A96C-9EAA5CCCA2A0> /System/Library/Frameworks/CoreLocation.framework/Versions/A/CoreLocation
        0x7fff8eac9000 -     0x7fff8edc8fff  com.apple.Foundation (6.9 - 1056) <D608EDFD-9634-3573-9B7E-081C7D085F7A> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
        0x7fff8ee21000 -     0x7fff8ee5aff7  com.apple.QD (3.50 - 298) <C1F20764-DEF0-34CF-B3AB-AB5480D64E66> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
        0x7fff8ee5b000 -     0x7fff8ee71fff  com.apple.CoreMediaAuthoring (2.2 - 947) <B01FBACC-DDD5-30A8-BCCF-57CE24ABA329> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreM ediaAuthoring
        0x7fff8eed5000 -     0x7fff8ef72fff  com.apple.imcore (10.0 - 1000) <027E09B4-B4B6-3710-8806-B4CE41DF3242> /System/Library/PrivateFrameworks/IMCore.framework/Versions/A/IMCore
        0x7fff8ef73000 -     0x7fff8efb4fff  com.apple.PerformanceAnalysis (1.47 - 47) <784ED7B8-FAE4-36CE-8C76-B7D300316C9F> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/Perf ormanceAnalysis
        0x7fff8efb5000 -     0x7fff8f289fc7  com.apple.vImage (7.0 - 7.0) <D241DBFA-AC49-31E2-893D-EAAC31890C90> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
        0x7fff8f28a000 -     0x7fff8f6bdffb  com.apple.vision.FaceCore (3.0.0 - 3.0.0) <F42BFC9C-0B16-35EF-9A07-91B7FDAB7FC5> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
        0x7fff8fd64000 -     0x7fff8fd93fd2  libsystem_m.dylib (3047.16) <B7F0E2E4-2777-33FC-A787-D6430B630D54> /usr/lib/system/libsystem_m.dylib
        0x7fff8fd94000 -     0x7fff8fd95ff7  libSystem.B.dylib (1197.1.1) <BFC0DC97-46C6-3BE0-9983-54A98734897A> /usr/lib/libSystem.B.dylib
        0x7fff8fd96000 -     0x7fff901e4fff  com.apple.VideoToolbox (1.0 - 1273.29) <6E38291D-7A81-3033-AFB9-61ABD38B6371> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox
        0x7fff90cff000 -     0x7fff90d5fff2  com.apple.CoreUtils (1.9 - 190.4) <CBB5B4DC-2801-32B3-A31C-8811CCF99873> /System/Library/PrivateFrameworks/CoreUtils.framework/Versions/A/CoreUtils
        0x7fff90d79000 -     0x7fff90f5eff7  com.apple.CoreFoundation (6.9 - 855.11) <E22C6A1F-8996-349C-905E-96C3BBE07C2F> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
        0x7fff90f5f000 -     0x7fff90f68ffb  libCGInterfaces.dylib (271) <68EFBEFE-7506-3235-99A2-5B69EDBFD7B8> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/Resources/libCGInterfaces.dylib
        0x7fff90f69000 -     0x7fff91021ff7  com.apple.DiscRecording (8.0 - 8000.4.6) <CDAAAD04-A1D0-3C67-ABCC-EFC9E8D44E7E> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
        0x7fff91022000 -     0x7fff910abff7  libsystem_c.dylib (997.1.1) <61833FAA-7281-3FF9-937F-686B6F20427C> /usr/lib/system/libsystem_c.dylib
        0x7fff910ac000 -     0x7fff910acffd  com.apple.audio.units.AudioUnit (1.9 - 1.9) <6E89F3CB-CC41-3728-9F9A-FDFC151E8261> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
        0x7fff910ad000 -     0x7fff911cfff1  com.apple.avfoundation (2.0 - 651.12) <03E595B7-A559-3D4D-90E9-BCA603E3A39E> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation
        0x7fff9126c000 -     0x7fff9126eff7  com.apple.securityhi (9.0 - 55005) <405E2BC6-2B6F-3B6B-B48E-2FD39214F052> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
        0x7fff9126f000 -     0x7fff91280ff7  com.apple.idsfoundation (10.0 - 1000) <0BC25100-092B-3C5A-8245-F7C963380785> /System/Library/PrivateFrameworks/IDSFoundation.framework/Versions/A/IDSFoundat ion
        0x7fff912a5000 -     0x7fff91367ff1  com.apple.CoreText (352.0 - 367.15) <E5C70FC8-C861-39B8-A491-595E5B55CFC8> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
        0x7fff91368000 -     0x7fff9138fff7  libsystem_network.dylib (241.3) <8B1E1F1D-A5CC-3BAE-8B1E-ABC84337A364> /usr/lib/system/libsystem_network.dylib
        0x7fff91390000 -     0x7fff916aaff7  com.apple.MediaToolbox (1.0 - 1273.29) <6260E68B-7E50-3D49-8C0A-7145614C13D8> /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox
        0x7fff916c4000 -     0x7fff91724fff  com.apple.ISSupport (1.9.9 - 57) <E1E343D7-222C-3458-9D1F-FC600B7F1C50> /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
        0x7fff91729000 -     0x7fff9173bfff  com.apple.ImageCapture (9.0 - 9.0) <BE0B65DA-3031-359B-8BBA-B9803D4ADBF4> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
        0x7fff91749000 -     0x7fff9179aff3  com.apple.audio.CoreAudio (4.2.0 - 4.2.0) <BF4C2FE3-8BC8-30D1-8347-2A7221268794> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
        0x7fff9179b000 -     0x7fff9179bfff  com.apple.quartzframework (1.5 - 1.5) <3B2A72DB-39FC-3C5B-98BE-605F37777F37> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
        0x7fff9179c000 -     0x7fff918ccff7  com.apple.desktopservices (1.8 - 1.8) <09DC9BB8-432F-3C7A-BB08-956A2DDFC2DE> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
        0x7fff918e0000 -     0x7fff918efff8  com.apple.LangAnalysis (1.7.0 - 1.7.0) <8FE131B6-1180-3892-98F5-C9C9B79072D4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
        0x7fff91908000 -     0x7fff91e2cfff  com.apple.QuartzComposer (5.1 - 316) <B20E93C3-8517-3E5C-83B6-C312C839C5D0> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
        0x7fff91e2d000 -     0x7fff9208eff7  com.apple.imageKit (2.5 - 770) <33BCF627-EB1A-3CC1-98AB-2324B6DFB329> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
        0x7fff9208f000 -     0x7fff92edcffb  com.apple.WebCore (9537 - 9537.73.13) <A468175D-078A-3377-A883-0BC5C8A4339F> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
        0x7fff92edd000 -     0x7fff92edfff3  libsystem_configuration.dylib (596.12) <C4F633D9-94C8-35D9-BB2D-84C5122533C7> /usr/lib/system/libsystem_configuration.dylib
        0x7fff92ee0000 -     0x7fff93138ff1  com.apple.security (7.0 - 55471) <233831C5-C457-3AD5-AFE7-E3E2DE6929C9> /System/Library/Frameworks/Security.framework/Versions/A/Security
        0x7fff93139000 -     0x7fff9313bff7  com.apple.diagnosticlogcollection (10.0 - 1000) <5CA6D8A2-DEA6-33C3-91BC-F3B076C0500B> /System/Library/PrivateFrameworks/DiagnosticLogCollection.framework/Versions/A/ DiagnosticLogCollection
        0x7fff9313c000 -     0x7fff93146ff7  com.apple.bsd.ServiceManagement (2.0 - 2.0) <2D27B498-BB9C-3D88-B05A-76908A8A26F3> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManage ment
        0x7fff93147000 -     0x7fff93147ffd  libOpenScriptingUtil.dylib (157) <19F0E769-0989-3062-9AFB-8976E90E9759> /usr/lib/libOpenScriptingUtil.dylib
        0x7fff93148000 -     0x7fff93177fff  com.apple.DebugSymbols (106 - 106) <E1BDED08-523A-36F4-B2DA-9D5C712F0AC7> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbol s
        0x7fff93178000 -     0x7fff93179ffb  libremovefile.dylib (33) <3543F917-928E-3DB2-A2F4-7AB73B4970EF> /usr/lib/system/libremovefile.dylib
        0x7fff9317a000 -     0x7fff9317bfff  liblangid.dylib (117) <9546E641-F730-3AB0-B3CD-E0E2FDD173D9> /usr/lib/liblangid.dylib
        0x7fff9317c000 -     0x7fff93183ff7  liblaunch.dylib (842.1.4) <FCBF0A02-0B06-3F97-9248-5062A9DEB32C> /usr/lib/system/liblaunch.dylib
        0x7fff93184000 -     0x7fff931b5ff7  libTrueTypeScaler.dylib (111.1) <697E72D0-8D79-3BB7-8AF5-46875AC9A4BC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
        0x7fff931b6000 -     0x7fff93209fff  com.apple.ScalableUserInterface (1.0 - 1) <CF745298-7373-38D2-B3B1-727D5A569E48> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableU serInterface.framework/Versions/A/ScalableUserInterface
        0x7fff9320a000 -     0x7fff9320bfff  com.apple.AddressBook.ContactsData (8.0 - 1365) <61090508-4CC3-3F57-9B0C-D8527947D35D> /System/Library/PrivateFrameworks/ContactsData.framework/Versions/A/ContactsDat a
        0x7fff93226000 -     0x7fff93234fff  com.apple.opengl (9.0.83 - 9.0.83) <AF467644-7B1D-327A-AC47-CECFCAF61990> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
        0x7fff9339c000 -     0x7fff933a0fff  libpam.2.dylib (20) <B93CE8F5-DAA8-30A1-B1F6-F890509513CB> /usr/lib/libpam.2.dylib
        0x7fff933a1000 -     0x7fff933a3ffb  libutil.dylib (34) <DAC4A6CF-A1BB-3874-9569-A919316D30E8> /usr/lib/libutil.dylib
        0x7fff933a4000 -     0x7fff933aeff7  com.apple.ProtocolBuffer (1 - 182.1.3) <82E68598-A8AA-3AF1-843E-2A64F19472D4> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolB uffer
        0x7fff933dc000 -     0x7fff9366dff7  com.apple.RawCamera.bundle (5.03 - 729) <DBA059CC-E78F-356F-B435-DA62A746F4D4> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
        0x7fff9366e000 -     0x7fff93676fff  libsystem_dnssd.dylib (522.1.11) <270DCF6C-502D-389A-AA9F-DE4624A36FF7> /usr/lib/system/libsystem_dnssd.dylib
        0x7fff93677000 -     0x7fff93684ff0  libbz2.1.0.dylib (29) <0B98AC35-B138-349C-8063-2B987A75D24C> /usr/lib/libbz2.1.0.dylib
        0x7fff93685000 -     0x7fff936a0ff7  libPng.dylib (1038) <EF781AF8-C2E6-3179-B8A1-A584783070F1> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
        0x7fff936a1000 -     0x7fff936bbfff  libdispatch.dylib (339.1.9) <46878A5B-4248-3057-962C-6D4A235EEF31> /usr/lib/system/libdispatch.dylib
        0x7fff936bc000 -     0x7fff93a32ffa  com.apple.JavaScriptCore (9537 - 9537.73.10) <4A4AE781-6F76-3412-B0E5-67E0BAEE22A2> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
        0x7fff93a59000 -     0x7fff93a5eff7  libunwind.dylib (35.3) <78DCC358-2FC1-302E-B395-0155B47CB547> /usr/lib/system/libunwind.dylib
        0x7fff93a5f000 -     0x7fff93a60fff  com.apple.TrustEvaluationAgent (2.0 - 25) <334A82F4-4AE4-3719-A511-86D0B0723E2B> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
        0x7fff93a61000 -     0x7fff93a62fff  libunc.dylib (28) <62682455-1862-36FE-8A04-7A6B91256438> /usr/lib/system/libunc.dylib
        0x7fff93aae000 -     0x7fff93ab1fff  libCoreVMClient.dylib (58.1) <EBC36C69-C896-3C3D-8589-3E9023E7E56F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
        0x7fff93ab2000 -     0x7fff93c4eff7  com.apple.QuartzCore (1.8 - 332.0) <994D1E0A-64B6-398C-B9A2-C362F02DE943> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
        0x7fff93c4f000 -     0x7fff93c9bffe  com.apple.CoreMediaIO (401.0 - 4544) <44EBC0FE-DAD5-3711-96CB-05250F350A16> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
        0x7fff93c9d000 -     0x7fff93cebfff  libcorecrypto.dylib (161.1) <F3973C28-14B6-3006-BB2B-00DD7F09ABC7> /usr/lib/system/libcorecrypto.dylib
        0x7fff93e10000 -     0x7fff93e2cff7  libsystem_kernel.dylib (2422.1.72) <D14913DB-47F1-3591-8DAF-D4B4EF5F8818> /usr/lib/system/libsystem_kernel.dylib
        0x7fff93e2d000 -     0x7fff93e30ff7  libdyld.dylib (239.3) <62F4D752-4089-31A8-8B73-B95A68893B3C> /usr/lib/system/libdyld.dylib
        0x7fff940cc000 -     0x7fff940d5ff3  libsystem_notify.dylib (121) <52571EC3-6894-37E4-946E-064B021ED44E> /usr/lib/system/libsystem_notify.dylib
        0x7fff940dc000 -     0x7fff940dcfff  com.apple.AOSMigrate (1.0 - 1) <ABA8F3F2-BC96-3F89-AAF4-1AA459A0BCBD> /System/Library/PrivateFrameworks/AOSMigrate.framework/Versions/A/AOSMigrate
        0x7fff940df000 -     0x7fff94128fff  com.apple.CoreMedia (1.0 - 1273.29) <4ACD30BA-E9FE-3842-A8B7-E3BD63747867> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
        0x7fff94164000 -     0x7fff94193ff7  com.apple.CoreAVCHD (5.7.0 - 5700.4.3) <404369C0-ED9F-3010-8D2F-BC55285F7808> /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD
        0x7fff94194000 -     0x7fff94194fff  com.apple.Accelerate.vecLib (3.9 - vecLib 3.9) <F8D0CC77-98AC-3B58-9FE6-0C25421827B6> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
        0x7fff943da000 -     0x7fff943defff  libsystem_stats.dylib (93.1.26) <B9E26A9E-FBBC-3938-B8B7-6CF7CA8C99AD> /usr/lib/system/libsystem_stats.dylib
        0x7fff943df000 -     0x7fff9446efff  com.apple.Metadata (10.7.0 - 800.12.2) <A9F5D471-8732-3F95-A4A2-33864B92A181> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
        0x7fff9446f000 -     0x7fff944a3fff  libssl.0.9.8.dylib (50) <B15F967C-B002-36C2-9621-3456D8509F50> /usr/lib/libssl.0.9.8.dylib
        0x7fff944c0000 -     0x7fff944d8ff7  com.apple.openscripting (1.4 - 157) <B3B037D7-1019-31E6-9D17-08E699AF3701> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
        0x7fff944df000 -     0x7fff9451efff  libGLU.dylib (9.0.83) <8B457205-513B-3477-AE9C-3AD979D5FE11> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
        0x7fff9451f000 -     0x7fff94521fff  com.apple.Mangrove (1.0 - 1) <72F5CBC7-4E78-374E-98EA-C3700136904E> /System/Library/PrivateFrameworks/Mangrove.framework/Versions/A/Mangrove
        0x7fff94522000 -     0x7fff9452fff4  com.apple.Librarian (1.2 - 1) <F1A2744D-8536-32C7-8218-9972C6300DAE> /System/Library/PrivateFrameworks/Librarian.framework/Versions/A/Librarian
        0x7fff9454c000 -     0x7fff94559fff  com.apple.Sharing (132.2 - 132.2) <F983394A-226D-3244-B511-FA51FDB6ADDA> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
        0x7fff9455a000 -     0x7fff945a1ff7  libcups.2.dylib (372) <348EED62-6C20-35D6-8EFB-E80943965100> /usr/lib/libcups.2.dylib
        0x7fff945c9000 -     0x7fff945d3fff  libcommonCrypto.dylib (60049) <8C4F0CA0-389C-3EDC-B155-E62DD2187E1D> /usr/lib/system/libcommonCrypto.dylib
        0x7fff945d4000 -     0x7fff945e5ff7  libz.1.dylib (53) <42E0C8C6-CA38-3CA4-8619-D24ED5DD492E> /usr/lib/libz.1.dylib
        0x7fff945e6000 -     0x7fff945e7ffb  libScreenReader.dylib (333.2) <0172E6E2-9D4B-36BF-81DC-428FF0668E78> /usr/lib/libScreenReader.dylib
        0x7fff945e8000 -     0x7fff94698ff7  libvMisc.dylib (423.32) <049C0735-1808-39B9-943F-76CB8021744F> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
        0x7fff94827000 -     0x7fff9488dfff  com.apple.framework.CoreWiFi (2.0 - 200.21.1) <5491896D-78C5-30B6-96E9-D8DDECF3BE73> /System/Library/Frameworks/CoreWiFi.framework/Versions/A/CoreWiFi
        0x7fff948b1000 -     0x7fff94982ff7  com.apple.QuickLookUIFramework (5.0 - 622.3) <9741E66B-3978-35F6-8846-B6C528945611> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.f ramework/Versions/A/QuickLookUI
        0x7fff94983000 -     0x7fff9529f05f  com.apple.CoreGraphics (1.600.0 - 599.7) <7D0FD5A7-A061-39BA-8E00-723825D2C4DD> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
        0x7fff952a0000 -     0x7fff952a2fff  com.apple.EFILogin (2.0 - 2) <C360E8AF-E9BB-3BBA-9DF0-57A92CEF00D4> /System/Library/PrivateFrameworks/EFILogin.framework/Versions/A/EFILogin
        0x7fff952a3000 -     0x7fff952a3fff  com.apple.Accelerate (1.9 - Accelerate 1.9) <509BB27A-AE62-366D-86D8-0B06D217CF56> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
        0x7fff952a4000 -     0x7fff95308ff9  com.apple.Heimdal (4.0 - 2.0) <E7D20A4D-4674-37E1-A949-635FFF7C439A> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
        0x7fff9535e000 -     0x7fff95371ff7  com.apple.AppContainer (3.0 - 1) <A90C058D-46E8-3BAB-AF17-AF9C7C273069> /System/Library/PrivateFrameworks/AppContainer.framework/Versions/A/AppContaine r
        0x7fff95372000 -     0x7fff95ee6ff7  com.apple.AppKit (6.9 - 1265) <0E9FC8BF-DA3C-34C5-91CC-12BC922B5F01> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
        0x7fff95f71000 -     0x7fff95f7afff  com.apple.DisplayServicesFW (2.8 - 360.8.14) <816A9CED-1BC0-3C76-8103-1B9BE0F723BB> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
        0x7fff95f8b000 -     0x7fff95fd9fff  com.apple.opencl (2.3.57 - 2.3.57) <FC03A80D-543A-3448-83FF-D399C3A240D9> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
        0x7fff95fda000 -     0x7fff95feafff  libbsm.0.dylib (33) <2CAC00A2-1352-302A-88FA-C567D4D69179> /usr/lib/libbsm.0.dylib
        0x7fff95ffa000 -     0x7fff962c8ff4  com.apple.CoreImage (9.0.54) <74BB8685-69A9-3A45-8DED-EA26BD39D710> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage .framework/Versions/A/CoreImage
        0x7fff962c9000 -     0x7fff96394fff  libvDSP.dylib (423.32) <3BF732BE-DDE0-38EB-8C54-E4E3C64F77A7> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
        0x7fff96397000 -     0x7fff96907fff  com.apple.CoreAUC (6.22.08 - 6.22.08) <F306D552-2220-3160-88EA-C916193C5EFD> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
        0x7fff96908000 -     0x7fff9690cff7  libheimdal-asn1.dylib (323.12) <063A01C2-E547-39D9-BB42-4CC8E64ADE70> /usr/lib/libheimdal-asn1.dylib
        0x7fff9690d000 -     0x7fff96918ff7  com.apple.NetAuth (5.0 - 5.0) <C811E662-9EC3-3B74-808A-A75D624F326B> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
        0x7fff96919000 -     0x7fff96934ff7  libCRFSuite.dylib (34) <FFAE75FA-C54E-398B-AA97-18164CD9789D> /usr/lib/libCRFSuite.dylib
        0x7fff96944000 -     0x7fff9697cff7  com.apple.RemoteViewServices (2.0 - 94) <3F34D630-3DDB-3411-BC28-A56A9B55EBDA> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/Remot eViewServices
        0x7fff9697d000 -     0x7fff969a2ff7  com.apple.CoreVideo (1.8 - 117.2) <4674339E-26D0-35FA-9958-422832B39B12> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
        0x7fff969a3000 -     0x7fff969cffff  com.apple.CoreServicesInternal (184.8 - 184.8) <707E05AE-DDA8-36FD-B0FF-7F15A061B46A> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/Cor eServicesInternal
        0x7fff969d0000 -     0x7fff969ecfff  com.apple.frameworks.preferencepanes (16.0 - 16.0) <059E99D8-67C2-3B59-B5E7-850DD7A92D75> /System/Library/Frameworks/PreferencePanes.framework/Versions/A/PreferencePanes
        0x7fff969ed000 -     0x7fff96a04ffa  libAVFAudio.dylib (32.2) <52DA516B-DE79-322C-9E1B-2658019289D7> /System/Library/Frameworks/AVFoundation.framework/Versions/A/Resources/libAVFAu dio.dylib
        0x7fff96a24000 -     0x7fff96a24fff  com.apple.ApplicationServices (48 - 48) <3E3F01A8-314D-378F-835E-9CC4F8820031> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
        0x7fff96a25000 -     0x7fff96a28fff  com.apple.TCC (1.0 - 1) <32A075D9-47FD-3E71-95BC-BFB0D583F41C> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
        0x7fff96a29000 -     0x7fff96a34fff  libGL.dylib (9.0.83) <984A960A-C159-3AE5-8B40-E2B451F6C712> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
        0x7fff96a35000 -     0x7fff96c7dfff  com.apple.CoreData (107 - 481) <E5AFBA07-F73E-3B3F-9099-F51224EE8EAD> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
        0x7fff96c85000 -     0x7fff96c8fff7  com.apple.CrashReporterSupport (10.9 - 538) <B487466B-3AA1-3854-A808-A61F049FA794> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
        0x7fff96d4a000 -     0x7fff96d73ff7  libc++abi.dylib (48) <8C16158F-CBF8-3BD7-BEF4-022704B2A326> /usr/lib/libc++abi.dylib
        0x7fff96d74000 -     0x7fff96db9ff6  com.apple.HIServices (1.22 - 466) <21807AF8-3BC7-32BB-AB96-7C35CB59D7F6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
        0x7fff96dba000 -     0x7fff96e46ff7  com.apple.ink.framework (10.9 - 207) <8A50B893-AD03-3826-8555-A54FEAF08F47> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
        0x7fff96efc000 -     0x7fff96fe0fff  com.apple.coreui (2.1 - 231) <432DB40C-6B7E-39C8-9FB5-B95917930056> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
        0x7fff96fe1000 -     0x7fff97009ffb  libxslt.1.dylib (13) <C9794936-633C-3F0C-9E71-30190B9B41C1> /usr/lib/libxslt.1.dylib
        0x7fff9700a000 -     0x7fff9700cff7  libquarantine.dylib (71) <7A1A2BCB-C03D-3A25-BFA4-3E569B2D2C38> /usr/lib/system/libquarantine.dylib
        0x7fff9700d000 -     0x7fff97016fff  com.apple.speech.synthesis.framework (4.6.2 - 4.6.2) <0AAE45F0-FC6E-36B6-A6A7-73E6950A74AC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
        0x7fff97017000 -     0x7fff97017ff7  libkeymgr.dylib (28) <3AA8D85D-CF00-3BD3-A5A0-E28E1A32A6D8> /usr/lib/system/libkeymgr.dylib
        0x7fff97071000 -     0x7fff972b4fff  com.apple.AddressBook.framework (8.0 - 1365) <816242B1-D45E-3B5D-BC98-BB23458D5367> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
        0x7fff972b5000 -     0x7fff972d9fff  com.apple.quartzfilters (1.8.0 - 1.7.0) <39C08086-9866-372F-9420-81F5689149DF> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters .framework/Versions/A/QuartzFilters
        0x7fff972da000 -     0x7fff97492ff3  libicucore.A.dylib (511.27) <003B6C21-CBD1-3486-9A1D-030ADF5FA061> /usr/lib/libicucore.A.dylib
        0x7fff97493000 -     0x7fff974e0ff2  com.apple.print.framework.PrintCore (9.0 - 428) <8D8253E3-302F-3DB2-9C5C-572CB974E8B3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
        0x7fff974e1000 -     0x7fff978c2ffe  libLAPACK.dylib (1094.5) <7E7A9B8D-1638-3914-BAE0-663B69865986> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
        0x7fff978c3000 -     0x7fff978f3fff  com.apple.IconServices (25 - 25.17) <4751127E-FBD5-3ED5-8510-08D4E4166EFE> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconService s
        0x7fff978f4000 -     0x7fff978f9fff  libmacho.dylib (845) <1D2910DF-C036-3A82-A3FD-44FF73B5FF9B> /usr/lib/system/libmacho.dylib
        0x7fff978fa000 -     0x7fff97903fff  com.apple.CommonAuth (4.0 - 2.0) <1D263127-5F27-3128-996D-7397660D0C6E> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
        0x7fff97904000 -     0x7fff97956fff  libc++.1.dylib (120) <4F68DFC5-2077-39A8-A449-CAC5FDEE7BDE> /usr/lib/libc++.1.dylib
        0x7fff97960000 -     0x7fff9799eff7  libGLImage.dylib (9.0.83) <C08048A7-03CC-3E40-BCDC-7791D87AC8E4> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
        0x7fff979e4000 -     0x7fff979eeff7  libcsfde.dylib (380) <3A54B430-EC05-3DE9-86C3-00C1BEAC7F9B> /usr/lib/libcsfde.dylib
        0x7fff97a45000 -     0x7fff97b34fff  libFontParser.dylib (111.1) <835A8253-6AB9-3AAB-9CBF-171440DEC486> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
        0x7fff97b35000 -     0x7fff97b37ff7  com.apple.SecCodeWrapper (3.0 - 1) <F5107AD0-20CD-328C-8B2E-74CB6F3169F6> /System/Library/PrivateFrameworks/SecCodeWrapper.framework/Versions/A/SecCodeWr apper
        0x7fff97b38000 -     0x7fff97b53ff7  libsystem_malloc.dylib (23.1.10) <FFE5C472-B23A-318A-85BF-77CDE61900D1> /usr/lib/system/libsystem_malloc.dylib
        0x7fff97b61000 -     0x7fff97b69ff3  libCGCMS.A.dylib (599.7) <92AA4E85-7633-36E2-BAD0-7B1A2E48E75C> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGCMS .A.dylib
        0x7fff97b6a000 -     0x7fff97b77ff7  libxar.1.dylib (202) <5572AA71-E98D-3FE1-9402-BB4A84E0E71E> /usr/lib/libxar.1.dylib
        0x7fff97b78000 -     0x7fff97bd5fff  com.apple.imfoundation (10.0 - 1000) <122D84B9-871D-3885-9D8D-840CD529028F> /System/Library/PrivateFrameworks/IMFoundation.framework/Versions/A/IMFoundatio n
        0x7fff97bd6000 -     0x7fff97bdcfff  com.apple.AddressBook.ContactsFoundation (8.0 - 1365) <CFB1A744-8096-3FAB-B55E-2E6C410A0376> /System/Library/PrivateFrameworks/ContactsFoundation.framework/Versions/A/Conta ctsFoundation
        0x7fff97bdd000 -     0x7fff97bf5ff7  com.apple.GenerationalStorage (2.0 - 160.2) <79629AC7-896F-3302-8AC1-4939020F08C3> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/Gene rationalStorage
        0x7fff97bf6000 -     0x7fff97bfbfff  com.apple.DiskArbitration (2.6 - 2.6) <F8A47F61-83D1-3F92-B7A8-A169E0D187C0> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
        0x7fff97bfc000 -     0x7fff97c04ff7  com.apple.speech.recognition.framework (4.2.4 - 4.2.4) <98BBB3E4-6239-3EF1-90B2-84EA0D3B8D61> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
        0x7fff97c14000 -     0x7fff97c41ff2  com.apple.frameworks.CoreDaemon (1.3 - 1.3) <43A137C4-3E72-37DC-945F-92569C12AAD4> /System/Library/PrivateFrameworks/CoreDaemon.framework/Versions/B/CoreDaemon
        0x7fff97c42000 -     0x7fff97c4dff7  com.apple.DirectoryService.Framework (10.9 - 173.1.1) <F8566D1F-450F-3571-911F-75C68E45919F> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
        0x7fff97c4e000 -     0x7fff97c6bfff  com.apple.facetimeservices (10.0 - 1000) <9B4815BA-4305-381D-A178-F79E10B2C6E9> /System/Library/PrivateFrameworks/FTServices.framework/Versions/A/FTServices
        0x7fff97c6c000 -     0x7fff97d5afff  libJP2.dylib (1038) <6C8179F5-8063-3ED6-A7C2-D5603DECDF28> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
        0x7fff97d64000 -     0x7fff97d95ff7  libtidy.A.dylib (15.12) <BF757E3C-733A-3B6B-809A-A3949D46466E> /usr/lib/libtidy.A.dylib
        0x7fff97d96000 -     0x7fff97dafff7  com.apple.Ubiquity (1.3 - 289) <C7F1B734-CE81-334D-BE41-8B20D95A1F9B> /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
        0x7fff97e4d000 -     0x7fff97e50ffc  com.apple.IOSurface (91 - 91) <07CA8A59-1E32-3FB6-B506-18DAF58A8CE0> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
        0x7fff97e51000 -     0x7fff97ec8fff  com.apple.CoreServices.OSServices (600.4 - 600.4) <36B2B009-C35E-3F21-824E-E0D00E7808C7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
        0x7fff97ec9000 -     0x7fff97ecbfff  libCVMSPluginSupport.dylib (9.0.83) <E2AED858-6EEB-36C6-8C06-C3CF649A3CD5> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginS upport.dylib
        0x7fff97ecc000 -     0x7fff97f3fffb  com.apple.securityfoundation (6.0 - 55122) <119D1C53-B292-3378-AEE1-A3B1FB02F43F> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
        0x7fff97fb2000 -     0x7fff97fb9fff  libcompiler_rt.dylib (35) <4CD916B2-1B17-362A-B403-EF24A1DAC141> /usr/lib/system/libcompiler_rt.dylib
        0x7fff97fba000 -     0x7fff97fc2fff  libMatch.1.dylib (19) <021293AB-407D-309A-87F5-8E782F46753E> /usr/lib/libMatch.1.dylib
        0x7fff97fc3000 -     0x7fff97fd3ffb  libsasl2.2.dylib (170) <C8E25710-68B6-368A-BF3E-48EC7273177B> /usr/lib/libsasl2.2.dylib
        0x7fff97fd4000 -     0x7fff9801ffff  com.apple.ImageCaptureCore (5.0 - 5.0) <F529EDDC-E2F5-30CA-9938-AF23296B5C5B> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCo re
        0x7fff98020000 -     0x7fff98055ffc  com.apple.LDAPFramework (2.4.28 - 194.5) <7E31A674-C6AB-33BE-BD5E-F5E3C6E22894> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
        0x7fff98056000 -     0x7fff9805dff7  libsystem_pthread.dylib (53.1.4) <AB498556-B555-310E-9041-F67EC9E00E2C> /usr/lib/system/libsystem_pthread.dylib
        0x7fff9805e000 -     0x7fff9820bf27  libobjc.A.dylib (551.1) <AD7FD984-271E-30F4-A361-6B20319EC73B> /usr/lib/libobjc.A.dylib
        0x7fff982a0000 -     0x7fff98369fff  com.apple.LaunchServices (572.23 - 572.23) <8D955BDE-2C4C-3DD4-B4D7-2D916174FE1D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
        0x7fff9836a000 -     0x7fff98375fff  libkxld.dylib (2422.1.72) <C88EF3E6-B31F-3E12-BE9B-562D912BA733> /usr/lib/system/libkxld.dylib
        0x7fff98376000 -     0x7fff983cffff  libTIFF.dylib (1038) <5CBFE0C2-9DD8-340B-BA63-A94CE2E476F2> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
        0x7fff983d0000 -     0x7fff984b7ff7  libxml2.2.dylib (26) <A1DADD11-89E5-3DE4-8802-07186225967F> /usr/lib/libxml2.2.dylib
        0x7fff984c2000 -     0x7fff984e6ff7  libJPEG.dylib (1038) <86F349A8-882D-3326-A0B0-63257F68B1A7> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
        0x7fff984e7000 -     0x7fff98500ff7  com.apple.Kerberos (3.0 - 1) <F108AFEB-198A-3BAF-BCA5-9DFCE55EFF92> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
        0x7fff98501000 -     0x7fff98525fff  libxpc.dylib (300.1.17) <4554927A-9467-365C-91F1-5A116989DD7F> /usr/lib/system/libxpc.dylib
        0x7fff98526000 -     0x7fff98550ff7  libpcap.A.dylib (42) <91D3FF51-D6FE-3C05-98C9-1182E0EC3D58> /usr/lib/libpcap.A.dylib
        0x7fff9856b000 -     0x7fff98577ff7  com.apple.OpenDirectory (10.9 - 173.1.1) <6B78BD7B-5622-38E6-8FC6-86A117E3ACCA> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
        0x7fff98578000 -     0x7fff98581ff7  libcldcpuengine.dylib (2.3.58) <A2E1ED7B-FC7E-31F6-830A-FF917689766B> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengin e.dylib
        0x7fff98582000 -     0x7fff9858aff7  com.apple.AppleSRP (5.0 - 1) <ABC7F088-1FD5-3768-B9F3-847F355E90B3> /System/Library/PrivateFrameworks/AppleSRP.framework/Versions/A/AppleSRP
        0x7fff9858b000 -     0x7fff9881cff7  com.apple.AOSKit (1.06 - 176) <35525B2F-B02F-31FD-A3B2-FD6AE6D32C11> /System/Library/PrivateFrameworks/AOSKit.framework/Versions/A/AOSKit
        0x7fff98822000 -     0x7fff989ddff6  com.apple.GeoServices (1.0 - 702.14.9) <A3A4D6AC-72B2-39F3-AAE0-9AF3B88C5C8E> /System/Library/PrivateFrameworks/GeoServices.framework/Versions/A/GeoServices
        0x7fff989de000 -     0x7fff98a2dff7  com.apple.framework.internetaccounts (2.1 - 210) <C77069C7-928C-315C-AA61-D90543901F20> /System/Library/PrivateFrameworks/InternetAccounts.framework/Versions/A/Interne tAccounts
        0x7fff98a42000 -     0x7fff98a49ff3  libcopyfile.dylib (103) <5A881779-D0D6-3029-B371-E3021C2DDA5E> /usr/lib/system/libcopyfile.dylib
        0x7fff98a4a000 -     0x7fff98a4eff7  libcache.dylib (62) <BDC1E65B-72A1-3DA3-A57C-B23159CAAD0B> /usr/lib/system/libcache.dylib
        0x7fff98a4f000 -     0x7fff98b12ff7  com.apple.backup.framework (1.5.1 - 1.5.1) <FC4E949B-B41A-3F21-8AF8-AEDB13146FEA> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
        0x7fff98b13000 -     0x7fff98b41ff7  com.apple.securityinterface (9.0 - 55047) <0346D8A9-2CAA-38F3-A741-5FBA5E9F1E7C> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
        0x7fff98b42000 -     0x7fff98b56fff  com.apple.aps.framework (4.0 - 4.0) <F529A05B-FB03-397E-B06A-3A60B808FA11> /System/Library/PrivateFrameworks/ApplePushService.framework/Versions/A/ApplePu shService
        0x7fff98b57000 -     0x7fff98b86ff5  com.apple.GSS (4.0 - 2.0) <ED98D992-CC14-39F3-9ABC-8D7F986487CC> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
        0x7fff98b87000 -     0x7fff98b8bff7  libGIF.dylib (1038) <C29B4323-1B9E-36B9-96C2-7CEDBAA124F0> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
        0x7fff98b8d000 -     0x7fff98b92ff7  com.apple.MediaAccessibility (1.0 - 43) <D309D83D-5FAE-37A4-85ED-FFBDA8B66B82> /System/Library/Frameworks/MediaAccessibility.framework/Versions/A/MediaAccessi bility
        0x7fff98b93000 -     0x7fff98c72fff  libcrypto.0.9.8.dylib (50) <B95B9DBA-39D3-3EEF-AF43-44608B28894E> /usr/lib/libcrypto.0.9.8.dylib
        0x7fff98c75000 -     0x7fff98cd8ff7  com.apple.SystemConfiguration (1.13 - 1.13) <F05F4149-981B-380B-8F50-51CE804BBB89> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
        0x7fff98cd9000 -     0x7fff98dc3fff  libsqlite3.dylib (158) <00269BF9-43BE-39E0-9C85-24585B9923C8> /usr/lib/libsqlite3.dylib
        0x7fff98dc4000 -     0x7fff98dc5ff7  libsystem_blocks.dylib (63) <FB856CD1-2AEA-3907-8E9B-1E54B6827F82> /usr/lib/system/libsystem_blocks.dylib
        0x7fff98dc6000 -     0x7fff98dc6fff  com.apple.CoreServices (59 - 59) <7A697B5E-F179-30DF-93F2-8B503CEEEFD5> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
        0x7fff98dc7000 -     0x7fff98defffb  libRIP.A.dylib (599.7) <6F528EE3-99F8-3871-BD60-1306495C27D5> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A .dylib
        0x7fff98df0000 -     0x7fff98e21fff  com.apple.MediaKit (15 - 709) <23E33409-5C39-3F93-9E73-2B0E9EE8883E> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
        0x7fff98e22000 -     0x7fff98e23ff7  libsystem_sandbox.dylib (278.10) <A47E7E11-3C76-318E-B67D-98972B86F094> /usr/lib/system/libsystem_sandbox.dylib
        0x7fff98e24000 -     0x7fff98ef5ff1  com.apple.DiskImagesFramework (10.9 - 371.1) <D456ED08-4C1D-341F-BAB8-85E34A7275C5> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
        0x7fff98ef6000 -     0x7fff991e0fff  com.apple.CoreServices.CarbonCore (1077.14 - 1077.14) <B00BEB34-A9F5-381F-99FD-11E405768A9A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
        0x7fff991e1000 -     0x7fff99206ff7  com.apple.ChunkingLibrary (2.0 - 155.1) <B845DC7A-D1EA-31E2-967C-D1FE0C628036> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/Chunking Library
        0x7fff99207000 -     0x7fff99271ff7  com.apple.framework.IOKit (2.0.1 - 907.1.13) <C1E95F5C-B79B-31BE-9F2A-1B25163C1F16> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
        0x7fff99272000 -     0x7fff992aefff  com.apple.ids (10.0 - 1000) <22502AAF-CC59-33EC-9ACF-106315206701> /System/Library/PrivateFrameworks/IDS.framework/Versions/A/IDS
        0x7fff992af000 -     0x7fff992edfff  com.apple.ShareKit (1.0 - 185) <14FDC8CD-2F7B-3A66-B220-051670FA0289> /System/Library/PrivateFra

    It is saying;
    "I am Pages 5.1 and I am a buggy PiTA, with over 95 features removed, and best avoided"
    If you had Pages '08/'09 previously it should be in your Applications/iWork folder.
    Use that instead.
    Peter

  • I have a big problem with Lion and PGP. After upgrading from snow leopard to lion I cannot access my PGP drive which was generated under snow leopard. PGP does not start but gives a notion that lion cannot work with my PGP version. Solution?

    After upgrading from Snow Leopard to Lion I cannot access a PGP drive which was generated under snow leopard. PGP does not start. When I try to start I just receive a message that Lion cannot work with PGP. How can I now access important and confifential informatio which I have stored in PGP (snow leopard). Do I have to move back to snow leopard. If so, how can I do this? 

    If you have this product,
    http://www.symantec.com/business/support/index?page=content&id=TECH165159
    you have to go back to Snow Leopard.
    To re-install SL, back up your home directory, format and re-install.

  • Ok.  I hope someone can answer my question.  I am new to photoshop.  I need version cs4 in order to work with a designer and printer on some logo work. I've tried to download it but it just gives me individual files with no installer and nothing - includi

    ok.  I hope someone can answer my question.  I am new to photoshop.  I need version cs4 in order to work with a designer and printer on some logo work. I've tried to download it but it just gives me individual files with no installer and nothing - including the adobe "instructions" seems to work.  How can i get this software in a downloadable format? is it actually free - I'm assuming it is...  Hope someone knows the answer to these questions...

    The download itself is free and is valid for 30 days only.  After that, the software ceases to work.
    CS4 is pretty old, no longer sold and no longer supported by Adobe.  It's also not compatible with many modern OSes.
    Why do you have to work with such an obsolete version of Photoshop?
    What kind of "designer" uses it?

  • Does Contribute CS4 in browser editing work with IE8?

    Hi,
    I am trying to find out ifContribute CS4 in browser editing works with internet explorer 8.  The website says it works with 6 and 7, but no mention of 8.  I rang technical assistance and they said 'it may or may not work' which is really helpful!  Before I recommend to my client to purchase this software I need to know if it's actually going to work for him.  Is anyone using it with IE8.  Would love to hear from anyone that has any useful information!  Thanks
    Message was edited by: kerrield - sorry was meant to say editing - not edition

    Hi,
    It works with IE8 also. You can download and try the same.

  • HT1338 why is the video not working with skype on this os

    why is the video not working with skype on this os

    Try this:
    Quit Skype.
    Click on the desktop so Finder is active. Hold the option key down and click on Go in the menu bar.
    In the drop down, select Library.
    Open the Library folder and scroll down to Preferences.
    In that folder, there is a file called com.skype.skype.plist. Trash that file.
    Now try Skype.

  • How do I create an genericized instance of this class?

    Hi, I'm having trouble creating a proper generic instance of this class that I wrote. The class type is cyclic dependant on itself.
    public class MyClass<T extends MyClass<T>>
    I can create an instance like this:
    MyClass<?> class = new MyClass();But I would be mixing raw types and generic types.
    Is there anyway to create a proper generic instance of MyClass?
    Thanks a lot
    -Cuppo

    Ah thanks georgemc,
    your solution will certainly work.
    If i may ask your opinion of something...
    MyClass is designed such that the type parameter should always be the same as the class itself. It's kinda a hack to get the subclass type from the superclass.
    so a hierarchy looks something like this:
    class MyClass<T extends MyClass<T> >
    class SubClass<T extends SubClass<T>> extends MyClass<T>
    class FinalSubClass extends SubClass<FinalSubClass>So ideally i would want something like:
    MyClass m = new MyClass<MyClass>();
    (which is not possible)
    is there a way to get around this?
    -Cuppo

  • Safari Cannot Work With Windows Live Spaces

    Hi,
    I'm using Windows Live Spaces, and I need to change the plug-in in Safari for playing .MP3 files from QuickTime to Windows Media Player since QT plug-in cannot play the background music on my blog.
    Besides that, I found that Safari seems not be able to handle some of the codes by Windows Live Spaces. So what should I do? Should I install Windows Systems on my Mac and use Internet Explorer to edit my blog?
    Thanks.

    I need to change the plug-in in Safari for playing .MP3 files from QuickTime to Windows Media Player since QT plug-in cannot play the background music on my blog.
    It sounds like you're trying to use the old <bgsound> tag for the music...? Try using <object> instead for cross-browser support.
    seems not be able to handle some of the codes by Windows Live Spaces. So what should I do? Should I install Windows Systems on my Mac and use Internet Explorer to edit my blog?
    Microsoft have never been too bothered about making things work with non-Microsoft browsers. You may have more luck using [Firefox|www.mozilla.com]. If Internet Explorer is needed (I had a look at the Spaces website but couldn't find anything indicating requirements) then the only way to run that is via Windows.

  • Cannot work with two Swing app. at the same time.

    Hi guys,
    I bring this problem here may somebody experienced that.
    I developed two client side applications(applets). Locate them on Apache/Tomcat. There is also a Index.html file with two links, so when user clicks on each link the associated application will downloaded on his/her PC and ready to work. (In index.html I used JavaScript function window.open(?) to load the applications)
    Now please see this scenario:
    1-I ran/loaded both application in two separate browsers(IE5.5). And tried to work with them(minimized one and work with another). Soon I faced unexpected frizzing/locking or very slow running on both applications.
    2-Then closed/killed one of them(killed IE). Then re-executed same application again. The application loaded with the last activated screen . Seems it never killed and it was still alive.
    3- The only way to successfully working is one by one. Means execute & work with one, then kill that, and then execute and work with another.
    To Debug:
    When both applications were running(each on it?s own IE), I opened the Task Manager and saw there was only one IEXPLORER.EXE was running, also there was only one Java VM (a little bird icon) on right-bottom of the screen.
    I believe this causes the problem. Seems they both running in the same session. Since I opened two applications in two IE I was expected to see two IEXPLORER.EXE with two JVM. Am I right? Do you think so?
    Note that the two app. have no Communication with each other.
    Any way, Now I am seeking to find the solution. My primary mind says probably I should not use window.open(..) in index.html to load the applications.
    Would appreciate any command on this.

    I am also facing the same problem !
    Since this may be a very late reply , if any body has a solution pls share!
    What I understand is that when we use javascript:window.open() it opens a new browser window
    but under same JVM. This is helpful if we need to have a 'Close window' button/link in the newly opened window and use javascript:window.close() there. Then browser will not show us the confirmation dialog box 'Webpage you are viewing is trying to close the window. Do you wish to Proceed?'
    But if we want a new JVM for each opened link and also donot want the popup dialog to be displayed when we close the browser from there..what do we do??

  • Working with Instances

    I have a row of buttons within a container, all with instance
    names. When one of the buttons is clicked and using a switch
    statement, I want to navigate to a timeline frame and stop to
    display the desired page. Could someone provide an example of AS
    code?
    The ActionScript 3.0 Language and Components reference is
    great but there still is a lot missing in the process of coding in
    AS.

    If you could clarify your last statement with what I have
    below would help. I when though about everything you did except
    putting the string and casting the i into an array of this, Where,
    would I be able to find this information without having previous
    knowledge? It is this kind of stuff that is the glue that puts it
    all together.
    Two more questions, first when I set the expand value below
    to 1 the button is to big, if it is set to 0.9, the button size
    does not change much. I would like to have better control of the
    buttons size.
    The second question, I'm having problems with the
    swapChildren() shown below, it has been used from the ActionScript
    3.0 Bible page266. I get a "Parameter child must be non-null"
    error.
    Thanks Ned & kglad
    var offSet:int = 20;
    var expand:int = 1.01;
    for (var i:int = 0; i <= 26; i++)
    this["btnNorm" + String(i)].addEventListener
    (MouseEvent.MOUSE_OVER, swapSprites);
    this["btnNorm" + String(i)].addEventListener
    (MouseEvent.MOUSE_OVER, expandCLBtn);
    this["btnNorm" + String(i)].addEventListener
    (MouseEvent.MOUSE_OUT, shrinkCLBtn);
    function expandCLBtn (e:MouseEvent):void
    e.target.x = e.target.x - offSet;
    e.target.scaleX += expand;
    e.target.scaleY+=expand;
    function shrinkCLBtn (e:MouseEvent):void
    e.target.x=e.target.x+offSet;
    e.target.scaleX-=expand;
    e.target.scaleY-=expand;
    function swapSprites (e:MouseEvent):void
    swapChildren ((e.target as Sprite), getChildAt(numChildren
    -1));
    setChildIndex (e.target, numChildren - 1);
    stop ();

  • Cannot work with two client side applications at the same time!!

    Hi guys,
    I developed two client side applications(applets). Locate the on Apache/Tomcat. There is also a Index.html file with two links, so when user clicks on each link the associated application will downloaded on his PC and ready to work. (In index.html I used window.open(�) to load the applications)
    Now please see this scenario:
    1-I ran/loaded both application in two separate browsers(IE5.5). And tried to work with them(minimized one and work with another). Soon I faced unexpected frizzing/locking or very slow running on both applications.
    2-Then closed/killed one of them(killed IE). Then re-executed same application again. The application loaded with the last activated screen . Seems it never killed and it was still alive.
    3- The only way to successfully working is one by one.
    means execute & work with one, then kill that, and then execute and work with another.
    To Debug:
    When both applications were running(each on it�s own IE), I opened the Task Manager and saw there was only one IEXPLORER.EXE was running, also there was only one Java VM (a small bird icon) on right-bottom of the screen.
    I believe this causes the problem. seems they both running in the same session. Since I opened two applications in two IE I was expected to see two IEXPLORER.EXE with two JVM. Am I right? Do you think so?
    Any way, Now I am seeking to find the solution. My primary mind says probably I should not use window.open(..) in index.html to load the applications.
    Would appreciate any command on this.

    Cross post
    http://forum.java.sun.com/thread.jsp?thread=184829&forum=31&message=589933

  • H.264 decoding cannot work with latest version FP

    I report a bug of latest version of Adobe Flash Player ActiveX plugin(10.1.102.64).
    After upgrading onto version 10.1.102.64, the H.264 stream decoding of 1080p/720p behaves discontinuously, so we have to uninstall it and find version 10.0.45.2 installed and the decoding goes back to work.
    The H.264 stream is incapsulated by RTMP packet and streamed from FMS 3.5 server.
    We think this bug will influence many applications and services over internet, please fix it ASAP in next version of Adobe Flash Player ActiveX plugin.
    Nothing related to H/W acceleration, I checked it.

    According to this http://forums.ni.com/t5/FieldPoint-Family/FP-1601-with-LabVIEW-7-1-upconvert-to-2012/td-p/2218918
    LabVIEW 2011 is the last version that includes support for the FP-1601.
    Better link  Why Doesn't My FieldPoint FP-1600 Work with LabVIEW 2012 or Newer?

Maybe you are looking for

  • Need to Archive and Reinstall after 10.5.2 update

    I've been looking through a lot of posts about people who have problems after the 10.5.2 update. My symptoms are a bit different. I currently only get the gray screen with the spinning icon. I cannot get into safe mode, I have attempted to repair per

  • View source code of the page executed in browser...

    Hi, Request you to help me to view the source code of the page executed in browser using a Query/ Web Template. We can view the HTML code when we go to Page--> View source code. But i want to see the Java code behind the web page. Regards, Koundinya

  • Apex Newbie question !!!!!  HTTP server ????

    I am newbie at APEX. I have a DBA background, but no experience with Oracle applications. I DO respect your time, and have tried to find this info on teh docs, but, honestly, can not find it. And I looked over everywhere, metalink, otn, gogling. I th

  • Easily identify Exchange Invites?

    I have switched over to using Mail in Snow Leopard with my companies Exchange 2007 server from Entourage. Overall I am MUCH happier, but there are a few things I am still trying to work out. One of them is how to easily identify meeting invites. When

  • Skinning Flex Mobile TextInput

    Hi, I need to skin the Flex Mobile Text Input with a gradient in the background. I have created a skin for that. It works fine on Android devices but in case of iOS devices, the keyboard doesn't even comes up. If I remove the skin, it works fine. I g