Select logic

Is there any other way of constructing select other than the one below without using for all entries because it is causing performance issues..
  if not itab1[] is initial.
    select objnr
              kstar
              ebeln
              wtgbtr
              wogbtr
              from covp
              into  table itab2
              for all entries in itab1
              where perio in s_period
              and objnr = itab1-objnr
              and   gjahr = p_fyear .
  endif.

hi,
try this:
  select objnr
              kstar
              ebeln
              wtgbtr
              wogbtr
              from covp
              into  table itab2
              for all entries in itab1
              where perio in s_period
         and objnr = itab1-objnr
              and   gjahr = p_fyear .
create a range for the objnr.
ranges: r_objnr for itab1-objnr.
loop at itab1. 
   r_objnr-sign = 'I'.
  r_objnr-option = 'EQ'.
  r_objnr-low = itab1-objnr.
  append r_objnr.
  clear r_objnr.
endloop.
delete itab2 where  not objnr in r_objnr.
Regards,
Subbu

Similar Messages

  • Unable to select logical relations in DataModeler version 4.1.0.866 Build 866 on Mac Yosemite 10.10.1

    Hi Team,
    I can not select logical and physical relations in DataModeler version 4.1.0.866 Build 866 on Mac Yosemite 10.10.1 (Java SDK 1.8). DataModeler does not allow me to select them. I mean the next scenario: I create two entities (or tables) and add a logical (or physical) relation between them. After this I can not select the relation in diagram window. Meantime I still can select the relation in browser window.
    Could you please suggest me is it a bug (maybe a platform specific problem) or did I miss something in software options?
    I found a topic about the same issue. It describes the same problem, though the topic is without an answer and was archived.
    New bug - Unable to select logical relations in version 4.0.2.15 Build 15.21 on Mac
    At the end, if this is a bug (even a platform specific one), where may I publish details about it to ask for a fix from Oracle team someday in future?
    WIth best regards,
    Kostyantyn

    Hi Philip,
    Thank you for the good hint about "default line width and colour".
    Meantime the option does not resolve the problem in my case.
    According to your suggestion I set maximal width for relation lines and I still can not pick (select) it in diagram window.
    I checked behaviour of DataModeler with next display resolutions on MacBook Pro (Retina, 15-inch, Mid 2014) in System preferences Displays: "Best for display"; Scaled "More Space", "Larger Text", and "Best (Retina)"... And the problem takes place in all these cases.
    Please see attached image - this is how I see the relation line. And I still can hit it!
    If I use the DataModler on a casual external monitor, the problem is absent (no matter what a width is). Also I believe the problem takes place only on mac retina displays. Therefore I think this is a platform specific bug.
    I do understand a root cause of the problem may have no direct relation with Oracle DataModeler source code.
    With best regards,
    Kostyantyn

  • How to prioritise obiee to select logical fact out of 2 logical fact tables

    Hi All,
    I have a scenario where in I have 2 Logical Fact tables F1 and F2 and 2 Logical Dim tables D1 and D2.
    Both Logical Dim tables are joined to F1 and F2 i.e.(D1-F1-D2) and (D1-F2-D2). When a user selects columns from D1 and D2 it always select F1.
    I would like OBIEE to select F2 instead of F1. Is this possible?
    With Regards
    Prads

    You need to mention the levels in content tab of LTSs depends on the joins to dimensions.
    It automatically picks the right LTS based on the dimensions selected in criteria & levels in the content tab of your LTSs.
    Anyways, if you want to make f2 as main LTSs put that in first position under Sources folder.

  • Highly customized JList- change selection logic

    I've written a highly customized JList that lays cells out horizontally, wrapping, and is editable. This is presenting a problem with one piece of default JList behaviour that I need to change or remove and install my own functionality.
    My JList can appear to have a lot of white space potentially at the right and bottom depending on the number of items and preferred sizes, etc. Well, There is no such thing as a click inside a JList that doesn't register and select something. You can click into what appears to be never-never-land and guess what, it selects the nearest cell. I have better logic I'd like to install for when something gets selected, but how do I get at the default behaviour? What do I remove, override, etc?
    Sincerely
    Brian

    It appears the problem here is in BasicListUI.adjustFocusAndSelection(MouseEvent e). I'm not overly familiar with the UI framework that backs all the Swing components, but my intial guess is that you're in trouble if you need to customize some of the behaviour in BasicListUI?
    Your advice is appreciated

  • InfoPackage Selection - Logical OR

    Is there any way to enable a Logical 'OR' in an InfoPackage on 2 fields? When both fields are populated by respective ABAP routines, the result condition turns out a Logical 'AND'.
    I have two timestamp fields, in InfoPackage Selection TS1 and TS2 intervals. I have routines on both of them. How can I enable the system to generate my selection to be an OR meaning either TS1 interval OR TS2 interval. The way it is behaving now is TS1 interval and TS2 interval.
    I am using BW 7.1 and DB Connect interface in this case.
    Thanks.

    I don't need this anymore but if anyone has ideas, please feel free to chime in as it can benefit the community.

  • Selecting Logic tracks via Keyboard

    I want to use Logic live, my idea is to set up (for example) 20 different virtual instruments on 20 respecive tracks. is there a way fro my CME UF8 to simply scroll down or select any of those tracks to play the sound required?
    really just wanna use my Macbook pro live as a sound module, any ideas?
    cheers

    I have been doing this live for about a year...My live template has 127 tracks
    each one wired to a single cable switcher reading patch changes (I can't actually run 127 VIs or even half that however. I am sadly limited to a 1.67G PBG4 with
    2G RAM since most of the softsynths I use are 3rd party AUs which are not Universal). If the UF8 has a keypad for patch changes, this a good way to go, since you get surefire random access to your sounds.
    I should add that I use this to supplement a rompler, not replace one. It is not
    reliable enough to stand on its own, and the meter is in the red before I can
    get enough sounds and softsynths going to replace a modern workstation. But hopefully, the Intel changes that for the better...time will tell.
    best JF

  • Trouble in data selection logic

    Hi All,
    I am hitting 4 tables for selecting some data using inner join. There are three user
    input fields which if filled, has to take part in data selection. These three input fields are independent of each other.
    so while writing select query, how can i take care of all the possiblilities(none of them filled -- every one of them filled ) in the
    most efficient way..?
    Thanks
    -pranati

    Hi,
    IN the select-options you can add NO-EXTENSION NO INTERVALS..Which can be used a parameter..And you have to use IN in the select statement to filter the data..
    Check this example
    TABLES: marc.
    <b>SELECT-OPTIONS: so_matnr FOR marc-matnr NO-EXTENSION NO INTERVALS.
    SELECT-OPTIONS: so_werks FOR marc-werks NO-EXTENSION NO INTERVALS.</b>
    DATA: t_marc TYPE STANDARD TABLE OF marc.
    START-OF-SELECTION.
    Get the first 100 rows.
      SELECT mandt matnr werks UP TO 100 ROWS
             INTO TABLE t_marc
             FROM marc
    <b>         WHERE matnr IN so_matnr
             AND   werks IN so_werks</b>.
      IF sy-subrc = 0.
        WRITE: / 'RECORD COUNT - ', sy-dbcnt.
      ELSE.
        WRITE: / 'NO RECORD FOUND'.
      ENDIF.
    Thanks,
    Naren

  • Virtual InfoCube - Data Selection Logic

    Hi, I have a query that accesses a Virtual InfoProvider.  Anyone have an example of the code required to access or use the query selections in the InfoProvider Function Module?  The Virtual InfoProvider "How To" doesn't show this...
    Thanks,

      LOOP AT I_T_RANGE ASSIGNING <F_RANGE1>.
        SELECT SINGLE FIELD_NAME INTO SHLPFIELD FROM ZDWPSCHAR
           WHERE CHARACTERISTIC = <F_RANGE1>-CHANM.
        IF SY-SUBRC = 0.
          LS_RANGE-SHLPFIELD   = SHLPFIELD.
        ELSE.
          LS_RANGE-SHLPFIELD   = <F_RANGE1>-CHANM.
        ENDIF.
        LS_RANGE-SIGN        = <F_RANGE1>-SIGN.
        LS_RANGE-OPTION      = <F_RANGE1>-COMPOP.
        LS_RANGE-LOW         = <F_RANGE1>-LOW.
        LS_RANGE-HIGH        = <F_RANGE1>-HIGH.
        SELECT * FROM DD03L INTO LS_DD03L UP TO 1 ROWS
           WHERE TABNAME = 'ZDWPSTRANS'
             AND FIELDNAME = LS_RANGE-SHLPFIELD
             AND AS4LOCAL  = 'A'.
        ENDSELECT.
        IF SY-SUBRC = 0.
          APPEND LS_RANGE TO LT_RANGE.
        ENDIF.
      ENDLOOP.
    * CONVERT RANGE TABLE TO WHERE CLAUSE
      CALL FUNCTION 'F4_CONV_SELOPT_TO_WHERECLAUSE'
        IMPORTING
          WHERE_CLAUSE = WHERE_CLAUSE
        TABLES
          SELOPT_TAB   = LT_RANGE.
    * SELECT DATA BASED ON QUERY SELECTIONS
      SELECT * FROM ZDWPSTRANS INTO TABLE LT_ZDWPSTRANS WHERE (WHERE_CLAUSE).

  • Selection logic

    Hi all,,
    On my selection screen i have
    aufnr-aufk
    vblen-vbap
    now i want to select data from aufk and the corresponding values from vbap.
    so i wrote the below select
    select data from aufk where aufk in my selection screeen
    select data from vbap for all entries in above table.
    But if the user just gives vbeln on selection then , my 1st select wont work because there is no selection based on vbeln on auk
    How do i handle the situation?
    I c'nt write inner join also.
    Any suggestions?

    Hi Malik,
    Do validations at selection screen for the field aufnr-aufk .
    try like this, hope it hleps u.
    select-options : s_aufk for aufnr-aufk .
    at selection-screen on s_aufk.
    if aufnr-aufk  is inital.
    message 'enter a value' type 'E'.
    endif.
    Thanks & Regards

  • Need select logic to restrict the materials

    Need help to restrict the materials..
    Can any one come to chat …… [email protected]
    Read T685 using condition types ZPRC & ZNPR to get the access sequence.  Using the access sequence, read T682I to get a list of tables.  Read each table & compile a list of material numbers.

    Hi,
    The condition typeas are assigned to access sequences.
    So first get the access sequences from the table T685 by passing the consition types as ZPRC and ZNPR. Ask your functional consultant , for which application these two condition typesa are used.
    Once you get the access sequence, Go to the table T682I To get the table names.
    In T682I Table, You have a filed called TABLE(KOTABNR) . Toy have the numbers like 001 , 005 Etc.
    Add ATo these numbers . Then it becomes A001 , A005 Etc.
    Then Go to the table A001 , Get the material numbers.
    Regards,

  • Html:select inside logic:iterate

    hi,
    I am having a string type corresponding to the select attribute in my form bean. Since this select tag is inside the logic:iterate all the names of the select boxes are same. i.e myLabel in this context. So, how can i set the value to select box. do i need to change the data type for labelValue in form bean.
    my form bean is given below:
    here the listTotal is the total of the combo and listValue is the individual combo
         public ArrayList listTotal;
         public Collection getListTotal()
              return (Collection)listTotal;
         public void setListTotal(ArrayList total)
              this.listTotal = total;
         public ArrayList listValues;
         public void setListValues(ArrayList values)
                   this.listValues = values;
         public ArrayList getListValues()
              return  listValues;
                         String myLabel;
         public String getMyLabel()
         return myLabel;
         public void setMyLabel(String myLabel)
         this.myLabel = myLabel;
    And i m setting the values in the action class
              ArrayList listTotal = new ArrayList(1);
              ArrayList listValues = new ArrayList();
              listValues.add(new LabelValueBean("k1", "Value1"));
              listValues.add(new LabelValueBean("k2", "Value2"));
              listValues.add(new LabelValueBean("k3", "value3"));
              listTotal.add(listValues);
              listValues = new ArrayList();
              listValues.add(new LabelValueBean("l1", "Value4"));
              listValues.add(new LabelValueBean("l2", "Value5"));
              listValues.add(new LabelValueBean("l3", "value6"));
              listTotal.add(listValues);
              listValues = new ArrayList();
              listValues.add(new LabelValueBean("m1", "Value7"));
              listValues.add(new LabelValueBean("m2", "Value8"));
              listValues.add(new LabelValueBean("m3", "value9"));
              listTotal.add(listValues);
              employeeForm.setListTotal(listTotal);
    jsp code
    <logic:iterate id="listValues" name="EmployeeForm" property="listTotal" indexId="index">
    <tr><td>
    <html:select property="myLabel" >
    <html:options collection="listValues" labelProperty="label" property="value"/>
    </html:select>
    </logic:iterate>

    hi,
    instead of having it as a array i thought of going for an array list so that the manipulation would be much easier. ok here is my code.
        //This is the array list for names of the drop downs.
        private ArrayList selectedList;
        public ArrayList getSelectedList()
            return selectedList;
        public void setSelectedList(ArrayList pselectedList)
           this.selectedList = pselectedList;
        public ListValueVO getSelected(int index)
           return (ListValueVO) selectedList.get(index);
        }I have already mentioned in my previous posts that i have 3 lists in my form bean. One list for individual combo box. Another list for total number of combo boxes. The third list for the names of the combo boxes. Pls let me know whether i m going in the correct direction or not.

  • Logic need for my selection screen

    Hi,
    i designed my selection screen
    PARAMETERS:
      rb_alv   RADIOBUTTON GROUP g2,                                                        " Radio 1
      rb_pc    RADIOBUTTON GROUP g2,                                                        " Radio 2
      rb_unix  RADIOBUTTON GROUP g2.                                                        " Radio 3
    *File path
    PARAMETERS: pa_ftxt TYPE rlgrap-filename.
    Below isMy requirement is :How to do it???please help
    Do not hard-code the directory output for Unix. Just make sure the selection logic checks to make sure a value exists in the path field if either download option (pc/unix) is set). For the PC default, use u2018c:\temp\veninfo.txtu2019 as a constant.
    Thanks
    asis

    PARAMETERS:
    rb_alv RADIOBUTTON GROUP g2 user-command 'RAD', " Radio 1
    rb_pc RADIOBUTTON GROUP g2, " Radio 2
    rb_unix RADIOBUTTON GROUP g2. " Radio 3
    *File path
    PARAMETERS: pa_ftxt TYPE rlgrap-filename.
    at selection-screen output.
    if rb_pc = 'X'.
    pa_ftxt = 'c:\temp\veninfo.txt'.
    else.
    clear pa_ftxt.
    endif.
    at selection-screen on value request for pa_ftxt.
    CALL FUNCTION 'F4_DXFILENAME_TOPRECURSION'
    EXPORTING
    i_location_flag = 'A'
    i_server = ' '
    i_path = ' ' "here you can give the path of the server directory
    IMPORTING
    o_path = l_path
    abend_flag = l_abend_flag
    EXCEPTIONS
    communication_failure = 1
    system_failure = 2
    rfc_error = 3.
    IF sy-subrc EQ 0.
    p_file = l_path.        "This gives you the path
    ENDIF.
    IF l_abend_flag = 'X'.
    EXIT.
    else.
    Move l_path to your screen field pa_ftxt.
    ENDIF.

  • Logical path using in abap program

    hay,
    I want to create file in application server directory.
    so i want the user to select the Logical path and file name from screen.so that he can create the file and seved in selected logical path.{path used must be from Instance profile DIR_LOGGING,GLOBALPATH directory etc).
    could you pls tell me how to do this using parameter for user input selecting FILE PATH.
    Do we have Functional module for Retrieving physical path
    from logical path?
    could you pls help me..
    ambichan.

    hey,
    Thanks for your reply.
    Instead of using logical file name as input, can we allow the user to select logical path using parameter?
    I want user to select Logical path or logical file name from parameter. is it possible?
    (I want to avoid user to input insteal want to allow user to select the path)
    ambichan
    Message was edited by: ambi chan

  • Logic Pro 9.1.0 32 bit Crashes on all projects created on Logic Pro 9.0.2

    Hi,
    Everytime I open a project on Logic 9.1.0 (32 bit mode), which was created on any previous version of logic (ranging from 8.0 to 9.0.2), it opens properly, but crashes after about 5 seconds. I try opening the projects on the copy of logic 9.0.2 that luckily is still on my hard drive, and it al works fine. Below is the problem report.
    Could anyone help me identify what's causing my logic to crash please?
    Thanks a lot,
    Vicrep
    Here is the error report:
    Process: Logic Pro [699]
    Path: /Applications/Logic Pro.app/Contents/MacOS/Logic Pro
    Identifier: com.apple.logic.pro
    Version: 9.1.0 (1697.23)
    Build Info: Logic-16972300~1
    Code Type: X86 (Native)
    Parent Process: launchd [194]
    Date/Time: 2010-01-25 16:00:27.082 +0800
    OS Version: Mac OS X 10.6.2 (10C540)
    Report Version: 6
    Interval Since Last Report: 353037 sec
    Crashes Since Last Report: 1
    Per-App Interval Since Last Report: 55 sec
    Per-App Crashes Since Last Report: 1
    Anonymous UUID: 73EEDEEB-4EA1-48AC-B6BA-F87A9AD40B6C
    Exception Type: EXCBADACCESS (SIGABRT)
    Exception Codes: KERNPROTECTIONFAILURE at 0x0000000000000000
    Crashed Thread: 0 Dispatch queue: com.apple.main-thread
    Application Specific Information:
    abort() called
    Thread 0 Crashed: Dispatch queue: com.apple.main-thread
    0 libSystem.B.dylib 0x958c6732 __kill + 10
    1 libSystem.B.dylib 0x958c6724 kill$UNIX2003 + 32
    2 libSystem.B.dylib 0x9595998d raise + 26
    3 libSystem.B.dylib 0x9596f9d9 __abort + 124
    4 libSystem.B.dylib 0x9596fa55 abortreportnp + 0
    5 com.apple.logic.pro 0x00402689 std::ostream& TraceOutContainer<CEvs>(std::ostream&, CEvs, char const*, int) + 3963097
    6 libSystem.B.dylib 0x958cb9bb _sigtramp + 43
    7 ??? 0x0000000a 0 + 10
    8 com.apple.logic.pro 0x005c07af std::ostream& TraceOutContainer<CEvs>(std::ostream&, CEvs, char const*, int) + 5790207
    9 com.apple.logic.pro 0x005c6d11 std::ostream& TraceOutContainer<CEvs>(std::ostream&, CEvs, char const*, int) + 5816161
    10 com.apple.logic.pro 0x002b956e std::ostream& TraceOutContainer<CEvs>(std::ostream&, CEvs, char const*, int) + 2615230
    11 com.apple.logic.pro 0x001edc34 std::ostream& TraceOutContainer<CEvs>(std::ostream&, CEvs, char const*, int) + 1781380
    12 com.apple.logic.pro 0x0062a227 std::ostream& TraceOutContainer<CEvs>(std::ostream&, CEvs, char const*, int) + 6222967
    13 com.apple.Foundation 0x940bc96c __NSFireTimer + 141
    14 com.apple.CoreFoundation 0x94841edb __CFRunLoopRun + 8059
    15 com.apple.CoreFoundation 0x9483f864 CFRunLoopRunSpecific + 452
    16 com.apple.CoreFoundation 0x9483f691 CFRunLoopRunInMode + 97
    17 com.apple.HIToolbox 0x927e5f0c RunCurrentEventLoopInMode + 392
    18 com.apple.HIToolbox 0x927e5cc3 ReceiveNextEventCommon + 354
    19 com.apple.HIToolbox 0x927e5b48 BlockUntilNextEventMatchingListInMode + 81
    20 com.apple.AppKit 0x90f59ac5 _DPSNextEvent + 847
    21 com.apple.AppKit 0x90f59306 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 156
    22 com.apple.AppKit 0x90f1b49f -[NSApplication run] + 821
    23 com.apple.prokit 0x00fc5a01 NSProApplicationMain + 326
    24 com.apple.logic.pro 0x0002a729 DummyConnection::DummyConnection() + 197
    Thread 1: Dispatch queue: com.apple.libdispatch-manager
    0 libSystem.B.dylib 0x9588c0ea kevent + 10
    1 libSystem.B.dylib 0x9588c804 dispatch_mgrinvoke + 215
    2 libSystem.B.dylib 0x9588bcc3 dispatch_queueinvoke + 163
    3 libSystem.B.dylib 0x9588ba68 dispatch_workerthread2 + 234
    4 libSystem.B.dylib 0x9588b4f1 pthreadwqthread + 390
    5 libSystem.B.dylib 0x9588b336 start_wqthread + 30
    Thread 2:
    0 libSystem.B.dylib 0x95893806 _semwaitsignal + 10
    1 libSystem.B.dylib 0x958935b1 pthread_condwait + 1430
    2 libSystem.B.dylib 0x95895158 pthreadcondwait$UNIX2003 + 73
    3 ...le.music.apps.MAAudioEngine 0x02baf5d2 GetCurrentCoreAudioDeviceNameFromUserDefaults(signed char) + 17138
    4 libSystem.B.dylib 0x95892fbd pthreadstart + 345
    5 libSystem.B.dylib 0x95892e42 thread_start + 34
    Thread 3:
    0 libSystem.B.dylib 0x958658da machmsgtrap + 10
    1 libSystem.B.dylib 0x95866047 mach_msg + 68
    2 com.apple.audio.midi.CoreMIDI 0x012daf31 XServerMachPort::ReceiveMessage(int&, void*, int&) + 155
    3 com.apple.audio.midi.CoreMIDI 0x012f98fe MIDIProcess::RunMIDIInThread() + 150
    4 com.apple.audio.midi.CoreMIDI 0x012dc149 XThread::RunHelper(void*) + 17
    5 com.apple.audio.midi.CoreMIDI 0x012dbb16 CAPThread::Entry(CAPThread*) + 96
    6 libSystem.B.dylib 0x95892fbd pthreadstart + 345
    7 libSystem.B.dylib 0x95892e42 thread_start + 34
    Thread 4:
    0 libSystem.B.dylib 0x9586593a semaphoretimedwait_signaltrap + 10
    1 libSystem.B.dylib 0x95893445 pthread_condwait + 1066
    2 libSystem.B.dylib 0x958c2028 pthreadcond_timedwait_relativenp + 47
    3 ...ple.CoreServices.CarbonCore 0x93191235 TSWaitOnConditionTimedRelative + 242
    4 ...ple.CoreServices.CarbonCore 0x93190f73 TSWaitOnSemaphoreCommon + 511
    5 ...ple.CoreServices.CarbonCore 0x931b516b TimerThread + 97
    6 libSystem.B.dylib 0x95892fbd pthreadstart + 345
    7 libSystem.B.dylib 0x95892e42 thread_start + 34
    Thread 5:
    0 libSystem.B.dylib 0x95884856 select$DARWIN_EXTSN + 10
    1 com.apple.CoreFoundation 0x9487fddd __CFSocketManager + 1085
    2 libSystem.B.dylib 0x95892fbd pthreadstart + 345
    3 libSystem.B.dylib 0x95892e42 thread_start + 34
    Thread 6:
    0 libSystem.B.dylib 0x95893806 _semwaitsignal + 10
    1 libSystem.B.dylib 0x958bf441 nanosleep$UNIX2003 + 188
    2 libSystem.B.dylib 0x958bf37f usleep$UNIX2003 + 61
    3 com.apple.AppKit 0x910c31ed -[NSUIHeartBeat _heartBeatThread:] + 2039
    4 com.apple.Foundation 0x9408e8d8 -[NSThread main] + 45
    5 com.apple.Foundation 0x9408e888 _NSThread__main_ + 1499
    6 libSystem.B.dylib 0x95892fbd pthreadstart + 345
    7 libSystem.B.dylib 0x95892e42 thread_start + 34
    Thread 0 crashed with X86 Thread State (32-bit):
    eax: 0x00000000 ebx: 0x9596f969 ecx: 0xbfffe18c edx: 0x958c6732
    edi: 0x00cc5f5c esi: 0x519fbfe0 ebp: 0xbfffe1a8 esp: 0xbfffe18c
    ss: 0x0000001f efl: 0x00000286 eip: 0x958c6732 cs: 0x00000007
    ds: 0x0000001f es: 0x0000001f fs: 0x00000000 gs: 0x00000037
    cr2: 0x00486000
    Binary Images:
    0x1000 - 0xbeefe7 com.apple.logic.pro 9.1.0 (1697.23) <85DA0AD5-C835-CE1A-D767-B8D43A42B404> /Applications/Logic Pro.app/Contents/MacOS/Logic Pro
    0xe9e000 - 0xecfff7 com.apple.music.apps.MAAudioUnitSupport 9.1.0 (231.17) <6C9B6C40-B84D-7949-A4AD-5E47A8840BA6> /Applications/Logic Pro.app/Contents/Frameworks/MAAudioUnitSupport.framework/Versions/A/MAAudioUnit Support
    0xee3000 - 0xf14ffb +MAAssetSharing ??? (???) <AF9CDECB-E278-D954-CF3A-6D54B2079842> /Applications/Logic Pro.app/Contents/Frameworks/MAAssetSharing.framework/Versions/A/MAAssetSharing
    0xf28000 - 0xf86fff com.apple.music.apps.MALoopManagement 9.1.0 (218.10) <4AE7C1E4-0D25-4BBB-1CF2-F1278D8E0005> /Applications/Logic Pro.app/Contents/Frameworks/MALoopManagement.framework/Versions/A/MALoopManagem ent
    0xfa3000 - 0x1156feb com.apple.prokit 5.0.1 (906) <B5BA53AD-9CB2-8C6B-09D7-A71FEC4C2FEE> /System/Library/PrivateFrameworks/ProKit.framework/Versions/A/ProKit
    0x1215000 - 0x1293fef com.apple.music.apps.MACore 9.1.0 (475.14) <58DBBD0B-587E-3706-9F8F-C5F074776C0A> /Applications/Logic Pro.app/Contents/Frameworks/MACore.framework/Versions/A/MACore
    0x12cb000 - 0x1317fff com.apple.audio.midi.CoreMIDI 1.7 (42) <670CB7F9-AA00-86F3-6623-E1335F7AEA83> /System/Library/Frameworks/CoreMIDI.framework/Versions/A/CoreMIDI
    0x133c000 - 0x1392fe3 com.apple.music.apps.MAHarmony 9.1.0 (198.10) <77BC4A58-0F43-12D2-30C8-F5AEC9FBF921> /Applications/Logic Pro.app/Contents/Frameworks/MAHarmony.framework/Versions/A/MAHarmony
    0x13ae000 - 0x17c5fe3 com.apple.music.apps.MAPlugInGUI 9.1.0 (423.12) <1FE3558C-42F7-12B8-7C0A-C200BAA7B34B> /Applications/Logic Pro.app/Contents/Frameworks/MAPlugInGUI.framework/Versions/A/MAPlugInGUI
    0x1ad3000 - 0x1bb5ff7 com.apple.music.apps.OMF 9.1.0 (108.8) <2D4CCD5D-577B-15AE-9E8D-3733D8FA6CA1> /Applications/Logic Pro.app/Contents/Frameworks/OMF.framework/Versions/A/OMF
    0x1bcb000 - 0x21edffb com.apple.music.apps.MADSP 9.1.0 (586.16) <F95323D4-B955-58AE-650C-48A93ED782A2> /Applications/Logic Pro.app/Contents/Frameworks/MADSP.framework/Versions/A/MADSP
    0x2923000 - 0x2944ff7 com.apple.music.apps.LogicFileBrowser 9.1.0 (1697.23) <E30D9732-7FBB-3A50-C4EE-6026865BA597> /Applications/Logic Pro.app/Contents/Frameworks/LogicFileBrowser.framework/Versions/A/LogicFileBrow ser
    0x2952000 - 0x29cbff7 com.apple.music.apps.LogicLoopBrowser 9.1.0 (1697.23) <C26C2E7E-40F4-CE07-AEA8-F22AE75C6F22> /Applications/Logic Pro.app/Contents/Frameworks/LogicLoopBrowser.framework/Versions/A/LogicLoopBrow ser
    0x29f1000 - 0x2a12ff7 com.apple.music.apps.MAApogeeSupport 9.1.0 (311.10) <9702526B-218E-713A-8EA0-44AD9B33A042> /Applications/Logic Pro.app/Contents/Frameworks/MAApogeeSupport.framework/Versions/A/MAApogeeSuppor t
    0x2a1b000 - 0x2a20ff7 com.apple.music.apps.MAResources 9.1.0 (211.7) <8E722402-C439-81FF-7D5E-213A7857FA9E> /Applications/Logic Pro.app/Contents/Frameworks/MAResources.framework/Versions/A/MAResources
    0x2a24000 - 0x2a4dfef com.apple.audio.CoreAudioKit 1.6.1 (1.6.1) <C5992CBA-0496-9681-A7CA-A932F2BC1CB9> /System/Library/Frameworks/CoreAudioKit.framework/Versions/A/CoreAudioKit
    0x2a5e000 - 0x2a66ff7 com.apple.AEProfiling 1.2 (23) <CCCF1C02-C733-DC62-BF59-1611240046C2> /Applications/Logic Pro.app/Contents/Frameworks/AEProfiling.framework/Versions/A/AEProfiling
    0x2a6f000 - 0x2a7fff7 com.apple.AERegistration 1.2 (77) <AFF6797E-19F9-B119-D37C-013F0351BDCA> /Applications/Logic Pro.app/Contents/Frameworks/AERegistration.framework/Versions/A/AERegistration
    0x2a93000 - 0x2a9fff3 com.apple.music.apps.MAUnitTest 9.1.0 (95.10) <B8C2C5A7-E6C4-90C8-9623-72B78D24B7B4> /Applications/Logic Pro.app/Contents/Frameworks/MAUnitTest.framework/Versions/A/MAUnitTest
    0x2aa9000 - 0x2b5fff7 com.apple.music.apps.MAFiles 9.1.0 (143.13) <F52A81C6-21BB-BFF1-9977-18D2353083EF> /Applications/Logic Pro.app/Contents/Frameworks/MAFiles.framework/Versions/A/MAFiles
    0x2b7f000 - 0x2bf1ffb com.apple.music.apps.MAAudioEngine 9.1.0 (156.18) <F2ADA6C4-4D7B-5773-5E1F-7B997928B3A2> /Applications/Logic Pro.app/Contents/Frameworks/MAAudioEngine.framework/Versions/A/MAAudioEngine
    0x2c40000 - 0x2c4bff7 com.apple.music.apps.MAToolKit 9.1.0 (357.10) <0FD31DC2-CDA0-9FCD-0908-1ECD97197841> /Applications/Logic Pro.app/Contents/Frameworks/MAToolKit.framework/Versions/A/MAToolKit
    0x2c51000 - 0x2c6ffef com.apple.XSKey 1.0.0 (52) <71B94F53-15DB-9012-91F2-211F7C2CD790> /Library/Frameworks/XSKey.framework/Versions/A/XSKey
    0x2c7e000 - 0x2c91fff com.apple.music.apps.MAVideo 9.1.0 (11.14) <63320C00-1CBF-5036-0622-0379097BB967> /Applications/Logic Pro.app/Contents/Frameworks/MAVideo.framework/Versions/A/MAVideo
    0x2ca1000 - 0x2ce1ff7 com.apple.vmutils 4.2 (106) <834EA6B0-C91B-4CF1-ED3C-229C26459578> /System/Library/PrivateFrameworks/vmutils.framework/Versions/A/vmutils
    0x2cfa000 - 0x2d96ffc com.apple.MobileMe 9 (1.01) <EBADB981-9ED6-82B0-810F-F1CB05CB5A17> /Applications/Logic Pro.app/Contents/Frameworks/MobileMe.framework/Versions/A/MobileMe
    0x2df3000 - 0x2ea8fe7 libcrypto.0.9.7.dylib ??? (???) <39CDB041-9DF5-01B1-4B33-03EC4CCA40B3> /usr/lib/libcrypto.0.9.7.dylib
    0x2fb7000 - 0x2fe5ff7 com.apple.prokit.SnowLeopardPanels 5.0.1 (906) <200EE10C-484D-A71C-ADFF-4DCC8411C31D> /System/Library/PrivateFrameworks/ProKit.framework/Versions/A/Resources/SnowLeo pardPanels.bundle/Contents/MacOS/SnowLeopardPanels
    0x35c4000 - 0x35d1ff7 com.apple.iokit.IOHIDLib 1.6.1 (1.6.1) <6402BAEB-0141-9AD9-54D0-E49203DAF1EC> /System/Library/Extensions/IOHIDFamily.kext/Contents/PlugIns/IOHIDLib.plugin/Co ntents/MacOS/IOHIDLib
    0x35e1000 - 0x35e2fff +com.cooliris.safariplugin ??? (1.7) <5568367D-4A7A-13C4-15BD-543AAB199199> /Library/InputManagers/Cooliris/Cooliris.bundle/Contents/MacOS/Cooliris
    0x36c9000 - 0x36cdff3 com.apple.audio.AudioIPCPlugIn 1.1.2 (1.1.2) <C36F9194-6DB6-0AA8-4839-71191EEBAC65> /System/Library/Extensions/AudioIPCDriver.kext/Contents/Resources/AudioIPCPlugI n.bundle/Contents/MacOS/AudioIPCPlugIn
    0x36d2000 - 0x36d8ffb com.apple.audio.AppleHDAHALPlugIn 1.7.9 (1.7.9a4) <A686EC36-C3D5-131F-46D2-F174F5477C77> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bun dle/Contents/MacOS/AppleHDAHALPlugIn
    0x36dd000 - 0x36f7ff4 +com.numark.ns7.hal ??? (1.6.4) /Library/Audio/Plug-Ins/HAL/NumarkNS7AudioHAL.plugin/Contents/MacOS/NumarkNS7Au dioHAL
    0x370e000 - 0x3715ff7 com.apple.proapps.mrcheckpro 1.4 (385) <963824DD-2E90-6639-0AAE-3F11EE70118E> /Applications/Logic Pro.app/Contents/Resources/MRCheckPro.bundle/Contents/MacOS/MRCheckPro
    0x3777000 - 0x3793ff7 GLRendererFloat ??? (???) <8FF7B576-512C-C2F8-4C0C-967FB3D9EEA2> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GL RendererFloat
    0x37cc000 - 0x37ceff3 com.apple.music.apps.anvil.resources 9.1.0 (279.7) <4D63C4E3-B330-B671-1B95-85A44C8F3489> /Applications/Logic Pro.app/Contents/Resources/anvil.res/Contents/MacOS/anvil
    0x37d3000 - 0x37d5ff3 com.apple.music.apps.common.resources 9.1.0 (279.7) <CC1C9305-A18A-23FC-C8BE-42710949BA2D> /Applications/Logic Pro.app/Contents/Resources/common.res/Contents/MacOS/common
    0x37da000 - 0x37dcff3 com.apple.music.apps.ebp.resources 9.1.0 (279.7) <2467C67F-AB24-3C4D-319D-DE59780F85CB> /Applications/Logic Pro.app/Contents/Resources/ebp.res/Contents/MacOS/ebp
    0x37e1000 - 0x37e3ff3 com.apple.music.apps.efx.resources 9.1.0 (279.7) <015D962D-6F7E-B261-EBF0-573EBBAF76B3> /Applications/Logic Pro.app/Contents/Resources/efx.res/Contents/MacOS/efx
    0x37e8000 - 0x37eaff3 com.apple.music.apps.egt.resources 9.1.0 (279.7) <D6ABBDAC-A071-CBC8-C9BD-91EA21E91425> /Applications/Logic Pro.app/Contents/Resources/egt.res/Contents/MacOS/egt
    0x37ef000 - 0x37f1ff3 com.apple.music.apps.emx.resources 9.1.0 (279.7) <0CF5959B-45A1-36BF-BD17-FCC958C110BC> /Applications/Logic Pro.app/Contents/Resources/emx.res/Contents/MacOS/emx
    0x37f6000 - 0x37f8ff3 com.apple.music.apps.es1.resources 9.1.0 (279.7) <3A4AF377-25E7-DEFD-8B9A-DA9F5180A59B> /Applications/Logic Pro.app/Contents/Resources/es1.res/Contents/MacOS/es1
    0x4174e000 - 0x418bfff7 GLEngine ??? (???) <D336658A-F6DB-6D61-9CA6-04299E7D5420> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
    0x418f0000 - 0x41cacfef com.apple.ATIRadeonX2000GLDriver 1.6.6 (6.0.6) <86D6B61E-EF05-81CC-ED7A-35FBA6E8FCBC> /System/Library/Extensions/ATIRadeonX2000GLDriver.bundle/Contents/MacOS/ATIRade onX2000GLDriver
    0x41cd7000 - 0x41cd9ff3 com.apple.music.apps.es2.resources 9.1.0 (279.7) <DC6F8762-E00B-CE6F-2659-75730699D56B> /Applications/Logic Pro.app/Contents/Resources/es2.res/Contents/MacOS/es2
    0x41cde000 - 0x41ce0ff3 com.apple.music.apps.esp.resources 9.1.0 (279.7) <43B0216C-1C45-81A4-D6E9-623B3D1A8369> /Applications/Logic Pro.app/Contents/Resources/esp.res/Contents/MacOS/esp
    0x41ce5000 - 0x41ce7ff3 com.apple.music.apps.evb3.resources 9.1.0 (279.7) <2237C5A8-922E-9C2A-FFEA-F72A8D402B7A> /Applications/Logic Pro.app/Contents/Resources/evb3.res/Contents/MacOS/evb3
    0x41cec000 - 0x41ceeff3 com.apple.music.apps.evd6.resources 9.1.0 (279.7) <4758F8E2-E278-78FA-736E-F85EBC91972F> /Applications/Logic Pro.app/Contents/Resources/evd6.res/Contents/MacOS/evd6
    0x41cf3000 - 0x41cf5ff3 com.apple.music.apps.evoc.resources 9.1.0 (279.7) <107DC69E-8514-E5C9-874F-0255A13FE360> /Applications/Logic Pro.app/Contents/Resources/evoc.res/Contents/MacOS/evoc
    0x421e9000 - 0x421ebff3 com.apple.music.apps.evp88.resources 9.1.0 (279.7) <31B9CB48-C64B-E823-8AC5-B2180034092D> /Applications/Logic Pro.app/Contents/Resources/evp88.res/Contents/MacOS/evp88
    0x421f0000 - 0x421f2ff3 com.apple.music.apps.exs24.resources 9.1.0 (279.7) <1AB030B3-D505-F558-5C32-E10121997E58> /Applications/Logic Pro.app/Contents/Resources/exs24.res/Contents/MacOS/exs24
    0x421f7000 - 0x421f9ff3 com.apple.music.apps.guitaramp.resources 9.1.0 (279.7) <48680FCD-09F0-2D4F-7A6B-961EB86869D1> /Applications/Logic Pro.app/Contents/Resources/guitaramp.res/Contents/MacOS/guitaramp
    0x42ad6000 - 0x42ad8ff3 com.apple.music.apps.guitarcontrols.resources 9.1.0 (279.7) <929292A4-C515-1D08-7799-61C83B81790D> /Applications/Logic Pro.app/Contents/Resources/guitarcontrols.res/Contents/MacOS/guitarcontrols
    0x42add000 - 0x42adfff3 com.apple.music.apps.mutapdel.resources 9.1.0 (279.7) <C280DBEC-EFA0-B35D-DBCA-13B37174804B> /Applications/Logic Pro.app/Contents/Resources/mutapdel.res/Contents/MacOS/mutapdel
    0x42ae4000 - 0x42ae6ff3 com.apple.music.apps.pedalboard.resources 9.1.0 (279.7) <FDE39F48-8495-2F32-44B5-2AD1E64CCEF1> /Applications/Logic Pro.app/Contents/Resources/pedalboard.res/Contents/MacOS/pedalboard
    0x42aeb000 - 0x42aedff3 com.apple.music.apps.revolver.resources 9.1.0 (279.7) <99C8BCA7-3D94-74BD-8FC4-963D4367CE88> /Applications/Logic Pro.app/Contents/Resources/revolver.res/Contents/MacOS/revolver
    0x42af2000 - 0x42af4ff3 com.apple.music.apps.sphere.resources 9.1.0 (279.7) <EFB59A69-D43A-7983-E65B-2DFDEBEBA4AA> /Applications/Logic Pro.app/Contents/Resources/sphere.res/Contents/MacOS/sphere
    0x43fc3000 - 0x43fdeff7 com.apple.OpenTransport 10.6.0 (10.6.0) <ECA6FEC6-5ECD-51BA-162F-CFC43899196A> /System/Library/PrivateFrameworks/OpenTransport.framework/OpenTransport
    0x49284000 - 0x492e3fe1 +se.propellerheads.rewire.library 1.7 (1.7) /Users/victor/Library/Application Support/Propellerhead Software/ReWire/ReWire.bundle/Contents/MacOS/ReWire
    0x49302000 - 0x4957dfcf +se.propellerheads.reason.engine 4.0 (4.0) <636F0515-A4C8-42E5-9430-46E03DAFE1C8> /Applications/Reason/Reason.app/Contents/PlugIns/Reason Engine.plugin/Contents/MacOS/Reason Engine
    0x498a6000 - 0x498ecff7 com.apple.glut 3.4.4 (GLUT-3.4.4) <DF15FD36-E1F5-D745-1BF6-DD3AEA2897E4> /System/Library/Frameworks/GLUT.framework/Versions/A/GLUT
    0x49bdb000 - 0x49be6ff7 com.apple.DVCPROHDVideoOutput 1.3.2 (1.3.2) <0BFC5A21-AD35-20C6-C495-9F91E7B49001> /Library/QuickTime/DVCPROHDVideoOutput.component/Contents/MacOS/DVCPROHDVideoOu tput
    0x4a71a000 - 0x4a724ff7 com.apple.IOFWDVComponents 1.9.9 (1.9.9) <5B4E7BD7-EF5A-2F5C-DF8E-3D4A7B59F779> /System/Library/Components/IOFWDVComponents.component/Contents/MacOS/IOFWDVComp onents
    0x4a747000 - 0x4a74afff com.apple.LiveType.component 2.1.3 (2.1.3) /Library/QuickTime/LiveType.component/Contents/MacOS/LiveType
    0x4a750000 - 0x4a7b5fde com.apple.LiveType.framework 2.1.3 (2.1.3) /System/Library/PrivateFrameworks/LiveType.framework/Versions/A/LiveType
    0x50c30000 - 0x50c95fe0 com.apple.DVCPROHDMuxer 1.3.2 (1.3.2) <C3983AFC-F21C-36C3-41BB-AA28CEED0AD7> /Library/QuickTime/DVCPROHDMuxer.component/Contents/MacOS/DVCPROHDMuxer
    0x50caf000 - 0x50cf0fe3 com.apple.audio.SoundManager.Components 3.9.4 (3.9.4) <AD66647C-03A9-EBAF-6FFC-E5A631F4D6BE> /System/Library/Components/SoundManagerComponents.component/Contents/MacOS/Soun dManagerComponents
    0x50cf7000 - 0x50d33fe3 com.apple.QuickTimeFireWireDV.component 7.6.3 (1591.3) <55A49215-3C98-20A3-02EC-FDBAD3D1A69B> /System/Library/QuickTime/QuickTimeFireWireDV.component/Contents/MacOS/QuickTim eFireWireDV
    0x50d3f000 - 0x50dfcfe2 com.apple.DesktopVideoOut 1.2.6 (1.2.6) <F6E99ED1-B9A6-E15C-095C-7B89D8D0B110> /Library/QuickTime/DesktopVideoOut.component/Contents/MacOS/DesktopVideoOut
    0x8fe00000 - 0x8fe4162b dyld 132.1 (???) <211AF0DD-42D9-79C8-BB6A-1F4BEEF4B4AB> /usr/lib/dyld
    0x90003000 - 0x9003efe7 com.apple.DebugSymbols 1.1 (70) <05013716-CFCF-801E-5535-D0643869BDCD> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbol s
    0x9003f000 - 0x9021aff3 libType1Scaler.dylib ??? (???) <F9FEA41E-F079-87B8-04A9-7FF3B2931B79> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libType1Scaler.dylib
    0x9021b000 - 0x9027bfe7 com.apple.CoreText 3.1.0 (???) <79FD1B5C-2F93-4C5D-B07B-4DD9088E67DE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x9027c000 - 0x902d4fe7 com.apple.datadetectorscore 2.0 (80.7) <A40AA74A-9D13-2A6C-5440-B50905923251> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
    0x902d5000 - 0x902e1ff7 libkxld.dylib ??? (???) <3D2C5BA3-6A8D-C861-B346-0E19942D9AF1> /usr/lib/system/libkxld.dylib
    0x902fb000 - 0x90355ff7 com.apple.framework.IOKit 2.0 (???) <1BE07087-27D5-0E62-F06B-007C2BED4073> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x90356000 - 0x90376fe7 com.apple.opencl 12 (12) <2DB56F60-577B-6724-5708-7B082F62CC0F> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x903aa000 - 0x9058cfff com.apple.imageKit 2.0.1 (1.0) <3CD99122-4DC8-00CE-4BD7-E3E1E1C71C30> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
    0x906bc000 - 0x906c7ff7 libCSync.A.dylib ??? (???) <9292E6E3-70C1-1DD7-4213-1044F0FA8381> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x906c8000 - 0x90884fef com.apple.ImageIO.framework 3.0.1 (3.0.1) <598CF4F9-7542-E1A7-26D2-584933497A2E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x90885000 - 0x908a1fe3 com.apple.openscripting 1.3.1 (???) <DA16DE48-59F4-C94B-EBE3-7FAF772211A2> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x90b97000 - 0x90c11fef com.apple.audio.CoreAudio 3.2.2 (3.2.2) <1F97B48A-327B-89CC-7C01-3865179716E0> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x90c12000 - 0x90caffe3 com.apple.LaunchServices 362 (362) <8BE1C1A1-BF71-CE07-F3FB-6057D47AF461> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x90cef000 - 0x90cf9ffb com.apple.speech.recognition.framework 3.11.1 (3.11.1) <EC0E69C8-A121-70E8-43CF-E6FC4C7779EC> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x90cfa000 - 0x90dcbfe3 ColorSyncDeprecated.dylib ??? (???) <1CEB1F35-EF10-A63D-AD9E-D7BD391D4719> /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ColorSync.f ramework/Versions/A/Resources/ColorSyncDeprecated.dylib
    0x90dcc000 - 0x90dceff7 com.apple.securityhi 4.0 (36638) <962C66FB-5BE9-634E-0810-036CB340C059> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x90dcf000 - 0x90f10ff7 com.apple.syncservices 5.1 (578) <88BAF2E9-3A67-EEAB-2EBF-4F7D1D28B39E> /System/Library/Frameworks/SyncServices.framework/Versions/A/SyncServices
    0x90f11000 - 0x917efff7 com.apple.AppKit 6.6.3 (1038.25) <72A9AA47-8DCB-DB07-64F5-F837E98C62D8> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x917f0000 - 0x918cbff7 com.apple.DiscRecording 5.0.3 (5030.4.2) <CC86EBA6-5E48-32C0-77AE-81479DFF6D4A> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
    0x918cc000 - 0x9197bff3 com.apple.ColorSync 4.6.2 (4.6.2) <F3F097AC-FDB7-3357-C64F-E28BECF4C15F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x9197c000 - 0x9197cff7 com.apple.ApplicationServices 38 (38) <8012B504-3D83-BFBB-DA65-065E061CFE03> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x9197d000 - 0x919ceff7 com.apple.HIServices 1.8.0 (???) <B8EC13DB-A81A-91BF-8C82-66E840C64C91> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x919cf000 - 0x919d1ff7 libRadiance.dylib ??? (???) <462903E2-2E77-FAE5-4ED6-829AAB1980A4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x919d2000 - 0x919e2ff7 com.apple.DSObjCWrappers.Framework 10.6 (134) <81A0B409-3906-A98F-CA9B-A49E75007495> /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
    0x919e3000 - 0x919e3ff7 com.apple.Accelerate 1.5 (Accelerate 1.5) <F642E7A0-3720-FA19-0190-E6DBD9EF2D9B> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x919e4000 - 0x91b08ff7 com.apple.CoreAUC 5.03.2 (5.03.2) <38C77DF1-6F98-4ABF-BE8F-ADA70E9C622D> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
    0x91b09000 - 0x91b59ff7 com.apple.Symbolication 1.1 (67) <E0C94D8B-4F12-49E6-BAA5-3B00441A047B> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolicat ion
    0x91b5a000 - 0x91b8dff7 com.apple.AE 496.1 (496.1) <1AC75AE2-AF94-2458-0B94-C3BB0115BA4B> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x91b8e000 - 0x91b9fff7 com.apple.LangAnalysis 1.6.6 (1.6.6) <7A3862F7-3730-8F6E-A5DE-8E2CCEA979EF> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x91ba0000 - 0x91bc4ff7 libJPEG.dylib ??? (???) <649E1974-A527-AC0B-B3F4-B4DC30484070> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x91bd8000 - 0x91cdafef com.apple.MeshKitIO 1.0 (49.0) <E4436373-BF5D-9644-F8B7-B72762BEC08B> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshK itIO.framework/Versions/A/MeshKitIO
    0x91cdb000 - 0x91d1dfe7 libvDSP.dylib ??? (???) <8F8FFFB3-81E3-2969-5688-D5B0979182E6> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x91d1e000 - 0x91e4afeb com.apple.audio.toolbox.AudioToolbox 1.6.2 (1.6.2) <9AAFDCBE-C68C-3BB3-8089-83CD2C0B4ED7> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x91e4b000 - 0x91e87fff com.apple.CoreMediaIOServices 124.0 (850) <5F9B1AA3-8BB3-4E8C-2A31-F8FD5EC3F28A> /System/Library/PrivateFrameworks/CoreMediaIOServices.framework/Versions/A/Core MediaIOServices
    0x91e88000 - 0x91eb8ff7 com.apple.MeshKit 1.0 (49.0) <435718C1-ED40-6BCC-F0D8-67FA05CFFF1E> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/MeshKit
    0x91f0b000 - 0x91f44fe7 com.apple.bom 10.0 (164) <CC61CCD7-F76C-45DD-6666-C0E0D07C7343> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
    0x91f60000 - 0x91fb0ff7 com.apple.framework.familycontrols 2.0 (2.0) <E6CAB425-3E40-65A3-0C23-150C26E9CBBF> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
    0x91fb1000 - 0x9200bfe7 com.apple.CorePDF 1.1 (1.1) <8ED0FB5F-D498-D012-DF09-DE5378D40D52> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
    0x9200c000 - 0x9200cff7 liblangid.dylib ??? (???) <B99607FC-5646-32C8-2C16-AFB5EA9097C2> /usr/lib/liblangid.dylib
    0x9200d000 - 0x920c0fff libFontParser.dylib ??? (???) <FAD5E96D-CF93-CC86-6B30-A6594B930772> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x920c1000 - 0x92323fe7 com.apple.security 6.1.1 (37594) <9AA7D9BF-852F-111F-68AD-65DD760D4DF3> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x92324000 - 0x92359ff7 libcups.2.dylib ??? (???) <AFDC4D3C-0FF4-D459-B26C-4BA1093F9142> /usr/lib/libcups.2.dylib
    0x924a3000 - 0x924e4ff7 libRIP.A.dylib ??? (???) <9F0ECE75-1F03-60E4-E29C-136A27C13F2E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x924f0000 - 0x92534ff3 com.apple.coreui 2 (113) <D0FA9B36-3708-D5BF-0CC3-6CC1909BC8E6> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x9253a000 - 0x92587feb com.apple.DirectoryService.PasswordServerFramework 6.0 (6.0) <BF66BA5D-BBC8-78A5-DBE2-F9DE3DD1D775> /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordS erver
    0x92588000 - 0x92588ff7 com.apple.vecLib 3.5 (vecLib 3.5) <17BEEF92-DF30-CD52-FD65-0B7B43B93617> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x92589000 - 0x92666ff7 com.apple.vImage 4.0 (4.0) <64597E4B-F144-DBB3-F428-0EC3D9A1219E> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x92667000 - 0x9275dff7 libGLProgrammability.dylib ??? (???) <82D03736-D30C-C013-BBB1-20ED9687D47F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0x9275e000 - 0x9279dff7 com.apple.ImageCaptureCore 1.0 (1.0) <D8767350-A10D-B6B5-3A8D-05888A7758ED> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCo re
    0x9279e000 - 0x927b0ff7 com.apple.MultitouchSupport.framework 204.9 (204.9) <B639F02B-33CC-150C-AE8C-1007EA7648F9> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
    0x927b1000 - 0x92ad4fef com.apple.HIToolbox 1.6.2 (???) <E02640B9-7BC3-A4B4-6202-9E4127DDFDD6> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x92ad5000 - 0x92dcefef com.apple.QuickTime 7.6.3 (1591.3) <803CC5FD-2369-83B5-795D-A8963620EFAC> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x92e3e000 - 0x92e75fe7 libssl.0.9.8.dylib ??? (???) <95FE66AC-C850-4AB4-DD3F-7F198A5E1EAC> /usr/lib/libssl.0.9.8.dylib
    0x92e76000 - 0x92e83ff7 com.apple.AppleFSCompression 1.0 (1.0) <DEF0B7B0-993B-F088-8F73-4318C3CA1F64> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/Apple FSCompression
    0x92e84000 - 0x92ebeffb libFontRegistry.dylib ??? (???) <72342297-E8D6-B071-A752-014134129282> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x92ebf000 - 0x92effff3 com.apple.securityinterface 4.0.1 (37214) <BBC88C96-8827-91DC-0CF6-7CB639183395> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    0x92f00000 - 0x92f0dff7 libbz2.1.0.dylib ??? (???) <495732E1-2AC4-44FC-E633-4CBCC503B924> /usr/lib/libbz2.1.0.dylib
    0x92f0e000 - 0x92fb5fe7 com.apple.CFNetwork 454.5 (454.5) <A7E78E62-0C59-CE57-73D2-C4E60527781C> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x92fb6000 - 0x9309aff7 com.apple.WebKit 6531.21 (6531.21.8) <E2506911-46B5-0CFE-0C49-77EA8F216E8C> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x9314a000 - 0x93469fe7 com.apple.CoreServices.CarbonCore 861.2 (861.2) <A9077470-3786-09F2-E0C7-F082B7F97838> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x9346a000 - 0x93471ff7 com.apple.agl 3.0.12 (AGL-3.0.12) <6BF89127-C18C-27A9-F94A-981836A822FE> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x93472000 - 0x93888ff7 libBLAS.dylib ??? (???) <C4FB303A-DB4D-F9E8-181C-129585E59603> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x93889000 - 0x93896ff7 com.apple.opengl 1.6.5 (1.6.5) <0AE8B897-8A80-2C14-D6FC-DC21AC423234> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x938a1000 - 0x93cd6ff7 libLAPACK.dylib ??? (???) <5E2D2283-57DE-9A49-1DB0-CD027FEFA6C2> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x93cd7000 - 0x93cddff7 com.apple.DisplayServicesFW 2.2 (2.2) <72C790A9-F4D2-DA92-015B-4CAF478FC0C2> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
    0x93cde000 - 0x93d57ff7 com.apple.PDFKit 2.5 (2.5) <58603BDB-337F-FBE3-EB11-7C31CF261995> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
    0x93d58000 - 0x94051ff3 com.apple.RawCamera.bundle 2.3.0 (505) <1C7CEA30-FFE2-B4DE-98CE-D6518DF1E54B> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x94052000 - 0x9405fff7 com.apple.NetFS 3.2.1 (3.2.1) <5E61A00B-FA16-9D99-A064-47BDC5BC9A2B> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x94063000 - 0x94077ffb 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
    0x94078000 - 0x942e8ffb com.apple.Foundation 6.6.1 (751.14) <CD815A50-BB33-5AA1-DD73-A5B07D394DDA> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x942e9000 - 0x9446bfe7 libicucore.A.dylib ??? (???) <2B0182F3-F459-B452-CC34-46FE73ADE348> /usr/lib/libicucore.A.dylib
    0x9446c000 - 0x944daff7 com.apple.QuickLookUIFramework 2.1 (327.3) <2F51D9CB-F827-E0AF-F201-5F4244C0D02A> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.f ramework/Versions/A/QuickLookUI
    0x944db000 - 0x944dfff7 libGFXShared.dylib ??? (???) <79F4F60E-0A6D-CE9C-282E-FA85825449E3> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
    0x944f0000 - 0x9462ffe3 com.apple.QTKit 7.6.3 (1591.3) <18F25C19-F0B8-5907-D6D6-65EC53DF0D3B> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x94638000 - 0x946d4fe7 com.apple.ApplicationServices.ATS 4.1 (???) <EA26375D-8276-9671-645D-D28CAEC95292> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x946db000 - 0x946e5fe7 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
    0x946e6000 - 0x94757ff7 com.apple.iLifeMediaBrowser 2.1.3 (346.0.3) <C862CAE1-1906-CD45-7D66-F8798483BAA5> /System/Library/PrivateFrameworks/iLifeMediaBrowser.framework/Versions/A/iLifeM ediaBrowser
    0x94799000 - 0x94803fe7 libstdc++.6.dylib ??? (???) <411D87F4-B7E1-44EB-F201-F8B4F9227213> /usr/lib/libstdc++.6.dylib
    0x94804000 - 0x9497bfef com.apple.CoreFoundation 6.6.1 (550.13) <AE9FC6F7-F0B2-DE58-759E-7DB89C021A46> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x9497c000 - 0x949d2ff7 com.apple.MeshKitRuntime 1.0 (49.0) <BCB920E3-C567-3F37-D404-F518A256859E> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshK itRuntime.framework/Versions/A/MeshKitRuntime
    0x949d3000 - 0x949f2fe3 libexpat.1.dylib ??? (???) <82E6F83F-9667-2E39-1D9D-4A49C642527D> /usr/lib/libexpat.1.dylib
    0x94a0d000 - 0x95237fe7 com.apple.WebCore 6531.21 (6531.21.8) <A1527339-942C-164F-03CB-0949EEA144C4> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
    0x95238000 - 0x9559fff7 com.apple.QuartzCore 1.6.1 (227.8) <8B90AB08-46A4-1C5C-4E71-C6AB652477B9> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x955a0000 - 0x955c2fef com.apple.DirectoryService.Framework 3.6 (621.1) <3ED4949F-9604-C109-6586-5CE5F421182B> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x955c3000 - 0x955fbff7 com.apple.LDAPFramework 2.0 (120.1) <681A0B2E-BCB2-D2BA-3D02-A4989E9C7686> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x95615000 - 0x9561cfff com.apple.print.framework.Print 6.0 (237) <7A06B15C-B835-096E-7D96-C2FE8F0D21E1> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x9561d000 - 0x95663ff7 libauto.dylib ??? (???) <85670A64-3B67-8162-D441-D8E0BE15CA94> /usr/lib/libauto.dylib
    0x9566b000 - 0x95679fe7 libz.1.dylib ??? (???) <7B7A02AB-DA99-6180-880E-D28E4F9AA8EB> /usr/lib/libz.1.dylib
    0x956de000 - 0x95705ff7 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
    0x95706000 - 0x95788ffb SecurityFoundation ??? (???) <29C27E0E-B2B3-BF6B-B1F8-5783B8B01535> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x95789000 - 0x957c0ff7 com.apple.CoreMedia 0.420.18 (420.18) <43747711-B334-B0C7-4971-15FA586DAFBF> /System/Library/PrivateFrameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x957c1000 - 0x957c1ff7 com.apple.quartzframework 1.5 (1.5) <CEB78F00-C5B2-3B3F-BF70-DD6D578719C0> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x957c2000 - 0x957d6fe7 libbsm.0.dylib ??? (???) <14CB053A-7C47-96DA-E415-0906BA1B78C9> /usr/lib/libbsm.0.dylib
    0x957d7000 - 0x957d7ff7 com.apple.Cocoa 6.6 (???) <EA27B428-5904-B00B-397A-185588698BCC> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x957e9000 - 0x957effff 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
    0x95821000 - 0x95864ff7 com.apple.NavigationServices 3.5.3 (181) <28CDD978-030E-7D4A-5334-874A8EBE6C29> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x95865000 - 0x95a09feb libSystem.B.dylib ??? (???) <D45B91B2-2B4C-AAC0-8096-1FC48B7E9672> /usr/lib/libSystem.B.dylib
    0x95a0a000 - 0x95c0afeb com.apple.AddressBook.framework 5.0.1 (864) <878FE5D9-6C49-000F-D5D1-DF8054BFC0F0> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x95c0b000 - 0x95c33ff7 libxslt.1.dylib ??? (???) <769EF4B2-C1AD-73D5-AAAD-1564DAEA77AF> /usr/lib/libxslt.1.dylib
    0x95c34000 - 0x95d62fe7 com.apple.CoreData 102.1 (250) <F33FF4A1-D7F9-4F6D-3153-E5F2588479EB> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x95d6a000 - 0x95e77ff7 com.apple.MediaToolbox 0.420.18 (420.18) <31935D52-1F8D-4AB2-CCA5-4CF615CBCE24> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbo x
    0x95fe3000 - 0x95ff8fff com.apple.ImageCapture 6.0 (6.0) <3F31833A-38A9-444E-02B7-17619CA6F2A0> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x96185000 - 0x96233ff3 com.apple.ink.framework 1.3.1 (105) <CA3FBDC3-4BBA-7BD9-0777-A7B0751292CD> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x96234000 - 0x9627dfe7 libTIFF.dylib ??? (???) <5864AE5B-EAEB-F8B6-18FB-3D27B7895A4C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x9627e000 - 0x9627eff7 com.apple.Carbon 150 (152) <608A04AB-F35D-D2EB-6629-16B88FB32074> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x9627f000 - 0x9629ffe7 libresolv.9.dylib ??? (???) <A48921CB-3FA7-3071-AF9C-2D86FB493A3A> /usr/lib/libresolv.9.dylib
    0x962a0000 - 0x962b8ff7 com.apple.CFOpenDirectory 10.6 (10.6) <1537FB4F-C112-5D12-1E5D-3B1002A4038F> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
    0x962b9000 - 0x962d4ff7 libPng.dylib ??? (???) <3F8682CD-C05B-607D-96E7-767646C77DB8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x962d5000 - 0x96472fef com.apple.JavaScriptCore 6531.21 (6531.21.9) <FF236E3F-A016-2AEB-3E62-7108E76EF825> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x96473000 - 0x96574fe7 libxml2.2.dylib ??? (???) <B4C5CD68-405D-0F1B-59CA-5193D463D0EF> /usr/lib/libxml2.2.dylib
    0x96575000 - 0x965d9ffb 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
    0x96749000 - 0x9674dff7 IOSurface ??? (???) <C11D3FF3-EB51-A07D-EF24-9C2004115724> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x9674e000 - 0x96751fe7 libmathCommon.A.dylib ??? (???) <1622A54F-1A98-2CBE-B6A4-2122981A500E> /usr/lib/system/libmathCommon.A.dylib
    0x96752000 - 0x96753ff7 com.apple.TrustEvaluationAgent 1.1 (1) <6C04C4C5-667E-2EBE-EB96-5B67BD4B2185> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
    0x96780000 - 0x9770eff7 com.apple.QuickTimeComponents.component 7.6.3 (1591.3) /System/Library/QuickTime/QuickTimeComponents.component/Contents/MacOS/QuickTim eComponents
    0x97765000 - 0x977b5fe7 libGLU.dylib ??? (???) <659ADCA2-10EC-59BD-1B0A-4928A965F1D1> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x97804000 - 0x97807ff7 libCGXType.A.dylib ??? (???) <483FCF1C-066B-D210-7355-ABC48CA9DB2F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
    0x97808000 - 0x9782efff com.apple.DictionaryServices 1.1.1 (1.1.1) <02709230-9B37-C743-6E27-3FCFD18211F8> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
    0x9782f000 - 0x978d7ffb com.apple.QD 3.33 (???) <196CDBA6-5B87-2767-DD57-082D71B0A5C7> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x978d8000 - 0x97985fe7 libobjc.A.dylib ??? (???) <DF8E4CFA-3719-3415-0BF1-E8C5E561C3B1> /usr/lib/libobjc.A.dylib
    0x97986000 - 0x97989ff7 libCoreVMClient.dylib ??? (???) <A89D7A78-8FB0-2BDF-30DB-A35E04A6186B> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
    0x97aac000 - 0x97aeaff7 com.apple.QuickLookFramework 2.1 (327.3) <BAF90576-16DF-13E6-9756-31537076E843> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x97b2a000 - 0x97b2bff7 com.apple.audio.units.AudioUnit 1.6.2 (1.6.2) <845D5E0D-870D-B7E8-AAC5-8364AC341AA1> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x97b62000 - 0x97b62ff7 com.apple.Accelerate.vecLib 3.5 (vecLib 3.5) <3E039E14-2A15-56CC-0074-EE59F9FBB913> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x97b6e000 - 0x97bddff7 libvMisc.dylib ??? (???) <59243A8C-2B98-3E71-8032-884D4853E79F> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x97bde000 - 0x97beeff7 libsasl2.2.dylib ??? (???) <C8744EA3-0AB7-CD03-E639-C4F2B910BE5D> /usr/lib/libsasl2.2.dylib
    0x97bef000 - 0x97c63fef com.apple.CoreSymbolication 2.0 (23) <8A04EA5F-83F8-5E15-B2E0-8A727C9C4E8B> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSy mbolication
    0x97c64000 - 0x97d2efef com.apple.CoreServices.OSServices 352 (352) <D9F21CA4-EED0-705F-8F3C-F1322D114B52> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x97d42000 - 0x97dd3fe7 com.apple.print.framework.PrintCore 6.1 (312.3) <6D4322AF-703C-CC19-77B4-53E6D3BB18D4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x97dd4000 - 0x97eaeff3 com.apple.DesktopServices 1.5.3 (1.5.3) <DA02AC94-7B0C-BD75-2305-C46A307A5FB0> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x97eaf000 - 0x97eb9ff7 libGL.dylib ??? (???) <76A207FE-889A-CF1B-AF9A-795EEE5A463E> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x97eba000 - 0x97eebff3 libTrueTypeScaler.dylib ??? (???) <6C8916A2-8F85-98E0-AAD5-0020C39C0FC9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
    0x97eec000 - 0x9839afe7 com.apple.VideoToolbox 0.420.18 (420.18) <CB16BB7D-FBE2-A2AD-490A-18479A8321BA> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbo x
    0x9839b000 - 0x983dffe7 com.apple.Metadata 10.6.2 (507.4) <DBCBAE7D-7B34-7806-C0B9-1E6E6D45562F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x983e0000 - 0x98460feb 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
    0x98461000 - 0x9847fff7 com.apple.CoreVideo 1.6.0 (43.1) <1FB01BE0-B013-AE86-A063-481BB547D2F5> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x98480000 - 0x986abff3 com.apple.QuartzComposer 4.1 (156.10) <24293329-50D7-D12F-51B3-57976A4E52B1> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
    0x986ac000 - 0x986b1ff7 com.apple.OpenDirectory 10.6 (10.6) <92582807-E8F3-3DD9-EB42-4195CFB754A1> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x986ba000 - 0x986c3ff7 com.apple.DiskArbitration 2.3 (2.3) <E9C40767-DA6A-6CCB-8B00-2D5706753000> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x9876d000 - 0x98770ffb com.apple.help 1.3.1 (41) <67F1F424-3983-7A2A-EC21-867BE838E90B> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x98771000 - 0x987aeff7 com.apple.SystemConfiguration 1.10.1 (1.10.1) <BA676C76-6AAD-F630-626D-B9248535294D> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x987af000 - 0x98f924b7 com.apple.CoreGraphics 1.536.12 (???) <263EB5FC-DEAD-7C5B-C486-EC86C173F952> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x98fcb000 - 0x99000ff7 libGLImage.dylib ??? (???) <A6007BF7-BF3C-96DC-C435-849C6B88C58A> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x99042000 - 0x99146fe7 libcrypto.0.9.8.dylib ??? (???) <2E58547A-91CC-4C1A-9FCC-DA7515FDB68A> /usr/lib/libcrypto.0.9.8.dylib
    0x99147000 - 0x99148ff7 com.apple.MonitorPanelFramework 1.3.0 (1.3.0) <0EC4EEFF-477E-908E-6F21-ED2C973846A4> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPane l
    0x99149000 - 0x991c0fe3 com.apple.backup.framework 1.2 (1.2) <411D14B1-0E2D-25FF-F329-CE92C70DDEC3> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x991c1000 - 0x991c1ff7 com.apple.CoreServices 44 (44) <AC35D112-5FB9-9C8C-6189-5F5945072375> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x991c2000 - 0x99232ff3 com.apple.AppleVAFramework 4.7.5 (4.7.5) <464A915D-E670-FA22-7799-454259D42B82> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x99235000 - 0x992eefe7 libsqlite3.dylib ??? (???) <16CEF8E8-8C9A-94CD-EF5D-05477844C005> /usr/lib/libsqlite3.dylib
    0x992ef000 - 0x992f3ff7 libGIF.dylib ??? (???) <83FB0DCC-355F-A930-E570-0BD95086CC59> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x99370000 - 0x99408fe7 edu.mit.Kerberos 6.5.9 (6.5.9) <73EC847F-FF44-D542-2AD5-97F6C8D48F0B> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x995cb000 - 0x995cdfe7 com.apple.ExceptionHandling 1.5 (10) <21F37A49-E63B-121E-D406-1BBC94BEC762> /System/Library/Frameworks/ExceptionHandling.framework/Versions/A/ExceptionHand ling
    0xffff0000 - 0xffff1fff libSystem.B.dylib ??? (???) <D45B91B2-2B4C-AAC0-8096-1FC48B7E9672> /usr/lib/libSystem.B.dylib
    Model: iMac8,1, BootROM IM81.00C1.B00, 2 processors, Intel Core 2 Duo, 2.8 GHz, 2 GB, SMC 1.30f1
    Graphics: ATI Radeon HD 2600 Pro, ATI Radeon HD 2600 Pro, PCIe, 256 MB
    Memory Module: global_name
    AirPort: spairportwireless_card_type_airportextreme (0x14E4, 0x8C), Broadcom BCM43xx 1.0 (5.10.91.26)
    Bluetooth: Version 2.2.4f3, 2 service, 1 devices, 1 incoming serial ports
    Network Service: AirPort, AirPort, en1
    Serial ATA Device: WDC WD3200AAJS-40VWA1, 298.09 GB
    Parallel ATA Device: OPTIARC DVD RW AD-5630A
    USB Device: USB2.0 Hub, 0x05e3 (Genesys Logic, Inc.), 0x0608, 0xfa400000
    USB Device: USB Audio CODEC, 0x08bb (Texas Instruments Japan), 0x2900, 0xfa440000
    USB Device: USB2.0 Hub, 0x05e3 (Genesys Logic, Inc.), 0x0608, 0xfa420000
    USB Device: nanoKONTROL, 0x0944, 0x010f, 0xfa423000
    USB Device: Basics Desktop, 0x0d49, 0x7410, 0xfa421000
    USB Device: CLP-310 Series, 0x04e8 (Samsung Electronics Co., Ltd.), 0x328e, 0xfa410000
    USB Device: Basics Portable, 0x0d49, 0x7450, 0xfa200000
    USB Device: Built-in iSight, 0x05ac (Apple Inc.), 0x8502, 0xfd400000
    USB Device: Keyboard Hub, 0x05ac (Apple Inc.), 0x1006, 0xfd100000
    USB Device: Apple Optical USB Mouse, 0x05ac (Apple Inc.), 0x0304, 0xfd130000
    USB Device: Apple Keyboard, 0x05ac (Apple Inc.), 0x0220, 0xfd120000
    USB Device: BRCM2046 Hub, 0x0a5c (Broadcom Corp.), 0x4500, 0x1a100000
    USB Device: Bluetooth USB Host Controller, 0x05ac (Apple Inc.), 0x820f, 0x1a110000
    USB Device: IR Receiver, 0x05ac (Apple Inc.), 0x8242, 0x5d100000

    USB Device: nanoKONTROL, 0x0944, 0x010f, 0xfa423000
    Hi there,
    have you installed the NanoKontrol plug-in for Garageband/Logic from Korg?
    If yes,here's how to uninstall it:
    Run LP 9.0.2
    *Logic Pro/Express*
    From the Logic pro/Express menu, select “Logic Pro/Express” - “Preferences” - “Control
    Surfaces” - “Setup...” , and open the control surfaces setup window. Click and select
    nanoKONTROL icon, push [delete] key on keyboard to delete nanoKONTROL
    information.
    After deleting the nanoKONTROL information, quit Logic Pro/Express and delete the
    following file and folder.
    /Applications/KORG/nanoKONTROL Control Surface plug-in
    /Library/Application Support/MIDI Device Plug-ins/nanoKONTROL.bundle
    A
    Message was edited by: immo

  • Error while using a new Logical Agent

    hi All
    I have created a logical agent in topology manager to import data from Hyperion Planning. Made all the changes, created batch files for the same and run that successfully - as given in More to life than this Blog Series of JOHN.(Great Work by the way, John. Kudos !!!)
    I think I am missing out on a very small thing as the error I am getting while reversing is like this -
    Unable to execute, the selected Logical Agent is not
    associated to a physical Agent in the desired context.
    java.util.NoSuchElementException
    But when I go back to topology manager I can see that all the desired steps have been taken care by me.
    I have created a context, logical and physical architecture also seems right and integrated to each other as written in Blog.
    John or other Gurus.... please help me, as I feel I am very close to achieve my target of reversing the dimensions of Hyperion Planning.

    Add
    .\lib\sqljdbc4.jar
    at end of the line starting with SQLSERVERLIB in config.bat file
    Pls mark correct

Maybe you are looking for

  • How to display all value of metadata from nodes collection model in content presenter template

    Hi All, first of all the new look of OTN is great. coming to problem i am facing (i dont know whr to ask here or in portal forum). i am creating a content presenter template to display list of items. now as per requirement i need to create a drop dow

  • Re: How to send data to  Application Server

    HI Experts, Can anyone tell me how to send alv report ouput data to the application server. Regards, p11272

  • Unable to run beans  with jsp using myeclipse

    I have create jsp application with in myeclipse using following process From the menu i create a J2EE ->WebProject The default folder name is src which is create automatically in editor when we create a package it will create under src folder as i cr

  • Using power adapter???

    Hi all!!! I just wanna know if i can get the batt off my ibook and put the power adapter instead and is it gonna broke anything?? I'm asking because I'm a few day off and i don't want to recharge my ibook like 4 times a day. Thx for answering !!!

  • Installing Mac OS X (Snow Leopard) as primary OS on Windows machine

    I read somewhere that under the EULA for OS X users aren't allowed to install OS X on non-Mac hardware (i.e. an intel PC designed for Windows). How does this differ to using a virtual machine such as Virtual Box to run OS X on a Windows machine? Is t