Raising a long error message

I need to raise the following error message.Following one is the message to be raised
“Error:  Combination of Document Currency [bkpf-waers], Local Currency [t001-waers], Group Currency [t000-mwaer] not allowed for transaction [bkpf-tcode].  Identical currencies should not be posted.”
other that "error: &1 &2 &3....."  Is there any way to do this.
if se91 long message alone is the only way in the sript editor how can we insert this message. Could anyone explain me this .
Thanks.

I do not think there is a way to pass variables dynamically to the long text in SE91. It is meant only for information purposes, and can hold static text only.
You could try the &1 &2 etc method, but even that has a maximum limit, I doubt you will get the entire line of text in it.
You could try calling a popup instead, to display the message.
Hope this helps.
Sudha

Similar Messages

  • My IPad is stuck in recovery mode and now ITunes wont recognize it, what do I do? Keeps giving me a long error message.

    My IPad is stuck in recovery mode and now ITunes will not recognize it, it just gives me this long error message. What do I do, I've uninstalled and reinstalled ITunes.

    Check USB connections
    Related errors: 13, 14, 1600, 1601, 1602, 1603, 1604, 1611, 1643-1650, 2000, 2001, 2002, 2005, 2006, 2009, 4000, 4005, 4013, 4014, 4016, “invalid response,” and being prompted to restore again after a restore completes.
    If there’s an issue with the USB port, cable, dock, or hub, or if the device becomes disconnected during restore, try troubleshooting the USB connection, then troubleshooting your security software.
    To narrow down the issue, you can also change up your hardware:
    Use another USB cable.
    Plug your cable into a different USB port on your computer.
    Try a different dock connector (or no dock).
    Add (or remove) a USB hub between your device and computer.
    Connect your computer directly to your Internet source, with no routers, hubs, or switches.
    If you checked your connections and are still seeing the error message, check for hardware issues.
    Check for hardware issues
    Related errors: 1, 3, 10, 11, 12, 13, 14, 16, 20, 21, 23, 26, 27, 28, 29, 34, 35, 36, 37, 40, 1000, 1002, 1004, 1011, 1012, 1014, 1667, or 1669.
    Try to restore your iOS device two more times while connected with a cable, computer, and network you know are good. Also, confirm your security software and settings are allowing communication between your device and update servers. If you still see the error message when you update or restore, contact Apple support.

  • HT1923 I have a very long error message dealing with key token "An error occurred and I wonder if anyone has dealt with this...I have the entire message if someone  can help

    has anyone dealt with a really long error message involving installation of aassembly 80.50727.6195"public key token=

    zdad47 wrote:
    I did that first.
    When I entered this message in search I got another error message
    Before we venture further, just want to confirm.
    1. Was PC ever used for Jailbreaking or hacking any iDevice earlier ?
    2. Also quoting from the attached document in my previous post
    "Use the Control Panel to uninstall iTunes and related software components in the following order. Then, restart your computer.
    iTunes
    QuickTime
    Apple Software Update
    Apple Mobile Device Support
    Bonjour
    Apple Application Support (iTunes 9 or later)
    Important: Uninstalling these components in a different order, or only uninstalling some of these components may have unintended effects. and
    2. Verify iTunes and related components are completely uninstalled "
    Please confirm that correct steps were followed. As you said earier that
    ...uninstall bonjour and other itune aps. I did not see at the bottom where it said to do this in order, so I just did it alphabetically.....
    Regards

  • SAVE_TEXT for long error Message not working.

    Hi Experts,
    I am Using SAVE_TEXT FM to Dynamically Change Long Text for  a message.
    1. i am able to run succesfully SAVE_TEXT with SY-SUBRC = 0.
    2. I can see the entry in STXH.
    3. I have also performed COMMIT_TEXT with all the parameters and COMMIT_WORK.
    4. I am able to See the changed Text using READ_TEXT FM.
    but if i go to SE91 to the message no. and see long text i am not able to see the changed text.
    also when change the long text of it in a program and call the error message we should be able to see the changed long text on click of error message in status bar but it shows the same message as in SE91.
    Earlier for this Text Object & Text ID in SE75 Save mode was SPACE so i changed the same to Update still its not working.
    Following are the details  of my code-
    REPORT  YTEST_MES message-id ZFQM.
    parameters : p_text type c.
    at selection-screen.
    if p_text <> 'C'.
    data: HEADER  LIKE  THEAD.
    data: t_lines type standard table of TLINE.
    data: ls_lines like line of t_lines.
    ls_lines-TDFORMAT = ' '.
    ls_lines-TDline   = 'TEST1 TEST2 TEST3'.
    append ls_lines to t_lines.
    Header-TDOBJECT   = 'DOKU'.
    Header-TDNAME     = 'ZFQM093'.
    Header-TDID       = 'NA'.
    Header-TDSPRAS    = 'EN'.
    Header-TDFORM     = 'S_DOCU_SHOW'.
    Header-TDSTYLE    = 'S_DOCUS1'.
    Header-TDLINESIZE = '72'.
      CALL FUNCTION 'SAVE_TEXT'
        EXPORTING
         CLIENT                = SY-MANDT
          header                = header
         INSERT                = 'X'
      tables
          lines                 = t_lines
       EXCEPTIONS
         ID                    = 1
         LANGUAGE              = 2
         NAME                  = 3
         OBJECT                = 4
         OTHERS                = 5
      IF sy-subrc <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
             WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
      ENDIF.
    CALL FUNCTION 'COMMIT_TEXT'
    EXPORTING
       OBJECT                = 'DOKU'
       NAME                  = 'ZFQM093'
       ID                    = 'NA'
       LANGUAGE              = SY-LANGU
    COMMIT WORK AND WAIT.
    message e093 with 'C'    'XXXX'.
    endif.
    I have tried calling SAVE_TEXT will possible combination's of  INSERT  = 'X' or space  or
    SAVEMODE_DIRECT       = 'X' or Both Space or 'X'.
    I know i am missing a small thing...but was unable to figure out the same.
    Please Help.
    Regards,
    Akash

    Hi  Keshav.T ,
    Thanks for your answer, but all the above FM u provided-
    read_text
    init_text
    edit_text
    Cannot be used as-
    Read_TEXT - I want to change Text not read it.
    INIT_TEXT- this cannot be used to change texts.
    EDIT_TEXT- this function module Opens the Long text screen
                       and we have to manually save it, but i want to save the text automaticaly
                       all this is done using SAVE_TEXT.
    Only problem is I am missing something after the call of SAVE_TEXT because text is changed
    as i can see that using read_text FM but if i go to SE91 and see long text for the corresponding message no. i cannot see the
    changed text done bu SAVE_TEXT.
    Please help.
    Akash

  • Logic won't open, long error message

    Hi Apple Support Community.
    I am running Logic version 9.1.7 on OS X 10.6.8 on an iMac with a 2GHz Intel Core 2 Duo processor with 2.5 GB 667MHz DDR2 SDRAM.
    For reasons I cannot understand my Logic version will not open. When the application shortcut clicked on, the dialog panel which shows the various assets Logic is initialising appears (Loop Library, ec), and after the Core Audio is initialised the application closes, and this error message appears:
    Process:    
    Logic Pro [2045]
    Path:       
    /Applications/Logic Pro.app/Contents/MacOS/Logic Pro
    Identifier: 
    com.apple.logic.pro
    Version:    
    9.1.7 (1700.57)
    Build Info: 
    Logic-17005700~1
    Code Type:  
    X86 (Native)
    Parent Process:  launchd [151]
    Date/Time:  
    2012-08-14 15:25:15.411 +0100
    OS Version: 
    Mac OS X 10.6.8 (10K549)
    Report Version:  6
    Interval Since Last Report:     
    394136 sec
    Crashes Since Last Report:      
    3
    Per-App Interval Since Last Report:  20 sec
    Per-App Crashes Since Last Report:   1
    Anonymous UUID:                 
    8368D8D8-434C-4589-BA0E-2A3D368AA022
    Exception Type:  EXC_BAD_ACCESS (SIGBUS)
    Exception Codes: KERN_PROTECTION_FAILURE at 0x0000000000000000
    Crashed Thread:  13
    Thread 0:  Dispatch queue: com.apple.main-thread
    0   libSystem.B.dylib        
    0x98e0008a sem_wait$NOCANCEL$UNIX2003 + 10
    1   ...lodyneEssentialRewireDevice
    0x41ce21b4 GNCondition::waitForSignal() + 32
    2   ...lodyneEssentialRewireDevice
    0x41ce1d4f GNMessagePort::registerMessagePortWithName(GNString*, GNData* (*)(GNMessagePort*, GNData*), int, int, GNDictionary*) + 315
    3   ...lodyneEssentialRewireDevice
    0x41c83dbe GNReWire2AudioDeviceHost::create() + 172
    4   ...lodyneEssentialRewireDevice
    0x41c81f3f RWDEFOpenDevice + 89
    5   ...opellerheads.rewire.library
    0x41c0684e 0x41c02000 + 18510
    6   ...opellerheads.rewire.library
    0x41c069b8 0x41c02000 + 18872
    7   ...opellerheads.rewire.library
    0x41c098e0 RWPUnregisterDeviceImp + 5438
    8   ...opellerheads.rewire.library
    0x41c07689 RWM2OpenDeviceImp + 57
    9   ...le.music.apps.MAAudioEngine
    0x02b24caa ReWireUpdateMIDIInfos() + 3226
    10  ...le.music.apps.MAAudioEngine
    0x02b0c3bb MD::Init(int, bool) + 2555
    11  ...le.music.apps.MAAudioEngine
    0x02b16ae2 GetCurrentCoreAudioDeviceNameFromUserDefaults(signed char) + 11954
    12  com.apple.logic.pro      
    0x000b6eeb std::ostream& TraceOutContainer<CEvs>(std::ostream&, CEvs, char const*, int) + 504955
    13  com.apple.logic.pro      
    0x000b9a41 std::ostream& TraceOutContainer<CEvs>(std::ostream&, CEvs, char const*, int) + 516049
    14  com.apple.logic.pro      
    0x003e5b15 std::ostream& TraceOutContainer<CEvs>(std::ostream&, CEvs, char const*, int) + 3842213
    15  com.apple.logic.pro      
    0x001c567e std::ostream& TraceOutContainer<CEvs>(std::ostream&, CEvs, char const*, int) + 1612814
    16  com.apple.logic.pro      
    0x001c9c8c std::ostream& TraceOutContainer<CEvs>(std::ostream&, CEvs, char const*, int) + 1630748
    17  com.apple.logic.pro      
    0x00619983 std::ostream& TraceOutContainer<CEvs>(std::ostream&, CEvs, char const*, int) + 6151955
    18  com.apple.Foundation     
    0x9192edb3 _nsnote_callback + 176
    19  com.apple.CoreFoundation 
    0x94b3f763 __CFXNotificationPost + 947
    20  com.apple.CoreFoundation 
    0x94b3f16a _CFXNotificationPostNotification + 186
    21  com.apple.Foundation     
    0x91923c50 -[NSNotificationCenter postNotificationName:object:userInfo:] + 128
    22  com.apple.Foundation     
    0x9193105d -[NSNotificationCenter postNotificationName:object:] + 56
    23  com.apple.AppKit         
    0x96ffb216 -[NSApplication _postDidFinishNotification] + 125
    24  com.apple.AppKit         
    0x96ffb126 -[NSApplication _sendFinishLaunchingNotification] + 74
    25  com.apple.AppKit         
    0x97152339 -[NSApplication(NSAppleEventHandling) _handleAEOpen:] + 274
    26  com.apple.AppKit         
    0x97151f59 -[NSApplication(NSAppleEventHandling) _handleCoreEvent:withReplyEvent:] + 101
    27  com.apple.Foundation     
    0x919641f8 -[NSAppleEventManager dispatchRawAppleEvent:withRawReply:handlerRefCon:] + 511
    28  com.apple.Foundation     
    0x91963fbc _NSAppleEventManagerGenericHandler + 228
    29  com.apple.AE             
    0x918e8f5c aeDispatchAppleEvent(AEDesc const*, AEDesc*, unsigned long, unsigned char*) + 166
    30  com.apple.AE             
    0x918e8e5b dispatchEventAndSendReply(AEDesc const*, AEDesc*) + 43
    31  com.apple.AE             
    0x918e8d65 aeProcessAppleEvent + 197
    32  com.apple.HIToolbox      
    0x93456197 AEProcessAppleEvent + 50
    33  com.apple.AppKit         
    0x96fcb7d2 _DPSNextEvent + 1420
    34  com.apple.AppKit         
    0x96fcadd6 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 156
    35  com.apple.AppKit         
    0x96f8d1f3 -[NSApplication run] + 821
    36  com.apple.prokit         
    0x00fc63f6 NSProApplicationMain + 326
    37  com.apple.logic.pro      
    0x0002b1c5 DummyConnection::DummyConnection() + 193
    Thread 1:  Dispatch queue: com.apple.libdispatch-manager
    0   libSystem.B.dylib        
    0x98db0382 kevent + 10
    1   libSystem.B.dylib        
    0x98db0a9c _dispatch_mgr_invoke + 215
    2   libSystem.B.dylib        
    0x98daff59 _dispatch_queue_invoke + 163
    3   libSystem.B.dylib        
    0x98dafcfe _dispatch_worker_thread2 + 240
    4   libSystem.B.dylib        
    0x98daf781 _pthread_wqthread + 390
    5   libSystem.B.dylib        
    0x98daf5c6 start_wqthread + 30
    Thread 2:
    0   libSystem.B.dylib        
    0x98d89afa mach_msg_trap + 10
    1   libSystem.B.dylib        
    0x98d8a267 mach_msg + 68
    2   com.apple.CoreFoundation 
    0x94b212df __CFRunLoopRun + 2079
    3   com.apple.CoreFoundation 
    0x94b203c4 CFRunLoopRunSpecific + 452
    4   com.apple.CoreFoundation 
    0x94b201f1 CFRunLoopRunInMode + 97
    5   com.apple.Foundation     
    0x91968224 +[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:] + 329
    6   com.apple.Foundation     
    0x9192f4c4 -[NSThread main] + 45
    7   com.apple.Foundation     
    0x9192f474 __NSThread__main__ + 1499
    8   libSystem.B.dylib        
    0x98db7259 _pthread_start + 345
    9   libSystem.B.dylib        
    0x98db70de thread_start + 34
    Thread 3:
    0   libSystem.B.dylib        
    0x98daf412 __workq_kernreturn + 10
    1   libSystem.B.dylib        
    0x98daf9a8 _pthread_wqthread + 941
    2   libSystem.B.dylib        
    0x98daf5c6 start_wqthread + 30
    Thread 4:
    0   libSystem.B.dylib        
    0x98d89b42 semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib        
    0x98db76f8 _pthread_cond_wait + 1089
    2   libSystem.B.dylib        
    0x98e0005f pthread_cond_wait + 48
    3   com.apogee.ONEPlugIn     
    0x03f9f84a apogeeDriverPlugInMessageQueue::WaitForNextMessageInList() + 62
    4   com.apogee.ONEPlugIn     
    0x03f9fef7 ClientBiDirConnection::HandlePropertyChanges() + 27
    5   com.apogee.ONEPlugIn     
    0x03f9ff41 PthreadHandlingPropertyChanges(void*) + 21
    6   libSystem.B.dylib        
    0x98db7259 _pthread_start + 345
    7   libSystem.B.dylib        
    0x98db70de thread_start + 34
    Thread 5:
    0   libSystem.B.dylib        
    0x98d89b42 semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib        
    0x98db76f8 _pthread_cond_wait + 1089
    2   libSystem.B.dylib        
    0x98e0005f pthread_cond_wait + 48
    3   com.apogee.ONEPlugIn     
    0x03f9f2c6 MessageTX::TXThread() + 76
    4   com.apogee.ONEPlugIn     
    0x03f9f583 TransmitThread(void*) + 21
    5   libSystem.B.dylib        
    0x98db7259 _pthread_start + 345
    6   libSystem.B.dylib        
    0x98db70de thread_start + 34
    Thread 6:
    0   libSystem.B.dylib        
    0x98dc4a5a recvfrom$NOCANCEL$UNIX2003 + 10
    1   libSystem.B.dylib        
    0x98e2e8bd recv + 54
    2   com.apogee.ONEPlugIn     
    0x03fa0329 ClientBiDirLocalSocketConnection::ReceiveData(void*, int) + 83
    3   com.apogee.ONEPlugIn     
    0x03f9e7d6 MessageRX::RXThread() + 136
    4   com.apogee.ONEPlugIn     
    0x03f9ec77 ReceiveThread(void*) + 21
    5   libSystem.B.dylib        
    0x98db7259 _pthread_start + 345
    6   libSystem.B.dylib        
    0x98db70de thread_start + 34
    Thread 7:  com.apple.CFSocket.private
    0   libSystem.B.dylib        
    0x98da8ac6 select$DARWIN_EXTSN + 10
    1   com.apple.CoreFoundation 
    0x94b60c53 __CFSocketManager + 1091
    2   libSystem.B.dylib        
    0x98db7259 _pthread_start + 345
    3   libSystem.B.dylib        
    0x98db70de thread_start + 34
    Thread 8:
    0   libSystem.B.dylib        
    0x98d89afa mach_msg_trap + 10
    1   libSystem.B.dylib        
    0x98d8a267 mach_msg + 68
    2   com.apple.CoreFoundation 
    0x94b212df __CFRunLoopRun + 2079
    3   com.apple.CoreFoundation 
    0x94b203c4 CFRunLoopRunSpecific + 452
    4   com.apple.CoreFoundation 
    0x94b26304 CFRunLoopRun + 84
    5   com.apple.DVCPROHDMuxer  
    0x3a3b1507 AVS::DestroyAVCDeviceController(AVS::AVCDeviceController*) + 285
    6   libSystem.B.dylib        
    0x98db7259 _pthread_start + 345
    7   libSystem.B.dylib        
    0x98db70de thread_start + 34
    Thread 9:
    0   libSystem.B.dylib        
    0x98db7aa2 __semwait_signal + 10
    1   libSystem.B.dylib        
    0x98db775e _pthread_cond_wait + 1191
    2   libSystem.B.dylib        
    0x98db93f8 pthread_cond_wait$UNIX2003 + 73
    3   com.apple.music.apps.MAFiles 
    0x02a45838 ResolveFile + 54808
    4   com.apple.music.apps.MAFiles 
    0x02a45901 ResolveFile + 55009
    5   libSystem.B.dylib        
    0x98db7259 _pthread_start + 345
    6   libSystem.B.dylib        
    0x98db70de thread_start + 34
    Thread 10:
    0   libSystem.B.dylib        
    0x98db7aa2 __semwait_signal + 10
    1   libSystem.B.dylib        
    0x98db775e _pthread_cond_wait + 1191
    2   libSystem.B.dylib        
    0x98db93f8 pthread_cond_wait$UNIX2003 + 73
    3   com.apple.music.apps.MAFiles 
    0x02a45838 ResolveFile + 54808
    4   com.apple.music.apps.MAFiles 
    0x02a45901 ResolveFile + 55009
    5   libSystem.B.dylib        
    0x98db7259 _pthread_start + 345
    6   libSystem.B.dylib        
    0x98db70de thread_start + 34
    Thread 11:
    0   libSystem.B.dylib        
    0x98d89b5a semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib        
    0x98db76e1 _pthread_cond_wait + 1066
    2   libSystem.B.dylib        
    0x98de65a8 pthread_cond_timedwait_relative_np + 47
    3   com.apple.audio.CoreAudio
    0x98f583ab CAGuard::WaitFor(unsigned long long) + 219
    4   com.apple.audio.CoreAudio
    0x98f5b3dd CAGuard::WaitUntil(unsigned long long) + 289
    5   com.apple.audio.CoreAudio
    0x98f58cda HP_IOThread::WorkLoop() + 1892
    6   com.apple.audio.CoreAudio
    0x98f58571 HP_IOThread::ThreadEntry(HP_IOThread*) + 17
    7   com.apple.audio.CoreAudio
    0x98f58488 CAPThread::Entry(CAPThread*) + 140
    8   libSystem.B.dylib        
    0x98db7259 _pthread_start + 345
    9   libSystem.B.dylib        
    0x98db70de thread_start + 34
    Thread 12:
    0   libSystem.B.dylib        
    0x98d89b42 semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib        
    0x98d8f646 pthread_mutex_lock + 490
    2   ...opellerheads.rewire.library
    0x41c2870d RWPUnregisterDeviceImp + 131947
    3   ...opellerheads.rewire.library
    0x41c0cf68 RWPUnregisterDeviceImp + 19398
    4   ...opellerheads.rewire.library
    0x41c0d7d4 RWPUnregisterDeviceImp + 21554
    5   ...opellerheads.rewire.library
    0x41c28a5c RWPUnregisterDeviceImp + 132794
    6   libSystem.B.dylib        
    0x98db7259 _pthread_start + 345
    7   libSystem.B.dylib        
    0x98db70de thread_start + 34
    Thread 13 Crashed:
    0   ???                      
    0000000000 0 + 0
    1   ...lodyneEssentialRewireDevice
    0x41cc38ea GNThreadHandler(void*) + 94
    2   libSystem.B.dylib        
    0x98db7259 _pthread_start + 345
    3   libSystem.B.dylib        
    0x98db70de thread_start + 34
    Thread 13 crashed with X86 Thread State (32-bit):
      eax: 0x3d49caa0  ebx: 0x41ce1988  ecx: 0x3d88bc34  edx: 0x3d49c970
      edi: 0x3d88bc30  esi: 0xb0631000  ebp: 0xb0630f48  esp: 0xb0630f1c
       ss: 0x0000001f  efl: 0x00010206  eip: 0x00000000   cs: 0x00000017
       ds: 0x0000001f   es: 0x0000001f   fs: 0x0000001f   gs: 0x00000037
      cr2: 0x00000000
    Binary Images:
    0x1000 -   0xbe7ff7  com.apple.logic.pro 9.1.7 (1700.57) <E0B8F147-B690-4889-84FF-A409F39B402F> /Applications/Logic Pro.app/Contents/MacOS/Logic Pro
      0xe81000 -   0xe9ffef  com.apple.XSKey 1.0.0 (52) <71B94F53-15DB-9012-91F2-211F7C2CD790> /Library/Frameworks/XSKey.framework/Versions/A/XSKey
      0xeae000 -   0xee1fe7  com.apple.music.apps.MAAudioUnitSupport 9.1.7 (233.39) <13FB1823-E7E6-A34B-6D89-E30D01605DC1> /Applications/Logic Pro.app/Contents/Frameworks/MAAudioUnitSupport.framework/Versions/A/MAAudioUnit Support
      0xeee000 -   0xf1fff3  com.apple.musicaudiodataservices 1.1 (250.92) <11E60B69-F34E-72B0-DC8E-BC23B4D9D949> /Applications/Logic Pro.app/Contents/Frameworks/MAAssetSharing.framework/Versions/A/MAAssetSharing
      0xf2e000 -   0xf8cff3  com.apple.music.apps.MALoopManagement 9.1.7 (218.94) <E1772A24-827D-AF1F-7C09-E25FC729F95B> /Applications/Logic Pro.app/Contents/Frameworks/MALoopManagement.framework/Versions/A/MALoopManagem ent
      0xfa2000 -  0x11dafff  com.apple.prokit 7.0.1 (1331.1) <327AFA15-E955-02EF-3E57-E2558B645698> /System/Library/PrivateFrameworks/ProKit.framework/Versions/A/ProKit
    0x12e2000 -  0x135dfff  com.apple.music.apps.MACore 9.1.7 (477.48) <5D0BB5DF-13EB-1759-F1B9-4275EEE287B3> /Applications/Logic Pro.app/Contents/Frameworks/MACore.framework/Versions/A/MACore
    0x137d000 -  0x13c9ffb  com.apple.audio.midi.CoreMIDI 1.7.1 (42) <FB4D4B64-6ABB-679E-3AA8-21DE9062B4C1> /System/Library/Frameworks/CoreMIDI.framework/Versions/A/CoreMIDI
    0x13ee000 -  0x1444ff7  com.apple.music.apps.MAHarmony 9.1.7 (198.94) <BE3356F3-9B77-81AF-9D4E-2F9F036B7491> /Applications/Logic Pro.app/Contents/Frameworks/MAHarmony.framework/Versions/A/MAHarmony
    0x145b000 -  0x1874ff7  com.apple.music.apps.MAPlugInGUI 9.1.7 (424.69) <6C2FD01C-3CAA-F456-B695-FCB5638A4EDE> /Applications/Logic Pro.app/Contents/Frameworks/MAPlugInGUI.framework/Versions/A/MAPlugInGUI
    0x1a92000 -  0x1b74feb  com.apple.music.apps.OMF 9.1.7 (108.93) <5A2D5ABF-97B8-E67D-EF60-BD3CEA462CDE> /Applications/Logic Pro.app/Contents/Frameworks/OMF.framework/Versions/A/OMF
    0x1b88000 -  0x21d9fe3  com.apple.music.apps.MADSP 9.1.7 (588.88) <4E4B1FA7-6D09-E835-09B8-FC5700B6D425> /Applications/Logic Pro.app/Contents/Frameworks/MADSP.framework/Versions/A/MADSP
    0x28be000 -  0x28dfff7  com.apple.music.apps.LogicFileBrowser 9.1.7 (1700.57) <EEAE4BD4-7F0C-3331-2C94-6EBA3E5F518F> /Applications/Logic Pro.app/Contents/Frameworks/LogicFileBrowser.framework/Versions/A/LogicFileBrow ser
    0x28e8000 -  0x2961ff7  com.apple.music.apps.LogicLoopBrowser 9.1.7 (1700.57) <8CACC777-C6A7-432C-ADB9-E7F1865F8544> /Applications/Logic Pro.app/Contents/Frameworks/LogicLoopBrowser.framework/Versions/A/LogicLoopBrow ser
    0x2975000 -  0x2996ff7  com.apple.music.apps.MAApogeeSupport 9.1.7 (311.94) <F09251F0-B26D-CA6C-8B7A-6711EE4331D1> /Applications/Logic Pro.app/Contents/Frameworks/MAApogeeSupport.framework/Versions/A/MAApogeeSuppor t
    0x299b000 -  0x29a0ff7  com.apple.music.apps.MAResources 9.1.7 (211.95) <176392C0-73D0-4698-C1AC-114BB5C05A2B> /Applications/Logic Pro.app/Contents/Frameworks/MAResources.framework/Versions/A/MAResources
    0x29a4000 -  0x29cdfe3  com.apple.audio.CoreAudioKit 1.6.1 (1.6.1) <7FFBD485-5251-776A-CC44-4470DD84112B> /System/Library/Frameworks/CoreAudioKit.framework/Versions/A/CoreAudioKit
    0x29de000 -  0x29eeff7  com.apple.AERegistration 1.2 (401) <09312188-9C9E-E1A8-0F53-B8F34AA7F76A> /Applications/Logic Pro.app/Contents/Frameworks/AERegistration.framework/Versions/A/AERegistration
    0x2a02000 -  0x2a0eff3  com.apple.music.apps.MAUnitTest 9.1.7 (95.94) <D8B89167-A7D2-2C2F-B401-1E17BD85C2FD> /Applications/Logic Pro.app/Contents/Frameworks/MAUnitTest.framework/Versions/A/MAUnitTest
    0x2a16000 -  0x2accfff  com.apple.music.apps.MAFiles 9.1.7 (144.77) <DCD9D7C3-B474-5A9D-5E1D-6CA3D2461D69> /Applications/Logic Pro.app/Contents/Frameworks/MAFiles.framework/Versions/A/MAFiles
    0x2ae5000 -  0x2b5cfe7  com.apple.music.apps.MAAudioEngine 9.1.7 (158.32) <3391175C-45EA-CF4C-29CE-B40AED2B40CD> /Applications/Logic Pro.app/Contents/Frameworks/MAAudioEngine.framework/Versions/A/MAAudioEngine
    0x2bc3000 -  0x2bceff7  com.apple.music.apps.MAToolKit 9.1.7 (357.98) <B3F36681-3427-CDFC-B975-568F14996D02> /Applications/Logic Pro.app/Contents/Frameworks/MAToolKit.framework/Versions/A/MAToolKit
    0x2bd2000 -  0x2be6ff7  com.apple.music.apps.MAVideo 9.1.7 (11.99) <7BFFFBAF-7564-4CD5-DA1D-98D57E2D8D55> /Applications/Logic Pro.app/Contents/Frameworks/MAVideo.framework/Versions/A/MAVideo
    0x2bf9000 -  0x2caefe7  libcrypto.0.9.7.dylib 0.9.7 (compatibility 0.9.7) <AACC86C0-86B4-B1A7-003F-2A0AF68973A2> /usr/lib/libcrypto.0.9.7.dylib
    0x2cf4000 -  0x2d34ff7  com.apple.vmutils 4.2 (106) <834EA6B0-C91B-4CF1-ED3C-229C26459578> /System/Library/PrivateFrameworks/vmutils.framework/Versions/A/vmutils
    0x2d4d000 -  0x2de9ffc  com.apple.MobileMe 9 (1.01) <EBADB981-9ED6-82B0-810F-F1CB05CB5A17> /Applications/Logic Pro.app/Contents/Frameworks/MobileMe.framework/Versions/A/MobileMe
    0x2ea3000 -  0x2ed8ff7  com.apple.prokit.SnowLeopardPanels 7.0.1 (1331.1) <FF2667E3-621B-071C-77D4-9C3125A9298C> /System/Library/PrivateFrameworks/ProKit.framework/Versions/A/Resources/SnowLeo pardPanels.bundle/Contents/MacOS/SnowLeopardPanels
    0x3e0f000 -  0x3e1cff7  com.apple.iokit.IOHIDLib 1.6.6 (1.6.6) <665A3308-8C50-655A-ED3F-49AF695A408E> /System/Library/Extensions/IOHIDFamily.kext/Contents/PlugIns/IOHIDLib.plugin/Co ntents/MacOS/IOHIDLib
    0x3f8b000 -  0x3f8fff3  com.apple.audio.AudioIPCPlugIn 1.1.6 (1.1.6) <E9CB576C-283B-1DB2-0C69-E7C914BD7922> /System/Library/Extensions/AudioIPCDriver.kext/Contents/Resources/AudioIPCPlugI n.bundle/Contents/MacOS/AudioIPCPlugIn
    0x3f94000 -  0x3fa9fff  com.apogee.ONEPlugIn 1.6.0 (1.6.0) <AB35C5A3-D386-4913-9DB5-B8C21803645A> /System/Library/Extensions/ONEPlugIn.bundle/Contents/MacOS/ONEPlugIn
    0x3fb8000 -  0x3fbeff7  com.apple.audio.AppleHDAHALPlugIn 2.0.5 (2.0.5f14) <38E3C1A4-84E4-C105-B55F-8FC4C154036D> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bun dle/Contents/MacOS/AppleHDAHALPlugIn
    0x3ff4000 -  0x3ff7fff  com.apple.LiveType.component 2.1.2 (2.1.2) /Library/QuickTime/LiveType.component/Contents/MacOS/LiveType
    0x3a132000 - 0x3a163fe3 +com.digidesign.digidesign.DigiCoreAudioPlugIn 8.0.3 (8.0.3f251) <ADB5FDA4-3D82-CD5C-8351-880824F96736> /Library/Audio/Plug-Ins/HAL/Digidesign CoreAudio.plugin/Contents/MacOS/Digidesign CoreAudio
    0x3a19a000 - 0x3a1ecfc3  com.apple.DVCPROHDAudio 1.2 (1.2) /Library/Audio/Plug-Ins/HAL/DVCPROHDAudio.plugin/Contents/MacOS/DVCPROHDAudio
    0x3a26a000 - 0x3a272ff7  com.apple.proapps.mrcheckpro 1.4 (397) <25DBA6AA-139D-EFAC-1BF8-5D29A3DFA497> /Applications/Logic Pro.app/Contents/Resources/MRCheckPro.bundle/Contents/MacOS/MRCheckPro
    0x3a297000 - 0x3a2fcffe  com.apple.LiveType.framework 2.1.2 (2.1.2) /System/Library/PrivateFrameworks/LiveType.framework/Versions/A/LiveType
    0x3a31c000 - 0x3a374fff +com.DivXInc.DivXDecoder 6.8.4.3 (6.8.4) <26A406B3-E4BC-C6FF-8F28-A99FFEB5CF2D> /Library/QuickTime/DivX Decoder.component/Contents/MacOS/DivX Decoder
    0x3a398000 - 0x3a39bff3 +com.divx.divxtoolkit 1.0 (1.0) /Library/Frameworks/DivX Toolkit.framework/Versions/A/DivX Toolkit
    0x3a3a0000 - 0x3a3e7fef  com.apple.DVCPROHDMuxer 1.2 (1.2) /Library/QuickTime/DVCPROHDMuxer.component/Contents/MacOS/DVCPROHDMuxer
    0x3a44c000 - 0x3a470fe7  GLRendererFloat ??? (???) <F19DDBE8-1DF6-6618-F554-0E81ED85CE67> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GL RendererFloat
    0x3a478000 - 0x3a47aff3  com.apple.music.apps.anvil.resources 9.1.7 (279.92) <7CBFA410-D449-1520-1E28-2018E56ECE3E> /Applications/Logic Pro.app/Contents/PlugIns/anvil.res/Contents/MacOS/anvil
    0x3a47e000 - 0x3a480ff3  com.apple.music.apps.common.resources 9.1.7 (279.92) <47B50610-3A6B-B7E6-7D9F-633EE00536BF> /Applications/Logic Pro.app/Contents/PlugIns/common.res/Contents/MacOS/common
    0x3a484000 - 0x3a486ff3  com.apple.music.apps.ebp.resources 9.1.7 (279.92) <491FACE3-30A1-8165-DFE1-CDB0FD08351A> /Applications/Logic Pro.app/Contents/PlugIns/ebp.res/Contents/MacOS/ebp
    0x3a48a000 - 0x3a48cff3  com.apple.music.apps.efx.resources 9.1.7 (279.92) <C597C91D-FEE9-A1CB-D44F-E1EBE79719CF> /Applications/Logic Pro.app/Contents/PlugIns/efx.res/Contents/MacOS/efx
    0x3a490000 - 0x3a492ff3  com.apple.music.apps.egt.resources 9.1.7 (279.92) <30026FE6-7623-C6B3-6771-A121ACC8B762> /Applications/Logic Pro.app/Contents/PlugIns/egt.res/Contents/MacOS/egt
    0x3a4e0000 - 0x3a4e2ff3  com.apple.music.apps.emx.resources 9.1.7 (279.92) <7C00E73C-087D-B18A-FBBE-3CB9A34A7290> /Applications/Logic Pro.app/Contents/PlugIns/emx.res/Contents/MacOS/emx
    0x3a4e6000 - 0x3a4e8ff3  com.apple.music.apps.es1.resources 9.1.7 (279.92) <E9799913-9D77-B551-2F7C-3C5CF7CCDF5C> /Applications/Logic Pro.app/Contents/PlugIns/es1.res/Contents/MacOS/es1
    0x3a4ec000 - 0x3a4eeff3  com.apple.music.apps.es2.resources 9.1.7 (279.92) <D85546C3-B00F-0A52-EE11-EC05210E6431> /Applications/Logic Pro.app/Contents/PlugIns/es2.res/Contents/MacOS/es2
    0x3a4f2000 - 0x3a4f4ff3  com.apple.music.apps.esp.resources 9.1.7 (279.92) <22469760-92CC-70D1-098F-A71D666D2030> /Applications/Logic Pro.app/Contents/PlugIns/esp.res/Contents/MacOS/esp
    0x3a4f8000 - 0x3a4faff3  com.apple.music.apps.evb3.resources 9.1.7 (279.92) <BAD8B6B6-E451-43B2-E56C-93279FB16A6E> /Applications/Logic Pro.app/Contents/PlugIns/evb3.res/Contents/MacOS/evb3
    0x3a830000 - 0x3a832ff3  com.apple.music.apps.evd6.resources 9.1.7 (279.92) <21C25CAD-1A0B-2ADF-FAA9-A66F6034E82D> /Applications/Logic Pro.app/Contents/PlugIns/evd6.res/Contents/MacOS/evd6
    0x3a836000 - 0x3a838ff3  com.apple.music.apps.evoc.resources 9.1.7 (279.92) <B958C220-125C-8DFD-B829-D6ABFEAC7A11> /Applications/Logic Pro.app/Contents/PlugIns/evoc.res/Contents/MacOS/evoc
    0x3a83c000 - 0x3a83eff3  com.apple.music.apps.evp88.resources 9.1.7 (279.92) <CBA089F8-35D9-F012-43BE-F79149490FE0> /Applications/Logic Pro.app/Contents/PlugIns/evp88.res/Contents/MacOS/evp88
    0x3a842000 - 0x3a844ff3  com.apple.music.apps.exs24.resources 9.1.7 (279.92) <11C21376-ED55-88F0-C965-DD554EA4DF81> /Applications/Logic Pro.app/Contents/PlugIns/exs24.res/Contents/MacOS/exs24
    0x3a848000 - 0x3a84aff3  com.apple.music.apps.guitaramp.resources 9.1.7 (279.92) <03A47674-0672-A373-9628-0F10B1065A04> /Applications/Logic Pro.app/Contents/PlugIns/guitaramp.res/Contents/MacOS/guitaramp
    0x3a84e000 - 0x3a850ff3  com.apple.music.apps.guitarcontrols.resources 9.1.7 (279.92) <6A1F7841-22E5-D35E-D3A7-341280342B5C> /Applications/Logic Pro.app/Contents/PlugIns/guitarcontrols.res/Contents/MacOS/guitarcontrols
    0x3a854000 - 0x3a856ff3  com.apple.music.apps.mutapdel.resources 9.1.7 (279.92) <DD838B34-3651-F30C-D52F-7CF44EF2AD30> /Applications/Logic Pro.app/Contents/PlugIns/mutapdel.res/Contents/MacOS/mutapdel
    0x3b331000 - 0x3b4aaff7  GLEngine ??? (???) <76C922AA-A4A7-2835-537B-17F316AD95F6> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
    0x3b4dc000 - 0x3b718fef  com.apple.ATIRadeonX1000GLDriver 1.6.36 (6.3.6) <5370EAFE-71E0-6740-7C3F-705442BFC504> /System/Library/Extensions/ATIRadeonX1000GLDriver.bundle/Contents/MacOS/ATIRade onX1000GLDriver
    0x3bb24000 - 0x3bb26ff3  com.apple.music.apps.pedalboard.resources 9.1.7 (279.92) <79A8F7E2-566C-DF8F-C336-8D075A434E62> /Applications/Logic Pro.app/Contents/PlugIns/pedalboard.res/Contents/MacOS/pedalboard
    0x3bb2a000 - 0x3bb2cff3  com.apple.music.apps.revolver.resources 9.1.7 (279.92) <DE04D8A8-A797-342B-B3BB-0AA349CAC457> /Applications/Logic Pro.app/Contents/PlugIns/revolver.res/Contents/MacOS/revolver
    0x3bb30000 - 0x3bb32ff3  com.apple.music.apps.sphere.resources 9.1.7 (279.92) <4DDC2503-F323-ED3F-1F18-B05F5611E5A4> /Applications/Logic Pro.app/Contents/PlugIns/sphere.res/Contents/MacOS/sphere
    0x3bfc3000 - 0x3bfdeff7  com.apple.OpenTransport 10.6.0 (10.6.0) <ECA6FEC6-5ECD-51BA-162F-CFC43899196A> /System/Library/PrivateFrameworks/OpenTransport.framework/OpenTransport
    0x41c02000 - 0x41c61fe1 +se.propellerheads.rewire.library 1.7 (1.7) /Library/Application Support/Propellerhead Software/ReWire/ReWire.bundle/Contents/MacOS/ReWire
    0x41c80000 - 0x41d1eff7 +com.celemony.MelodyneEssentialRewireDevice 1.5.3.0 (1.5.3.0) <2CDBD471-D01E-4AFE-A1CE-C3BBB7D7FFDD> /Library/Application Support/Propellerhead Software/ReWire/MelodyneEssentialReWireDevice.plugin/Contents/MacOS/MelodyneEss entialRewireDevice
    0x8fe00000 - 0x8fe4162b  dyld 132.1 (???) <1C06ECD9-A2D7-BB10-AF50-0F2B598A7DEC> /usr/lib/dyld
    0x90003000 - 0x900bcfe7  libsqlite3.dylib 9.6.0 (compatibility 9.0.0) <52438E77-55D1-C231-1936-76F1369518E4> /usr/lib/libsqlite3.dylib
    0x900dd000 - 0x9018dfe3  com.apple.QuickTimeImporters.component 7.6.6 (1790) <F2F9FAA1-3B6D-722B-3ECA-2395588D3B20> /System/Library/QuickTime/QuickTimeImporters.component/Contents/MacOS/QuickTime Importers
    0x9018e000 - 0x9019dfe7  libxar.1.dylib ??? (???) <2FC317EB-7AC2-CD6C-8C09-E06B2DF02929> /usr/lib/libxar.1.dylib
    0x9019e000 - 0x9019fff7  com.apple.MonitorPanelFramework 1.3.0 (1.3.0) <0EC4EEFF-477E-908E-6F21-ED2C973846A4> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPane l
    0x902b8000 - 0x90392fff  com.apple.DesktopServices 1.5.11 (1.5.11) <800F2040-9211-81A7-B438-7712BF51DEE3> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x90393000 - 0x9068dfef  com.apple.QuickTime 7.6.6 (1790) <A5B2CDA8-47C9-F1AE-ED54-625B0FAB426F> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x9068e000 - 0x9068eff7  com.apple.CoreServices 44 (44) <51CFA89A-33DB-90ED-26A8-67D461718A4A> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x9068f000 - 0x906affe7  libresolv.9.dylib 41.1.0 (compatibility 1.0.0) <8C2B5FA8-2469-21C7-D297-F95A0FFE5F19> /usr/lib/libresolv.9.dylib
    0x906c3000 - 0x906cfff7  libkxld.dylib ??? (???) <9A441C48-2D18-E716-5F38-CBEAE6A0BB3E> /usr/lib/system/libkxld.dylib
    0x906e4000 - 0x906ebff7  com.apple.agl 3.0.12 (AGL-3.0.12) <37255DC6-9FD1-45CC-AC80-A84FD2B5450A> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x906ec000 - 0x9070dfe7  com.apple.opencl 12.3.6 (12.3.6) <B4104B80-1CB3-191C-AFD3-697843C6BCFF> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x9070e000 - 0x90b24ff7  libBLAS.dylib 219.0.0 (compatibility 1.0.0) <C4FB303A-DB4D-F9E8-181C-129585E59603> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x90b25000 - 0x90c67ff7  com.apple.syncservices 5.2 (578.3) <17A876CF-DAB1-1A88-6811-64AF8BFDE508> /System/Library/Frameworks/SyncServices.framework/Versions/A/SyncServices
    0x90c68000 - 0x90cbeff7  com.apple.MeshKitRuntime 1.1 (49.2) <CB9F38B1-E107-EA62-EDFF-02EE79F6D1A5> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshK itRuntime.framework/Versions/A/MeshKitRuntime
    0x90cbf000 - 0x90d77feb  libFontParser.dylib ??? (???) <D2D0C922-5ED1-3AE9-6F99-707C74DF3E62> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x90d78000 - 0x90d7afe7  com.apple.ExceptionHandling 1.5 (10) <21F37A49-E63B-121E-D406-1BBC94BEC762> /System/Library/Frameworks/ExceptionHandling.framework/Versions/A/ExceptionHand ling
    0x90dea000 - 0x90dedff7  libCoreVMClient.dylib ??? (???) <37F56237-4ABA-E5B5-968D-70FFE357E8E0> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
    0x90dee000 - 0x90deeff7  com.apple.quartzframework 1.5 (1.5) <4EE8095D-5E47-1EB6-3A8A-6ECE3BEC8647> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x90def000 - 0x90e59fe7  libstdc++.6.dylib 7.9.0 (compatibility 7.0.0) <411D87F4-B7E1-44EB-F201-F8B4F9227213> /usr/lib/libstdc++.6.dylib
    0x90e5a000 - 0x90e60fe7  com.apple.CommerceCore 1.0 (9.1) <521D067B-3BDA-D04E-E1FA-CFA526C87EB5> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/C ommerceCore.framework/Versions/A/CommerceCore
    0x90e61000 - 0x90e61ff7  com.apple.Accelerate.vecLib 3.6 (vecLib 3.6) <ABF97DA4-3BDF-6FFD-6239-B023CA1F7974> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x90e8e000 - 0x910b9ff3  com.apple.QuartzComposer 4.2 ({156.30}) <2C88F8C3-7181-6B1D-B278-E0EE3F33A2AF> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
    0x910ba000 - 0x91166fe7  com.apple.CFNetwork 454.12.4 (454.12.4) <DEDCD006-389F-967F-3405-EDF541F406D7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x9121e000 - 0x91295ff3  com.apple.backup.framework 1.2.2 (1.2.2) <D65F2FCA-15EB-C200-A08F-7DC4089DA6A2> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x912a3000 - 0x912b4ff7  com.apple.LangAnalysis 1.6.6 (1.6.6) <3036AD83-4F1D-1028-54EE-54165E562650> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x91412000 - 0x91453ff7  libRIP.A.dylib 545.0.0 (compatibility 64.0.0) <80998F66-0AD7-AD12-B9AF-3E8D2CE6DE05> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x91454000 - 0x91476fef  com.apple.DirectoryService.Framework 3.6 (621.14) <A24C9308-4EB3-456D-1691-43DDB6F9A79F> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x91477000 - 0x91478ff7  com.apple.TrustEvaluationAgent 1.1 (1) <2D970A9B-77E8-EDC0-BEC6-7580D78B2843> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
    0x91479000 - 0x914b6ff7  com.apple.SystemConfiguration 1.10.8 (1.10.2) <50E4D49B-4F61-446F-1C21-1B2BA814713D> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x914b7000 - 0x914f2fe7  com.apple.DebugSymbols 1.1 (70) <05013716-CFCF-801E-5535-D0643869BDCD> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbol s
    0x914f3000 - 0x914f7ff7  libGIF.dylib ??? (???) <5D29E5F4-30B9-5A24-55E7-BCBA30499093> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x91579000 - 0x918e4ff7  com.apple.QuartzCore 1.6.3 (227.37) <E323A5CC-499E-CA9E-9BC3-537231449CAA> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x918e5000 - 0x91918ff7  com.apple.AE 496.5 (496.5) <BF9673D5-2419-7120-26A3-83D264C75222> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x91919000 - 0x91b8afef  com.apple.Foundation 6.6.8 (751.63) <69B3441C-B196-F2AD-07F8-D8DD24E4CD8C> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x91ba4000 - 0x91ba4ff7  com.apple.Carbon 150 (152) <BFDDA394-0F01-A3A3-A226-ED3A45975A56> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x91ba5000 - 0x91bdffe7  libssl.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <C62A7753-99A2-6782-92E7-6628A6190A90> /usr/lib/libssl.0.9.8.dylib
    0x91beb000 - 0x91c68ff7  com.apple.iLifeMediaBrowser 2.5.5 (468.2.2) <459C8983-EAC4-7067-3355-5299D111D339> /System/Library/PrivateFrameworks/iLifeMediaBrowser.framework/Versions/A/iLifeM ediaBrowser
    0x91c69000 - 0x91cc6ff7  com.apple.framework.IOKit 2.0 (???) <3DABAB9C-4949-F441-B077-0498F8E47A35> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x91cc7000 - 0x91d14feb  com.apple.DirectoryService.PasswordServerFramework 6.1 (6.1) <136BFA48-D456-B677-3B5D-40A6946C3A09> /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordS erver
    0x91d3c000 - 0x91f1efff  com.apple.imageKit 2.0.3 (1.0) <6E557757-26F7-7941-8AE7-046EC1871F50> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
    0x91f41000 - 0x91fc3ffb  SecurityFoundation ??? (???) <BFE377A4-C830-3ECA-E69F-8A8094CDA0A6> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x92008000 - 0x92040ff7  com.apple.LDAPFramework 2.0 (120.1) <131ED804-DD88-D84F-13F8-D48E0012B96F> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x92041000 - 0x92204feb  com.apple.ImageIO.framework 3.0.5 (3.0.5) <87750C2B-193F-56A6-AB97-0842A2D02092> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x92230000 - 0x92248ff7  com.apple.CFOpenDirectory 10.6 (10.6) <D1CF5881-0AF7-D164-4156-9E9067B7FA37> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
    0x92249000 - 0x9226fffb  com.apple.DictionaryServices 1.1.2 (1.1.2) <43E1D565-6E01-3681-F2E5-72AE4C3A097A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
    0x92270000 - 0x922e4fef  com.apple.CoreSymbolication 2.0 (23) <8A04EA5F-83F8-5E15-B2E0-8A727C9C4E8B> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSy mbolication
    0x922e5000 - 0x9235eff7  com.apple.PDFKit 2.5.1 (2.5.1) <A068BF37-03E0-A231-2791-561C60C3ED2B> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
    0x9235f000 - 0x924a2fef  com.apple.QTKit 7.7 (1790) <95F7C69A-1D24-A96A-E95D-1DF8CCD03FB3> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x924a3000 - 0x924fbfe7  com.apple.datadetectorscore 2.0 (80.7) <ADDE04FB-90A7-2132-75AF-C6B19DD0D97E> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
    0x924fc000 - 0x929b7ff7  com.apple.VideoToolbox 0.484.60 (484.60) <B53299EC-E30F-EC04-779D-29B7113CC14A> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbo x
    0x929b8000 - 0x92a33fff  com.apple.AppleVAFramework 4.10.27 (4.10.27) <BFD2D1CA-535C-F16F-0EB5-04905ABD65CF> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x92a34000 - 0x92a98ffb  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
    0x92aaa000 - 0x92addfff  libTrueTypeScaler.dylib ??? (???) <8ADB7D19-413E-4499-C874-13C383F97685> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
    0x92ade000 - 0x92cb7fff  libType1Scaler.dylib ??? (???) <04AF2B34-81D4-97E9-BD56-387D37C16F46> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libType1Scaler.dylib
    0x92cb8000 - 0x92dc4fe7  libGLProgrammability.dylib ??? (???) <6167CEB0-D8D6-C4D9-DD74-49755ADB540F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0x930bf000 - 0x930d3ffb  com.apple.speech.synthesis.framework 3.10.35 (3.10.35) <57DD5458-4F24-DA7D-0927-C3321A65D743> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x930d4000 - 0x93118fe7  com.apple.Metadata 10.6.3 (507.15) <74F05E64-2A68-BA10-CCD4-128D164E5A0F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x93119000 - 0x9337fff7  com.apple.security 6.1.2 (55002) <E999CCEF-B769-4355-3E68-6003FCF6FE2B> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x93380000 - 0x93385ff7  com.apple.OpenDirectory 10.6 (10.6) <0603680A-A002-D294-DE83-0D028C6BE884> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x93386000 - 0x93386ff7  com.apple.vecLib 3.6 (vecLib 3.6) <FF4DC8B6-0AB0-DEE8-ADA8-7B57645A1F36> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x93387000 - 0x93419fe7  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
    0x9341a000 - 0x9373efef  com.apple.HIToolbox 1.6.5 (???) <21164164-41CE-61DE-C567-32E89755CB34> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x9373f000 - 0x937dafe7  com.apple.ApplicationServices.ATS 275.19 (???) <2E83B3E9-AF39-36FC-5D05-CC1E952098AB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x937db000 - 0x937e4ff7  com.apple.DiskArbitration 2.3 (2.3) <E9C40767-DA6A-6CCB-8B00-2D5706753000> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x937e5000 - 0x9382cffb  com.apple.CoreMediaIOServices 140.0 (1496) <DA152F1C-8EF4-4F5E-6D60-82B1DC72EF47> /System/Library/PrivateFrameworks/CoreMediaIOServices.framework/Versions/A/Core MediaIOServices
    0x93a0a000 - 0x93a0aff7  liblangid.dylib ??? (???) <B99607FC-5646-32C8-2C16-AFB5EA9097C2> /usr/lib/liblangid.dylib
    0x93a0b000 - 0x93a65fe7  com.apple.CorePDF 1.4 (1.4) <78A1DDE1-1609-223C-A532-D282DC5E0CD0> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
    0x93a66000 - 0x93a66ff7  com.apple.ApplicationServices 38 (38) <8012B504-3D83-BFBB-DA65-065E061CFE03> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x93a67000 - 0x93a6dfff  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
    0x93a6e000 - 0x93d1cfe7  com.apple.JavaScriptCore 6534.57 (6534.57.3) <5B18B308-DBB2-7133-DE56-494C2FA1848B> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x93d1d000 - 0x93d1fff7  com.apple.securityhi 4.0 (36638) <FC01BFC4-04DB-96F3-2412-A86CC4F94CB2> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x93d20000 - 0x93dcdfe7  libobjc.A.dylib 227.0.0 (compatibility 1.0.0) <9F8413A6-736D-37D9-8EB3-7986D4699957> /usr/lib/libobjc.A.dylib
    0x93ed5000 - 0x93f91fff  com.apple.ColorSync 4.6.8 (4.6.8) <920DD017-8B41-7334-E554-A85DB99EBD5A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x93f92000 - 0x93fc2ff7  com.apple.MeshKit 1.1 (49.2) <5A74D1A4-4B97-FE39-4F4D-E0B80F0ADD87> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/MeshKit
    0x93fc3000 - 0x94094fe3  ColorSyncDeprecated.dylib 4.6.0 (compatibility 1.0.0) <C618942F-BC01-0565-18CF-477B63C02181> /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ColorSync.f ramework/Versions/A/Resources/ColorSyncDeprecated.dylib
    0x940d4000 - 0x9419ffef  com.apple.CoreServices.OSServices 359.2 (359.2) <7C16D9C8-6F41-5754-17F7-2659D9DD9579> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x941ca000 - 0x94203fe7  com.apple.bom 10.0 (164) <CC61CCD7-F76C-45DD-6666-C0E0D07C7343> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
    0x94204000 - 0x94265fe7  com.apple.CoreText 151.12 (???) <98F53C15-1D29-A2B3-0717-5A26A2699163> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x94266000 - 0x94285fe3  libexpat.1.dylib 7.2.0 (compatibility 7.0.0) <82E6F83F-9667-2E39-1D9D-4A49C642527D> /usr/lib/libexpat.1.dylib
    0x94286000 - 0x942aaff7  libJPEG.dylib ??? (???) <5F2343E4-C268-B9AE-1BC3-466F5A614648> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x942ab000 - 0x942bdff7  com.apple.MultitouchSupport.framework 207.11 (207.11) <6FF4F2D6-B8CD-AE13-56CB-17437EE5B741> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
    0x942be000 - 0x942dcfe7  libPng.dylib ??? (???) <45185287-25AD-C239-AA58-8FA53DF55B79> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x942dd000 - 0x9432dff7  com.apple.framework.familycontrols 2.0.2 (2020) <C96C8A99-A40C-8B9C-1FBA-A0F46AC92F17> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
    0x943e7000 - 0x94a62ff7  com.apple.CoreAUC 6.11.03 (6.11.03) <42B31B0F-18F9-29D2-A67C-7B81A47F6D67> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
    0x94a63000 - 0x94ae3feb  com.apple.SearchKit 1.3.0 (1.3.0) <9E18AEA5-F4B4-8BE5-EEA9-818FC4F46FD9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x94ae4000 - 0x94c5ffe7  com.apple.CoreFoundation 6.6.6 (550.44) <F88C95CD-1264-782D-A1F5-204739847E93> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x94c60000 - 0x94e67feb  com.apple.AddressBook.framework 5.0.4 (883) <E26855A0-8CEF-8C81-F963-A2BF9E47F5C8> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x94e68000 - 0x94e7dfff  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
    0x94e7f000 - 0x95bf7fe7  com.apple.WebCore 6534.57 (6534.57.2) <6AF29D9A-F549-5BE7-3842-CFF75FC46360> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
    0x95bf8000 - 0x96b4bffb  com.apple.QuickTimeComponents.component 7.6.6 (1790) /System/Library/QuickTime/QuickTimeComponents.component/Contents/MacOS/QuickTim eComponents
    0x96b4c000 - 0x96b4fff7  libCGXType.A.dylib 545.0.0 (compatibility 64.0.0) <4D766435-EB76-C384-0127-1D20ACD74076> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
    0x96b50000 - 0x96c52fe7  libcrypto.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <015563C4-81E2-8C8A-82AC-31B38D904A42> /usr/lib/libcrypto.0.9.8.dylib
    0x96c5f000 - 0x96c7eff7  com.apple.CoreVideo 1.6.2 (45.6) <EB53CAA4-5EE2-C356-A954-5775F7DDD493> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x96c92000 - 0x96ca2ff7  com.apple.DSObjCWrappers.Framework 10.6 (134) <81A0B409-3906-A98F-CA9B-A49E75007495> /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
    0x96cbc000 - 0x96deafe7  com.apple.CoreData 102.1 (251) <87FE6861-F2D6-773D-ED45-345272E56463> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x96f83000 - 0x97866ff7  com.apple.AppKit 6.6.8 (1038.36) <A353465E-CFC9-CB75-949D-786F6F7732F6> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x9789d000 - 0x978abfe7  libz.1.dylib 1.2.3 (compatibility 1.0.0) <33C1B260-ED05-945D-FC33-EF56EC791E2E> /usr/lib/libz.1.dylib
    0x978ac000 - 0x9795aff3  com.apple.ink.framework 1.3.3 (107) <233A981E-A2F9-56FB-8BDE-C2DEC3F20784> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x9797a000 - 0x97984ffb  com.apple.speech.recognition.framework 3.11.1 (3.11.1) <7486003F-8FDB-BD6C-CB34-DE45315BD82C> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x97985000 - 0x979c2ff7  com.apple.CoreMedia 0.484.60 (484.60) <8FAB137D-682C-6DEC-5A15-F0029A5B226F> /System/Library/PrivateFrameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x979c3000 - 0x97e14fef  com.apple.RawCamera.bundle 3.7.1 (570) <AF94D180-5E0F-10DF-0CB2-FD8EDB110FA2> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x97e15000 - 0x97e16ff7  com.apple.audio.units.AudioUnit 1.6.7 (1.6.7) <93EC71F1-4D4E-F456-8EFE-32E7EFD7A064> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x97e17000 - 0x97e1bff7  IOSurface ??? (???) <F9E6DFC1-8DD9-7C7E-CA85-B80735586E05> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x97e5f000 - 0x97eaefe7  libTIFF.dylib ??? (???) <D0EB31DC-40E6-9A97-64D3-9867605DC3DD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x97eaf000 - 0x97eefff3  com.apple.securityinterface 4.0.1 (40418.0.1) <2141A924-748E-CE6F-2D75-D82BC265BD30> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    0x97ef0000 - 0x97efbff7  libGL.dylib ??? (???) <3E34468F-E9A7-8EFB-FF66-5204BD5B4E21> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x97efc000 - 0x97fd9fe3  com.apple.DiscRecording 5.0.9 (5090.4.2) <92C85A16-5C80-9F35-13BE-2B312956AA9A> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
    0x97fda000 - 0x98107ffb  com.apple.MediaToolbox 0.484.60 (484.60) <A7FE2739-64A7-40EB-A6E7-69FBCE3C87D4> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbo x
    0x98108000 - 0x98115fe7  libbz2.1.0.dylib 1.0.5 (compatibility 1.0.0) <CC90193E-BDF7-2F0F-6C68-D9567EDDA4B3> /usr/lib/libbz2.1.0.dylib
    0x98116000 - 0x9823efe7  com.apple.WebKit 6534.57 (6534.57.2) <4CB86278-4657-3503-8042-074628222DF3> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x9823f000 - 0x98247ff7  com.apple.DisplayServicesFW 2.3.3 (289) <828084B0-9197-14DD-F66A-D634250A212E> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
    0x982f2000 - 0x98336ff3  com.apple.coreui 2 (114) <2234855E-3BED-717F-0BFA-D1A289ECDBDA> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x98337000 - 0x98344ff7  com.apple.AppleFSCompression 24.4 (1.0) <DC313FD8-B697-8311-65DD-EFBAD99ABBDC> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/Apple FSCompression
    0x98345000 - 0x98353ff7  com.apple.opengl 1.6.14 (1.6.14) <82622F67-E032-0BF6-A78D-50B346E8D0FD> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x98354000 - 0x98397ff7  libGLU.dylib ??? (???) <6CC3CE6A-7024-C685-EADA-7F9DC27128E2> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x98398000 - 0x98b87557  com.apple.CoreGraphics 1.545.0 (???) <1D9DC7A5-228B-42CB-7018-66F42C3A9BB3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x98b88000 - 0x98b8cff7  libGFXShared.dylib ??? (???) <09540618-2ED1-72C4-61CB-938B35927568> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
    0x98b8d000 - 0x98c2afe3  com.apple.LaunchServices 362.3 (362.3) <15B47388-16C8-97DA-EEBB-1709E136169E> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x98c87000 - 0x98c8afe7  libmathCommon.A.dylib 315.0.0 (compatibility 1.0.0) <1622A54F-1A98-2CBE-B6A4-2122981A500E> /usr/lib/system/libmathCommon.A.dylib
    0x98c8b000 - 0x98cceff7  com.apple.NavigationServices 3.5.4 (182) <8DC6FD4A-6C74-9C23-A4C3-715B44A8D28C> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x98ccf000 - 0x98d1fff7  com.apple.Symbolication 1.1 (67) <E0C94D8B-4F12-49E6-BAA5-3B00441A047B> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolicat ion
    0x98d20000 - 0x98d20ff7  com.apple.Cocoa 6.6 (???) <EA27B428-5904-B00B-397A-185588698BCC> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x98d21000 - 0x98d5bff7  libcups.2.dylib 2.8.0 (compatibility 2.0.0) <6875335E-0993-0D77-4E80-41763A8477CF> /usr/lib/libcups.2.dylib
    0x98d6f000 - 0x98d83fe7  libbsm.0.dylib ??? (???) <14CB053A-7C47-96DA-E415-0906BA1B78C9> /usr/lib/libbsm.0.dylib
    0x98d89000 - 0x98f30ff7  libSystem.B.dylib 125.2.11 (compatibility 1.0.0) <2DCD13E3-1BD1-6F25-119A-3863A3848B90> /usr/lib/libSystem.B.dylib
    0x98f38000 - 0x98fb2fff  com.apple.audio.CoreAudio 3.2.6 (3.2.6) <156A532C-0B60-55B0-EE27-D02B82AA6217> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x98fb3000 - 0x98fc0ff7  com.apple.NetFS 3.2.2 (3.2.2) <DDC9C397-C35F-8D7A-BB24-3D1B42FA5FAB> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x98fc1000 - 0x98fcbfe7  com.apple.audio.SoundManager 3.9.3 (3.9.3) <5F494955-7290-2D91-DA94-44B590191771> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x98fcc000 - 0x98fcfffb  com.apple.help 1.3.2 (41.1) <8AC20B01-4A3B-94BA-D8AF-E39034B97D8C> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x98fd8000 - 0x9915afe7  libicucore.A.dylib 40.0.0 (compatibility 1.0.0) <D5980817-6D19-9636-51C3-E82BAE26776B> /usr/lib/libicucore.A.dylib
    0x991a1000 - 0x992a3fef  com.apple.MeshKitIO 1.1 (49.2) <D0401AC5-1F92-2BBB-EBAB-58EDD3BA61B9> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshK itIO.framework/Versions/A/MeshKitIO
    0x992a4000 - 0x993e1fe7  com.apple.audio.toolbox.AudioToolbox 1.6.7 (1.6.7) <423BDE4D-5082-B6CA-BB2C-E22A037235A4> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x993e2000 - 0x993edff7  libCSync.A.dylib 545.0.0 (compatibility 64.0.0) <287DECA3-7821-32B6-724D-AE03A9A350F9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x993ee000 - 0x99486fe7  edu.mit.Kerberos 6.5.11 (6.5.11) <F36DB665-A88B-7F5B-6244-6A2E7FFFF668> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x99487000 - 0x99587fe7  libxml2.2.dylib 10.3.0 (compatibility 10.0.0) <BE7FCD73-03B5-25A4-FCA4-D4980F1488D6> /usr/lib/libxml2.2.dylib
    0x99588000 - 0x995afff7  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
    0x995b0000 - 0x995f2ff7  libvDSP.dylib 268.0.1 (compatibility 1.0.0) <8A4721DE-25C4-C8AA-EA90-9DA7812E3EBA> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x996aa000 - 0x9978afe7  com.apple.vImage 4.1 (4.1) <D029C515-08E1-93A6-3705-DD062A3A672C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x997d9000 - 0x997dbff7  libRadiance.dylib ??? (???) <98EC06D5-1A02-EDEF-BF9D-2C986761AD54> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x997dc000 - 0x9984aff7  com.apple.QuickLookUIFramework 2.3 (327.6) <74706A08-5399-24FE-00B2-4A702A6B83C1> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.f ramework/Versions/A/QuickLookUI
    0x9984b000 - 0x99891ff7  libauto.dylib ??? (???) <29422A70-87CF-10E2-CE59-FEE1234CFAAE> /usr/lib/libauto.dylib
    0x999ce000 - 0x99a0cff7  com.apple.QuickLookF

    tried looking for the folders you mentioned - couldn't find any ReWire folders, and moved everything connected to Melodyne to the trash and still no luck . here's how the error message reads:
    Process:    
    Logic Pro [325]
    Path:       
    /Applications/Logic Pro.app/Contents/MacOS/Logic Pro
    Identifier: 
    com.apple.logic.pro
    Version:    
    9.1.7 (1700.57)
    Build Info: 
    Logic-17005700~1
    Code Type:  
    X86 (Native)
    Parent Process:  launchd [150]
    Date/Time:  
    2012-08-14 22:49:52.783 +0100
    OS Version: 
    Mac OS X 10.6.8 (10K549)
    Report Version:  6
    Interval Since Last Report:     
    402924 sec
    Crashes Since Last Report:      
    4
    Per-App Interval Since Last Report:  38 sec
    Per-App Crashes Since Last Report:   2
    Anonymous UUID:                 
    8368D8D8-434C-4589-BA0E-2A3D368AA022
    Exception Type:  EXC_BAD_ACCESS (SIGBUS)
    Exception Codes: KERN_PROTECTION_FAILURE at 0x0000000000000000
    Crashed Thread:  13
    Thread 0:  Dispatch queue: com.apple.main-thread
    0   libSystem.B.dylib        
    0x98e0008a sem_wait$NOCANCEL$UNIX2003 + 10
    1   ...lodyneEssentialRewireDevice
    0x414a51b4 GNCondition::waitForSignal() + 32
    2   ...lodyneEssentialRewireDevice
    0x414a4d4f GNMessagePort::registerMessagePortWithName(GNString*, GNData* (*)(GNMessagePort*, GNData*), int, int, GNDictionary*) + 315
    3   ...lodyneEssentialRewireDevice
    0x41446dbe GNReWire2AudioDeviceHost::create() + 172
    4   ...lodyneEssentialRewireDevice
    0x41444f3f RWDEFOpenDevice + 89
    5   ...opellerheads.rewire.library
    0x413c984e 0x413c5000 + 18510
    6   ...opellerheads.rewire.library
    0x413c99b8 0x413c5000 + 18872
    7   ...opellerheads.rewire.library
    0x413cc8e0 RWPUnregisterDeviceImp + 5438
    8   ...opellerheads.rewire.library
    0x413ca689 RWM2OpenDeviceImp + 57
    9   ...le.music.apps.MAAudioEngine
    0x02b24caa ReWireUpdateMIDIInfos() + 3226
    10  ...le.music.apps.MAAudioEngine
    0x02b0c3bb MD::Init(int, bool) + 2555
    11  ...le.music.apps.MAAudioEngine
    0x02b16ae2 GetCurrentCoreAudioDeviceNameFromUserDefaults(signed char) + 11954
    12  com.apple.logic.pro      
    0x000b6eeb std::ostream& TraceOutContainer<CEvs>(std::ostream&, CEvs, char const*, int) + 504955
    13  com.apple.logic.pro      
    0x000b9a41 std::ostream& TraceOutContainer<CEvs>(std::ostream&, CEvs, char const*, int) + 516049
    14  com.apple.logic.pro      
    0x003e5b15 std::ostream& TraceOutContainer<CEvs>(std::ostream&, CEvs, char const*, int) + 3842213
    15  com.apple.logic.pro      
    0x001c567e std::ostream& TraceOutContainer<CEvs>(std::ostream&, CEvs, char const*, int) + 1612814
    16  com.apple.logic.pro      
    0x001c9c8c std::ostream& TraceOutContainer<CEvs>(std::ostream&, CEvs, char const*, int) + 1630748
    17  com.apple.logic.pro      
    0x00619983 std::ostream& TraceOutContainer<CEvs>(std::ostream&, CEvs, char const*, int) + 6151955
    18  com.apple.Foundation     
    0x9192edb3 _nsnote_callback + 176
    19  com.apple.CoreFoundation 
    0x94b3f763 __CFXNotificationPost + 947
    20  com.apple.CoreFoundation 
    0x94b3f16a _CFXNotificationPostNotification + 186
    21  com.apple.Foundation     
    0x91923c50 -[NSNotificationCenter postNotificationName:object:userInfo:] + 128
    22  com.apple.Foundation     
    0x9193105d -[NSNotificationCenter postNotificationName:object:] + 56
    23  com.apple.AppKit         
    0x96ffb216 -[NSApplication _postDidFinishNotification] + 125
    24  com.apple.AppKit         
    0x96ffb126 -[NSApplication _sendFinishLaunchingNotification] + 74
    25  com.apple.AppKit         
    0x97152339 -[NSApplication(NSAppleEventHandling) _handleAEOpen:] + 274
    26  com.apple.AppKit         
    0x97151f59 -[NSApplication(NSAppleEventHandling) _handleCoreEvent:withReplyEvent:] + 101
    27  com.apple.Foundation     
    0x919641f8 -[NSAppleEventManager dispatchRawAppleEvent:withRawReply:handlerRefCon:] + 511
    28  com.apple.Foundation     
    0x91963fbc _NSAppleEventManagerGenericHandler + 228
    29  com.apple.AE             
    0x918e8f5c aeDispatchAppleEvent(AEDesc const*, AEDesc*, unsigned long, unsigned char*) + 166
    30  com.apple.AE             
    0x918e8e5b dispatchEventAndSendReply(AEDesc const*, AEDesc*) + 43
    31  com.apple.AE             
    0x918e8d65 aeProcessAppleEvent + 197
    32  com.apple.HIToolbox      
    0x93456197 AEProcessAppleEvent + 50
    33  com.apple.AppKit         
    0x96fcb7d2 _DPSNextEvent + 1420
    34  com.apple.AppKit         
    0x96fcadd6 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 156
    35  com.apple.AppKit         
    0x96f8d1f3 -[NSApplication run] + 821
    36  com.apple.prokit         
    0x00fc63f6 NSProApplicationMain + 326
    37  com.apple.logic.pro      
    0x0002b1c5 DummyConnection::DummyConnection() + 193
    Thread 1:  Dispatch queue: com.apple.libdispatch-manager
    0   libSystem.B.dylib        
    0x98db0382 kevent + 10
    1   libSystem.B.dylib        
    0x98db0a9c _dispatch_mgr_invoke + 215
    2   libSystem.B.dylib        
    0x98daff59 _dispatch_queue_invoke + 163
    3   libSystem.B.dylib        
    0x98dafcfe _dispatch_worker_thread2 + 240
    4   libSystem.B.dylib        
    0x98daf781 _pthread_wqthread + 390
    5   libSystem.B.dylib        
    0x98daf5c6 start_wqthread + 30
    Thread 2:
    0   libSystem.B.dylib        
    0x98daf412 __workq_kernreturn + 10
    1   libSystem.B.dylib        
    0x98daf9a8 _pthread_wqthread + 941
    2   libSystem.B.dylib        
    0x98daf5c6 start_wqthread + 30
    Thread 3:
    0   libSystem.B.dylib        
    0x98d89afa mach_msg_trap + 10
    1   libSystem.B.dylib        
    0x98d8a267 mach_msg + 68
    2   com.apple.CoreFoundation 
    0x94b212df __CFRunLoopRun + 2079
    3   com.apple.CoreFoundation 
    0x94b203c4 CFRunLoopRunSpecific + 452
    4   com.apple.CoreFoundation 
    0x94b201f1 CFRunLoopRunInMode + 97
    5   com.apple.Foundation     
    0x91968224 +[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:] + 329
    6   com.apple.Foundation     
    0x9192f4c4 -[NSThread main] + 45
    7   com.apple.Foundation     
    0x9192f474 __NSThread__main__ + 1499
    8   libSystem.B.dylib        
    0x98db7259 _pthread_start + 345
    9   libSystem.B.dylib        
    0x98db70de thread_start + 34
    Thread 4:
    0   libSystem.B.dylib        
    0x98d89b42 semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib        
    0x98db76f8 _pthread_cond_wait + 1089
    2   libSystem.B.dylib        
    0x98e0005f pthread_cond_wait + 48
    3   com.apogee.ONEPlugIn     
    0x03fa084a apogeeDriverPlugInMessageQueue::WaitForNextMessageInList() + 62
    4   com.apogee.ONEPlugIn     
    0x03fa0ef7 ClientBiDirConnection::HandlePropertyChanges() + 27
    5   com.apogee.ONEPlugIn     
    0x03fa0f41 PthreadHandlingPropertyChanges(void*) + 21
    6   libSystem.B.dylib        
    0x98db7259 _pthread_start + 345
    7   libSystem.B.dylib        
    0x98db70de thread_start + 34
    Thread 5:
    0   libSystem.B.dylib        
    0x98d89b42 semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib        
    0x98db76f8 _pthread_cond_wait + 1089
    2   libSystem.B.dylib        
    0x98e0005f pthread_cond_wait + 48
    3   com.apogee.ONEPlugIn     
    0x03fa02c6 MessageTX::TXThread() + 76
    4   com.apogee.ONEPlugIn     
    0x03fa0583 TransmitThread(void*) + 21
    5   libSystem.B.dylib        
    0x98db7259 _pthread_start + 345
    6   libSystem.B.dylib        
    0x98db70de thread_start + 34
    Thread 6:
    0   libSystem.B.dylib        
    0x98dc4a5a recvfrom$NOCANCEL$UNIX2003 + 10
    1   libSystem.B.dylib        
    0x98e2e8bd recv + 54
    2   com.apogee.ONEPlugIn     
    0x03fa1329 ClientBiDirLocalSocketConnection::ReceiveData(void*, int) + 83
    3   com.apogee.ONEPlugIn     
    0x03f9f7d6 MessageRX::RXThread() + 136
    4   com.apogee.ONEPlugIn     
    0x03f9fc77 ReceiveThread(void*) + 21
    5   libSystem.B.dylib        
    0x98db7259 _pthread_start + 345
    6   libSystem.B.dylib        
    0x98db70de thread_start + 34
    Thread 7:  com.apple.CFSocket.private
    0   libSystem.B.dylib        
    0x98da8ac6 select$DARWIN_EXTSN + 10
    1   com.apple.CoreFoundation 
    0x94b60c53 __CFSocketManager + 1091
    2   libSystem.B.dylib        
    0x98db7259 _pthread_start + 345
    3   libSystem.B.dylib        
    0x98db70de thread_start + 34
    Thread 8:
    0   libSystem.B.dylib        
    0x98d89afa mach_msg_trap + 10
    1   libSystem.B.dylib        
    0x98d8a267 mach_msg + 68
    2   com.apple.CoreFoundation 
    0x94b212df __CFRunLoopRun + 2079
    3   com.apple.CoreFoundation 
    0x94b203c4 CFRunLoopRunSpecific + 452
    4   com.apple.CoreFoundation 
    0x94b26304 CFRunLoopRun + 84
    5   com.apple.DVCPROHDMuxer  
    0x3a661507 AVS::DestroyAVCDeviceController(AVS::AVCDeviceController*) + 285
    6   libSystem.B.dylib        
    0x98db7259 _pthread_start + 345
    7   libSystem.B.dylib        
    0x98db70de thread_start + 34
    Thread 9:
    0   libSystem.B.dylib        
    0x98db7aa2 __semwait_signal + 10
    1   libSystem.B.dylib        
    0x98db775e _pthread_cond_wait + 1191
    2   libSystem.B.dylib        
    0x98db93f8 pthread_cond_wait$UNIX2003 + 73
    3   com.apple.music.apps.MAFiles 
    0x02a45838 ResolveFile + 54808
    4   com.apple.music.apps.MAFiles 
    0x02a45901 ResolveFile + 55009
    5   libSystem.B.dylib        
    0x98db7259 _pthread_start + 345
    6   libSystem.B.dylib        
    0x98db70de thread_start + 34
    Thread 10:
    0   libSystem.B.dylib        
    0x98db7aa2 __semwait_signal + 10
    1   libSystem.B.dylib        
    0x98db775e _pthread_cond_wait + 1191
    2   libSystem.B.dylib        
    0x98db93f8 pthread_cond_wait$UNIX2003 + 73
    3   com.apple.music.apps.MAFiles 
    0x02a45838 ResolveFile + 54808
    4   com.apple.music.apps.MAFiles 
    0x02a45901 ResolveFile + 55009
    5   libSystem.B.dylib        
    0x98db7259 _pthread_start + 345
    6   libSystem.B.dylib        
    0x98db70de thread_start + 34
    Thread 11:
    0   libSystem.B.dylib        
    0x98d89b5a semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib        
    0x98db76e1 _pthread_cond_wait + 1066
    2   libSystem.B.dylib        
    0x98de65a8 pthread_cond_timedwait_relative_np + 47
    3   com.apple.audio.CoreAudio
    0x98f583ab CAGuard::WaitFor(unsigned long long) + 219
    4   com.apple.audio.CoreAudio
    0x98f5b3dd CAGuard::WaitUntil(unsigned long long) + 289
    5   com.apple.audio.CoreAudio
    0x98f58cda HP_IOThread::WorkLoop() + 1892
    6   com.apple.audio.CoreAudio
    0x98f58571 HP_IOThread::ThreadEntry(HP_IOThread*) + 17
    7   com.apple.audio.CoreAudio
    0x98f58488 CAPThread::Entry(CAPThread*) + 140
    8   libSystem.B.dylib        
    0x98db7259 _pthread_start + 345
    9   libSystem.B.dylib        
    0x98db70de thread_start + 34
    Thread 12:
    0   libSystem.B.dylib        
    0x98d89c0e mach_wait_until + 10
    1   ...ple.CoreServices.CarbonCore
    0x9a0d27f0 MPDelayUntil + 43
    2   ...ple.CoreServices.CarbonCore
    0x9a0e2226 Delay + 107
    3   ...opellerheads.rewire.library
    0x413d07e8 RWPUnregisterDeviceImp + 21574
    4   ...opellerheads.rewire.library
    0x413eba5c RWPUnregisterDeviceImp + 132794
    5   libSystem.B.dylib        
    0x98db7259 _pthread_start + 345
    6   libSystem.B.dylib        
    0x98db70de thread_start + 34
    Thread 13 Crashed:
    0   ???                      
    0000000000 0 + 0
    1   ...lodyneEssentialRewireDevice
    0x414868ea GNThreadHandler(void*) + 94
    2   libSystem.B.dylib        
    0x98db7259 _pthread_start + 345
    3   libSystem.B.dylib        
    0x98db70de thread_start + 34
    Thread 13 crashed with X86 Thread State (32-bit):
      eax: 0x3cc646b0  ebx: 0x414a4988  ecx: 0x3cc64634  edx: 0x3cc644f0
      edi: 0x3cc64630  esi: 0xb06aa000  ebp: 0xb06a9f48  esp: 0xb06a9f1c
       ss: 0x0000001f  efl: 0x00010206  eip: 0x00000000   cs: 0x00000017
       ds: 0x0000001f   es: 0x0000001f   fs: 0x0000001f   gs: 0x00000037
      cr2: 0x00000000
    Binary Images:
    0x1000 -   0xbe7ff7  com.apple.logic.pro 9.1.7 (1700.57) <E0B8F147-B690-4889-84FF-A409F39B402F> /Applications/Logic Pro.app/Contents/MacOS/Logic Pro
      0xe81000 -   0xe9ffef  com.apple.XSKey 1.0.0 (52) <71B94F53-15DB-9012-91F2-211F7C2CD790> /Library/Frameworks/XSKey.framework/Versions/A/XSKey
      0xeae000 -   0xee1fe7  com.apple.music.apps.MAAudioUnitSupport 9.1.7 (233.39) <13FB1823-E7E6-A34B-6D89-E30D01605DC1> /Applications/Logic Pro.app/Contents/Frameworks/MAAudioUnitSupport.framework/Versions/A/MAAudioUnit Support
      0xeee000 -   0xf1fff3  com.apple.musicaudiodataservices 1.1 (250.92) <11E60B69-F34E-72B0-DC8E-BC23B4D9D949> /Applications/Logic Pro.app/Contents/Frameworks/MAAssetSharing.framework/Versions/A/MAAssetSharing
      0xf2e000 -   0xf8cff3  com.apple.music.apps.MALoopManagement 9.1.7 (218.94) <E1772A24-827D-AF1F-7C09-E25FC729F95B> /Applications/Logic Pro.app/Contents/Frameworks/MALoopManagement.framework/Versions/A/MALoopManagem ent
      0xfa2000 -  0x11dafff  com.apple.prokit 7.0.1 (1331.1) <327AFA15-E955-02EF-3E57-E2558B645698> /System/Library/PrivateFrameworks/ProKit.framework/Versions/A/ProKit
    0x12e2000 -  0x135dfff  com.apple.music.apps.MACore 9.1.7 (477.48) <5D0BB5DF-13EB-1759-F1B9-4275EEE287B3> /Applications/Logic Pro.app/Contents/Frameworks/MACore.framework/Versions/A/MACore
    0x137d000 -  0x13c9ffb  com.apple.audio.midi.CoreMIDI 1.7.1 (42) <FB4D4B64-6ABB-679E-3AA8-21DE9062B4C1> /System/Library/Frameworks/CoreMIDI.framework/Versions/A/CoreMIDI
    0x13ee000 -  0x1444ff7  com.apple.music.apps.MAHarmony 9.1.7 (198.94) <BE3356F3-9B77-81AF-9D4E-2F9F036B7491> /Applications/Logic Pro.app/Contents/Frameworks/MAHarmony.framework/Versions/A/MAHarmony
    0x145b000 -  0x1874ff7  com.apple.music.apps.MAPlugInGUI 9.1.7 (424.69) <6C2FD01C-3CAA-F456-B695-FCB5638A4EDE> /Applications/Logic Pro.app/Contents/Frameworks/MAPlugInGUI.framework/Versions/A/MAPlugInGUI
    0x1a92000 -  0x1b74feb  com.apple.music.apps.OMF 9.1.7 (108.93) <5A2D5ABF-97B8-E67D-EF60-BD3CEA462CDE> /Applications/Logic Pro.app/Contents/Frameworks/OMF.framework/Versions/A/OMF
    0x1b88000 -  0x21d9fe3  com.apple.music.apps.MADSP 9.1.7 (588.88) <4E4B1FA7-6D09-E835-09B8-FC5700B6D425> /Applications/Logic Pro.app/Contents/Frameworks/MADSP.framework/Versions/A/MADSP
    0x28be000 -  0x28dfff7  com.apple.music.apps.LogicFileBrowser 9.1.7 (1700.57) <EEAE4BD4-7F0C-3331-2C94-6EBA3E5F518F> /Applications/Logic Pro.app/Contents/Frameworks/LogicFileBrowser.framework/Versions/A/LogicFileBrow ser
    0x28e8000 -  0x2961ff7  com.apple.music.apps.LogicLoopBrowser 9.1.7 (1700.57) <8CACC777-C6A7-432C-ADB9-E7F1865F8544> /Applications/Logic Pro.app/Contents/Frameworks/LogicLoopBrowser.framework/Versions/A/LogicLoopBrow ser
    0x2975000 -  0x2996ff7  com.apple.music.apps.MAApogeeSupport 9.1.7 (311.94) <F09251F0-B26D-CA6C-8B7A-6711EE4331D1> /Applications/Logic Pro.app/Contents/Frameworks/MAApogeeSupport.framework/Versions/A/MAApogeeSuppor t
    0x299b000 -  0x29a0ff7  com.apple.music.apps.MAResources 9.1.7 (211.95) <176392C0-73D0-4698-C1AC-114BB5C05A2B> /Applications/Logic Pro.app/Contents/Frameworks/MAResources.framework/Versions/A/MAResources
    0x29a4000 -  0x29cdfe3  com.apple.audio.CoreAudioKit 1.6.1 (1.6.1) <7FFBD485-5251-776A-CC44-4470DD84112B> /System/Library/Frameworks/CoreAudioKit.framework/Versions/A/CoreAudioKit
    0x29de000 -  0x29eeff7  com.apple.AERegistration 1.2 (401) <09312188-9C9E-E1A8-0F53-B8F34AA7F76A> /Applications/Logic Pro.app/Contents/Frameworks/AERegistration.framework/Versions/A/AERegistration
    0x2a02000 -  0x2a0eff3  com.apple.music.apps.MAUnitTest 9.1.7 (95.94) <D8B89167-A7D2-2C2F-B401-1E17BD85C2FD> /Applications/Logic Pro.app/Contents/Frameworks/MAUnitTest.framework/Versions/A/MAUnitTest
    0x2a16000 -  0x2accfff  com.apple.music.apps.MAFiles 9.1.7 (144.77) <DCD9D7C3-B474-5A9D-5E1D-6CA3D2461D69> /Applications/Logic Pro.app/Contents/Frameworks/MAFiles.framework/Versions/A/MAFiles
    0x2ae5000 -  0x2b5cfe7  com.apple.music.apps.MAAudioEngine 9.1.7 (158.32) <3391175C-45EA-CF4C-29CE-B40AED2B40CD> /Applications/Logic Pro.app/Contents/Frameworks/MAAudioEngine.framework/Versions/A/MAAudioEngine
    0x2bc3000 -  0x2bceff7  com.apple.music.apps.MAToolKit 9.1.7 (357.98) <B3F36681-3427-CDFC-B975-568F14996D02> /Applications/Logic Pro.app/Contents/Frameworks/MAToolKit.framework/Versions/A/MAToolKit
    0x2bd2000 -  0x2be6ff7  com.apple.music.apps.MAVideo 9.1.7 (11.99) <7BFFFBAF-7564-4CD5-DA1D-98D57E2D8D55> /Applications/Logic Pro.app/Contents/Frameworks/MAVideo.framework/Versions/A/MAVideo
    0x2bf9000 -  0x2caefe7  libcrypto.0.9.7.dylib 0.9.7 (compatibility 0.9.7) <AACC86C0-86B4-B1A7-003F-2A0AF68973A2> /usr/lib/libcrypto.0.9.7.dylib
    0x2cf4000 -  0x2d34ff7  com.apple.vmutils 4.2 (106) <834EA6B0-C91B-4CF1-ED3C-229C26459578> /System/Library/PrivateFrameworks/vmutils.framework/Versions/A/vmutils
    0x2d4d000 -  0x2de9ffc  com.apple.MobileMe 9 (1.01) <EBADB981-9ED6-82B0-810F-F1CB05CB5A17> /Applications/Logic Pro.app/Contents/Frameworks/MobileMe.framework/Versions/A/MobileMe
    0x2ea3000 -  0x2ed8ff7  com.apple.prokit.SnowLeopardPanels 7.0.1 (1331.1) <FF2667E3-621B-071C-77D4-9C3125A9298C> /System/Library/PrivateFrameworks/ProKit.framework/Versions/A/Resources/SnowLeo pardPanels.bundle/Contents/MacOS/SnowLeopardPanels
    0x3e0f000 -  0x3e1cff7  com.apple.iokit.IOHIDLib 1.6.6 (1.6.6) <665A3308-8C50-655A-ED3F-49AF695A408E> /System/Library/Extensions/IOHIDFamily.kext/Contents/PlugIns/IOHIDLib.plugin/Co ntents/MacOS/IOHIDLib
    0x3f8c000 -  0x3f90ff3  com.apple.audio.AudioIPCPlugIn 1.1.6 (1.1.6) <E9CB576C-283B-1DB2-0C69-E7C914BD7922> /System/Library/Extensions/AudioIPCDriver.kext/Contents/Resources/AudioIPCPlugI n.bundle/Contents/MacOS/AudioIPCPlugIn
    0x3f95000 -  0x3faafff  com.apogee.ONEPlugIn 1.6.0 (1.6.0) <AB35C5A3-D386-4913-9DB5-B8C21803645A> /System/Library/Extensions/ONEPlugIn.bundle/Contents/MacOS/ONEPlugIn
    0x3fb9000 -  0x3fbfff7  com.apple.audio.AppleHDAHALPlugIn 2.0.5 (2.0.5f14) <38E3C1A4-84E4-C105-B55F-8FC4C154036D> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bun dle/Contents/MacOS/AppleHDAHALPlugIn
    0x3ff5000 -  0x3ff8fff  com.apple.LiveType.component 2.1.2 (2.1.2) /Library/QuickTime/LiveType.component/Contents/MacOS/LiveType
    0x3a132000 - 0x3a163fe3 +com.digidesign.digidesign.DigiCoreAudioPlugIn 8.0.3 (8.0.3f251) <ADB5FDA4-3D82-CD5C-8351-880824F96736> /Library/Audio/Plug-Ins/HAL/Digidesign CoreAudio.plugin/Contents/MacOS/Digidesign CoreAudio
    0x3a19a000 - 0x3a1ecfc3  com.apple.DVCPROHDAudio 1.2 (1.2) /Library/Audio/Plug-Ins/HAL/DVCPROHDAudio.plugin/Contents/MacOS/DVCPROHDAudio
    0x3a26a000 - 0x3a272ff7  com.apple.proapps.mrcheckpro 1.4 (397) <25DBA6AA-139D-EFAC-1BF8-5D29A3DFA497> /Applications/Logic Pro.app/Contents/Resources/MRCheckPro.bundle/Contents/MacOS/MRCheckPro
    0x3a297000 - 0x3a2fcffe  com.apple.LiveType.framework 2.1.2 (2.1.2) /System/Library/PrivateFrameworks/LiveType.framework/Versions/A/LiveType
    0x3a31c000 - 0x3a374fff +com.DivXInc.DivXDecoder 6.8.4.3 (6.8.4) <26A406B3-E4BC-C6FF-8F28-A99FFEB5CF2D> /Library/QuickTime/DivX Decoder.component/Contents/MacOS/DivX Decoder
    0x3a398000 - 0x3a39bff3 +com.divx.divxtoolkit 1.0 (1.0) /Library/Frameworks/DivX Toolkit.framework/Versions/A/DivX Toolkit
    0x3a3d2000 - 0x3a3d4ff3  com.apple.music.apps.anvil.resources 9.1.7 (279.92) <7CBFA410-D449-1520-1E28-2018E56ECE3E> /Applications/Logic Pro.app/Contents/PlugIns/anvil.res/Contents/MacOS/anvil
    0x3a3d8000 - 0x3a3daff3  com.apple.music.apps.common.resources 9.1.7 (279.92) <47B50610-3A6B-B7E6-7D9F-633EE00536BF> /Applications/Logic Pro.app/Contents/PlugIns/common.res/Contents/MacOS/common
    0x3a3de000 - 0x3a3e0ff3  com.apple.music.apps.ebp.resources 9.1.7 (279.92) <491FACE3-30A1-8165-DFE1-CDB0FD08351A> /Applications/Logic Pro.app/Contents/PlugIns/ebp.res/Contents/MacOS/ebp
    0x3a3e4000 - 0x3a3e6ff3  com.apple.music.apps.efx.resources 9.1.7 (279.92) <C597C91D-FEE9-A1CB-D44F-E1EBE79719CF> /Applications/Logic Pro.app/Contents/PlugIns/efx.res/Contents/MacOS/efx
    0x3a3ea000 - 0x3a3ecff3  com.apple.music.apps.egt.resources 9.1.7 (279.92) <30026FE6-7623-C6B3-6771-A121ACC8B762> /Applications/Logic Pro.app/Contents/PlugIns/egt.res/Contents/MacOS/egt
    0x3a650000 - 0x3a697fef  com.apple.DVCPROHDMuxer 1.2 (1.2) /Library/QuickTime/DVCPROHDMuxer.component/Contents/MacOS/DVCPROHDMuxer
    0x3a6ca000 - 0x3a6eefe7  GLRendererFloat ??? (???) <F19DDBE8-1DF6-6618-F554-0E81ED85CE67> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GL RendererFloat
    0x3a6f6000 - 0x3a6f8ff3  com.apple.music.apps.emx.resources 9.1.7 (279.92) <7C00E73C-087D-B18A-FBBE-3CB9A34A7290> /Applications/Logic Pro.app/Contents/PlugIns/emx.res/Contents/MacOS/emx
    0x3b229000 - 0x3b3a2ff7  GLEngine ??? (???) <76C922AA-A4A7-2835-537B-17F316AD95F6> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
    0x3b3d4000 - 0x3b610fef  com.apple.ATIRadeonX1000GLDriver 1.6.36 (6.3.6) <5370EAFE-71E0-6740-7C3F-705442BFC504> /System/Library/Extensions/ATIRadeonX1000GLDriver.bundle/Contents/MacOS/ATIRade onX1000GLDriver
    0x3bae6000 - 0x3bae8ff3  com.apple.music.apps.es1.resources 9.1.7 (279.92) <E9799913-9D77-B551-2F7C-3C5CF7CCDF5C> /Applications/Logic Pro.app/Contents/PlugIns/es1.res/Contents/MacOS/es1
    0x3baec000 - 0x3baeeff3  com.apple.music.apps.es2.resources 9.1.7 (279.92) <D85546C3-B00F-0A52-EE11-EC05210E6431> /Applications/Logic Pro.app/Contents/PlugIns/es2.res/Contents/MacOS/es2
    0x3baf2000 - 0x3baf4ff3  com.apple.music.apps.esp.resources 9.1.7 (279.92) <22469760-92CC-70D1-098F-A71D666D2030> /Applications/Logic Pro.app/Contents/PlugIns/esp.res/Contents/MacOS/esp
    0x3baf8000 - 0x3bafaff3  com.apple.music.apps.evb3.resources 9.1.7 (279.92) <BAD8B6B6-E451-43B2-E56C-93279FB16A6E> /Applications/Logic Pro.app/Contents/PlugIns/evb3.res/Contents/MacOS/evb3
    0x3c3e0000 - 0x3c3e2ff3  com.apple.music.apps.evd6.resources 9.1.7 (279.92) <21C25CAD-1A0B-2ADF-FAA9-A66F6034E82D> /Applications/Logic Pro.app/Contents/PlugIns/evd6.res/Contents/MacOS/evd6
    0x3c3e6000 - 0x3c3e8ff3  com.apple.music.apps.evoc.resources 9.1.7 (279.92) <B958C220-125C-8DFD-B829-D6ABFEAC7A11> /Applications/Logic Pro.app/Contents/PlugIns/evoc.res/Contents/MacOS/evoc
    0x3c3ec000 - 0x3c3eeff3  com.apple.music.apps.evp88.resources 9.1.7 (279.92) <CBA089F8-35D9-F012-43BE-F79149490FE0> /Applications/Logic Pro.app/Contents/PlugIns/evp88.res/Contents/MacOS/evp88
    0x3c3f2000 - 0x3c3f4ff3  com.apple.music.apps.exs24.resources 9.1.7 (279.92) <11C21376-ED55-88F0-C965-DD554EA4DF81> /Applications/Logic Pro.app/Contents/PlugIns/exs24.res/Contents/MacOS/exs24
    0x3c3f8000 - 0x3c3faff3  com.apple.music.apps.guitaramp.resources 9.1.7 (279.92) <03A47674-0672-A373-9628-0F10B1065A04> /Applications/Logic Pro.app/Contents/PlugIns/guitaramp.res/Contents/MacOS/guitaramp
    0x3c3fe000 - 0x3c400ff3  com.apple.music.apps.guitarcontrols.resources 9.1.7 (279.92) <6A1F7841-22E5-D35E-D3A7-341280342B5C> /Applications/Logic Pro.app/Contents/PlugIns/guitarcontrols.res/Contents/MacOS/guitarcontrols
    0x3c404000 - 0x3c406ff3  com.apple.music.apps.mutapdel.resources 9.1.7 (279.92) <DD838B34-3651-F30C-D52F-7CF44EF2AD30> /Applications/Logic Pro.app/Contents/PlugIns/mutapdel.res/Contents/MacOS/mutapdel
    0x3c40a000 - 0x3c40cff3  com.apple.music.apps.pedalboard.resources 9.1.7 (279.92) <79A8F7E2-566C-DF8F-C336-8D075A434E62> /Applications/Logic Pro.app/Contents/PlugIns/pedalboard.res/Contents/MacOS/pedalboard
    0x3c410000 - 0x3c412ff3  com.apple.music.apps.revolver.resources 9.1.7 (279.92) <DE04D8A8-A797-342B-B3BB-0AA349CAC457> /Applications/Logic Pro.app/Contents/PlugIns/revolver.res/Contents/MacOS/revolver
    0x3c416000 - 0x3c418ff3  com.apple.music.apps.sphere.resources 9.1.7 (279.92) <4DDC2503-F323-ED3F-1F18-B05F5611E5A4> /Applications/Logic Pro.app/Contents/PlugIns/sphere.res/Contents/MacOS/sphere
    0x3c4c3000 - 0x3c4deff7  com.apple.OpenTransport 10.6.0 (10.6.0) <ECA6FEC6-5ECD-51BA-162F-CFC43899196A> /System/Library/PrivateFrameworks/OpenTransport.framework/OpenTransport
    0x413c5000 - 0x41424fe1 +se.propellerheads.rewire.library 1.7 (1.7) /Library/Application Support/Propellerhead Software/ReWire/ReWire.bundle/Contents/MacOS/ReWire
    0x41443000 - 0x414e1ff7 +com.celemony.MelodyneEssentialRewireDevice 1.5.3.0 (1.5.3.0) <2CDBD471-D01E-4AFE-A1CE-C3BBB7D7FFDD> /Library/Application Support/Propellerhead Software/ReWire/MelodyneEssentialReWireDevice.plugin/Contents/MacOS/MelodyneEss entialRewireDevice
    0x8fe00000 - 0x8fe4162b  dyld 132.1 (???) <1C06ECD9-A2D7-BB10-AF50-0F2B598A7DEC> /usr/lib/dyld
    0x90003000 - 0x900bcfe7  libsqlite3.dylib 9.6.0 (compatibility 9.0.0) <52438E77-55D1-C231-1936-76F1369518E4> /usr/lib/libsqlite3.dylib
    0x900dd000 - 0x9018dfe3  com.apple.QuickTimeImporters.component 7.6.6 (1790) <F2F9FAA1-3B6D-722B-3ECA-2395588D3B20> /System/Library/QuickTime/QuickTimeImporters.component/Contents/MacOS/QuickTime Importers
    0x9018e000 - 0x9019dfe7  libxar.1.dylib ??? (???) <2FC317EB-7AC2-CD6C-8C09-E06B2DF02929> /usr/lib/libxar.1.dylib
    0x9019e000 - 0x9019fff7  com.apple.MonitorPanelFramework 1.3.0 (1.3.0) <0EC4EEFF-477E-908E-6F21-ED2C973846A4> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPane l
    0x902b8000 - 0x90392fff  com.apple.DesktopServices 1.5.11 (1.5.11) <800F2040-9211-81A7-B438-7712BF51DEE3> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x90393000 - 0x9068dfef  com.apple.QuickTime 7.6.6 (1790) <A5B2CDA8-47C9-F1AE-ED54-625B0FAB426F> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x9068e000 - 0x9068eff7  com.apple.CoreServices 44 (44) <51CFA89A-33DB-90ED-26A8-67D461718A4A> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x9068f000 - 0x906affe7  libresolv.9.dylib 41.1.0 (compatibility 1.0.0) <8C2B5FA8-2469-21C7-D297-F95A0FFE5F19> /usr/lib/libresolv.9.dylib
    0x906c3000 - 0x906cfff7  libkxld.dylib ??? (???) <9A441C48-2D18-E716-5F38-CBEAE6A0BB3E> /usr/lib/system/libkxld.dylib
    0x906e4000 - 0x906ebff7  com.apple.agl 3.0.12 (AGL-3.0.12) <37255DC6-9FD1-45CC-AC80-A84FD2B5450A> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x906ec000 - 0x9070dfe7  com.apple.opencl 12.3.6 (12.3.6) <B4104B80-1CB3-191C-AFD3-697843C6BCFF> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x9070e000 - 0x90b24ff7  libBLAS.dylib 219.0.0 (compatibility 1.0.0) <C4FB303A-DB4D-F9E8-181C-129585E59603> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x90b25000 - 0x90c67ff7  com.apple.syncservices 5.2 (578.3) <17A876CF-DAB1-1A88-6811-64AF8BFDE508> /System/Library/Frameworks/SyncServices.framework/Versions/A/SyncServices
    0x90c68000 - 0x90cbeff7  com.apple.MeshKitRuntime 1.1 (49.2) <CB9F38B1-E107-EA62-EDFF-02EE79F6D1A5> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshK itRuntime.framework/Versions/A/MeshKitRuntime
    0x90cbf000 - 0x90d77feb  libFontParser.dylib ??? (???) <D2D0C922-5ED1-3AE9-6F99-707C74DF3E62> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x90d78000 - 0x90d7afe7  com.apple.ExceptionHandling 1.5 (10) <21F37A49-E63B-121E-D406-1BBC94BEC762> /System/Library/Frameworks/ExceptionHandling.framework/Versions/A/ExceptionHand ling
    0x90dea000 - 0x90dedff7  libCoreVMClient.dylib ??? (???) <37F56237-4ABA-E5B5-968D-70FFE357E8E0> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
    0x90dee000 - 0x90deeff7  com.apple.quartzframework 1.5 (1.5) <4EE8095D-5E47-1EB6-3A8A-6ECE3BEC8647> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x90def000 - 0x90e59fe7  libstdc++.6.dylib 7.9.0 (compatibility 7.0.0) <411D87F4-B7E1-44EB-F201-F8B4F9227213> /usr/lib/libstdc++.6.dylib
    0x90e5a000 - 0x90e60fe7  com.apple.CommerceCore 1.0 (9.1) <521D067B-3BDA-D04E-E1FA-CFA526C87EB5> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/C ommerceCore.framework/Versions/A/CommerceCore
    0x90e61000 - 0x90e61ff7  com.apple.Accelerate.vecLib 3.6 (vecLib 3.6) <ABF97DA4-3BDF-6FFD-6239-B023CA1F7974> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x90e8e000 - 0x910b9ff3  com.apple.QuartzComposer 4.2 ({156.30}) <2C88F8C3-7181-6B1D-B278-E0EE3F33A2AF> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
    0x910ba000 - 0x91166fe7  com.apple.CFNetwork 454.12.4 (454.12.4) <DEDCD006-389F-967F-3405-EDF541F406D7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x9121e000 - 0x91295ff3  com.apple.backup.framework 1.2.2 (1.2.2) <D65F2FCA-15EB-C200-A08F-7DC4089DA6A2> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x912a3000 - 0x912b4ff7  com.apple.LangAnalysis 1.6.6 (1.6.6) <3036AD83-4F1D-1028-54EE-54165E562650> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x91412000 - 0x91453ff7  libRIP.A.dylib 545.0.0 (compatibility 64.0.0) <80998F66-0AD7-AD12-B9AF-3E8D2CE6DE05> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x91454000 - 0x91476fef  com.apple.DirectoryService.Framework 3.6 (621.14) <A24C9308-4EB3-456D-1691-43DDB6F9A79F> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x91477000 - 0x91478ff7  com.apple.TrustEvaluationAgent 1.1 (1) <2D970A9B-77E8-EDC0-BEC6-7580D78B2843> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
    0x91479000 - 0x914b6ff7  com.apple.SystemConfiguration 1.10.8 (1.10.2) <50E4D49B-4F61-446F-1C21-1B2BA814713D> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x914b7000 - 0x914f2fe7  com.apple.DebugSymbols 1.1 (70) <05013716-CFCF-801E-5535-D0643869BDCD> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbol s
    0x914f3000 - 0x914f7ff7  libGIF.dylib ??? (???) <5D29E5F4-30B9-5A24-55E7-BCBA30499093> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x91579000 - 0x918e4ff7  com.apple.QuartzCore 1.6.3 (227.37) <E323A5CC-499E-CA9E-9BC3-537231449CAA> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x918e5000 - 0x91918ff7  com.apple.AE 496.5 (496.5) <BF9673D5-2419-7120-26A3-83D264C75222> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x91919000 - 0x91b8afef  com.apple.Foundation 6.6.8 (751.63) <69B3441C-B196-F2AD-07F8-D8DD24E4CD8C> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x91ba4000 - 0x91ba4ff7  com.apple.Carbon 150 (152) <BFDDA394-0F01-A3A3-A226-ED3A45975A56> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x91ba5000 - 0x91bdffe7  libssl.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <C62A7753-99A2-6782-92E7-6628A6190A90> /usr/lib/libssl.0.9.8.dylib
    0x91beb000 - 0x91c68ff7  com.apple.iLifeMediaBrowser 2.5.5 (468.2.2) <459C8983-EAC4-7067-3355-5299D111D339> /System/Library/PrivateFrameworks/iLifeMediaBrowser.framework/Versions/A/iLifeM ediaBrowser
    0x91c69000 - 0x91cc6ff7  com.apple.framework.IOKit 2.0 (???) <3DABAB9C-4949-F441-B077-0498F8E47A35> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x91cc7000 - 0x91d14feb  com.apple.DirectoryService.PasswordServerFramework 6.1 (6.1) <136BFA48-D456-B677-3B5D-40A6946C3A09> /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordS erver
    0x91d3c000 - 0x91f1efff  com.apple.imageKit 2.0.3 (1.0) <6E557757-26F7-7941-8AE7-046EC1871F50> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
    0x91f41000 - 0x91fc3ffb  SecurityFoundation ??? (???) <BFE377A4-C830-3ECA-E69F-8A8094CDA0A6> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x92008000 - 0x92040ff7  com.apple.LDAPFramework 2.0 (120.1) <131ED804-DD88-D84F-13F8-D48E0012B96F> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x92041000 - 0x92204feb  com.apple.ImageIO.framework 3.0.5 (3.0.5) <87750C2B-193F-56A6-AB97-0842A2D02092> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x92230000 - 0x92248ff7  com.apple.CFOpenDirectory 10.6 (10.6) <D1CF5881-0AF7-D164-4156-9E9067B7FA37> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
    0x92249000 - 0x9226fffb  com.apple.DictionaryServices 1.1.2 (1.1.2) <43E1D565-6E01-3681-F2E5-72AE4C3A097A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
    0x92270000 - 0x922e4fef  com.apple.CoreSymbolication 2.0 (23) <8A04EA5F-83F8-5E15-B2E0-8A727C9C4E8B> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSy mbolication
    0x922e5000 - 0x9235eff7  com.apple.PDFKit 2.5.1 (2.5.1) <A068BF37-03E0-A231-2791-561C60C3ED2B> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
    0x9235f000 - 0x924a2fef  com.apple.QTKit 7.7 (1790) <95F7C69A-1D24-A96A-E95D-1DF8CCD03FB3> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x924a3000 - 0x924fbfe7  com.apple.datadetectorscore 2.0 (80.7) <ADDE04FB-90A7-2132-75AF-C6B19DD0D97E> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
    0x924fc000 - 0x929b7ff7  com.apple.VideoToolbox 0.484.60 (484.60) <B53299EC-E30F-EC04-779D-29B7113CC14A> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbo x
    0x929b8000 - 0x92a33fff  com.apple.AppleVAFramework 4.10.27 (4.10.27) <BFD2D1CA-535C-F16F-0EB5-04905ABD65CF> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x92a34000 - 0x92a98ffb  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
    0x92aaa000 - 0x92addfff  libTrueTypeScaler.dylib ??? (???) <8ADB7D19-413E-4499-C874-13C383F97685> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
    0x92ade000 - 0x92cb7fff  libType1Scaler.dylib ??? (???) <04AF2B34-81D4-97E9-BD56-387D37C16F46> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libType1Scaler.dylib
    0x92cb8000 - 0x92dc4fe7  libGLProgrammability.dylib ??? (???) <6167CEB0-D8D6-C4D9-DD74-49755ADB540F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0x930bf000 - 0x930d3ffb  com.apple.speech.synthesis.framework 3.10.35 (3.10.35) <57DD5458-4F24-DA7D-0927-C3321A65D743> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x930d4000 - 0x93118fe7  com.apple.Metadata 10.6.3 (507.15) <74F05E64-2A68-BA10-CCD4-128D164E5A0F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x93119000 - 0x9337fff7  com.apple.security 6.1.2 (55002) <E999CCEF-B769-4355-3E68-6003FCF6FE2B> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x93380000 - 0x93385ff7  com.apple.OpenDirectory 10.6 (10.6) <0603680A-A002-D294-DE83-0D028C6BE884> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x93386000 - 0x93386ff7  com.apple.vecLib 3.6 (vecLib 3.6) <FF4DC8B6-0AB0-DEE8-ADA8-7B57645A1F36> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x93387000 - 0x93419fe7  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
    0x9341a000 - 0x9373efef  com.apple.HIToolbox 1.6.5 (???) <21164164-41CE-61DE-C567-32E89755CB34> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x9373f000 - 0x937dafe7  com.apple.ApplicationServices.ATS 275.19 (???) <2E83B3E9-AF39-36FC-5D05-CC1E952098AB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x937db000 - 0x937e4ff7  com.apple.DiskArbitration 2.3 (2.3) <E9C40767-DA6A-6CCB-8B00-2D5706753000> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x937e5000 - 0x9382cffb  com.apple.CoreMediaIOServices 140.0 (1496) <DA152F1C-8EF4-4F5E-6D60-82B1DC72EF47> /System/Library/PrivateFrameworks/CoreMediaIOServices.framework/Versions/A/Core MediaIOServices
    0x93a0a000 - 0x93a0aff7  liblangid.dylib ??? (???) <B99607FC-5646-32C8-2C16-AFB5EA9097C2> /usr/lib/liblangid.dylib
    0x93a0b000 - 0x93a65fe7  com.apple.CorePDF 1.4 (1.4) <78A1DDE1-1609-223C-A532-D282DC5E0CD0> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
    0x93a66000 - 0x93a66ff7  com.apple.ApplicationServices 38 (38) <8012B504-3D83-BFBB-DA65-065E061CFE03> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x93a67000 - 0x93a6dfff  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
    0x93a6e000 - 0x93d1cfe7  com.apple.JavaScriptCore 6534.57 (6534.57.3) <5B18B308-DBB2-7133-DE56-494C2FA1848B> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x93d1d000 - 0x93d1fff7  com.apple.securityhi 4.0 (36638) <FC01BFC4-04DB-96F3-2412-A86CC4F94CB2> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x93d20000 - 0x93dcdfe7  libobjc.A.dylib 227.0.0 (compatibility 1.0.0) <9F8413A6-736D-37D9-8EB3-7986D4699957> /usr/lib/libobjc.A.dylib
    0x93ed5000 - 0x93f91fff  com.apple.ColorSync 4.6.8 (4.6.8) <920DD017-8B41-7334-E554-A85DB99EBD5A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x93f92000 - 0x93fc2ff7  com.apple.MeshKit 1.1 (49.2) <5A74D1A4-4B97-FE39-4F4D-E0B80F0ADD87> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/MeshKit
    0x93fc3000 - 0x94094fe3  ColorSyncDeprecated.dylib 4.6.0 (compatibility 1.0.0) <C618942F-BC01-0565-18CF-477B63C02181> /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ColorSync.f ramework/Versions/A/Resources/ColorSyncDeprecated.dylib
    0x940d4000 - 0x9419ffef  com.apple.CoreServices.OSServices 359.2 (359.2) <7C16D9C8-6F41-5754-17F7-2659D9DD9579> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x941ca000 - 0x94203fe7  com.apple.bom 10.0 (164) <CC61CCD7-F76C-45DD-6666-C0E0D07C7343> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
    0x94204000 - 0x94265fe7  com.apple.CoreText 151.12 (???) <98F53C15-1D29-A2B3-0717-5A26A2699163> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x94266000 - 0x94285fe3  libexpat.1.dylib 7.2.0 (compatibility 7.0.0) <82E6F83F-9667-2E39-1D9D-4A49C642527D> /usr/lib/libexpat.1.dylib
    0x94286000 - 0x942aaff7  libJPEG.dylib ??? (???) <5F2343E4-C268-B9AE-1BC3-466F5A614648> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x942ab000 - 0x942bdff7  com.apple.MultitouchSupport.framework 207.11 (207.11) <6FF4F2D6-B8CD-AE13-56CB-17437EE5B741> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
    0x942be000 - 0x942dcfe7  libPng.dylib ??? (???) <45185287-25AD-C239-AA58-8FA53DF55B79> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x942dd000 - 0x9432dff7  com.apple.framework.familycontrols 2.0.2 (2020) <C96C8A99-A40C-8B9C-1FBA-A0F46AC92F17> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
    0x943e7000 - 0x94a62ff7  com.apple.CoreAUC 6.11.03 (6.11.03) <42B31B0F-18F9-29D2-A67C-7B81A47F6D67> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
    0x94a63000 - 0x94ae3feb  com.apple.SearchKit 1.3.0 (1.3.0) <9E18AEA5-F4B4-8BE5-EEA9-818FC4F46FD9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x94ae4000 - 0x94c5ffe7  com.apple.CoreFoundation 6.6.6 (550.44) <F88C95CD-1264-782D-A1F5-204739847E93> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x94c60000 - 0x94e67feb  com.apple.AddressBook.framework 5.0.4 (883) <E26855A0-8CEF-8C81-F963-A2BF9E47F5C8> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x94e68000 - 0x94e7dfff  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
    0x94e7f000 - 0x95bf7fe7  com.apple.WebCore 6534.57 (6534.57.2) <6AF29D9A-F549-5BE7-3842-CFF75FC46360> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
    0x95bf8000 - 0x96b4bffb  com.apple.QuickTimeComponents.component 7.6.6 (1790) /System/Library/QuickTime/QuickTimeComponents.component/Contents/MacOS/QuickTim eComponents
    0x96b4c000 - 0x96b4fff7  libCGXType.A.dylib 545.0.0 (compatibility 64.0.0) <4D766435-EB76-C384-0127-1D20ACD74076> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
    0x96b50000 - 0x96c52fe7  libcrypto.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <015563C4-81E2-8C8A-82AC-31B38D904A42> /usr/lib/libcrypto.0.9.8.dylib
    0x96c5f000 - 0x96c7eff7  com.apple.CoreVideo 1.6.2 (45.6) <EB53CAA4-5EE2-C356-A954-5775F7DDD493> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x96c92000 - 0x96ca2ff7  com.apple.DSObjCWrappers.Framework 10.6 (134) <81A0B409-3906-A98F-CA9B-A49E75007495> /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
    0x96cbc000 - 0x96deafe7  com.apple.CoreData 102.1 (251) <87FE6861-F2D6-773D-ED45-345272E56463> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x96f83000 - 0x97866ff7  com.apple.AppKit 6.6.8 (1038.36) <A353465E-CFC9-CB75-949D-786F6F7732F6> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x9789d000 - 0x978abfe7  libz.1.dylib 1.2.3 (compatibility 1.0.0) <33C1B260-ED05-945D-FC33-EF56EC791E2E> /usr/lib/libz.1.dylib
    0x978ac000 - 0x9795aff3  com.apple.ink.framework 1.3.3 (107) <233A981E-A2F9-56FB-8BDE-C2DEC3F20784> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x9797a000 - 0x97984ffb  com.apple.speech.recognition.framework 3.11.1 (3.11.1) <7486003F-8FDB-BD6C-CB34-DE45315BD82C> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x97985000 - 0x979c2ff7  com.apple.CoreMedia 0.484.60 (484.60) <8FAB137D-682C-6DEC-5A15-F0029A5B226F> /System/Library/PrivateFrameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x979c3000 - 0x97e14fef  com.apple.RawCamera.bundle 3.7.1 (570) <AF94D180-5E0F-10DF-0CB2-FD8EDB110FA2> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x97e15000 - 0x97e16ff7  com.apple.audio.units.AudioUnit 1.6.7 (1.6.7) <93EC71F1-4D4E-F456-8EFE-32E7EFD7A064> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x97e17000 - 0x97e1bff7  IOSurface ??? (???) <F9E6DFC1-8DD9-7C7E-CA85-B80735586E05> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x97e5f000 - 0x97eaefe7  libTIFF.dylib ??? (???) <D0EB31DC-40E6-9A97-64D3-9867605DC3DD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x97eaf000 - 0x97eefff3  com.apple.securityinterface 4.0.1 (40418.0.1) <2141A924-748E-CE6F-2D75-D82BC265BD30> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    0x97ef0000 - 0x97efbff7  libGL.dylib ??? (???) <3E34468F-E9A7-8EFB-FF66-5204BD5B4E21> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x97efc000 - 0x97fd9fe3  com.apple.DiscRecording 5.0.9 (5090.4.2) <92C85A16-5C80-9F35-13BE-2B312956AA9A> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
    0x97fda000 - 0x98107ffb  com.apple.MediaToolbox 0.484.60 (484.60) <A7FE2739-64A7-40EB-A6E7-69FBCE3C87D4> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbo x
    0x98108000 - 0x98115fe7  libbz2.1.0.dylib 1.0.5 (compatibility 1.0.0) <CC90193E-BDF7-2F0F-6C68-D9567EDDA4B3> /usr/lib/libbz2.1.0.dylib
    0x98116000 - 0x9823efe7  com.apple.WebKit 6534.57 (6534.57.2) <4CB86278-4657-3503-8042-074628222DF3> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x9823f000 - 0x98247ff7  com.apple.DisplayServicesFW 2.3.3 (289) <828084B0-9197-14DD-F66A-D634250A212E> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
    0x982f2000 - 0x98336ff3  com.apple.coreui 2 (114) <2234855E-3BED-717F-0BFA-D1A289ECDBDA> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x98337000 - 0x98344ff7  com.apple.AppleFSCompression 24.4 (1.0) <DC313FD8-B697-8311-65DD-EFBAD99ABBDC> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/Apple FSCompression
    0x98345000 - 0x98353ff7  com.apple.opengl 1.6.14 (1.6.14) <82622F67-E032-0BF6-A78D-50B346E8D0FD> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x98354000 - 0x98397ff7  libGLU.dylib ??? (???) <6CC3CE6A-7024-C685-EADA-7F9DC27128E2> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x98398000 - 0x98b87557  com.apple.CoreGraphics 1.545.0 (???) <1D9DC7A5-228B-42CB-7018-66F42C3A9BB3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x98b88000 - 0x98b8cff7  libGFXShared.dylib ??? (???) <09540618-2ED1-72C4-61CB-938B35927568> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
    0x98b8d000 - 0x98c2afe3  com.apple.LaunchServices 362.3 (362.3) <15B47388-16C8-97DA-EEBB-1709E136169E> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x98c87000 - 0x98c8afe7  libmathCommon.A.dylib 315.0.0 (compatibility 1.0.0) <1622A54F-1A98-2CBE-B6A4-2122981A500E> /usr/lib/system/libmathCommon.A.dylib
    0x98c8b000 - 0x98cceff7  com.apple.NavigationServices 3.5.4 (182) <8DC6FD4A-6C74-9C23-A4C3-715B44A8D28C> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x98ccf000 - 0x98d1fff7  com.apple.Symbolication 1.1 (67) <E0C94D8B-4F12-49E6-BAA5-3B00441A047B> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolicat ion
    0x98d20000 - 0x98d20ff7  com.apple.Cocoa 6.6 (???) <EA27B428-5904-B00B-397A-185588698BCC> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x98d21000 - 0x98d5bff7  libcups.2.dylib 2.8.0 (compatibility 2.0.0) <6875335E-0993-0D77-4E80-41763A8477CF> /usr/lib/libcups.2.dylib
    0x98d6f000 - 0x98d83fe7  libbsm.0.dylib ??? (???) <14CB053A-7C47-96DA-E415-0906BA1B78C9> /usr/lib/libbsm.0.dylib
    0x98d89000 - 0x98f30ff7  libSystem.B.dylib 125.2.11 (compatibility 1.0.0) <2DCD13E3-1BD1-6F25-119A-3863A3848B90> /usr/lib/libSystem.B.dylib
    0x98f38000 - 0x98fb2fff  com.apple.audio.CoreAudio 3.2.6 (3.2.6) <156A532C-0B60-55B0-EE27-D02B82AA6217> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x98fb3000 - 0x98fc0ff7  com.apple.NetFS 3.2.2 (3.2.2) <DDC9C397-C35F-8D7A-BB24-3D1B42FA5FAB> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x98fc1000 - 0x98fcbfe7  com.apple.audio.SoundManager 3.9.3 (3.9.3) <5F494955-7290-2D91-DA94-44B590191771> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x98fcc000 - 0x98fcfffb  com.apple.help 1.3.2 (41.1) <8AC20B01-4A3B-94BA-D8AF-E39034B97D8C> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x98fd8000 - 0x9915afe7  libicucore.A.dylib 40.0.0 (compatibility 1.0.0) <D5980817-6D19-9636-51C3-E82BAE26776B> /usr/lib/libicucore.A.dylib
    0x991a1000 - 0x992a3fef  com.apple.MeshKitIO 1.1 (49.2) <D0401AC5-1F92-2BBB-EBAB-58EDD3BA61B9> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshK itIO.framework/Versions/A/MeshKitIO
    0x992a4000 - 0x993e1fe7  com.apple.audio.toolbox.AudioToolbox 1.6.7 (1.6.7) <423BDE4D-5082-B6CA-BB2C-E22A037235A4> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x993e2000 - 0x993edff7  libCSync.A.dylib 545.0.0 (compatibility 64.0.0) <287DECA3-7821-32B6-724D-AE03A9A350F9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x993ee000 - 0x99486fe7  edu.mit.Kerberos 6.5.11 (6.5.11) <F36DB665-A88B-7F5B-6244-6A2E7FFFF668> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x99487000 - 0x99587fe7  libxml2.2.dylib 10.3.0 (compatibility 10.0.0) <BE7FCD73-03B5-25A4-FCA4-D4980F1488D6> /usr/lib/libxml2.2.dylib
    0x99588000 - 0x995afff7  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
    0x995b0000 - 0x995f2ff7  libvDSP.dylib 268.0.1 (compatibility 1.0.0) <8A4721DE-25C4-C8AA-EA90-9DA7812E3EBA> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x996aa000 - 0x9978afe7  com.apple.vImage 4.1 (4.1) <D029C515-08E1-93A6-3705-DD062A3A672C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x997d9000 - 0x997dbff7  libRadiance.dylib ??? (???) <98EC06D5-1A02-EDEF-BF9D-2C986761AD54> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x997dc000 - 0x9984aff7  com.apple.QuickLookUIFramework 2.3 (327.6) <74706A08-5399-24FE-00B2-4A702A6B83C1> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.f ramework/Versions/A/QuickLookUI
    0x9984b000 - 0x99891ff7  libauto.dylib ??? (???) <29422A70-87CF-10E2-CE59-FEE1234CFAAE> /usr/lib/libauto.dylib
    0x999ce000 - 0x99a0cff7  com.apple.QuickLookFramework 2.3 (327.6) <66955C29-0C99-D02C-DB18-4952AFB4E886> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x99a0d000 - 0x99a18ff7  com.apple.CrashReporterSupport 10.6.7 (258) <8F3E7415-1FFF-0C20-2EAB-6A23B9728728> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
    0x99a1c000 - 0x99a4dff7  libGLImage.dylib ??? (???) <D18E2E76-DBF4-6930-039A-F66CA0D120B3> /System/Library/Frameworks/OpenGL.framework

  • How to display long error message in ME21N

    Hi,
    How to display a long error text (in multiple lines) in ME21N / ME22N message popup we get while saving or checking the PO. My error message length is 100 chars. It is displaying only 40 chars in a single line. My requirement is to display that in multiple lines of message popup. Please let me know asap.
    Thnks in Advance.

    Hi,
    Messages have long texts.... Uncheck the self-explanatory box, change your long message to a short one, place your long message in the long text of your message. SAP should handle the rest.
    Reward if helpfull...
    Cheers,
    Ameen.

  • Please help with (long) error message upon launch of final cut 7

    Hello. I have just installed final cut 7 and when opening, it asks for serial number/name etc...I enter that information then it crashes giving this error message (sorry if this is so long, but wasn't sure what to put)
    Process: Final Cut Pro [215]
    Path: /Applications/Final Cut Pro.app/Contents/MacOS/Final Cut Pro
    Identifier: com.apple.FinalCutPro
    Version: 7.0 (7.0)
    Build Info: FCPApp-906181654~22
    Code Type: PPC (Native)
    Parent Process: launchd [165]
    Interval Since Last Report: 1220 sec
    Crashes Since Last Report: 2
    Per-App Interval Since Last Report: 383 sec
    Per-App Crashes Since Last Report: 1
    Date/Time: 2010-02-27 17:21:50.684 -0500
    OS Version: Mac OS X 10.5.8 (9L31a)
    Report Version: 6
    Anonymous UUID: F2735926-CF71-49A6-9CAF-CBE82AF568D0
    Exception Type: EXCBADACCESS (SIGBUS)
    Exception Codes: KERNPROTECTIONFAILURE at 0x0000000000000000
    Crashed Thread: 8
    Thread 0:
    0 libSystem.B.dylib 0x96e3df3c sem_wait + 12
    1 com.celemony.melodynebridge.au 0x107f32f4 GNAudioUnitWrapperViewEntry + 504568
    2 com.celemony.melodynebridge.au 0x107f9d9c GNAudioUnitWrapperViewEntry + 531872
    3 com.celemony.melodynebridge.au 0x10779ae0 GNAudioUnitWrapperViewEntry + 6884
    4 com.celemony.melodynebridge.au 0x10773a50 0x10772000 + 6736
    5 com.celemony.melodynebridge.au 0x1078c240 GNAudioUnitWrapperViewEntry + 82500
    6 com.celemony.melodynebridge.au 0x10774a3c GNAudioUnitWrapperEntry + 1656
    7 com.celemony.melodynebridge.au 0x10a407e4 0x10772000 + 2942948
    8 ...ple.CoreServices.CarbonCore 0x015b550c CallComponentOpen + 36
    9 ...ple.CoreServices.CarbonCore 0x015b399c OpenAComponent + 536
    10 ...ple.CoreServices.CarbonCore 0x015b376c OpenComponent + 16
    11 ...ple.CoreServices.CarbonCore 0x015b55f0 CallComponent + 188
    12 ...ple.CoreServices.CarbonCore 0x015d3534 GetComponentVersion + 32
    13 com.apple.FinalCutPro 0x0030ccd8 AddAUEffect(ComponentRecord*, ComponentDescription const&, char*, char*, KGDictInt*) + 804
    14 com.apple.FinalCutPro 0x0030e254 AudioRegisterAUEffects + 1456
    15 com.apple.FinalCutPro 0x003668e4 AudioInitialize + 148
    16 com.apple.FinalCutPro 0x0029cd08 KGSoundLibAction + 780
    17 com.apple.FinalCutPro 0x00270578 CallLibs(KGLibActionCode, unsigned char) + 320
    18 com.apple.FinalCutPro 0x00270758 KGFinishLibraries + 112
    19 com.apple.FinalCutPro 0x002708e0 KGInit() + 180
    20 com.apple.FinalCutPro 0x0044202c OpenApplication(AEDesc const*, AEDesc*, long) + 64
    21 com.apple.AE 0x926d0ce0 aeDispatchAppleEvent(AEDesc const*, AEDesc*, unsigned long, unsigned char*) + 164
    22 com.apple.AE 0x926d0be8 dispatchEventAndSendReply(AEDesc const*, AEDesc*) + 40
    23 com.apple.AE 0x926d09ec aeProcessAppleEvent + 212
    24 com.apple.HIToolbox 0x92f5d40c AEProcessAppleEvent + 52
    25 com.apple.HIToolbox 0x92fbc7c8 AEProcessEvent + 148
    26 com.apple.HIToolbox 0x92fbc714 HIStdAppHandler::HandleEvent(OpaqueEventHandlerCallRef*, TCarbonEvent&) + 224
    27 com.apple.HIToolbox 0x92fb96b4 TEventHandler::EventHandler(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) + 64
    28 com.apple.HIToolbox 0x92f31c48 DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 1484
    29 com.apple.HIToolbox 0x92f30de0 SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 464
    30 com.apple.HIToolbox 0x92f30bfc SendEventToEventTargetWithOptions + 52
    31 com.apple.HIToolbox 0x92f60b88 ToolboxEventDispatcherHandler(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) + 308
    32 com.apple.HIToolbox 0x92f3209c DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 2592
    33 com.apple.HIToolbox 0x92f30de0 SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 464
    34 com.apple.HIToolbox 0x92f4dd04 SendEventToEventTarget + 52
    35 com.apple.HIToolbox 0x92fbc4a8 ToolboxEventDispatcher + 84
    36 com.apple.HIToolbox 0x92fb89e4 RunApplicationEventLoop + 164
    37 com.apple.FinalCutPro 0x001709d4 KGMainEvent(void*) + 52
    38 com.apple.FinalCutPro 0x002f9180 main + 56
    39 com.apple.FinalCutPro 0x0000389c _start + 744
    40 com.apple.FinalCutPro 0x000035ac start + 44
    Thread 1:
    0 libSystem.B.dylib 0x96dac278 semaphoretimedwait_signaltrap + 8
    1 libSystem.B.dylib 0x96def368 pthread_condwait + 1320
    2 com.apple.Foundation 0x92c791a0 -[NSCondition waitUntilDate:] + 384
    3 com.apple.Foundation 0x92c78fcc -[NSConditionLock lockWhenCondition:beforeDate:] + 268
    4 com.apple.AppKit 0x900fb9cc -[NSUIHeartBeat _heartBeatThread:] + 664
    5 com.apple.Foundation 0x92c3bd84 _NSThread__main_ + 1004
    6 libSystem.B.dylib 0x96dee0c4 pthreadstart + 316
    Thread 2:
    0 libSystem.B.dylib 0x96e0fd74 select$DARWIN_EXTSN + 12
    1 com.apple.CoreFoundation 0x96afb808 __CFSocketManager + 764
    Thread 3:
    0 libSystem.B.dylib 0x96db2c0c _semwaitsignal + 12
    1 libSystem.B.dylib 0x96def46c pthread_condwait + 1580
    2 libGLProgrammability.dylib 0x90806b68 glvmDoWork + 120
    3 libSystem.B.dylib 0x96dee0c4 pthreadstart + 316
    Thread 4:
    0 libSystem.B.dylib 0x96dac258 semaphorewait_signaltrap + 8
    1 libSystem.B.dylib 0x96def378 pthread_condwait + 1336
    2 com.apple.FinalCutPro 0x0046eb10 Synchronizable::Wait() + 44
    3 com.apple.FinalCutPro 0x00458684 DisplayQueue::Run() + 720
    4 com.apple.FinalCutPro 0x0049a460 Thread::RunHelper(void*) + 28
    5 libSystem.B.dylib 0x96dee0c4 pthreadstart + 316
    Thread 5:
    0 libSystem.B.dylib 0x96dac258 semaphorewait_signaltrap + 8
    1 libSystem.B.dylib 0x96def378 pthread_condwait + 1336
    2 com.apple.FinalCutPro 0x0046eb10 Synchronizable::Wait() + 44
    3 com.apple.FinalCutPro 0x00515468 WorkUnitPerformer::Run() + 68
    4 com.apple.FinalCutPro 0x0049a460 Thread::RunHelper(void*) + 28
    5 libSystem.B.dylib 0x96dee0c4 pthreadstart + 316
    Thread 6:
    0 libSystem.B.dylib 0x96dac1f8 machmsgtrap + 8
    1 libSystem.B.dylib 0x96db311c mach_msg + 56
    2 com.apple.CoreFoundation 0x96af0394 CFRunLoopRunSpecific + 1812
    3 com.apple.audio.CoreAudio 0x91d50fa8 HALRunLoop::OwnThread(void*) + 212
    4 com.apple.audio.CoreAudio 0x91d50de4 CAPThread::Entry(CAPThread*) + 104
    5 libSystem.B.dylib 0x96dee0c4 pthreadstart + 316
    Thread 7:
    0 libSystem.B.dylib 0x96ded904 kevent + 12
    1 com.apple.CoreFoundation 0x96ac7a48 _monitor_file_descriptor_ + 240
    Thread 8 Crashed:
    0 ??? 0000000000 0 + 0
    1 com.celemony.melodynebridge.au 0x107f9a68 GNAudioUnitWrapperViewEntry + 531052
    2 com.celemony.melodynebridge.au 0x107fe20c GNAudioUnitWrapperViewEntry + 549392
    3 libSystem.B.dylib 0x96dee0c8 pthreadstart + 320
    4 ??? 0000000000 0 + 0
    Thread 8 crashed with PPC Thread State 32:
    srr0: 0x00000000 srr1: 0x4000d030 dar: 0xf032cee4 dsisr: 0x40000000
    r0: 0x0ef84750 r1: 0xf032ce00 r2: 0x00000000 r3: 0x0ef84750
    r4: 0x00000000 r5: 0x0ef848c4 r6: 0x96ad0114 r7: 0x01002c88
    r8: 0x00000000 r9: 0x000000b0 r10: 0x00000004 r11: 0xa0addf18
    r12: 0x00000000 r13: 0x00000000 r14: 0x00000000 r15: 0x00000000
    r16: 0x00000000 r17: 0x00000000 r18: 0x00000000 r19: 0x00000000
    r20: 0x00000000 r21: 0x00000000 r22: 0x00000000 r23: 0x00000000
    r24: 0x00000000 r25: 0xa0b2df98 r26: 0x00024f1b r27: 0x0ef84850
    r28: 0x0ef845c0 r29: 0x10a8e120 r30: 0x0ef848c0 r31: 0x107f9a2c
    cr: 0x44000022 xer: 0x20000000 lr: 0x107f9a68 ctr: 0x00000000
    vrsave: 0x00000000
    Binary Images:
    0x1000 - 0x865ffd com.apple.FinalCutPro 7.0 (7.0) <6e3b6ccfc37d1f3a6667e9691d0ea1b5> /Applications/Final Cut Pro.app/Contents/MacOS/Final Cut Pro
    0xc11000 - 0xc11fff com.apple.audio.units.AudioUnit 1.5 (1.5) /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0xc15000 - 0xc1afff +KGCore ??? (???) <cda58a9c90ccd27eb7afe15273d5f2e0> /Applications/Final Cut Pro.app/Contents/Frameworks/KGCore.framework/Versions/A/KGCore
    0xc21000 - 0xc22fff com.apple.iokit.dvcomponentglue 1.9.5 (1.9.5) <143d5a0b230245035fb6364b29f6b76b> /System/Library/Frameworks/DVComponentGlue.framework/Versions/A/DVComponentGlue
    0xc26000 - 0xc36fff com.apple.AERegistration 1.2 (77) <a414e04adc8d3707b024759d8836bee1> /Applications/Final Cut Pro.app/Contents/Frameworks/AERegistration.framework/Versions/A/AERegistration
    0xc4a000 - 0xc52fff com.apple.AEProfiling 1.2 (22) <abe7eb329c8ac259cf01e1aae9a7389a> /Applications/Final Cut Pro.app/Contents/Frameworks/AEProfiling.framework/Versions/A/AEProfiling
    0xc5b000 - 0xe44fff com.apple.security 5.0.6 (37592) <75e10021fca58a7274de9a365010049e> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0xf84000 - 0x1149ffb com.apple.prokit 5.0 (883) <eb781a0ac241037a05d240696a5b040e> /System/Library/PrivateFrameworks/ProKit.framework/Versions/A/ProKit
    0x1244000 - 0x12b6fff com.apple.ProFX 1.2.3 (1.2.3) <3f561013ae61fb92b5683f27d070805b> /Library/Application Support/ProApps/SharedA/Frameworks/ProFX.framework/Versions/A/ProFX
    0x12d5000 - 0x13d7ffd com.apple.DiskImagesFramework 10.5.8 (201) <e85883f76eda4cfa37e6d3f6b53db310> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
    0x143a000 - 0x1493ffb com.apple.proapps.MIO 1.0 (498) <d3fc34331aac931041ee6d1188690015> /Applications/Final Cut Pro.app/Contents/Frameworks/MIO.framework/Versions/A/MIO
    0x14ce000 - 0x14d9ffb com.apple.finalcutstudio.prometadatasupport 0.6 (1.0) <848659e5de39081af860e6394174a4bd> /Library/Frameworks/ProMetadataSupport.framework/Versions/A/ProMetadataSupport
    0x14e2000 - 0x1517fff com.apple.FWAVCPrivate 1.46 (46) /System/Library/PrivateFrameworks/FWAVCPrivate.framework/Versions/A/FWAVCPrivat e
    0x152e000 - 0x154cffb com.apple.XSKey 1.0.0 (52) <eb878ce4313af544efbfb43a1724339d> /Library/Frameworks/XSKey.framework/Versions/A/XSKey
    0x155a000 - 0x157bff1 libmx.A.dylib ??? (???) /usr/lib/libmx.A.dylib
    0x1583000 - 0x1885ffb com.apple.CoreServices.CarbonCore 786.11 (786.14) <4da8e0984e333f8cea32a24ba4364e8c> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x1908000 - 0x199ffff com.apple.LaunchServices 292 (292) <06cb373fd960fbc2b4a0201f55c7dd6d> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x19ec000 - 0x1b34ff3 libicucore.A.dylib ??? (???) <bdab570d90979c4f601131d442f84720> /usr/lib/libicucore.A.dylib
    0x1b86000 - 0x1c70fff libxml2.2.dylib ??? (???) <c16d0fbbf8fd6b30695cd3c930355066> /usr/lib/libxml2.2.dylib
    0x1c9b000 - 0x1d35ff7 com.apple.ApplicationServices.ATS 3.8 (???) <61c7a66473c16fce3d1eac4d09d401d7> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x1d61000 - 0x1e31fff com.apple.ColorSync 4.5.3 (4.5.3) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x1e73000 - 0x23efff7 com.apple.CoreGraphics 1.409.5 (???) <5055e3621c3a2239851bd7e829e94ea1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x24bb000 - 0x2607fff com.apple.ImageIO.framework 2.0.7 (2.0.7) <c466caa621b9fa7431877610c21e39a6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x265e000 - 0x270efff com.apple.QD 3.11.57 (???) <e74b370c6f81fc00e8936f5cf7c8ebe0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x2742000 - 0x27fcfff libcrypto.0.9.7.dylib ??? (???) <1d82e65c85d65367f3b6b06355c89c9b> /usr/lib/libcrypto.0.9.7.dylib
    0x284a000 - 0x286aff7 libJPEG.dylib ??? (???) <bcc63fc19e0a5fa3d4b411f0de1d5851> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x2871000 - 0x28b2ffb libTIFF.dylib ??? (???) <a4fac1b78bf536e570841166630ff642> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x28bc000 - 0x28c0ffe libGIF.dylib ??? (???) <cc34b3a44618a0e1ccc1c5b1cf28b5bb> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x28c5000 - 0x28e1ffb libPng.dylib ??? (???) <036c49544cb7b1d09d5e0185a1e26f7d> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x28e8000 - 0x28eaffd libRadiance.dylib ??? (???) <304e574d5de8d26630c4c516cc6e47fb> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x28ee000 - 0x2915fff libcups.2.dylib ??? (???) <640068d6a91267e0d6e31afdac1c4a03> /usr/lib/libcups.2.dylib
    0x2920000 - 0x2a67ffb com.apple.audio.toolbox.AudioToolbox 1.5.3 (1.5.3) /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x2ad8000 - 0x2af3ff3 com.apple.DirectoryService.Framework 3.5.7 (3.5.7) <408eb07010ed69f4c94353cac76c84c6> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x2afe000 - 0x2b33ff3 com.apple.LDAPFramework 1.4.5 (110) <0cf1d114abaf598355afb6537b76874e> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x2b3e000 - 0x2b68ff7 libssl.0.9.7.dylib ??? (???) <2aafe2efc0fb9868cb630ac50b5892b4> /usr/lib/libssl.0.9.7.dylib
    0x2b77000 - 0x2baaffb com.apple.MediaKit 9.1 (401) <1e0e8c007a642dff76454b81bb554c88> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
    0x2bba000 - 0x2c88ff5 com.apple.DiscRecording 4.0.7 (4070.4.1) <73f6a269ffb9718fa9f165da9f2a5eb1> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
    0x2cef000 - 0x2d1cffb libcurl.4.dylib ??? (???) <bd94f6417b93e0174fa282255dd6d6d1> /usr/lib/libcurl.4.dylib
    0x2d43000 - 0x2d87fff com.apple.vmutils 4.1 (104) <ea4bd764588ed4625099564b5e253eb1> /System/Library/PrivateFrameworks/vmutils.framework/vmutils
    0x80b6000 - 0x80bafff com.apple.coretech.AELicensingAquaPro 1.4 (359) <3f3691c9aa37d02c090a79d906dbf71b> /Applications/Final Cut Pro.app/Contents/Resources/AELicensingAquaPro.bundle/Contents/MacOS/AELicensing AquaPro
    0x80e1000 - 0x811efff libRIP.A.dylib ??? (???) <a710b7ef58700a54a39e7738dd804e57> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x812b000 - 0x8138fff libCSync.A.dylib ??? (???) <7ccecf2b36209e1196c42c635938519e> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x8140000 - 0x8148ffb libCGATS.A.dylib ??? (???) <72ecb94f23cdc622a277671b4976a7d8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
    0xaa6e000 - 0xaa70fff com.apple.FinalCutPro.Plugins.Text Window 7.0 (7.0) <3d6dd1bda1778170c67dc446329ef575> /Applications/Final Cut Pro.app/Contents/MacOS/Plugins/Text Window.bundle/Contents/MacOS/Text Window
    0xb6ce000 - 0xb8b5ff3 com.apple.RawCamera.bundle 2.1.1 (508) <43747f42347f4d5db7a26942587b3b4d> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0xbeda000 - 0xbee1fff com.apple.proapps.mrcheckpro 1.4 (359) <986b9225b761ef5aa33b349717ef474b> /Applications/Final Cut Pro.app/Contents/Resources/MRCheckPro.bundle/Contents/MacOS/MRCheckPro
    0xbf3f000 - 0xc0b7ffb GLEngine ??? (???) <ad5267f50a418511daf9f5f237d7f852> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
    0xc0e9000 - 0xc3b5ff1 com.apple.ATIRadeonX1000GLDriver 1.5.48 (5.4.8) <a24b8c9e1170ef467bfed436980bdd08> /System/Library/Extensions/ATIRadeonX1000GLDriver.bundle/Contents/MacOS/ATIRade onX1000GLDriver
    0xc40b000 - 0xc427fff GLRendererFloat ??? (???) <020c309b1f0a3109fbf8f76764e9ad69> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLRendererFloa t.bundle/GLRendererFloat
    0xd54c000 - 0xd579ffb com.apple.FinalCutPro.Plugins.AfterEffects 7.0 (7.0) <5c9c9e9fb87af0483e4145a290a521e9> /Applications/Final Cut Pro.app/Contents/MacOS/Plugins/AfterEffects.bundle/Contents/MacOS/AfterEffects
    0xd580000 - 0xd584ffb com.apple.FinalCutPro.Plugins.AudioGroupsExport 7.0 (7.0) <31853eb9061606dd571c25ec47cab1d7> /Applications/Final Cut Pro.app/Contents/MacOS/Plugins/AudioGroupsExport.bundle/Contents/MacOS/AudioGro upsExport
    0xd588000 - 0xd5a1ffb com.apple.FinalCutPro.Plugins.AudioMixer 7.0 (7.0) <f4557ef8f7a5a1201a4f1193b51bfa80> /Applications/Final Cut Pro.app/Contents/MacOS/Plugins/AudioMixer.bundle/Contents/MacOS/AudioMixer
    0xd5ab000 - 0xd5c7ffb com.apple.audio.midi.CoreMIDI 1.6.1 (42) /System/Library/Frameworks/CoreMIDI.framework/Versions/A/CoreMIDI
    0xd5dd000 - 0xd5e3fff com.apple.FinalCutPro.Plugins.Cache Manager 7.0 (7.0) <0d2b36ac42fb603a9140708245824589> /Applications/Final Cut Pro.app/Contents/MacOS/Plugins/Cache Manager.bundle/Contents/MacOS/Cache Manager
    0xd5e7000 - 0xd5f2fff com.apple.FinalCutPro.Plugins.CTHelper 7.0 (7.0) <0b2a26efbb2b42aced5f7adb590cc0d9> /Applications/Final Cut Pro.app/Contents/MacOS/Plugins/CTHelper.bundle/Contents/MacOS/CTHelper
    0xd700000 - 0xd721fff libexpat.1.dylib ??? (???) <e955fbf7296287c4d40694cf7dffd64f> /usr/lib/libexpat.1.dylib
    0xd728000 - 0xd7f6ffb com.apple.FinalCutPro.Plugins.Browser 7.0 (7.0) <dc7cc0aa0df7f3317c1410b6854d301b> /Applications/Final Cut Pro.app/Contents/MacOS/Plugins/Browser.bundle/Contents/MacOS/Browser
    0xd814000 - 0xd82cfff com.apple.FinalCutPro.CinemaTools 5.0 (5.0) <c8a38b265f2c8ea3ac9f66b454418b4a> /Applications/Final Cut Pro.app/Contents/MacOS/Plugins/Cinema Tools.bundle/Contents/MacOS/Cinema Tools
    0xd838000 - 0xd85fffb com.apple.FinalCutPro.Plugins.EditTape 7.0 (7.0) <41203e7bbf2f4df98ca870fbab07728f> /Applications/Final Cut Pro.app/Contents/MacOS/Plugins/EditTape.bundle/Contents/MacOS/EditTape
    0xd86d000 - 0xd8ccffd com.apple.FinalCutPro.Plugins.EDL Export 7.0 (7.0) <3cadb04d199fd22d8ee35082081c10ba> /Applications/Final Cut Pro.app/Contents/MacOS/Plugins/EDL Export.bundle/Contents/MacOS/EDL Export
    0xd8e1000 - 0xd8e9ffb com.apple.FinalCutPro.Plugins.Effect Builder 7.0 (7.0) <c3adf611a925c666fe3fea86c314a58a> /Applications/Final Cut Pro.app/Contents/MacOS/Plugins/Effect Builder.bundle/Contents/MacOS/Effect Builder
    0xd8ed000 - 0xd8fafff com.apple.FinalCutPro.Plugins.FCPExtPluginSupport 7.0 (7.0) <1a7ff286381399c163c989f26ea52771> /Applications/Final Cut Pro.app/Contents/MacOS/Plugins/FCPExtPluginSupport.bundle/Contents/MacOS/FCPExt PluginSupport
    0xd901000 - 0xd933fff com.apple.FinalCutPro.Plugins.FCS Engine 7.0 (7.0) <6c6f49b70583c84ffc3f0e616d1af130> /Applications/Final Cut Pro.app/Contents/MacOS/Plugins/FCS Engine.bundle/Contents/MacOS/FCS Engine
    0xd93b000 - 0xd94cffb com.apple.FinalCutPro.Plugins.FilterCustomEd 7.0 (7.0) <2c8e6c331d6b6874d05f39131fb7f831> /Applications/Final Cut Pro.app/Contents/MacOS/Plugins/FilterCustomEd.bundle/Contents/MacOS/FilterCusto mEd
    0xd951000 - 0xd966ffb com.apple.FinalCutPro.Plugins.FilterViewer 7.0 (7.0) <2d5b030c83ab066fcfa3975bd7996e6d> /Applications/Final Cut Pro.app/Contents/MacOS/Plugins/FilterViewer.bundle/Contents/MacOS/FilterViewer
    0xd96b000 - 0xd96efff com.apple.FinalCutPro.Plugins.FinalTouchExport 7.0 (7.0) <783be9d544683916a408b14c514d8fa5> /Applications/Final Cut Pro.app/Contents/MacOS/Plugins/FinalTouchExport.bundle/Contents/MacOS/FinalTouc hExport
    0xd973000 - 0xd993fff com.apple.FinalCutPro.Plugins.Flash 7.0 (7.0) <8997558d06a18a4b905567c0141b6d4c> /Applications/Final Cut Pro.app/Contents/MacOS/Plugins/Flash.bundle/Contents/MacOS/Flash
    0xd99e000 - 0xd9abffb com.apple.FinalCutPro.Plugins.GenViewer 7.0 (7.0) <fb029dbec1d875f85a4b8a3f8ef5fcf9> /Applications/Final Cut Pro.app/Contents/MacOS/Plugins/GenViewer.bundle/Contents/MacOS/GenViewer
    0xd9b0000 - 0xd9b5ffb com.apple.FinalCutPro.Plugins.LayerFileReader 7.0 (7.0) <ca6fa98278f6ac344a95e384d37d4d85> /Applications/Final Cut Pro.app/Contents/MacOS/Plugins/LayerFileReader.bundle/Contents/MacOS/LayerFileR eader
    0xd9b9000 - 0xda05ffb com.apple.FinalCutPro.Plugins.Media Manager 7.0 (7.0) <9bd2b1ae86c3e1493ed668a74068fd12> /Applications/Final Cut Pro.app/Contents/MacOS/Plugins/Media Manager.bundle/Contents/MacOS/Media Manager
    0xda0f000 - 0xda23ffb com.apple.FinalCutPro.Plugins.MolokiniSupport 7.0 (7.0) <50b9367c5afa61f131627b6da6ec726d> /Applications/Final Cut Pro.app/Contents/MacOS/Plugins/MolokiniSupport.bundle/Contents/MacOS/MolokiniSu pport
    0xda32000 - 0xda44fff com.apple.FinalCutPro.Frameworks.MolokiniTranslation 1.0 (1.0) <b97968d83cb88f81549d41039b1ca6f5> /Applications/Final Cut Pro.app/Contents/Frameworks/MolokiniTranslation.framework/Versions/A/MolokiniTr anslation
    0xda51000 - 0xda84fff com.apple.FinalCutPro.Plugins.Motion Viewer 7.0 (7.0) <5105d5d05cf659b42bc2e85684624e9b> /Applications/Final Cut Pro.app/Contents/MacOS/Plugins/Motion Viewer.bundle/Contents/MacOS/Motion Viewer
    0xda95000 - 0xdab3fff com.apple.FinalCutPro.Plugins.Movie Analyzer 7.0 (7.0) <8c70cc7d97eb7bb6f1eaf93e33d01640> /Applications/Final Cut Pro.app/Contents/MacOS/Plugins/Movie Analyzer.bundle/Contents/MacOS/Movie Analyzer
    0xdac1000 - 0xdad9fff com.apple.FinalCutPro.Plugins.Movie Viewer 7.0 (7.0) <0f77952ad039492cf44736421c8c16dc> /Applications/Final Cut Pro.app/Contents/MacOS/Plugins/Movie Viewer.bundle/Contents/MacOS/Movie Viewer
    0xdae5000 - 0xdae9fff com.apple.FinalCutPro.Plugins.NuggetExport 7.0 (7.0) <1ad9d5f008e6e80482e36451513ae370> /Applications/Final Cut Pro.app/Contents/MacOS/Plugins/NuggetExport.bundle/Contents/MacOS/NuggetExport
    0xdaed000 - 0xdb94fff com.apple.FinalCutPro.Plugins.OMF Audio Export 7.0 (7.0) <38fc8086a441ce8003fb3fa9951039ed> /Applications/Final Cut Pro.app/Contents/MacOS/Plugins/OMF Audio Export.bundle/Contents/MacOS/OMF Audio Export
    0xdba6000 - 0xdbaffff com.apple.FinalCutPro.Plugins.Perf Analyzer 7.0 (7.0) <1af03373c399490d5a8c99bf699a2c9a> /Applications/Final Cut Pro.app/Contents/MacOS/Plugins/Perf Analyzer.bundle/Contents/MacOS/Perf Analyzer
    0xdbb4000 - 0xdbcbffb com.apple.FinalCutPro.Plugins.ProAppsIntegration 7.0 (7.0) <3da6b50898df8a3c1c059e362d86ea75> /Applications/Final Cut Pro.app/Contents/MacOS/Plugins/ProAppsIntegration.bundle/Contents/MacOS/ProApps Integration
    0xdbda000 - 0xdbe8ffb com.apple.FinalCutPro.Plugins.Pulldown Support 7.0 (7.0) <fa27e19bd82463ffb8aae55a5fd4b75c> /Applications/Final Cut Pro.app/Contents/MacOS/Plugins/Pulldown Support.bundle/Contents/MacOS/Pulldown Support
    0xdbef000 - 0xdc2dffb com.apple.FinalCutPro.Plugins.QTM Reader 7.0 (7.0) <8bb075f03126012bd93782f394bf0d25> /Applications/Final Cut Pro.app/Contents/MacOS/Plugins/QTM Reader.bundle/Contents/MacOS/QTM Reader
    0xdc3a000 - 0xdc43ffb com.apple.FinalCutPro.Plugins.QuickView 7.0 (7.0) <aa36d5474889e87e8efc334e47a1ce49> /Applications/Final Cut Pro.app/Contents/MacOS/Plugins/QuickView.bundle/Contents/MacOS/QuickView
    0xdc47000 - 0xdc58ffb com.apple.FinalCutPro.Plugins.Relink Media 7.0 (7.0) <df91097575fea9655157352af7d1339f> /Applications/Final Cut Pro.app/Contents/MacOS/Plugins/Relink Media.bundle/Contents/MacOS/Relink Media
    0xdc5e000 - 0xdcf2fff com.apple.FinalCutPro.Plugins.Timeline Editor 7.0 (7.0) <dfa47fc36cfad46b1b246d85b02a1f82> /Applications/Final Cut Pro.app/Contents/MacOS/Plugins/Timeline Editor.bundle/Contents/MacOS/Timeline Editor
    0xdd00000 - 0xdd12fff com.apple.FinalCutPro.Plugins.Transcoder 7.0 (7.0) <d4baee531e60f586e7ad29486e84a289> /Applications/Final Cut Pro.app/Contents/MacOS/Plugins/Transcoder.bundle/Contents/MacOS/Transcoder
    0xdd1b000 - 0xdd2dfff com.apple.FinalCutPro.Plugins.Transition Viewer 7.0 (7.0) <da0dfe7c925e98e052a29a1dfa12df6e> /Applications/Final Cut Pro.app/Contents/MacOS/Plugins/Transition Viewer.bundle/Contents/MacOS/Transition Viewer
    0xdd32000 - 0xdd48ffb com.apple.FinalCutPro.Plugins.Trimming 7.0 (7.0) <b3caddaa25c688c1a5e12565f3a9a535> /Applications/Final Cut Pro.app/Contents/MacOS/Plugins/Trimming.bundle/Contents/MacOS/Trimming
    0xdd4d000 - 0xdd54fff com.apple.FinalCutPro.Plugins.VDUSupport 7.0 (7.0) <9b97e3bcfd20f3c2b2d489e05ff14f13> /Applications/Final Cut Pro.app/Contents/MacOS/Plugins/VDUSupport.bundle/Contents/MacOS/VDUSupport
    0xdd59000 - 0xdd9affb com.apple.FinalCutPro.Plugins.Vector Accelerator 7.0 (7.0) <35e699b7d7496cb3a3177fe64d95bddd> /Applications/Final Cut Pro.app/Contents/MacOS/Plugins/Vector Accelerator.bundle/Contents/MacOS/Vector Accelerator
    0xdd9f000 - 0xddb1ffb com.apple.FinalCutPro.Plugins.VideoLog 7.0 (7.0) <14d423f3f50c01a1020ffaf817266ba8> /Applications/Final Cut Pro.app/Contents/MacOS/Plugins/VideoLog.bundle/Contents/MacOS/VideoLog
    0xddb5000 - 0xddcefff com.apple.FinalCutPro.Plugins.VoiceOver 7.0 (7.0) <2e47b1e5cd7899f55bb56bb48e6e9d56> /Applications/Final Cut Pro.app/Contents/MacOS/Plugins/VoiceOver.bundle/Contents/MacOS/VoiceOver
    0xddd4000 - 0xde4effd com.apple.FinalCutPro.Plugins.XML Support 7.0 (7.0) <a6887a9919b3f27bf074cac3dfafd3d3> /Applications/Final Cut Pro.app/Contents/MacOS/Plugins/XML Support.bundle/Contents/MacOS/XML Support
    0xdf3a000 - 0xdf4eff3 com.apple.FCP Uncompressed 422.component 1.6 (1.6) <0bd250c3d641d5f10a52ae0295913399> /Library/QuickTime/FCP Uncompressed 422.component/Contents/MacOS/FCP Uncompressed 422
    0xdfbe000 - 0xdfc1ffb com.apple.LiveType.component 2.1.4 (2.1.4) <7cd39a180f41e0a33aa85283d2960a81> /Library/QuickTime/LiveType.component/Contents/MacOS/LiveType
    0xdfc6000 - 0xe028fff com.apple.LiveType.framework 2.1.4 (2.1.4) <2f9be5cbcd81d21841eeb6b677606614> /Library/Application Support/ProApps/SharedA/Frameworks/LiveType.framework/Versions/A/LiveType
    0xe047000 - 0xe08eff3 com.apple.motion.component 1.0 (687) <084ddfae408b48c58b6a98f3ab12a66d> /Library/QuickTime/Motion.component/Contents/MacOS/Motion
    0xe094000 - 0xe096ffb +Motion ??? (???) <9167acca95cdc7e2ffc1ddc5b4c31bb4> /Library/Frameworks/Motion.framework/Versions/A/Motion
    0xe09b000 - 0xe139ff7 com.apple.procore.framework 4.0 (712) <7c7e4298ad4f6e2b3afa5d54fce4f794> /Library/Application Support/ProApps/SharedA/Frameworks/ProCore.framework/Versions/A/ProCore
    0xe177000 - 0xe18dffb com.apple.fcp.DVOutputUnit 1.3 (1.3) <9bf79a33b066e48a51e1ac7d8b584001> /Applications/Final Cut Pro.app/Contents/Resources/DVOutputUnit.bundle/Contents/MacOS/DVOutputUnit
    0xe33c000 - 0xe3c5fbf com.apple.AppleProResCodec 2.0 (224) <f243fd6cd0abef23b1c03879dbe63433> /Library/QuickTime/AppleProResCodec.component/Contents/MacOS/AppleProResCodec
    0xe3cc000 - 0xe4fdffb QuickTimeH264.altivec ??? (???) <bfb7e7a6b6b996de5a4cfcafb49fdf35> /System/Library/QuickTime/QuickTimeH264.component/Contents/Resources/QuickTimeH 264.altivec
    0xe510000 - 0xe540fef com.apple.DVCPROHDCodec 1.5 (237) <085da018614927e20ddc696de8da87e2> /Library/QuickTime/DVCPROHDCodec.component/Contents/MacOS/DVCPROHDCodec
    0xe547000 - 0xe592fff com.apple.viceroy.codec 32.1 (32.1) /System/Library/Components/VCH263Codec.component/VCH263Codec
    0xe59b000 - 0xe636ff7 com.apple.AppleHDVCodec 1.5 (228) <ff8d7fef027554675b19d00d0750f91b> /Library/QuickTime/AppleHDVCodec.component/Contents/MacOS/AppleHDVCodec
    0xe643000 - 0xe664ffb com.apple.AppleVAFramework 4.1.16 (4.1.16) /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0xe66a000 - 0xe685ff7 com.apple.AppleIntermediateCodec 1.3 (151) <9b9b7f37a81cc0b1f191ace9e04f5157> /Library/QuickTime/AppleIntermediateCodec.component/Contents/MacOS/AppleInterme diateCodec
    0xe68b000 - 0xe69efef com.apple.IMXCodec 1.4 (155) <c94656c54650501f04caee50453f07c9> /Library/QuickTime/IMXCodec.component/Contents/MacOS/IMXCodec
    0xe6a3000 - 0xe6e3ff7 com.apple.applepixletvideo 1.2.18 (1.2d18) <2373b6000acc27dcbdae6f6dc45ea88a> /System/Library/QuickTime/ApplePixletVideo.component/Contents/MacOS/ApplePixlet Video
    0xe6e8000 - 0xe726ff7 com.apple.QuickTimeFireWireDV.component 7.6.4 (1327.73) /System/Library/QuickTime/QuickTimeFireWireDV.component/Contents/MacOS/QuickTim eFireWireDV
    0xe8c7000 - 0xe9c8ff3 com.apple.soundtrackpro.integration 3.0 (3.0) <027ed7498eafedbe4957000e244791ed> /Library/Application Support/ProApps/Bundles/Soundtrack Pro Integration.bundle/Contents/MacOS/Soundtrack Pro Integration
    0xe9f9000 - 0xea27ffb com.apple.motion.MotionBundle 4.0.0 (687) <7d567c48d0176d8e5f0e15a0f1ae4c3b> /Library/Application Support/ProApps/Bundles/Motion.bundle/Contents/MacOS/Motion
    0xedc5000 - 0xedc9fff com.apple.audio.AudioIPCPlugIn 1.0.6 (1.0.6) <ac58ebbd8e1179ff891b7a60b2ba33cc> /System/Library/Extensions/AudioIPCDriver.kext/Contents/Resources/AudioIPCPlugI n.bundle/Contents/MacOS/AudioIPCPlugIn
    0xeddd000 - 0xeddeffd com.apple.aoa.halplugin 2.5.8 (2.5.8f1) <0d6be2c83d2f582060ba48293d283cdd> /System/Library/Extensions/IOAudioFamily.kext/Contents/PlugIns/AOAHALPlugin.bun dle/Contents/MacOS/AOAHALPlugin
    0xf000000 - 0xf027fe7 +com.digidesign.digidesign.DigiCoreAudioPlugIn 7.3 (7.3f117) /Library/Audio/Plug-Ins/HAL/Digidesign CoreAudio.plugin/Contents/MacOS/Digidesign CoreAudio
    0xf07d000 - 0xf0a6ffb com.apple.fcp.FCPAudioUnits 0.0.8 (1.1) <c30c24edb034df2787954de6c5dcd23b> /Applications/Final Cut Pro.app/Contents/Resources/FCPAudioUnits.bundle/Contents/MacOS/FCPAudioUnits
    0xf1ab000 - 0xf1cafff com.apple.OpenTransport 3.0 (3.0) /System/Library/PrivateFrameworks/OpenTransport.framework/OpenTransport
    0xf700000 - 0xf8dafff +ACBoxCombo.MusicDevice.component 1.0.0.006 (1.0.0) /Library/Audio/Plug-Ins/Components/ACBoxCombo.component/Contents/MacOS/ACBoxCom bo
    0x10000000 - 0x1005cfff com.apple.proapps.AudioMixEngine 2.0 (68) <2d46083f7fecef7dfbcb75d8f635cc86> /Applications/Final Cut Pro.app/Contents/Frameworks/AudioMixEngine.framework/Versions/A/AudioMixEngine
    0x1008b000 - 0x10270fef +PlexiCombo.MusicDevice.component 1.0.0.006 (1.0.0) /Library/Audio/Plug-Ins/Components/PlexiCombo.component/Contents/MacOS/PlexiCom bo
    0x10402000 - 0x105e5fef +TwangCombo.MusicDevice.component 1.0.0.009 (1.0.0) /Library/Audio/Plug-Ins/Components/TwangCombo.component/Contents/MacOS/TwangCom bo
    0x10772000 - 0x10a42ff7 +com.celemony.melodynebridge.au 3.1.0.9 (3.1.0.9) /Library/Audio/Plug-Ins/Components/MelodyneBridge.component/Contents/MacOS/Melo dyneBridge
    0x11000000 - 0x11029ffb com.apple.proapps.ControlSurfaceSupport 2.0 (68) <bbaea886815ee1ce10f2ec3ccf30ee26> /Applications/Final Cut Pro.app/Contents/Frameworks/ControlSurfaceSupport.framework/Versions/A/ControlS urfaceSupport
    0x11049000 - 0x117c2fe3 +com.borisfx.TextScrambler ??? (2.1) /Library/Application Support/Final Cut Pro System Support/Plugins/Text Scrambler.bundle/Contents/MacOS/Text Scrambler
    0x12215000 - 0x1298cfeb +com.borisfx.Title3D ??? (2.1) /Library/Application Support/Final Cut Pro System Support/Plugins/Title 3D.bundle/Contents/MacOS/Title 3D
    0x133de000 - 0x13b53fff +com.borisfx.TitleCrawl ??? (2.1) /Library/Application Support/Final Cut Pro System Support/Plugins/Title Crawl.bundle/Contents/MacOS/Title Crawl
    0x145a4000 - 0x14d1dffb +com.borisfx.VectorShape ??? (2.1) /Library/Application Support/Final Cut Pro System Support/Plugins/Vector Shape.bundle/Contents/MacOS/Vector Shape
    0x70000000 - 0x700cdff3 com.apple.audio.units.Components 1.5.2 (1.5.2) /System/Library/Components/CoreAudio.component/Contents/MacOS/CoreAudio
    0x8fe00000 - 0x8fe30c23 dyld 97.1 (???) <89a0055b0e7ea2db881b73c6e63bc774> /usr/lib/dyld
    0x9000d000 - 0x9000dffc com.apple.MonitorPanelFramework 1.2.0 (1.2.0) <91aadd6dccda219dd50a6ce06aad5b54> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPane l
    0x9000e000 - 0x9000effb com.apple.installserver.framework 1.0 (8) /System/Library/PrivateFrameworks/InstallServer.framework/Versions/A/InstallSer ver
    0x9000f000 - 0x90010fff libffi.dylib ??? (???) <11b77dbce4aa0f0b66d40014230abd1d> /usr/lib/libffi.dylib
    0x90011000 - 0x90018ffb com.apple.print.framework.Print 218.0.3 (220.2) <021d2263007c538fd9e6b52e66a2623d> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x90019000 - 0x9005dfff com.apple.CoreMediaIOServicesPrivate 20.0 (20.0) /System/Library/PrivateFrameworks/CoreMediaIOServicesPrivate.framework/Versions /A/CoreMediaIOServicesPrivate
    0x9005e000 - 0x90063ff6 libmathCommon.A.dylib ??? (???) /usr/lib/system/libmathCommon.A.dylib
    0x90064000 - 0x907dafff com.apple.AppKit 6.5.9 (949.54) <687f1742c249d7c9268e2eb57713cef6> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x907db000 - 0x907e0fff com.apple.CoreMediaAuthoringPrivate 1.6 (1.6) /System/Library/PrivateFrameworks/CoreMediaAuthoringPrivate.framework/Versions/ A/CoreMediaAuthoringPrivate
    0x907e1000 - 0x90c0fffe libGLProgrammability.dylib ??? (???) <5d52750ec9e438b25d3a4db51361fa2b> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0x90c10000 - 0x90c41fff com.apple.coreui 1.2 (62) /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x90ce9000 - 0x90cf4fff com.apple.speech.recognition.framework 3.7.24 (3.7.24) <ae3dc890a43a9269388301f6b59d3091> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x90d11000 - 0x90d7bfff com.apple.PDFKit 2.1.2 (2.1.2) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
    0x90d7c000 - 0x90da9fff libGL.dylib ??? (???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x90dea000 - 0x90df0fff com.apple.DisplayServicesFW 2.0.2 (2.0.2) <7f4de3ca234fdf3f06f25d47d7119e9b> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
    0x91814000 - 0x91817fff com.apple.help 1.1 (36) <7106d6e074a3b9835ebf1e6cc6c822ce> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x91818000 - 0x91b4aff7 com.apple.QuickTime 7.6.4 (1327.73) <2a47a570627b516ad5d7e2ee611c49fa> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x91b4b000 - 0x91b4bff8 com.apple.Cocoa 6.5 (???) <e9a4f1c636d00893db0494c4040176ba> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x91b8a000 - 0x91ba8fff com.apple.QuickLookFramework 1.3.1 (170.9) /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x91ba9000 - 0x91bbcffb com.apple.speech.synthesis.framework 3.7.1 (3.7.1) <050180a659a3905ea38f2acddcdf7b40> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x91bbd000 - 0x91c47fff libvMisc.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x91d2f000 - 0x91db7ffb com.apple.audio.CoreAudio 3.1.2 (3.1.2) <6fc8a8cb43506b57b951da899a55d3b9> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x91db8000 - 0x91e87ffb com.apple.QuickTimeMPEG4.component 7.6.4 (1327.73) /System/Library/QuickTime/QuickTimeMPEG4.component/Contents/MacOS/QuickTimeMPEG 4
    0x91e88000 - 0x91e98fff libsasl2.2.dylib ??? (???) <c0d4783f9b08dfd1bded5e0b5ffe37cb> /usr/lib/libsasl2.2.dylib
    0x91e99000 - 0x91e99ffe com.apple.quartzframework 1.5 (1.5) <1477ba992c53f43087c7527c4782fd54> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x91fe3000 - 0x92002fff com.apple.Accelerate.vecLib 3.4.2 (vecLib 3.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x92003000 - 0x920e6fff libobjc.A.dylib ??? (???) <a1d4be2eed463c6799b6a1447fde72ba> /usr/lib/libobjc.A.dylib
    0x920e7000 - 0x92148fff com.apple.CoreText 2.0.4 (???) <ebcc2c7e9b0bc10016af530d82a11f03> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x92149000 - 0x921d1fff com.apple.ink.framework 101.3 (86) <66a99ad6bc695390a66dd24789e23dcc> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x923ad000 - 0x923d6ffb com.apple.shortcut 1.0.1 (1.0) <8da20d176ab4cf71cdf4f79b477fe0e7> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
    0x92526000 - 0x9252efff libbsm.dylib ??? (???) <c1fca3cbe3b1c21e9b31bc89b920f34c> /usr/lib/libbsm.dylib
    0x9252f000 - 0x92532ffb com.apple.securityhi 3.0 (30817) <e50c0cac9048f8923b95797753d50b5c> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x92533000 - 0x92565fff com.apple.bom 9.0.1 (136.1.1) <1399341d4cd4b8d4c560e683bc81d73c> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
    0x92566000 - 0x925b0fff com.apple.QuickLookUIFramework 1.3.1 (170.9) /System/Library/PrivateFrameworks/QuickLookUI.framework/Versions/A/QuickLookUI
    0x925b1000 - 0x926cdff3 com.apple.JavaScriptCore 5530.19 (5530.19) <4dfec2404ff2e05424de2c6ac3181161> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x926ce000 - 0x92703fff com.apple.AE 402.3 (402.3) <75725936d014fd3ca2553d18b784b99b> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x92a07000 - 0x92a64ffb com.apple.HIServices 1.7.1 (???) <a6c5c0bf2d68aeb453dbc493b7d0c8d9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x92b26000 - 0x92b26ffa com.apple.CoreServices 32 (32) <42b6dda539f7411606187335d9eae0c5> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x92b27000 - 0x92b2dffb com.apple.backup.framework 1.0 (1.0) /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x92b2e000 - 0x92b46ffb com.apple.DictionaryServices 1.0.0 (1.0.0) <fe37191e732eeb66189185cd000a210b> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
    0x92b47000 - 0x92b8efff com.apple.NavigationServices 3.5.2 (163) <453fd79dd63debad4908dcc726f9aa04> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x92c32000 - 0x92e78ffb com.apple.Foundation 6.5.9 (677.26) <c30e4aea51bbae480d4550cd53abb441> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x92e79000 - 0x92e79fff com.apple.Accelerate 1.4.2 (Accelerate 1.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x92e7a000 - 0x92e94ffb com.apple.CoreVideo 1.6.0 (20.0) <2bc359d0334aa51fcf0534320dee89e9> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x92e95000 - 0x92f10fff com.apple.SearchKit 1.2.2 (1.2.2) <a9d0033a5e1e55b5e382e52fe578d734> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x92f2a000 - 0x93263ff7 com.apple.HIToolbox 1.5.6 (???) <a3b713a77c16da495c886463985f1e39> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x93264000 - 0x932e9fff libsqlite3.0.dylib ??? (???) <daf55b073488086ef5b9a3781be53f14> /usr/lib/libsqlite3.0.dylib
    0x932ea000 - 0x93315ff7 libauto.dylib ??? (???) <a64d088b2d17e013b9ee5a08d3a20d33> /usr/lib/libauto.dylib
    0x9331b000 - 0x933ceffc com.apple.CFNetwork 438.14 (438.14) <6e213ab40eabfc276ca46a7c7cfad01a> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x93411000 - 0x93420fff com.apple.DSObjCWrappers.Framework 1.3 (1.3) <305892aafaceb4e31915f0d759ef7e6d> /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
    0x93421000 - 0x93436fff com.apple.IMUtils 4.0.8 (584) <798e21f99606c71cc5998dc473c8652b> /System/Library/Frameworks/InstantMessage.framework/Frameworks/IMUtils.framewor k/Versions/A/IMUtils
    0x93588000 - 0x941b3fef com.apple.QuickTimeComponents.component 7.6.4 (1327.73) /System/Library/QuickTime/QuickTimeComponents.component/Contents/MacOS/QuickTim eComponents
    0x941b4000 - 0x941c4ffb com.apple.agl 3.0.9 (AGL-3.0.9) <e751a9e491c3a9ef82c6405466106726> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x94742000 - 0x94749fff com.apple.CommonPanels 1.2.4 (85) <0d1256175c5512c911ede094d767acfe> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x94767000 - 0x94a90fe7 libLAPACK.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x94a91000 - 0x94a9ffff libz.1.dylib ??? (???) <1a70dd3594a8c5ad39d785af5da23237> /usr/lib/libz.1.dylib
    0x94d1d000 - 0x94d73fff libGLU.dylib ??? (???) <3418ce7ca0863162847f553c15d08674> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x94d74000 - 0x94d74fff com.apple.Carbon 136 (136) <6a6a209ec9179368db7ead8382b8ee63> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x94d75000 - 0x94d80ff9 com.apple.helpdata 1.0.1 (14.2) /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
    0x94dd0000 - 0x94e52fff com.apple.print.framework.PrintCore 5.5.4 (245.6) <3cde2550ec10348b7162d2b6cb0dfc67> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x94e53000 - 0x94ee8ff7 com.apple.framework.IOKit 1.5.2 (???) <ced0a498252f76a2d2ba9f2a0ae02160> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x94ee9000 - 0x94ef2fff com.apple.DiskArbitration 2.2.1 (2.2.1) <682f5c45591e8c4a89c79e384e2c49af> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x95054000 - 0x95096fff com.apple.quartzfilters 1.5.0 (1.5.0) <3f2dc01a646cd5b5ea55d510583ba4d5> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters .framework/Versions/A/QuartzFilters
    0x95097000 - 0x950a4fff libbz2.1.0.dylib ??? (???) <03227e92407191ff8e754461e842201b> /usr/lib/libbz2.1.0.dylib
    0x951b9000 - 0x95325ff9 com.apple.AddressBook.framework 4.1.2 (702) <00009729166ef5c0294f864e1c4e54c9> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x95326000 - 0x953b5ffb com.apple.DesktopServices 1.4.8 (1.4.8) <efaf20fbcdf58c7da37ddbcf190bba75> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x95430000 - 0x9543bffb libgcc_s.1.dylib ??? (???) <ea47fd375407f162c76d14d64ba246cd> /usr/lib/libgcc_s.1.dylib
    0x9543c000 - 0x95458fff com.apple.IMFramework 4.0.8 (584) <c700ba51b41e931a186ebff34b250f15> /System/Library/Frameworks/InstantMessage.framework/Versions/A/InstantMessage
    0x95459000 - 0x954a8fff com.apple.Metadata 10.5.8 (398.26) <1a261534027b9d1518327d1fabe1182b> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x954a9000 - 0x954f8fff libGLImage.dylib ??? (???) <2e1f2a2625064149d209ec19e52d0384> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x9552b000 - 0x95553fff libxslt.1.dylib ??? (???) <bb985380f353bbc7ce694d56884ea156> /usr/lib/libxslt.1.dylib
    0x95554000 - 0x955edfc3 libvDSP.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x955ee000 - 0x9560affb com.apple.openscripting 1.2.8 (???) <01f86cdb8f7347d2f3f13066e954acb6> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x9560b000 - 0x9561efff com.apple.LangAnalysis 1.6.5 (1.6.5) <2a661ad6e432dd62dd831e234904061f> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x95708000 - 0x95709ff8 com.apple.ApplicationServices 34 (34) <6aa5ee485bb2e656531b3505932b845f> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x9570a000 - 0x958ccff4 com.apple.CoreAUC 3.08.0 (3.08.0) <9d8d7368e2d3b11318a3556c6d4902a1> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
    0x95b4e000 - 0x95b6dfff libresolv.9.dylib ??? (???) <c5c72e1cf61cb844163156956a1d8407> /usr/lib/libresolv.9.dylib
    0x95bd6000 - 0x95be2ff3 com.apple.audio.SoundManager 3.9.2 (3.9.2) <79588842bcaf6c747a95b2120304397a> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x95be3000 - 0x95f48ffe com.apple.QuartzCore 1.5.8 (1.5.8) <60e54cfb861dc5e66bb4f263a192d558> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x95f49000 - 0x9601cfff com.apple.CoreServices.OSServices 228 (228) <8610aed4edbd5d21e887a68c32b5c216> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x9601d000 - 0x961beff7 com.apple.QuartzComposer 2.1 (106.13) <6dd1df71cb588b1b9ceb0c5bbf32e842> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
    0x96235000 - 0x96254fff com.apple.vecLib 3.4.2 (vecLib 3.4.2) /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x96255000 - 0x962bcffb libstdc++.6.dylib ??? (???) <a4e9b10268b3ffac26d0296499b24e8e> /usr/lib/libstdc++.6.dylib
    0x962fb000 - 0x968b5fff libBLAS.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x968b6000 - 0x969caffa com.apple.vImage 3.0 (3.0) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x969cb000 - 0x96a82fff com.apple.QTKit 7.6.4 (1327.73) /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x96a83000 - 0x96a86ff3 com.apple.QuickTimeH264.component 7.6.4 (1327.73) /System/Library/QuickTime/QuickTimeH264.component/Contents/MacOS/QuickTimeH264
    0x96a87000 - 0x96bacff3 com.apple.CoreFoundation 6.5.7 (476.19) <dee0f0024f3bf976cfa0a0816e8aa338> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x96cfa000 - 0x96daafff edu.mit.Kerberos 6.0.13 (6.0.13) <2ed20a450576465ee4f9c317b8ce8c44> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x96dab000 - 0x96f4bff3 libSystem.B.dylib ??? (???) <900415cd2c829b2de9a6cdcdaa6307e3> /usr/lib/libSystem.B.dylib
    0x96f4c000 - 0x97042ffc libiconv.2.dylib ??? (???) <05ae1fcc97404173b2f9caef8f8be797> /usr/lib/libiconv.2.dylib
    0x97043000 - 0x9705affb com.apple.ImageCapture 5.0.2 (5.0.2) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x9705b000 - 0x97084fff com.apple.CoreMediaPrivate 15.0 (15.0) /System/Library/PrivateFrameworks/CoreMediaPrivate.framework/Versions/A/CoreMed iaPrivate
    0x97085000 - 0x9714dffb com.apple.CoreData 100.2 (186.2) <be912ff41bd4506438a71d5665e89069> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x9714e000 - 0x97187fff com.apple.SystemConfiguration 1.9.2 (1.9.2) <21dee7ffd93306032f911b5ef3fdbab3> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x97188000 - 0x971eaffb com.apple.htmlrendering 68 (1.1.3) <e852db1c007de975fae2f0c2769c88ef> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x971eb000 - 0x97310ffb com.apple.imageKit 1.0.2 (1.0) <50dfcbe41b384bd71761c761c3fbfd5e> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
    0x973e1000 - 0x973efff3 com.apple.opengl 1.5.10 (1.5.10) <54bae289e544387ce7997a4a05e70aa9> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0xfffec000 - 0xfffeffff libobjc.A.dylib ??? (???) /usr/lib/libobjc.A.dylib
    0xffff8000 - 0xffff9703 libSystem.B.dylib ??? (???) /usr/lib/libSystem.B.dylib

    For "Could not open key/write value" errors when reinstalling try b noir's user tip:
    "Could not open key: UNKNOWN\Components\[LongStringOfLettersAndNumbers]\
    [LongStringOfLettersAndNumbers]" error messages when installing iTunes for Windows.
    The technique can be applied to the branch of the registry mentioned in the error message.
    If you still have issues see Troubleshooting issues with iTunes for Windows updates.
    tt2

  • After installing yosemite its showing my safari is open and displaying a long error message. so now i cant get onto the internet!!!! Please help

    So I downloaded the new yosemite software onto my macbook pro 13 inch and every time I try to get onto the safari page it says
    Safari quit unexpectedly and gives an option to reopen
    If I click reopen the same error message pops up
    Then if I click the comments it's comes up with
    Process:               Safari [351]
    Path:                  /Applications/Safari.app/Contents/MacOS/Safari
    Identifier:            com.apple.Safari
    Version:               8.0 (10600.1.25)
    Build Info:            WebBrowser-7600001025000000~1
    Code Type:             X86-64 (Native)
    Parent Process:        ??? [1]
    Responsible:           Safari [351]
    User ID:               501
    Date/Time:             2014-10-23 09:14:03.098 +0100
    OS Version:            Mac OS X 10.10 (14A389)
    Report Version:        11
    Anonymous UUID:        218B1CA4-7890-1373-B140-9116AC72C05E
    Time Awake Since Boot: 130 seconds
    Crashed Thread:        32
    Exception Type:        EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes:       KERN_INVALID_ADDRESS at 0x0000000000000020
    External Modification Warnings:
    Thread creation by external task.
    VM Regions Near 0x20:
    -->
        __TEXT                 000000010d85c000-000000010d85d000 [    4K] r-x/rwx SM=COW  /Applications/Safari.app/Contents/MacOS/Safari
    Application Specific Information:
    Process Model:
    Multiple Web Processes
    Thread 0:: Dispatch queue: com.apple.main-thread
    0   libsystem_kernel.dylib        0x00007fff8e91f52e mach_msg_trap + 10
    1   libsystem_kernel.dylib        0x00007fff8e91e69f mach_msg + 55
    2   com.apple.CoreFoundation      0x00007fff8d977b14 __CFRunLoopServiceMachPort + 212
    3   com.apple.CoreFoundation      0x00007fff8d976fdb __CFRunLoopRun + 1371
    4   com.apple.CoreFoundation      0x00007fff8d976838 CFRunLoopRunSpecific + 296
    5   com.apple.HIToolbox           0x00007fff93d3243f RunCurrentEventLoopInMode + 235
    6   com.apple.HIToolbox           0x00007fff93d321ba ReceiveNextEventCommon + 431
    7   com.apple.HIToolbox           0x00007fff93d31ffb _BlockUntilNextEventMatchingListInModeWithFilter + 71
    8   com.apple.AppKit              0x00007fff931b7821 _DPSNextEvent + 964
    9   com.apple.AppKit              0x00007fff931b6fd0 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 194
    10  com.apple.Safari.framework    0x00007fff92628f20 -[BrowserApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 246
    11  com.apple.AppKit              0x00007fff934bbd27 -[NSApplication _realDoModalLoop:peek:] + 666
    12  com.apple.AppKit              0x00007fff934ba2d6 -[NSApplication runModalForWindow:] + 119
    13  com.apple.AppKit              0x00007fff934b9ea3 -[NSAlert runModal] + 144
    14  com.apple.AppKit              0x00007fff931bc7ad __55-[NSPersistentUIRestorer promptToIgnorePersistentState]_block_invoke + 1037
    15  com.apple.AppKit              0x00007fff931bc35e -[NSApplication _suppressFinishLaunchingFromEventHandlersWhilePerformingBlock:] + 28
    16  com.apple.AppKit              0x00007fff931bc2fd -[NSPersistentUIRestorer promptToIgnorePersistentState] + 247
    17  com.apple.AppKit              0x00007fff931bbfea -[NSApplication _reopenWindowsAsNecessaryIncludingRestorableState:registeringAsReady:completion Handler:] + 255
    18  com.apple.AppKit              0x00007fff931bbdb9 -[NSApplication(NSAppleEventHandling) _handleAEOpenEvent:] + 561
    19  com.apple.AppKit              0x00007fff931bb805 -[NSApplication(NSAppleEventHandling) _handleCoreEvent:withReplyEvent:] + 244
    20  com.apple.Foundation          0x00007fff9604c458 -[NSAppleEventManager dispatchRawAppleEvent:withRawReply:handlerRefCon:] + 290
    21  com.apple.Foundation          0x00007fff9604c2c9 _NSAppleEventManagerGenericHandler + 102
    22  com.apple.AE                  0x00007fff8872699c aeDispatchAppleEvent(AEDesc const*, AEDesc*, unsigned int, unsigned char*) + 531
    23  com.apple.AE                  0x00007fff88726719 dispatchEventAndSendReply(AEDesc const*, AEDesc*) + 31
    24  com.apple.AE                  0x00007fff88726623 aeProcessAppleEvent + 295
    25  com.apple.HIToolbox           0x00007fff93d3f37e AEProcessAppleEvent + 56
    26  com.apple.AppKit              0x00007fff931b7ec6 _DPSNextEvent + 2665
    27  com.apple.AppKit              0x00007fff931b6fd0 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 194
    28  com.apple.Safari.framework    0x00007fff92628f20 -[BrowserApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 246
    29  com.apple.AppKit              0x00007fff931aaf73 -[NSApplication run] + 594
    30  com.apple.AppKit              0x00007fff93196424 NSApplicationMain + 1832
    31  libdyld.dylib                 0x00007fff8bed95c9 start + 1
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_platform.dylib      0x00007fff94c66f2d _platform_bzero$VARIANT$Ivybridge + 77
    1   libsystem_malloc.dylib        0x00007fff9600f79a szone_malloc_should_clear + 2439
    2   libsystem_malloc.dylib        0x00007fff96010acb malloc_zone_calloc + 78
    3   libsystem_malloc.dylib        0x00007fff96016231 calloc + 49
    4   libobjc.A.dylib               0x00007fff8a772719 class_createInstance + 133
    5   libdispatch.dylib             0x00007fff883db921 _os_object_alloc_realized + 38
    6   libdispatch.dylib             0x00007fff883dc6d8 dispatch_mach_msg_create + 78
    7   libdispatch.dylib             0x00007fff883eec19 _dispatch_mach_msg_recv + 264
    8   libdispatch.dylib             0x00007fff883deccb _dispatch_mgr_invoke + 49
    9   libdispatch.dylib             0x00007fff883dea6a _dispatch_mgr_thread + 52
    Thread 2:
    0   libsystem_kernel.dylib        0x00007fff8e924946 __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff895354a1 start_wqthread + 13
    Thread 3:
    0   libsystem_kernel.dylib        0x00007fff8e924946 __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff895354a1 start_wqthread + 13
    Thread 4:: Dispatch queue: com.apple.root.default-qos
    0   libsystem_kernel.dylib        0x00007fff8e91f582 semaphore_timedwait_trap + 10
    1   libdispatch.dylib             0x00007fff883e2c0f _dispatch_semaphore_wait_slow + 143
    2   com.apple.CoreDuet            0x00007fff948496c0 -[CDAttribute historyOfValue:forWindow:filter:maximumElements:error:] + 529
    3   com.apple.Safari.framework    0x00007fff92b9f02b __57-[WBSParsecSearchClient updateRecentlyUsedAppIdentifiers]_block_invoke + 278
    4   libdispatch.dylib             0x00007fff883e0323 _dispatch_call_block_and_release + 12
    5   libdispatch.dylib             0x00007fff883dbc13 _dispatch_client_callout + 8
    6   libdispatch.dylib             0x00007fff883de88f _dispatch_root_queue_drain + 935
    7   libdispatch.dylib             0x00007fff883ecfe4 _dispatch_worker_thread3 + 91
    8   libsystem_pthread.dylib       0x00007fff895376cb _pthread_wqthread + 729
    9   libsystem_pthread.dylib       0x00007fff895354a1 start_wqthread + 13
    Thread 5:
    0   libsystem_kernel.dylib        0x00007fff8e924946 __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff895354a1 start_wqthread + 13
    Thread 6:
    0   libsystem_kernel.dylib        0x00007fff8e924946 __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff895354a1 start_wqthread + 13
    Thread 7:: WebCore: IconDatabase
    0   libsystem_kernel.dylib        0x00007fff8e924132 __psynch_cvwait + 10
    1   com.apple.WebCore             0x00007fff8acf3ebb WebCore::IconDatabase::syncThreadMainLoop() + 411
    2   com.apple.WebCore             0x00007fff8acf1009 WebCore::IconDatabase::iconDatabaseSyncThread() + 361
    3   com.apple.JavaScriptCore      0x00007fff94f40a9f ***::wtfThreadEntryPoint(void*) + 15
    4   libsystem_pthread.dylib       0x00007fff895372fc _pthread_body + 131
    5   libsystem_pthread.dylib       0x00007fff89537279 _pthread_start + 176
    6   libsystem_pthread.dylib       0x00007fff895354b1 thread_start + 13
    Thread 8:
    0   libsystem_kernel.dylib        0x00007fff8e924946 __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff895354a1 start_wqthread + 13
    Thread 9:
    0   libsystem_kernel.dylib        0x00007fff8e924946 __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff895354a1 start_wqthread + 13
    Thread 10:: com.apple.CoreAnimation.render-server
    0   libsystem_kernel.dylib        0x00007fff8e91f52e mach_msg_trap + 10
    1   libsystem_kernel.dylib        0x00007fff8e91e69f mach_msg + 55
    2   com.apple.QuartzCore          0x00007fff88250d63 CA::Render::Server::server_thread(void*) + 198
    3   com.apple.QuartzCore          0x00007fff88250c96 thread_fun + 25
    4   libsystem_pthread.dylib       0x00007fff895372fc _pthread_body + 131
    5   libsystem_pthread.dylib       0x00007fff89537279 _pthread_start + 176
    6   libsystem_pthread.dylib       0x00007fff895354b1 thread_start + 13
    Thread 11:: com.apple.NSURLConnectionLoader
    0   libsystem_kernel.dylib        0x00007fff8e91f52e mach_msg_trap + 10
    1   libsystem_kernel.dylib        0x00007fff8e91e69f mach_msg + 55
    2   com.apple.CoreFoundation      0x00007fff8d977b14 __CFRunLoopServiceMachPort + 212
    3   com.apple.CoreFoundation      0x00007fff8d976fdb __CFRunLoopRun + 1371
    4   com.apple.CoreFoundation      0x00007fff8d976838 CFRunLoopRunSpecific + 296
    5   com.apple.CFNetwork           0x00007fff87a44e90 +[NSURLConnection(Loader) _resourceLoadLoop:] + 434
    6   com.apple.Foundation          0x00007fff96092b7a __NSThread__main__ + 1345
    7   libsystem_pthread.dylib       0x00007fff895372fc _pthread_body + 131
    8   libsystem_pthread.dylib       0x00007fff89537279 _pthread_start + 176
    9   libsystem_pthread.dylib       0x00007fff895354b1 thread_start + 13
    Thread 12:: Safari: WBSParsecSearchClient location
    0   libsystem_kernel.dylib        0x00007fff8e91f52e mach_msg_trap + 10
    1   libsystem_kernel.dylib        0x00007fff8e91e69f mach_msg + 55
    2   com.apple.CoreFoundation      0x00007fff8d977b14 __CFRunLoopServiceMachPort + 212
    3   com.apple.CoreFoundation      0x00007fff8d976fdb __CFRunLoopRun + 1371
    4   com.apple.CoreFoundation      0x00007fff8d976838 CFRunLoopRunSpecific + 296
    5   com.apple.Safari.framework    0x00007fff92b9fd3e -[WBSParsecSearchClient _locationThread] + 43
    6   com.apple.Foundation          0x00007fff96092b7a __NSThread__main__ + 1345
    7   libsystem_pthread.dylib       0x00007fff895372fc _pthread_body + 131
    8   libsystem_pthread.dylib       0x00007fff89537279 _pthread_start + 176
    9   libsystem_pthread.dylib       0x00007fff895354b1 thread_start + 13
    Thread 13:
    0   libsystem_kernel.dylib        0x00007fff8e924946 __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff895354a1 start_wqthread + 13
    Thread 14:
    0   libsystem_kernel.dylib        0x00007fff8e924946 __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff895354a1 start_wqthread + 13
    Thread 15:
    0   libsystem_kernel.dylib        0x00007fff8e924946 __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff895354a1 start_wqthread + 13
    Thread 16:
    0   libsystem_kernel.dylib        0x00007fff8e924946 __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff895354a1 start_wqthread + 13
    Thread 17:
    0   libsystem_kernel.dylib        0x00007fff8e924946 __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff895354a1 start_wqthread + 13
    Thread 18:
    0   libsystem_kernel.dylib        0x00007fff8e924946 __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff895354a1 start_wqthread + 13
    Thread 19:
    0   libsystem_kernel.dylib        0x00007fff8e924946 __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff895354a1 start_wqthread + 13
    Thread 20:
    0   libsystem_kernel.dylib        0x00007fff8e924946 __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff895354a1 start_wqthread + 13
    Thread 21:
    0   libsystem_kernel.dylib        0x00007fff8e924946 __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff895354a1 start_wqthread + 13
    Thread 22:
    0   libsystem_kernel.dylib        0x00007fff8e924946 __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff895354a1 start_wqthread + 13
    Thread 23:
    0   libsystem_kernel.dylib        0x00007fff8e924946 __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff895354a1 start_wqthread + 13
    Thread 24:
    0   libsystem_kernel.dylib        0x00007fff8e924946 __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff895354a1 start_wqthread + 13
    Thread 25:
    0   libsystem_kernel.dylib        0x00007fff8e924946 __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff895354a1 start_wqthread + 13
    Thread 26:
    0   libsystem_kernel.dylib        0x00007fff8e924946 __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff895354a1 start_wqthread + 13
    Thread 27:
    0   libsystem_kernel.dylib        0x00007fff8e924946 __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff895354a1 start_wqthread + 13
    Thread 28:
    0   libsystem_kernel.dylib        0x00007fff8e924946 __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff895354a1 start_wqthread + 13
    Thread 29:
    0   libsystem_kernel.dylib        0x00007fff8e924946 __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff895354a1 start_wqthread + 13
    Thread 30:: com.apple.CFSocket.private
    0   libsystem_kernel.dylib        0x00007fff8e9243f6 __select + 10
    1   libsystem_pthread.dylib       0x00007fff895372fc _pthread_body + 131
    2   libsystem_pthread.dylib       0x00007fff89537279 _pthread_start + 176
    3   libsystem_pthread.dylib       0x00007fff895354b1 thread_start + 13
    Thread 31:: Safari: HistoryTextCache caching
    0   libsystem_kernel.dylib        0x00007fff8e9255d6 pread + 10
    1   com.apple.SearchKit           0x00007fff8d2257b6 StoreStreamReadPastEndOfBuffer + 69
    2   com.apple.SearchKit           0x00007fff8d2256f8 StoreStreamReadBytes + 52
    3   com.apple.SearchKit           0x00007fff8d2256b1 StoreStreamReadUInt32 + 19
    4   com.apple.SearchKit           0x00007fff8d226f4d IAInputBlock::ReadUInt32() + 21
    5   com.apple.SearchKit           0x00007fff8d229275 ReadPage(unsigned int, IAStorage*, IAOrderedStorable*) + 61
    6   com.apple.SearchKit           0x00007fff8d229035 BTree::Open(IAStorage*, unsigned int, bool, bool) + 173
    7   com.apple.SearchKit           0x00007fff8d228619 TermIndex::Open() + 345
    8   com.apple.SearchKit           0x00007fff8d228467 InvertedIndex::Open() + 29
    9   com.apple.SearchKit           0x00007fff8d2261d6 TIAIndex::Open(IAStorage*, __CFString const*, unsigned char) + 76
    10  com.apple.SearchKit           0x00007fff8d225f80 IAIndexOpen + 108
    11  com.apple.SearchKit           0x00007fff8d224788 SKIndexOpen(void const*, __CFString const*, __CFString const*, unsigned char) + 844
    12  com.apple.SearchKit           0x00007fff8d2243fc SKIndexOpenWithURLAndLocale + 86
    13  com.apple.Safari.framework    0x00007fff927fadcb -[HistoryTextCache(FileInternal) _initializeSearchIndexCreatingIfNecessary:] + 251
    14  com.apple.Safari.framework    0x00007fff927fafe7 -[HistoryTextCache(FileInternal) _removeCachedPageTextForURLStringWithoutFlushing:] + 68
    15  com.apple.Safari.framework    0x00007fff927fa910 -[HistoryTextCache(FileInternal) _runCachingThread] + 649
    16  com.apple.Foundation          0x00007fff96092b7a __NSThread__main__ + 1345
    17  libsystem_pthread.dylib       0x00007fff895372fc _pthread_body + 131
    18  libsystem_pthread.dylib       0x00007fff89537279 _pthread_start + 176
    19  libsystem_pthread.dylib       0x00007fff895354b1 thread_start + 13
    Thread 32 Crashed:
    0   libsystem_pthread.dylib       0x00007fff89535695 _pthread_mutex_lock + 87
    1   libsystem_c.dylib             0x00007fff88f99b78 vfprintf_l + 28
    2   libsystem_c.dylib             0x00007fff88f92620 fprintf + 186
    3   ???                           0x00000001543585dc 0 + 5707761116
    Thread 32 crashed with X86 Thread State (64-bit):
      rax: 0x0000000000000000  rbx: 0x00007fff772041d8  rcx: 0x00007fff772041f0  rdx: 0x00000000000000a0
      rdi: 0x00007fff772041f0  rsi: 0x00007fff89535b14  rbp: 0x0000000154354e30  rsp: 0x0000000154354db0
       r8: 0x000000014f2df000   r9: 0x0000000000000054  r10: 0x0000000000000000  r11: 0x0000000000000206
      r12: 0x00007fff772036b8  r13: 0x0000000000000000  r14: 0x0000000000000000  r15: 0x0000000000000000
      rip: 0x00007fff89535695  rfl: 0x0000000000010246  cr2: 0x0000000000000020
    Logical CPU:     3
    Error Code:      0x00000004
    Trap Number:     14
    Binary Images:
           0x10d85c000 -        0x10d85cfff  com.apple.Safari (8.0 - 10600.1.25) <CCB419A4-D7C3-3F1C-B293-35543A15602C> /Applications/Safari.app/Contents/MacOS/Safari
           0x1522a2000 -        0x1522a2ff5 +cl_kernels (???) <D1E9D929-6134-4749-B405-C44BFC3CBF42> cl_kernels
           0x1522a7000 -        0x1522a7fef +cl_kernels (???) <48371977-D73C-4A0E-8E5A-14815200FBC6> cl_kernels
           0x152f1d000 -        0x153003fef  unorm8_bgra.dylib (2.4.5) <90797750-141F-3114-ACD0-A71363968678> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/u norm8_bgra.dylib
        0x7fff6c667000 -     0x7fff6c69d837  dyld (353.2.1) <4696A982-1500-34EC-9777-1EF7A03E2659> /usr/lib/dyld
        0x7fff86e28000 -     0x7fff86e42ff3  com.apple.Ubiquity (1.3 - 313) <DF56A657-CC6E-3BE2-86A0-71F07127724C> /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
        0x7fff8778c000 -     0x7fff878d0ff7  com.apple.QTKit (7.7.3 - 2890) <6F6CD79F-CFBB-3FE4-82C6-47991346FB17> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
        0x7fff878d1000 -     0x7fff87962ff7  libCoreStorage.dylib (471) <5CA37ED3-320C-3469-B4D2-6F045AFE03A1> /usr/lib/libCoreStorage.dylib
        0x7fff87963000 -     0x7fff879a3ff7  com.apple.CloudDocs (1.0 - 280.1) <21D7E10A-99EF-34BE-82D7-29A6F1761DE5> /System/Library/PrivateFrameworks/CloudDocs.framework/Versions/A/CloudDocs
        0x7fff879a4000 -     0x7fff87ba7ff3  com.apple.CFNetwork (720.0.9 - 720.0.9) <78EE1B88-394F-3BB8-93A6-E068990559EC> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
        0x7fff88229000 -     0x7fff883d9ff7  com.apple.QuartzCore (1.10 - 361.11) <7382E4A9-10B0-3877-B9D7-FA84DC71BA55> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
        0x7fff883da000 -     0x7fff88404ff7  libdispatch.dylib (442.1.4) <502CF32B-669B-3709-8862-08188225E4F0> /usr/lib/system/libdispatch.dylib
        0x7fff88405000 -     0x7fff88408fff  com.apple.IOSurface (97 - 97) <D4B4D2B2-7B16-3174-9EA6-55E0A10B452D> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
        0x7fff88409000 -     0x7fff88424ff7  com.apple.aps.framework (4.0 - 4.0) <9955CAFD-D56B-36E9-BB41-6F7F73317EB5> /System/Library/PrivateFrameworks/ApplePushService.framework/Versions/A/ApplePu shService
        0x7fff88427000 -     0x7fff8870effb  com.apple.CoreServices.CarbonCore (1108.1 - 1108.1) <55A16172-ACC0-38B7-8409-3CB92AF33973> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
        0x7fff8870f000 -     0x7fff88718ff7  libsystem_notify.dylib (133.1.1) <61147800-F320-3DAA-850C-BADF33855F29> /usr/lib/system/libsystem_notify.dylib
        0x7fff88719000 -     0x7fff88778ff3  com.apple.AE (681 - 681) <7F544183-A515-31A8-B45F-89A167F56216> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
        0x7fff888e3000 -     0x7fff888e5ff7  libsystem_sandbox.dylib (358.1.1) <DB9962EF-8898-31CC-9B87-E01F8CE74C9D> /usr/lib/system/libsystem_sandbox.dylib
        0x7fff888e6000 -     0x7fff88952fff  com.apple.framework.CoreWLAN (5.0 - 500.35.2) <ACBAAB0A-BCC7-37CF-AAFB-2DA1733F2682> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
        0x7fff88953000 -     0x7fff889e1ff7  com.apple.CorePDF (4.0 - 4) <9CD7EC6D-3593-3D60-B04F-75F612CCB99A> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
        0x7fff889e2000 -     0x7fff889edff7  com.apple.speech.synthesis.framework (5.2.6 - 5.2.6) <9434AA45-B6BD-37F7-A866-172196A7F91B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
        0x7fff889ee000 -     0x7fff88a7ffff  com.apple.SoftwareUpdate.framework (6 - 744) <4EBCE244-C676-3228-BF4B-645B143C1B97> /System/Library/PrivateFrameworks/SoftwareUpdate.framework/Versions/A/SoftwareU pdate
        0x7fff88a80000 -     0x7fff88accfff  com.apple.corelocation (1486.17 - 1615.21) <DB68CEB9-0D51-3CB9-86A4-B0400CE6C515> /System/Library/Frameworks/CoreLocation.framework/Versions/A/CoreLocation
        0x7fff88acd000 -     0x7fff88b0ffff  com.apple.sociald.Social (87 - 87) <A32F7CCA-6D52-3F4E-8779-548E07A84738> /System/Library/Frameworks/Social.framework/Versions/A/Social
        0x7fff88b74000 -     0x7fff88bc2fff  libcurl.4.dylib (83.1.2) <337A1FF8-E8B1-3173-9F29-C0D4C851D8E1> /usr/lib/libcurl.4.dylib
        0x7fff88bc3000 -     0x7fff88c69fff  com.apple.PDFKit (3.0 - 3.0) <C55D8F39-561D-32C7-A701-46F76D6CC151> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
        0x7fff88c6a000 -     0x7fff88c77ff7  libxar.1.dylib (254) <CE10EFED-3066-3749-838A-6A15AC0DBCB6> /usr/lib/libxar.1.dylib
        0x7fff88c78000 -     0x7fff88c87fff  com.apple.LangAnalysis (1.7.0 - 1.7.0) <D1E527E4-C561-352F-9457-E8C50232793C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
        0x7fff88c9d000 -     0x7fff88ca8ff7  libcsfde.dylib (471) <797691FA-FC0A-3A95-B6E8-BDB75AEAEDFD> /usr/lib/libcsfde.dylib
        0x7fff88ca9000 -     0x7fff88cfaff7  com.apple.audio.CoreAudio (4.3.0 - 4.3.0) <AF72B06E-C6C1-3FAE-8B47-AF461CAE0E22> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
        0x7fff88cfb000 -     0x7fff88d2bffb  com.apple.GSS (4.0 - 2.0) <D033E7F1-2D34-339F-A814-C67E009DE5A9> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
        0x7fff88d2c000 -     0x7fff88d2dff7  libsystem_blocks.dylib (65) <9615D10A-FCA7-3BE4-AA1A-1B195DACE1A1> /usr/lib/system/libsystem_blocks.dylib
        0x7fff88d2e000 -     0x7fff88d36fff  com.apple.xpcobjects (103 - 103) <A202ACEF-7A3D-303E-BB07-29FF49DE279D> /System/Library/PrivateFrameworks/XPCObjects.framework/Versions/A/XPCObjects
        0x7fff88d37000 -     0x7fff88f1cff3  libicucore.A.dylib (531.30) <EF0E7544-E317-3550-A962-6AE65E78AF17> /usr/lib/libicucore.A.dylib
        0x7fff88f1d000 -     0x7fff88f54ffb  com.apple.LDAPFramework (2.4.28 - 194.5) <4CFE8010-CE3F-35EC-90BA-529B74321029> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
        0x7fff88f55000 -     0x7fff88fe1fff  libsystem_c.dylib (1044.1.2) <C185E862-7424-3210-B528-6B822577A4B8> /usr/lib/system/libsystem_c.dylib
        0x7fff89011000 -     0x7fff89019ffb  libcopyfile.dylib (118.1.2) <0C68D3A6-ACDD-3EF3-991A-CC82C32AB836> /usr/lib/system/libcopyfile.dylib
        0x7fff89024000 -     0x7fff8908bff7  com.apple.datadetectorscore (6.0 - 396.1) <5D348063-1528-3E2F-B587-9E82970506F9> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
        0x7fff8908c000 -     0x7fff89096ff7  com.apple.CrashReporterSupport (10.10 - 629) <EC97EA5E-3190-3717-A4A9-2F35A447E7A6> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
        0x7fff89097000 -     0x7fff890e3ff7  libcups.2.dylib (408) <9CECCDE3-51D7-3028-830C-F58BD36E3317> /usr/lib/libcups.2.dylib
        0x7fff890e4000 -     0x7fff890e8ff7  com.apple.LoginUICore (3.0 - 3.0) <86C742AF-8F8A-3AD6-AFD3-DEC66815B5C0> /System/Library/PrivateFrameworks/LoginUIKit.framework/Versions/A/Frameworks/Lo ginUICore.framework/Versions/A/LoginUICore
        0x7fff890e9000 -     0x7fff891bfff3  com.apple.DiskImagesFramework (10.10 - 389.1) <7DE2208C-BD55-390A-8167-4F9F11750C4B> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
        0x7fff894e7000 -     0x7fff89517ff3  com.apple.CoreAVCHD (5.7.5 - 5750.4.1) <3E51287C-E97D-3886-BE88-8F6872400876> /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD
        0x7fff89525000 -     0x7fff89533fff  libIASAuthReboot.dylib (920) <B165E345-197F-3DC7-A52B-64C34FD95D0A> /usr/lib/libIASAuthReboot.dylib
        0x7fff89534000 -     0x7fff8953dfff  libsystem_pthread.dylib (105.1.4) <26B1897F-0CD3-30F3-B55A-37CB45062D73> /usr/lib/system/libsystem_pthread.dylib
        0x7fff89585000 -     0x7fff8958cff7  com.apple.phonenumbers (1.1.1 - 105) <AE39B6FE-05AB-3181-BB2A-4D50A8B392F2> /System/Library/PrivateFrameworks/PhoneNumbers.framework/Versions/A/PhoneNumber s
        0x7fff8958d000 -     0x7fff89de4ff3  com.apple.CoreGraphics (1.600.0 - 772) <6364CBE3-3635-3A53-B448-9D19EF9FEA96> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
        0x7fff89e0a000 -     0x7fff89e13ff3  com.apple.CommonAuth (4.0 - 2.0) <F4C266BE-2E0E-36B4-9DE7-C6B4BF410FD7> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
        0x7fff89e14000 -     0x7fff89e19ffb  libheimdal-asn1.dylib (398.1.2) <F9463B34-AAF5-3488-AD0C-85937C81FC5E> /usr/lib/libheimdal-asn1.dylib
        0x7fff89e1a000 -     0x7fff8a05aff7  com.apple.AddressBook.framework (9.0 - 1498) <EFCD7F23-4654-3B3F-997B-88054D29D442> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
        0x7fff8a05b000 -     0x7fff8a084ffb  libxslt.1.dylib (13) <AED1143F-B848-3E73-81ED-71356F25F084> /usr/lib/libxslt.1.dylib
        0x7fff8a085000 -     0x7fff8a0f9fff  com.apple.ApplicationServices.ATS (360 - 375) <62828B40-231D-3F81-8067-1903143DCB6B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
        0x7fff8a0fa000 -     0x7fff8a13bfff  libGLU.dylib (11.0.7) <8037342E-1ECD-385F-B4C3-545CE97B76AE> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
        0x7fff8a13c000 -     0x7fff8a13cff7  libunc.dylib (29) <5676F7EA-C1DF-329F-B006-D2C3022B7D70> /usr/lib/system/libunc.dylib
        0x7fff8a13d000 -     0x7fff8a22ffff  libxml2.2.dylib (26) <B834E7C8-EC3E-3382-BC5A-DA38DC4D720C> /usr/lib/libxml2.2.dylib
        0x7fff8a310000 -     0x7fff8a311fff  libSystem.B.dylib (1213) <DA954461-EC6A-3DF0-8551-6FC810627627> /usr/lib/libSystem.B.dylib
        0x7fff8a597000 -     0x7fff8a619fff  com.apple.PerformanceAnalysis (1.0 - 1) <2FC0F303-B672-3E64-A978-AB78EAD98395> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/Perf ormanceAnalysis
        0x7fff8a61a000 -     0x7fff8a647fff  com.apple.Accounts (113 - 113) <3145FCC2-D297-3DD1-B74B-9E7DBB0EE33C> /System/Library/Frameworks/Accounts.framework/Versions/A/Accounts
        0x7fff8a648000 -     0x7fff8a6c5fff  com.apple.CoreServices.OSServices (640.3 - 640.3) <28445162-08E9-3E24-84E4-617CE5FE1367> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
        0x7fff8a745000 -     0x7fff8a76bff7  com.apple.ChunkingLibrary (2.1 - 163.1) <3514F2A4-38BD-3849-9286-B3B991057742> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/Chunking Library
        0x7fff8a76c000 -     0x7fff8a951267  libobjc.A.dylib (646) <3B60CD90-74A2-3A5D-9686-B0772159792A> /usr/lib/libobjc.A.dylib
        0x7fff8a952000 -     0x7fff8a954ff7  libquarantine.dylib (76) <DC041627-2D92-361C-BABF-A869A5C72293> /usr/lib/system/libquarantine.dylib
        0x7fff8a96f000 -     0x7fff8a976fff  libCGCMS.A.dylib (772) <E64DC779-A6CF-3B1F-8E57-C09C0B10670F> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGCMS .A.dylib
        0x7fff8a977000 -     0x7fff8aa6aff7  libJP2.dylib (1231) <58849E48-9CD2-38A1-9D48-FCE630F473EB> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
        0x7fff8aa6b000 -     0x7fff8aa78fff  com.apple.SpeechRecognitionCore (2.0.32 - 2.0.32) <87F0C88D-502D-3217-8B4A-8388288568BA> /System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/Versions/A/Sp eechRecognitionCore
        0x7fff8aa79000 -     0x7fff8aa7afff  libsystem_secinit.dylib (18) <581DAD0F-6B63-3A48-B63B-917AF799ABAA> /usr/lib/system/libsystem_secinit.dylib
        0x7fff8aa7b000 -     0x7fff8aa85ff7  com.apple.NetAuth (5.0 - 5.0) <B9EC5425-D38D-308C-865F-207E0A98BAC7> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
        0x7fff8aa86000 -     0x7fff8aa88ff7  libutil.dylib (38) <471AD65E-B86E-3C4A-8ABD-B8665A2BCE3F> /usr/lib/libutil.dylib
        0x7fff8aa89000 -     0x7fff8aaf7ffb  com.apple.Heimdal (4.0 - 2.0) <B852ACA1-4C64-3E2A-A9D3-6D4C80AD9429> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
        0x7fff8ab1d000 -     0x7fff8abdcfff  com.apple.backup.framework (1.6 - 1.6) <5C38C168-5E9B-335D-9570-91AF8604BB10> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
        0x7fff8abe0000 -     0x7fff8abf0ff7  libbsm.0.dylib (34) <A3A2E56C-2B65-37C7-B43A-A1F926E1A0BB> /usr/lib/libbsm.0.dylib
        0x7fff8aced000 -     0x7fff8bc91ffb  com.apple.WebCore (10600 - 10600.1.25) <EE07107A-A63D-3077-B863-C82C1E80B56D> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
        0x7fff8bc92000 -     0x7fff8bcc3fff  libtidy.A.dylib (15.15) <37FC944D-271A-386A-9ADD-FA33AD48F96D> /usr/lib/libtidy.A.dylib
        0x7fff8bcc4000 -     0x7fff8bceffff  libc++abi.dylib (125) <88A22A0F-87C6-3002-BFBA-AC0F2808B8B9> /usr/lib/libc++abi.dylib
        0x7fff8bcf0000 -     0x7fff8bdcdff7  com.apple.QuickLookUIFramework (5.0 - 675) <84FEB409-7D7A-35AC-83BE-F79FB293E23E> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.f ramework/Versions/A/QuickLookUI
        0x7fff8bdce000 -     0x7fff8bdd0ff7  com.apple.securityhi (9.0 - 55006) <B1E09986-7AF0-3BD1-BAA1-B5514DFB7CD1> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
        0x7fff8be37000 -     0x7fff8be39fff  com.apple.loginsupport (1.0 - 1) <35A2A071-606C-39A5-8C11-E4CAF98D934C> /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsu pport.framework/Versions/A/loginsupport
        0x7fff8be3a000 -     0x7fff8beaeff3  com.apple.securityfoundation (6.0 - 55126) <E7FB7A4E-CB0B-37BA-ADD5-373B2A20A783> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
        0x7fff8beaf000 -     0x7fff8beb0fff  com.apple.TrustEvaluationAgent (2.0 - 25) <2D61A2C3-C83E-3A3F-8EC1-736DBEC250AB> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
        0x7fff8beb1000 -     0x7fff8bed5ff7  com.apple.quartzfilters (1.10.0 - 1.10.0) <1AE50F4A-0098-34E7-B24D-DF7CB94073CE> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters .framework/Versions/A/QuartzFilters
        0x7fff8bed6000 -     0x7fff8bed9ff7  libdyld.dylib (353.2.1) <19FAF435-C165-3374-9DEF-D7BBA7D61DB6> /usr/lib/system/libdyld.dylib
        0x7fff8beda000 -     0x7fff8c045ff7  com.apple.audio.toolbox.AudioToolbox (1.12 - 1.12) <5C6DBEB4-F2EA-3262-B9FC-AFB89404C1DA> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
        0x7fff8c046000 -     0x7fff8c046fff  com.apple.WebKit2 (10600 - 10600.1.25) <32C26838-0090-388F-B5E3-DFB597B9B37B> /System/Library/PrivateFrameworks/WebKit2.framework/Versions/A/WebKit2
        0x7fff8c047000 -     0x7fff8c04afff  libScreenReader.dylib (390.2) <96ACAA49-21B6-3D10-ADF8-FF6C8F22FD9F> /usr/lib/libScreenReader.dylib
        0x7fff8c056000 -     0x7fff8c081fff  com.apple.DictionaryServices (1.2 - 229) <6789EC43-CADA-394D-8FE8-FC3A2DD136B9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
        0x7fff8c082000 -     0x7fff8c082fff  com.apple.CoreServices (62 - 62) <9E4577CA-3FC3-300D-AB00-87ADBDDA2E37> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
        0x7fff8c08a000 -     0x7fff8c0a3fff  com.apple.openscripting (1.4 - 162) <80DFF366-B950-3F79-903F-99DA0FFDB570> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
        0x7fff8c0ff000 -     0x7fff8c106fff  com.apple.NetFS (6.0 - 4.0) <1581D25F-CC07-39B0-90E8-5D4F3CF84EBA> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
        0x7fff8c13a000 -     0x7fff8c252ffb  com.apple.CoreText (352.0 - 454.1) <AB07DF12-BB1F-3275-A8A3-45F14BF872BF> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
        0x7fff8c253000 -     0x7fff8c2f1fff  com.apple.Metadata (10.7.0 - 916) <DA8A1D18-19FE-37B3-BE12-85C5B0A00736> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
        0x7fff8c2f2000 -     0x7fff8c312fff  com.apple.IconServices (47.1 - 47.1) <E83DFE3B-6541-3736-96BB-26DC5D0100F1> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconService s
        0x7fff8c414000 -     0x7fff8c495ff3  com.apple.CoreUtils (1.0 - 101.1) <45E5E51B-947E-3F2D-BD9C-480E72555C23> /System/Library/PrivateFrameworks/CoreUtils.framework/Versions/A/CoreUtils
        0x7fff8c606000 -     0x7fff8c61dff7  libLinearAlgebra.dylib (1128) <E78CCBAA-A999-3B65-8EC9-06DB15E67C37> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLinearAlgebra.dylib
        0x7fff8c61e000 -     0x7fff8c624fff  com.apple.speech.recognition.framework (5.0.9 - 5.0.9) <BB2D573F-0A01-379F-A2BA-3C454EDCB111> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
        0x7fff8c625000 -     0x7fff8c6e0ff7  com.apple.DiscRecording (9.0 - 9000.4.1) <F70E600E-9668-3DF2-A3A8-61813DF9E2EE> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
        0x7fff8c6e1000 -     0x7fff8c6e9ff7  com.apple.AppleSRP (5.0 - 1) <01EC5144-D09A-3D6A-AE35-F6D48585F154> /System/Library/PrivateFrameworks/AppleSRP.framework/Versions/A/AppleSRP
        0x7fff8c6ea000 -     0x7fff8c6eafff  com.apple.Accelerate.vecLib (3.10 - vecLib 3.10) <A48738CA-5B6F-3D14-97E9-2BFDFC3DCC06> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
        0x7fff8c6eb000 -     0x7fff8cbd7fff  com.apple.MediaToolbox (1.0 - 1562.19) <36062C5F-CC37-3F50-8383-07A9C8C75F33> /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox
        0x7fff8cbd8000 -     0x7fff8cc21ff3  com.apple.HIServices (1.22 - 519) <59D78E07-C3F1-3272-88F1-876B836D5517> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
        0x7fff8cc22000 -     0x7fff8cc2dfff  libGL.dylib (11.0.7) <C53344AD-8CE6-3111-AB94-BD4CA89ED84E> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
        0x7fff8cc2e000 -     0x7fff8cdbcfff  libBLAS.dylib (1128) <497912C1-A98E-3281-BED7-E9C751552F61> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
        0x7fff8cdbd000 -     0x7fff8cddaffb  libresolv.9.dylib (57) <26B38E61-298A-3C3A-82C1-3B5E98AD5E29> /usr/lib/libresolv.9.dylib
        0x7fff8cdf9000 -     0x7fff8d0a5fff  com.apple.GeoServices (1.0 - 982.4.10) <8A7FE04A-2785-30E7-A6E2-DC15D170DAF5> /System/Library/PrivateFrameworks/GeoServices.framework/Versions/A/GeoServices
        0x7fff8d0a6000 -     0x7fff8d0d6fff  libsystem_m.dylib (3086.1) <1E12AB45-6D96-36D0-A226-F24D9FB0D9D6> /usr/lib/system/libsystem_m.dylib
        0x7fff8d0d7000 -     0x7fff8d0e5fff  com.apple.AddressBook.ContactsFoundation (9.0 - 1498) <0BD29957-C30F-376A-B28F-1510F80A9174> /System/Library/PrivateFrameworks/ContactsFoundation.framework/Versions/A/Conta ctsFoundation
        0x7fff8d0e6000 -     0x7fff8d104ff7  com.apple.addressbook.vCard (9.0 - 1498) <45C2138B-EA52-3576-8C5C-46637E648DF2> /System/Library/PrivateFrameworks/vCard.framework/Versions/A/vCard
        0x7fff8d105000 -     0x7fff8d112fff  com.apple.ProtocolBuffer (1 - 225.1) <2D502FBB-D2A0-3937-A5C5-385FA65B3874> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolB uffer
        0x7fff8d113000 -     0x7fff8d222ffb  com.apple.desktopservices (1.9 - 1.9) <6EDAC73F-C42C-3FF7-B67D-FCCA1CFC5405> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
        0x7fff8d223000 -     0x7fff8d292fff  com.apple.SearchKit (1.4.0 - 1.4.0) <BFD6D876-36BA-3A3B-9F15-3E2F7DE6E89D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
        0x7fff8d2a0000 -     0x7fff8d2b1fff  libcmph.dylib (1) <46EC3997-DB5E-38AE-BBBB-A035A54AD3C0> /usr/lib/libcmph.dylib
        0x7fff8d34a000 -     0x7fff8d355ff7  libkxld.dylib (2782.1.97) <CB1A1B57-54BE-3573-AE0C-B90ED6BAEEE2> /usr/lib/system/libkxld.dylib
        0x7fff8d356000 -     0x7fff8d39cff7  libauto.dylib (186) <A260789B-D4D8-316A-9490-254767B8A5F1> /usr/lib/libauto.dylib
        0x7fff8d39d000 -     0x7fff8d39efff  libDiagnosticMessagesClient.dylib (100) <2EE8E436-5CDC-34C5-9959-5BA218D507FB> /usr/lib/libDiagnosticMessagesClient.dylib
        0x7fff8d459000 -     0x7fff8d4b1ff7  com.apple.accounts.AccountsDaemon (113 - 113) <E0074FA1-1872-3F20-8445-3E2FEA290CFB> /System/Library/PrivateFrameworks/AccountsDaemon.framework/Versions/A/AccountsD aemon
        0x7fff8d4b2000 -     0x7fff8d4c4ff7  com.apple.ImageCapture (9.0 - 9.0) <7FB65DD4-56B5-35C4-862C-7A2DED991D1F> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
        0x7fff8d4c5000 -     0x7fff8d779ff7  com.apple.WebKit (10600 - 10600.1.25) <84496A10-D8E5-3E8C-93B1-98D5AE790922> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
        0x7fff8d793000 -     0x7fff8d7c1fff  com.apple.CoreServicesInternal (221.1 - 221.1) <51BAE6D2-84F3-392A-BFEC-A3B47B80A3D2> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/Cor eServicesInternal
        0x7fff8d7c2000 -     0x7fff8d904fff  libsqlite3.dylib (168) <7B580EB9-9260-35FE-AE2F-276A2C242BAB> /usr/lib/libsqlite3.dylib
        0x7fff8d905000 -     0x7fff8dc9bfff  com.apple.CoreFoundation (6.9 - 1151.16) <F2B088AF-A5C6-3FAE-9EB4-7931AF6359E4> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
        0x7fff8dcdd000 -     0x7fff8dcf1ff7  com.apple.MultitouchSupport.framework (260.30 - 260.30) <28728A7D-E048-3B14-9932-839A87D381FE> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
        0x7fff8ddff000 -     0x7fff8e132fff  libmecabra.dylib (666) <2CE5540A-D412-3D53-9E11-86C24D61713B> /usr/lib/libmecabra.dylib
        0x7fff8e140000 -     0x7fff8e161fff  com.apple.framework.Apple80211 (10.0 - 1000.57.3) <F64EB1A1-57F3-3ABA-97D0-DB7C926FD07F> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
        0x7fff8e162000 -     0x7fff8e225ff7  libvMisc.dylib (512) <A4E39464-52EA-34CB-9FFE-53E79B3C65F5> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
        0x7fff8e226000 -     0x7fff8e273ff3  com.apple.CoreMediaIO (601.0 - 4749) <DDB756B3-A281-3791-9744-1F52CF8E5EDB> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
        0x7fff8e274000 -     0x7fff8e64bfe7  com.apple.CoreAUC (211.0.0 - 211.0.0) <C8B2470F-3994-37B8-BE10-6F78667604AC> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
        0x7fff8e64c000 -     0x7fff8e699fff  com.apple.ImageCaptureCore (6.0 - 6.0) <93B4D878-A86B-3615-8426-92E4C79F8482> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCo re
        0x7fff8e69a000 -     0x7fff8e6afff7  com.apple.AppContainer (4.0 - 238) <9481F305-359A-33E6-93F1-89A25FA14E00> /System/Library/PrivateFrameworks/AppContainer.framework/Versions/A/AppContaine r
        0x7fff8e6bd000 -     0x7fff8e703ffb  libFontRegistry.dylib (134) <01B8034A-45FD-3360-A347-A1896F591363> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
        0x7fff8e704000 -     0x7fff8e708fff  libcache.dylib (69) <45E9A2E7-99C4-36B2-BEE3-0C4E11614AD1> /usr/lib/system/libcache.dylib
        0x7fff8e709000 -     0x7fff8e749ff7  libGLImage.dylib (11.0.7) <7CBCEB4B-D22F-3116-8B28-D1C22D28C69D> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
        0x7fff8e7fa000 -     0x7fff8e800ff7  libsystem_networkextension.dylib (167.1.10) <29AB225B-D7FB-30ED-9600-65D44B9A9442> /usr/lib/system/libsystem_networkextension.dylib
        0x7fff8e801000 -     0x7fff8e826ff7  libJPEG.dylib (1231) <35F13BD9-AA92-3510-B5BB-420DA15AE7F2> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
        0x7fff8e827000 -     0x7fff8e827ff7  liblaunch.dylib (559.1.22) <8A988924-8BE7-35FE-BF7D-322E90EFE49E> /usr/lib/system/liblaunch.dylib
        0x7fff8e828000 -     0x7fff8e82aff7  com.apple.SecCodeWrapper (4.0 - 238) <F450AB10-B0A4-3B55-A1B9-563E55C99333> /System/Library/PrivateFrameworks/SecCodeWrapper.framework/Versions/A/SecCodeWr apper
        0x7fff8e853000 -     0x7fff8e88efff  com.apple.QD (301 - 301) <C4D2AD03-B839-350A-AAF0-B4A08F8BED77> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
        0x7fff8e8de000 -     0x7fff8e8e0fff  libRadiance.dylib (1231) <746E9989-E89C-3027-A418-5F99CE131C93> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.d ylib
        0x7fff8e8e1000 -     0x7fff8e8e7ff7  com.apple.XPCService (2.0 - 1) <AA4A5393-1F5D-3465-A417-0414B95DC052> /System/Library/PrivateFrameworks/XPCService.framework/Versions/A/XPCService
        0x7fff8e8e8000 -     0x7fff8e8fbff7  com.apple.CoreBluetooth (1.0 - 1) <FA9B43B3-E183-3040-AE25-66EF9870CF35> /System/Library/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth
        0x7fff8e8fc000 -     0x7fff8e90dff7  libsystem_coretls.dylib (35.1.2) <EBBF7EF6-80D8-3F8F-825C-B412BD6D22C0> /usr/lib/system/libsystem_coretls.dylib
        0x7fff8e90e000 -     0x7fff8e92bfff  libsystem_kernel.dylib (2782.1.97) <93E0E0A9-75B6-3904-BB4E-4BC7C05F4B6B> /usr/lib/system/libsystem_kernel.dylib
        0x7fff8e92c000 -     0x7fff8e966ffb  com.apple.DebugSymbols (115 - 115) <6F03761D-7C3A-3C80-8031-AA1C1AD7C706> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbol s
        0x7fff8e9c8000 -     0x7fff8e9ccfff  libCoreVMClient.dylib (79) <FC4E08E3-749E-32FF-B5E9-211F29864831> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
        0x7fff8e9cd000 -     0x7fff8ea27ff7  com.apple.LanguageModeling (1.0 - 1) <ACA93FE0-A0E3-333E-AE3C-8EB7DE5F362F> /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/Languag eModeling
        0x7fff8ea29000 -     0x7fff8ee7cfc7  com.apple.vImage (8.0 - 8.0) <33BE7B31-72DB-3364-B37E-C322A32748C5> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
        0x7fff8ee7d000 -     0x7fff8eef3fe7  libcorecrypto.dylib (233.1.2) <E1789801-3985-3949-B736-6B3378873301> /usr/lib/system/libcorecrypto.dylib
        0x7fff8eef4000 -     0x7fff8ef96fff  com.apple.Bluetooth (4.3.0 - 4.3.0f10) <70922125-2A01-37AE-9CB8-D8A9578092E4> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
        0x7fff8ef97000 -     0x7fff8f07afff  libcrypto.0.9.8.dylib (52) <7208EEE2-C090-383E-AADD-7E1BD1321BEC> /usr/lib/libcrypto.0.9.8.dylib
        0x7fff8f07b000 -     0x7fff8f080ff7  com.apple.MediaAccessibility (1.0 - 61) <00A3E0B6-79AC-387E-B282-AADFBD5722F6> /System/Library/Frameworks/MediaAccessibility.framework/Versions/A/MediaAccessi bility
        0x7fff8f081000 -     0x7fff8f081ff7  libkeymgr.dylib (28) <77845842-DE70-3CC5-BD01-C3D14227CED5> /usr/lib/system/libkeymgr.dylib
        0x7fff8f082000 -     0x7fff8f48fff7  libLAPACK.dylib (1128) <F9201AE7-B031-36DB-BCF8-971E994EF7C1> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
        0x7fff8f490000 -     0x7fff8f491fff  liblangid.dylib (117) <B54A4AA0-2E53-3671-90F5-AFF711C0EB9E> /usr/lib/liblangid.dylib
        0x7fff8f492000 -     0x7fff8f4caffb  libsystem_network.dylib (411) <C0B2313D-47BE-38A9-BEE6-2634A4F5E14B> /usr/lib/system/libsystem_network.dylib
        0x7fff8f4cb000 -     0x7fff8f4e0fff  com.apple.ToneKit (1.0 - 1) <CA375645-8DE1-3DE8-A2E0-0537849DF59B> /System/Library/PrivateFrameworks/ToneKit.framework/Versions/A/ToneKit
        0x7fff8f4e1000 -     0x7fff8f4e4fff  com.apple.xpc.ServiceManagement (1.0 - 1) <7E9E6BB7-AEE7-3F59-BAC0-59EAF105D0C8> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManage ment
        0x7fff8f4e5000 -     0x7fff8f4eefff  com.apple.DisplayServicesFW (2.9 - 372.1) <30E61754-D83C-330A-AE60-533F27BEBFF5> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
        0x7fff8f507000 -     0x7fff8f558ff7  com.apple.AppleVAFramework (5.0.31 - 5.0.31) <762E9358-A69A-3D63-8282-3B77FBE0147E> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
        0x7fff8f559000 -     0x7fff8f57cff7  com.apple.framework.familycontrols (4.1 - 410) <41499068-0AB2-38CB-BE6A-F0DD0F06AB52> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
        0x7fff8f57d000 -     0x7fff8f5d0ffb  libAVFAudio.dylib (118.3) <CC124063-34DF-39E3-921A-2BA3EA8D6F38> /System/Library/Frameworks/AVFoundation.framework/Versions/A/Resources/libAVFAu dio.dylib
        0x7fff8f5d1000 -     0x7fff8f5fdfff  libsandbox.1.dylib (358.1.1) <9A00BD06-579F-3EDF-9D4C-590DFE54B103> /usr/lib/libsandbox.1.dylib
        0x7fff8f5fe000 -     0x7fff8f618ff7  com.apple.AppleVPAFramework (1.0.30 - 1.0.30) <D47A2125-C72D-3298-B27D-D89EA0D55584> /System/Library/PrivateFrameworks/AppleVPA.framework/Versions/A/AppleVPA
        0x7fff8f61d000 -     0x7fff8f620fff  com.apple.help (1.3.3 - 46) <CA4541F4-CEF5-355C-8F1F-EA65DC1B400F> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
        0x7fff8f621000 -     0x7fff8f753ff7  com.apple.MediaControlSender (2.0 - 215.10) <8ECF208C-587A-325F-9866-09890D58F1B1> /System/Library/PrivateFrameworks/MediaControlSender.framework/Versions/A/Media ControlSender
        0x7fff8f754000 -     0x7fff8f77cfff  libxpc.dylib (559.1.22) <9437C02E-A07B-38C8-91CB-299FAA63083D> /usr/lib/system/libxpc.dylib
        0x7fff8f77d000 -     0x7fff8f7f5ff7  com.apple.SystemConfiguration (1.14 - 1.14) <C269BCFD-ACAB-3331-BC7C-0430F0E84817> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
        0x7fff8f7f6000 -     0x7fff8f8e8ff7  libiconv.2.dylib (42) <2A06D02F-8B76-3864-8D96-64EF5B40BC6C> /usr/lib/libiconv.2.dylib
        0x7fff8f8e9000 -     0x7fff8f8ebfff  com.apple.EFILogin (2.0 - 2) <F0269EE2-3686-3A8A-8B83-F86974E35E90> /System/Library/PrivateFrameworks/EFILogin.framework/Versions/A/EFILogin
        0x7fff8f8ec000 -     0x7fff8f8eefff  libCVMSPluginSupport.dylib (11.0.7) <29D775BB-A11D-3140-A478-2A0DA1A87420> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginS upport.dylib
        0x7fff8f8f1000 -     0x7fff8f8f9ff7  com.apple.icloud.FindMyDevice (1.0 - 1) <D198E170-3610-3727-BC87-73AD249CA097> /System/Library/PrivateFrameworks/FindMyDevice.framework/Versions/A/FindMyDevic e
        0x7fff8f8fa000 -     0x7fff8f911fff  com.apple.login (3.0 - 3.0) <95726FE9-E732-3A3C-A7A1-2566678967D3> /System/Library/PrivateFrameworks/login.framework/Versions/A/login
        0x7fff8f937000 -     0x7fff8f972fff  com.apple.Symbolication (1.4 - 56045) <D64571B1-4483-3FE2-BD67-A91360F79727> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolicat ion
        0x7fff8f978000 -     0x7fff8f97dff7  libmacho.dylib (862) <126CA2ED-DE91-308F-8881-B9DAEC3C63B6> /usr/lib/system/libmacho.dylib
        0x7fff8f97e000 -     0x7fff8f9d2fff  libc++.1.dylib (120) <1B9530FD-989B-3174-BB1C-BDC159501710> /usr/lib/libc++.1.dylib
        0x7fff8f9d3000 -     0x7fff8fe03fff  com.apple.vision.FaceCore (3.1.6 - 3.1.6) <C3B823AA-C261-37D3-B4AC-C59CE91C8241> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
        0x7fff8fe04000 -     0x7fff8fe0efff  com.apple.IntlPreferences (2.0 - 150.1) <F2DE1784-F780-3E3F-A626-D9CBD38F20EE> /System/Library/PrivateFrameworks/IntlPreferences.framework/Versions/A/IntlPref erences
        0x7fff8fe0f000 -     0x7fff8fe76ff7  com.apple.framework.CoreWiFi (3.0 - 300.4) <19269C1D-EB29-384A-83F3-7DDDEB7D9DAD> /System/Library/PrivateFrameworks/CoreWiFi.framework/Versions/A/CoreWiFi
        0x7fff8fe77000 -     0x7fff8fefbff7  com.apple.ViewBridge (99.1 - 99.1) <B36779D4-BEAF-36DD-83AF-E67F639BFF36> /System/Library/PrivateFrameworks/ViewBridge.framework/Versions/A/ViewBridge
        0x7fff8fefc000 -     0x7fff901cbff3  com.apple.CoreImage (10.0.33) <6E3DDA29-718B-3BDB-BFAF-F8C201BF93A4> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage .framework/Versions/A/CoreImage
        0x7fff901cc000 -     0x7fff901d9ff7  libbz2.1.0.dylib (36) <2DF83FBC-5C08-39E1-94F5-C28653791B5F> /usr/lib/libbz2.1.0.dylib
        0x7fff901da000 -     0x7fff90224fff  com.apple.DiskManagement (7.0 - 847) <A57A181E-7C50-38F6-BE0A-4F437BB8C45F> /System/Library/PrivateFrameworks/DiskManagement.framework/Versions/A/DiskManag ement
        0x7fff90258000 -     0x7fff904d2ff3  com.apple.RawCamera.bundle (6.00 - 761) <056E2E1D-6682-354E-9666-7E4935653D47> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
        0x7fff904d3000 -     0x7fff904fffff  com.apple.framework.SystemAdministration (1.0 - 1.0) <F2A164C7-4813-3F27-ABF7-810A5F4FA51D> /System/Library/PrivateFrameworks/SystemAdministration.framework/Versions/A/Sys temAdministration
        0x7fff90500000 -     0x7fff90501fff  libquit.dylib (182) <62510786-F686-3AC4-B315-D05A4B7A896F> /usr/lib/libquit.dylib
        0x7fff90518000 -     0x7fff9052cff7  com.apple.ProtectedCloudStorage (1.0 - 1) <52CFE68A-0663-3756-AB5B-B42195026052> /System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/Versions/A/Pr otectedCloudStorage
        0x7fff9052d000 -     0x7fff90534ff7  libcompiler_rt.dylib (35) <BF8FC133-EE10-3DA6-9B90-92039E28678F> /usr/lib/system/libcompiler_rt.dylib
        0x7fff90535000 -     0x7fff90543ff7  com.apple.opengl (11.0.7 - 11.0.7) <B5C4DF85-37BD-3984-98D1-90A5043DA984> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
        0x7fff90544000 -     0x7fff90545ff7  libodfde.dylib (22) <52D0ABCD-F464-362C-86EA-ACA10993F556> /usr/lib/libodfde.dylib
        0x7fff90546000 -     0x7fff90547ffb  libremovefile.dylib (35) <3485B5F4-6CE8-3C62-8DFD-8736ED6E8531> /usr/lib/system/libremovefile.dylib
        0x7fff90548000 -     0x7fff9054dff7  libunwind.dylib (35.3) <BE7E51A0-B6EA-3A54-9CCA-9D88F683A6D6> /usr/lib/system/libunwind.dylib
        0x7fff9054e000 -     0x7fff90564ff7  com.apple.CoreMediaAuthoring (2.2 - 951) <B5E5ADF2-BBE8-30D9-83BC-74D0D450CF42> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreM ediaAuthoring
        0x7fff90565000 -     0x7fff90598ff7  com.apple.MediaKit (16 - 757) <345EDAFE-3E39-3B0F-8D84-54657EC4396D> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
        0x7fff90599000 -     0x7fff905f4fff  libTIFF.dylib (1231) <ACC9ED11-EED8-3A23-B452-3F40FF7EF435> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
        0x7fff905f5000 -     0x7fff9069dff7  com.apple.PackageKit (3.0 - 434) <B6C2831E-914D-3E5F-B0E9-A7079489A6FD> /System/Library/PrivateFrameworks/PackageKit.framework/Versions/A/PackageKit
        0x7fff9069e000 -     0x7fff90bc7ff7  com.apple.QuartzComposer (5.1 - 325) <2007FD9E-A5CF-361E-A7DD-ACAF976860AD> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
        0x7fff90bc8000 -     0x7fff90bd9ff7  libz.1.dylib (55) <88C7C7DE-04B8-316F-8B74-ACD9F3DE1AA1> /usr/lib/libz.1.dylib
        0x7fff90be5000 -     0x7fff90c01ff7  com.apple.pluginkit.framework (1.0 - 1) <566FECEA-620F-3E70-8B87-C69A4486811F> /System/Library/PrivateFrameworks/PlugInKit.framework/Versions/A/PlugInKit
        0x7fff90c02000 -     0x7fff90c0dfdb  com.apple.AppleFSCompression (68.1.1 - 1.0) <F30E8CA3-50B3-3B44-90A0-803C5C308BFE> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/Apple FSCompression
        0x7fff90c79000 -     0x7fff90c7dfff  com.apple.CommonPanels (1.2.6 - 96) <F9ECC8AF-D9CA-3350-AFB4-5113A9B789A5> /System/Library/Frameworks/C

    Check out this link https://discussions.apple.com/message/12835691#12835691

  • How can I raise an UI error message??

    Hello  all,
    I want to display a custom error in the UI interface (WebCenteSirtes 11g) before the asset is saved.
    Somebody can help me, please?
    Thanks a lot!

    Hello Elena,
    If you want to prevent the asset saving in my opinion you have to control (for example in a filter) and throw an AssetException:
    For example:
    if (myVar != "HelloWorld") {
      throw new AssetException(new StringBuilder()
      .append("An error ocurred when bla bla bla ").toString());
    This error message will be shown in the Contributor UI as a error.
    Hope it helps!
    Gerardo

  • Long Error Message when I burn to a DVD

    I created a video in iMovie. Open the Packaged Contents and sent the .mov to compressor.
    I set compressor to one of its preset DVD format: Best Quality 150 minutes.
    Since the video is 2 hours and 45 mins - it took compressor 6 hours to convert to a MPEG2.M2V file along with an .AC3 file.
    I then imported those 2 assests into DVDSP - green light since they are already rendered.
    I checked the DVD Simulator and everything is perfect.
    The final size of my video project says 4.3GB on the right corner of DVDSP.
    If I use a standard 4.7GB Blank DVD - it tells me that it wont fit.
    So I put in a Dual Layer Blank DVD. When it finishes I get the following message:
    Formating Failed
    Formatting was not successful. A suitable marker could not be found in the required layer break range.
    Please help me! What am I doing wrong?

    Did you remember to set the option to allow DVDSP to automatically insert the layer break point marker? If not, go and do so. Otherwise, create a chapter marker just over the halfway point on your project and set it as the layer break point.
    You might also want to check your preferences... in the track section, check 'fix invalid markers on build'. It shouldn't be an issue at the moment, but it won't hurt to do it.
    You also ought to see how big those assets really are - calculate the combined file size using your finder (and not in DVDSP). If it is over 4.3Gb then either compress the footage again to a smaller file size (lower the data rate) or go ahead with your DL disc.

  • I keep getting an VERY long error message everytime I try and reinstall itunes.

    It states:
    An error occured during the installation of assemby 'Microsoft.VC80.CRT.type="win32". version = "8.0.507276195". publicKeyToken="lfc8b3b9a1el8e3b". processorArchitecture="x86"". Please refer to Help and Support for more information. HRESULT:0x80073712.
    Whatever the above means, it is preventing me from reinstalling iTunes and thus preventing me from undating my iPad. If anyone can suggest any ways of solving this I would be incredibly grateful.
    Tracy

    Check the date and time in the clock on your computer: (double) click the clock icon on the Windows Taskbar.
    Check out why the site is untrusted and click "Technical Details to expand this section.<br>If the certificate is not trusted because no issuer chain was provided (sec_error_unknown_issuer) then see if you can install this intermediate certificate from another source.
    You can retrieve the certificate and check details like who issued certificates and expiration dates of certificates.
    *Click the link at the bottom of the error page: "I Understand the Risks"
    Let Firefox retrieve the certificate: "Add Exception" -> "Get Certificate".
    *Click the "View..." button and inspect the certificate and check who is the issuer of the certificate.
    You can see more Details like intermediate certificates that are used in the Details pane.
    If "I Understand the Risks" is missing then this page may be opened in an (i)frame and in that case try the right-click context menu and use "This Frame: Open Frame in New Tab".
    *Note that some firewalls monitor (secure) connections and that programs like Sendori or FiddlerRoot can intercept connections and send their own certificate instead of the website's certificate.
    *Note that it is not recommended to add a permanent exception in cases like this, so only use it to inspect the certificate.

  • Error message for long text

    Hello gurus,
       I want to display long error
    message like
    "A BBD is missing on the semi-finished batches to be consumed. This data is required to calculate the BBD of the manufactured product. Check the SF batches before releasing the order again.."
    so can you please tell me the procedure for displaying in pop up window.
    i have tried.
    message gv_mesg type 'E' DISPLAY LIKE 'I'.
    but it gives up pop  window heading error but information icon but i want error red icon.

    hi,
    Thanks for your help. but can you please tell me that what can i give for message class
    CALL FUNCTION 'AQ_INT_SHOW_MESSAGE_AS_POPUP'
      EXPORTING
      POPUP_POS_X                  = 5
      POPUP_POS_Y                  = 5
        message_class                =
        message_number               =
        message_type                 =
        MESSAGE_VAR1                 =
      MESSAGE_VAR2                 =
      MESSAGE_VAR3                 =
      MESSAGE_VAR4                 =
    EXCEPTIONS
      INTERNAL_ERROR               = 1
      MESSAGE_DOES_NOT_EXIST       = 2
      OTHERS                       = 3
    IF sy-subrc <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    here can you tell me values

  • Error message on the menu bar

    since installing 7, we get a very long error message in our menu bar: Uh oh! Error while rendering XUL: Value cannot be null. Parameter name: replacement at Vesdia. Toolbar.Handlers.GenericHandler.RenderInterface(String TemplateLoggedIn, String templateLoggedOut) in d:Bamboo.home.3.1\xml-data\build-dir\TOOLBAR-PROD-JOB\Libraries\Toolbar\G....
    I uninstalled and re-installed, but nothing changed.

    Try below steps once
    click Gear icon on the top Right corner and Quit Creative Cloud App
    Click on Finder and then hold Command + Shift + G keys on your keypad
    It will open Go to folder window, type  exactly ~/Library and click on Go
    Make sure to open ~/Library not /Library (  there will be two Library folders )
    Then open Application Support > Adobe folders
    Trash AAMUpdater and OOBE folders.
    Then launch Creative Could and check.

  • Error message on LR5 CC startup

    Same problem in LR4 and in LR5: On startup, I get a long error message in computer code. The message appears over the LR screen as I last used it. I cannot do anything in LR because of the error message--not even choose File/Quit. I must Force Quit the application to do anything at all on my Mac, which is running OS 10.7.5.
    Yesterday I upgraded to LR5 CC and was able to import my catalog from LR4 and use the app. I shut down normally and turned off the computer. Today I turned it on, opened LR5, and had the problem. And Adobe provides no weekend support!?!?
    Help!

    More info: The error message begins with:
    An internal error has occurred.
    html passed to JSON:decode(): <IDOCTYPE html PUBLIC*"-/W3C/DTD XHTML 1.0 Transistional//EN""http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    The error message continues; it is so long that the code extends beyond the bottom of my screen.

  • Custom error message for Back Button Error

    I am using JDeveloper 9. I have tried to create a custom error message to handle a "Back button" press.
    But the error message is usually ignored and the system's regular "Stale data" message appears. Is there a way to prevent the system's message from appearing and to raise a custom error message?

    Do the following coding in your processRequest() of the Create or udpate page.
    public void processRequest(OAPageContext pageContext, OAWebBean webBean)
    super.processRequest(pageContext, webBean);
    // If isBackNavigationFired = false, we're here after a valid navigation
    // (the user selected the Create button) and we should proceed
    // normally and initialize a new employee.
    if (!pageContext.isBackNavigationFired(false))
    // We indicate that we are starting the create transaction (this
    // is used to ensure correct Back button behavior). Note that you
    // can assign whatever name you want to your transaction unit.
    TransactionUnitHelper.startTransactionUnit(pageContext, "empCreateTxn");
    // This test ensures that we don't try to create a new employee if
    // we had a JVM failover, or if a recycled application module
    // is activated after passivation. If these things happen, BC4J will
    // be able to find the row that you created so the user can resume
    // work.
    if (!pageContext.isFormSubmission())
    OAApplicationModule am = pageContext.getApplicationModule(webBean);
    // Call your method to handle creating the new row.
    am.invokeMethod("createEmployee", null);
    else
    if (!TransactionUnitHelper.isTransactionUnitInProgress(pageContext, "empCreateTxn", true))
    // Get the purchase order number from the request.
    String orderNumber = pageContext.getParameter("headerId");
    MessageToken[] tokens = { new MessageToken("PO_NUMBER", orderNumber)};
    OAException message = new OAException("ICX", "FWK_TBX_T_PO_UPDATE_CONFIRM", tokens,
    OAException.CONFIRMATION, null);
    // We got here through some use of the browser "Back" button, so we
    // want to display a state loss error and disallow access to the page.
    // If this were a real application, we would probably display a more
    // context-specific message telling the user they can't use the browser
    // "Back" button on the "Create" page. Instead, we wanted to illustrate
    // how to display the Applications standard NAVIGATION_ERROR message.
    OADialogPage dialogPage = new OADialogPage(message);
    pageContext.redirectToDialogPage(dialogPage);
    } // end processRequest()
    --Prasanna                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

Maybe you are looking for

  • Cannot modify purchase order

    Hello experts, Do you have any idea about the following issue: In SAP 2007, I cannot modify any information in the purchase order (contents tab) even if the order is still open. And if I copy this order to a Goods Receipt PO, I  cannot also change th

  • BAPI for purchase requisition with account assingment

    Dear all, We have third party scenario, so while creating sales order it has to create purchase requisition.our functional consultant they configured for service po . If any body help me

  • Automatic response on messages in Apple Mail

    how do you set an automatic reply email message notifying everyone that emails you, that you are away in Apple Mail? I can't seems to find the function anywhere in the application.

  • How do I get PDF function back, I've lost it?

    I thought I needed Adobe Acrobat reader for my system. I installed it and then lost the function to download PDF files and I can't get it back. In Preferences/Applications there were still programs listed to do PDF's but PDF's wouldn't open. Then I t

  • Exception creating stateless session bean

    hello, can some one tell what is the cause and the solution of the folowing exception : EJB5070 Exception creating stateless session bean : [{0}] com.sun.enterprise.InjectionException: Exception attempting to inject Env-Prop: ejb3.INplateformFacade/t