LX26 ABC logic

hi all,
We are planning for WM go-live during July month of the year. If we turn on the LX26 report on July, LX26 will propose the counts for the whole year on July base on ABC requirements. We are planning to create a program to complete the WM cycle counting process for the parts that have been already been counted until July outside of SAP. For example, if an 'A' part needs to be counted 4 times a year and during go-live we need to run the program twice to let the system know that these parts already have been counted twice, Is there a better way to do this?
Thanks.

if an 'A' part needs to be counted 4 times a year and during go-live we need to run the program twice to let the system know that these parts already have been counted twice
strange assumption. SAP does not check at any time if you really have conducted 4 counts for A items.
SAP uses the 4 counts just to divide the working days per year by 4 to know after how many days the material becomes due to be counted.
if you have 360 working days, then SAP knows that an A itm needs to be counted every 90 days.
I you start on July 1st and you execute Cycle counting, then your A item will show up because it was not counted before in this fiscal year in SAP.
you just need a program to set a last inventory date, then SAP will start counting from this last date to get the next counting date.

Similar Messages

  • Extending ABCS Application

    Hi All,
    We have a requirement to call a additional service2 before making a call to a service 1 which is OOTB in PIP.Now i have a extension point preInvokeService1 where can i do my required operation.The Extension Abstract wsdl is accepting input as a ABM for this operation which message is not suffice for me to make the call to service2.None of the required input fields for invoking service 2 is present in the ABM.How is it possible for me to extend this ABCS here???
    Thanks in Advance,
    Chitra

    Hi,
    If I understand your use case right, you have the following sequence of invocation in an out-of-box PIP
    ... -> ABCS1 -> service 1 -> ...
    What you would like to have is the following:
    ... -> ABCS1 -> service 2 (execution back to ABCS1 upon service 2 completes) ABCS1 -> service1 -> ...
    For my information, please clarify:
    - ABCS1 is a requestor, right?
    - What is the service that invoke ABCS1?
    AIA provides pre-built extension hooks on ABCS based on ABM and EBM interfaces. These extensions mean to augment ABCS logics within the confines of the ABM and EBM signatures (for instance, not bringing in drastically different logics, objects, and etc.)
    In your case, you stated that the ABM is not meeting your signature needs. As such, the ABCS hooks may NOT be the right place for your to do your extension (since it seems requiring new objects, new signatures, and etc.)
    Pending upon your answers of the above questions, it is possible that you may extend by introducing a brand-new integration flow (with requestor ABCS, EBS, provider ABCS) or by extending a EBF, and etc.
    Thanks!

  • ConditionTo Execute Account Based Calculation ABC

    Hi Experts,
    We would like to run logic using ABC only when a certain condition is met.  For example, perform an account
    adjustment when Account X >0. 
    We added the following script to the script logic to execute the ABC.  However, this logic is limited to MS.  Is there an equivalent NetWeaver logic that does the same?
    2)  Instead of this logic can
    you guys suggest another way to condition the ABC?
    Note we used the RUN_PROGRAM CALC_ACCOUNT statement works for us without using conditions.
    We are aware of the following conditional syntax but does it work with RUN_PROGRAM CALC ACCOUNT?
    REC(EXPRESSION=([ACCOUNT].[116000_R],[AUDITID].[AD3100]) >0 ?
    -([ACCOUNT].[216000],[AUDITID].[AD3100]):([ACCOUNT].[116000],[AUDITID].[AD3100]),ACCOUNT="216110",AUDITID="AD3055")
    Script added:
    *WHEN CUENTA
        *IS
    59IM90000
          *WHEN
    GET(CUENTA="59IM90000()
          *IS
    > 0
    Initial script to execute the ABC:
    *RUN_PROGRAM CALC_ACCOUNT
      CATEGORY = ACTUAL
      CURRENCY = LC,USD
      TID_RA = %TIME_SET%
      OTHER = [ENTITY = %ENTITY_SET%]
      OTHER=[ENTITY=%ENTITY_SET%;INTERCO=%INTERCO_SET%;BANK=%BANK_SET%;TC=%TC_SET%;COST_CENTER=%COST_CENTER_SET%;ACTIVITY=%ACTIVITY_SET%;SUBGLOBALRGN=%SUBGLOBALRGN_SET%;ACTIVE_INGREDIEN=%ACTIVE_INGREDIEN_SET%;COUNTRY=%COUNTRY_SET%]
    CALC=7_115_GREAT
      *ENDRUN_PROGRAM
    Thanks in advance.
    Eyal Feiler

    Hi
    Vadim,
    Thanks for your response.
    Here is a fuller explanation of what we are doing.
    We compare a set of asset accounts vs. liabilities in this case deferred assets vs. deferred liabilities. In
    case A -> assets are < liabilities 3600 vs. -4560 (net -960).
    Expected result we will use ABC logic DEF_ASSETS_LESS and reclass from an asset account -3600 and book to the liabilities 3600.
    The result will be -960 on the liabilities side and 0 on assets.
    The activity will be booked in a different datasource (AuditID in our model).
    In case B assets > liabilities.  Use ABC logic ABC logic DEF_ASSETS_MORE 5000 vs. -4560 = 440 net.
    Book
    4560 to a liability offset account and 4560 to an asset.  
    Result
    is 440 in the assets. 0 liabilities.
    col
    column AD3100 shows results before reclassification.  Column AD3057 shows the adjustment taking the sum of the liabilities and shifting to assets.
    ABC is effective because we can select multiple base members of data sources and the change affects all rows for the matching accounts with the various dimensions e.g. country, bank etc.
    The problem is to use the condition, so that we can decide automatically whether to apply either logic.
    The issue we had with the script you suggested earlier is that we could not select
    multiple base member dimensions for data source and others (see thread - http://scn.sap.com/thread/3487307).
    Any ideas as to script logic or ABC?
    We want to stay with script logic.  Else we may need to go to ABAP.
    Thanks
    Eyal

  • IDOC MESS ..URGENT..!!

    pls help me with this scenario ,
    The idocs are coming from an external system called x in flat file .
    i have scjeduled the program rseinb00 to create the idocs .
    i have done the settings to process these idocs via idoc_input_orders.
    Now , if i have made this setting , it means that whenever an idoc of type orders01 will come this FM will be triggered. Does it mean that for inbound it doesnt matter if it comes from system x y or z , once the settings are done in one partner profile it will always use this function module to process any idocs that come on that system .
    For eg : I have one partner profile ABC type LS
    Inbound parameter : orders , process code ORDE.
    Now , if orders01 idoc comes from supoose system A , System B to ABC Logical system , it will process all the orders01 in the same way ??
    The issue with me is that :
    Once the RSEINB00 creates Idocs , the idoc_input_orders is triggered as per the settings in Partner profile.
    My first question is :
    What is the standard way of reporting the errors produced during idoc processing to the external system (Non SAP) ?
    If i copy the standard FM idoc_input_orders , and try to read the status table , How can I ensure that i read the status of only those idocs that came from System A ?
    If I try to set up the ALEAUD01 idoc to produce an audit idoc , how can i ensure that it contains only status of idocs from system A??
    I m in a mess , pls help ASAP.

    I suspect whether there is a standard way available!
    However, there can  be a work-around which would call for some development. 
    Approach could be:
    1. Create a ZReport which will fetch all status records for the specified conditions (such as IDoc No., IDoc Create Start/End time etc), format & download the status info (flat file format) to a specified location.
    2. Subsystem can pick up the downloaded file by running scheduled job.
    3. This report can either be executed manually or scheduled to run at some speficied time intervals.
    This approach can be extended to a Z_BAPI function module & this BAPI can be called by the subsystem directly to get the status info of say previously sent IDocs.
    Thanks,
    Puru

  • Dynamic Logical Expressions in ABAP: IF (lt_cond)...

    is it possible to have a dynamically constructured logical expression?
    I have a condition I need to use in an IF, but I want to avoid hard-coding, so I dynamicallybuild it.
    for a simple example:
    CONCATENATE ITAB-f1
               'EQ'
               varValue
               INTO lt_cond SEPARATED BY SPACE.
    IF (lt_cond).
      WRITE:/ 'Success'.
    ENDIF.
    Is it possible to do this?
    NL

    I am trying to use the macro to check an IF (cond).
    cond is a dynamically constructed condition.
    The bold part of my code way below is my problem area.
    I'm having no trouble getting COND constructed. But I am having trouble between my macro and the processing as my error always tells me I'm calling my macro without 2 actual parameters. Or when I DEFINE my macro with &1 instead of &1 &2, I get 'incorrect logical expression'.
    I've read all the documentation I can find on this, but i still cannot figure out why my macro is not processing.
    Code is lengthy, but if you can, please help.
    I'm anticipating the output to be 'FAILURE' at this point. I just want the condition COND to be processed.
    data: tabfield(20) type c,
          orcheck type I,
          cond type string.
    DATA: BEGIN OF ITAB_NOTIDX OCCURS 0,
          FIELD LIKE ZDOLTARC02-SEARCHFLD,
          VALUE LIKE ZDOLTARC03-VALUE,
          STRUCTURE LIKE ZDOLTARC02-STRUCTURE,
          AOBJ LIKE ZDOLTARC02-A_OBJ,
          END OF ITAB_NOTIDX.
    DATA: BEGIN OF ITAB_AOBJ OCCURS 0,
          AOBJ LIKE ZDOLTARC02-A_OBJ,
          END OF ITAB_AOBJ.
    DATA: ITAB_AOBJF LIKE ITAB_AOBJ.
    DATA: ITAB_NOTIDXF LIKE ITAB_NOTIDX.
    DATA: varAOBJ LIKE ZDOLTARC02-A_OBJ.
    ITAB_NOTIDXF-FIELD = 'LIFNR'.
    ITAB_NOTIDXF-VALUE = '123'.
    ITAB_NOTIDXF-STRUCTURE = 'BKPF'.
    ITAB_NOTIDXF-AOBJ = 'FI_DOCUMNT'.
    APPEND ITAB_NOTIDXF TO ITAB_NOTIDX.
    ITAB_NOTIDXF-FIELD = 'LIFNR'.
    ITAB_NOTIDXF-VALUE = 'ABC'.
    ITAB_NOTIDXF-STRUCTURE = 'BKPF'.
    ITAB_NOTIDXF-AOBJ = 'FI_DOCUMNT'.
    APPEND ITAB_NOTIDXF TO ITAB_NOTIDX.
    ITAB_NOTIDXF-FIELD = 'LIFNR'.
    ITAB_NOTIDXF-VALUE = '001'.
    ITAB_NOTIDXF-STRUCTURE = 'BKPF'.
    ITAB_NOTIDXF-AOBJ = 'FI_DOCUMNT'.
    APPEND ITAB_NOTIDXF TO ITAB_NOTIDX.
    ITAB_NOTIDXF-FIELD = 'SAKNR'.
    ITAB_NOTIDXF-VALUE = '111'.
    ITAB_NOTIDXF-STRUCTURE = 'BSEG'.
    ITAB_NOTIDXF-AOBJ = 'FI_DOCUMNT'.
    APPEND ITAB_NOTIDXF TO ITAB_NOTIDX.
    ITAB_NOTIDXF-FIELD = 'SAKNR'.
    ITAB_NOTIDXF-VALUE = '222'.
    ITAB_NOTIDXF-STRUCTURE = 'BSEG'.
    ITAB_NOTIDXF-AOBJ = 'FI_DOCUMNT'.
    APPEND ITAB_NOTIDXF TO ITAB_NOTIDX.
    ITAB_NOTIDXF-FIELD = 'KUNNR'.
    ITAB_NOTIDXF-VALUE = 'CCC'.
    ITAB_NOTIDXF-STRUCTURE = 'BSEG'.
    ITAB_NOTIDXF-AOBJ = 'FI_DOCUMNT'.
    APPEND ITAB_NOTIDXF TO ITAB_NOTIDX.
    ITAB_NOTIDXF-FIELD = 'KUNNR'.
    ITAB_NOTIDXF-VALUE = 'DDD'.
    ITAB_NOTIDXF-STRUCTURE = 'BSEG'.
    ITAB_NOTIDXF-AOBJ = 'FI_DOCUMNT'.
    APPEND ITAB_NOTIDXF TO ITAB_NOTIDX.
    LOOP AT ITAB_NOTIDX.
      WRITE:/ ITAB_NOTIDX-FIELD, ITAB_NOTIDX-VALUE, ITAB_NOTIDX-STRUCTURE, ITAB_NOTIDX-AOBJ.
    ENDLOOP.
    DATA: VARFIELDNAME LIKE ZDOLTARC02-FIELD.
    CONCATENATE cond
               INTO Cond.
    SORT ITAB_NOTIDX BY AOBJ FIELD.
    varFieldName = Itab_NOTIDX-FIELD.
    ORCHECK = 0.
    ITAB_AOBJF = 'FI_DOCUMNT'.
    APPEND ITAB_AOBJF TO ITAB_AOBJ.
    LOOP AT ITAB_AOBJ.
       MOVE ITAB_AOBJ-AOBJ TO varAOBJ.
       WRITE:/ varAOBJ.
       LOOP AT ITAB_NOTIDX WHERE AOBJ EQ varAOBJ.
               WRITE:/ 'LOOP TEST'.
            IF ITAB_NOTIDX-FIELD EQ varFieldName.
                 WRITE:/ VARFIELDNAME.
                 IF ORCHECK <> 0.
                 CONCATENATE cond
                                'OR'
                                INTO cond SEPARATED BY SPACE.
                 ENDIF.
                 CONCATENATE ITAB_NOTIDX-STRUCTURE
                        ITAB_NOTIDX-FIELD
                        INTO tabfield.
                 CONCATENATE cond
                        tabfield
                        'EQ'
                        '''' ITAB_NOTIDX-value ''''
                        INTO cond SEPARATED BY SPACE.
                 ORCHECK = ORCHECK + 1.
            ELSE.
                MOVE ITAB_NOTIDX-FIELD TO varFieldName.
              WRITE:/ '2', VARFIELDNAME.
                CLEAR TABFIELD.
              ORCHECK = 0.
              CONCATENATE ITAB_NOTIDX-STRUCTURE
                    varFieldName
                    INTO TABFIELD.
                 CONCATENATE cond
                        'AND'
                        TABFIELD
                    'EQ'
                    '''' ITAB_NOTIDX-VALUE ''''
                        INTO cond SEPARATED BY SPACE.
                    ORCHECK = ORCHECK + 1.
            ENDIF.
       ENDLOOP.
    ENDLOOP.
    CONCATENATE COND
                INTO COND.
    write:/ COND. "constructed properly
    <b>DEFINE my_dynamic_check.
    if &1, &2.
      write:/ 'Success'.
    else.
      write:/ 'Failed'.
    endif.
    END-OF-DEFINITION.
    my_dynamic_check (cond).</b>

  • Logical AND in Java Regular Expressions

    I'm trying to implement logical AND using Java Regular Expressions.
    I couldn't figure out how to do it after reading Java docs and textbooks. I can do something like "abc.*def", which means that I'm looking for strings which have "abc", then anything, then "def", but it is not "pure" logical AND - I will not find "def.*abc" this way.
    Any ideas, how to do it ?
    Baken

    First off, looks like you're really talking about an "OR", not an "AND" - you want it to match abc.*def OR def.*abc right? If you tried to match abc.*def AND def.*abc nothing would ever match that, as no string can begin with both "abc" and "def", just like no numeric value can be both 2 and 5.
    Anyway, maybe regex isn't the right tool for this job. Can you not simply programmatically match it yourself using String methods? You want it to match if the string "starts with" abc and "ends with" def, or vice-versa. Just write some simple code.

  • Complex If logic in BI Publisher report template

    Hi,
    We are working on a fresh BI Publisher 10.1.3.4.1 install and are setting up a custom template.
    We want to accomplish the following, but the template will not accept the logic.
    In the ‘Reciever' field we want logic along the lines of:
    If ssType like ‘*Ut’ and ssCaseClassification = ‘Skjerming’ and ssResponseType <> ‘Forward’ then ssRecipient = ‘***’ else ssRecipient
    And in the ‘'Sender' field:
    If ssType like ‘*Inn’ and ssCaseClassification = ‘Skjerming’ then ssSender = ‘***’ else ssSender
    Please assist us on the correct syntax.
    Also:
    Is it possible to insert a page brake if the for-each ssAction is not completed on the page?
    We have tried several logic variations to achieve this, such as:
    <?xdofx:if (contains(ssType,’Ut’) and ssCaseClassification=’Skjerming’ and ssResponseType !=’Forward’) then ssRecipient=’***’ else ssRecipient end if?>
    Are adding these by:
    dobbel clicking the field in the template and adding the logic to the advanced tab in the popup (in word).
    All have been unsuccessful

    Hi,
    I don't exactly have a solution to your problem, but I can tell you that "like" functionality is not available in the syntax you want. I had a quite similar requirement some time ago, I wanted to use "like" functionality but it seems like there is none. Finally, I accomplished the requirement using a function "Starts-With" ... e.g. instead of
    <?if:Organization like 'ABC*'?> xxx <?end if?> (which will not work)
    I used
    <?if:starts-with(Organization,'ABC')?> xxx <?end if?>
    Maybe it helps.

  • New to Struts - logic:if error - am I not properly defining a bean?

    I am going through what are for the most part simple Struts examples and tutorials on my company's Intranet. The example below should be testing against the pre-defined <logic:if> and <logic:or> statement values and spitting out either the 'one or more conditions are true' or 'none of the conditions are true' depending.
    That said, I am getting an error with the following block of code (at line 11) just before the first logic:if statement and I am hoping for help in determining where I have gone astray.
    <%@ page contentType="text/html; charset=UTF-8" %>
    <%@ taglib uri="/tlds/marketmaker.tld" prefix="abc" %>
    <%@ taglib uri="/tlds/struts-bean.tld" prefix="bean" %>
    <%@ taglib uri="/tlds/struts-logic.tld" prefix="logic" %>
    <%@ taglib uri="/tlds/struts-html.tld" prefix="html" %>
    <%@ taglib uri="/tlds/jdo.tld" prefix="jdo" %>
    <%@ taglib uri="/tlds/string.tld" prefix="str" %>
    <abc:page>
         <h3>logic:if</h3>
           <logic:if name="calendarBean" property="month" op="equal" value="March">
           <logic:or name="calendarBean" property="year" op="lessEqual" value="2012"/> <!-- Note self-closing -->
           <logic:or name="calendarBean" property="day" op="equal" value="Friday"/>
             <logic:then>
                <p>At least one condition above is true.</p>
              </logic:then>
              <logic:else>
                <p>None of the conditions are true.</p>
              </logic:else>
           </logic:if>
    </abc:page>Again, the error is at line 11, occurring at or just before the <logic:if> statement. I presume it is because a bean must be properly defined.
    I tried the following variations of <bean:define> and keep coming up with the same error.
    <bean:define id="calendarBean" name="myCalendarBean" value="March" />
    <bean:define id="calendarBean" name="calendarBean" value="March" />
    <bean:define id="calendarBean" name="calendarBean"/>
    <bean:define id="calendarBean" name="myCalendarBean"/>
    <bean:define id="myCalendarBean" name="calendarBean"/>
    <bean:define id="calendarBean" value=""/>
    <bean:define id="calendarBean" value="false"/>
    <bean:define id="calendarBean"/>Am I right about defining a bean first? If yes, what am I doing incorrectly in the aforementioned <bean:define> declarations listed above?
    If you see something entirely different (and wrong) please do let me know.
    Edited by: 924359 on Mar 29, 2012 1:03 PM

    Try a Struts forum. This isn't one. Locking.

  • I was recording a song, finished it and everything went alright. Then I wanted to start with the recording of a new song. With the SAME plug-ins and settings as in the song before. I could record it all, but then, logic started crashing!

    I was recording a song, finished it and everything went alright. Then I wanted to start with the recording of a new song. With the SAME plug-ins and settings as in the song before. I could record it all, but then, logic started crashing! Now, Logic crashes everytime I open up the new song as soon as I press play. But when I open up the older song, everything works just fine. I can press play without any problems, do things here and there... typical Logic stuff. So, it has to do with my new project! But why? I mean, I'm using everything the same way in both projects. Literally everything!
    Now, here's one of my crash reports... please help. Please. Thanks in advance!
    Process:         Logic Pro [1567]
    Path:            /Applications/Logic Pro.app/Contents/MacOS/Logic Pro
    Identifier:      com.apple.logic.pro
    Version:         9.1.8 (1700.67)
    Build Info:      Logic-17006700~1
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [176]
    Responsible:     Logic Pro [1567]
    User ID:         501
    Date/Time:       2013-11-10 03:39:40.455 +0100
    OS Version:      Mac OS X 10.9 (13A603)
    Report Version:  11
    Anonymous UUID:  5C77B650-B7CD-6ED7-E550-F335C2C4BDCD
    Crashed Thread:  4
    Exception Type:  EXC_BAD_ACCESS (SIGABRT)
    Exception Codes: KERN_PROTECTION_FAILURE at 0x000000013e3f0008
    VM Regions Near 0x13e3f0008:
        IOKit                  000000013e378000-000000013e3f0000 [  480K] rw-/rw- SM=ALI 
    --> IOKit                  000000013e3f0000-000000013e3f1000 [    4K] r--/r-- SM=ALI 
        IOKit                  000000013e3f1000-000000013e412000 [  132K] rw-/rw- SM=ALI 
    Application Specific Information:
    abort() called
    Thread 0:: Dispatch queue: com.apple.main-thread
    0   libsystem_kernel.dylib                  0x00007fff8a20b716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x00007fff90a63c3b _pthread_cond_wait + 727
    2   com.apple.music.apps.MAFiles            0x0000000103007aea XStreamReadFrames + 250
    3   com.apple.music.apps.MAAudioEngine          0x00000001030bbfd3 MDXStreamReadSync(FSForkIOParam*) + 131
    4   com.apple.music.apps.MAAudioEngine          0x0000000103088532 MD::FileReadAudioData(void const*, void*, long long, long) + 146
    5   com.apple.logic.pro                     0x00000001000aecaf std::vector<CTransient, std::allocator<CTransient> >::operator=(std::vector<CTransient, std::allocator<CTransient> > const&) + 50143
    6   com.apple.logic.pro                     0x00000001000957a7 std::list<AudioFileInfo_GenericMarker, std::allocator<AudioFileInfo_GenericMarker> >::sort() + 21207
    7   com.apple.logic.pro                     0x00000001000e06c7 LowLevelMovieSync(long, long) + 159575
    8   com.apple.logic.pro                     0x00000001000e2ef4 LowLevelMovieSync(long, long) + 169860
    9   com.apple.logic.pro                     0x00000001000e4a81 LowLevelMovieSync(long, long) + 176913
    10  com.apple.logic.pro                     0x00000001000e6343 LowLevelMovieSync(long, long) + 183251
    11  com.apple.logic.pro                     0x0000000100099fef std::list<AudioFileInfo_GenericMarker, std::allocator<AudioFileInfo_GenericMarker> >::sort() + 39711
    12  com.apple.logic.pro                     0x000000010009a123 std::list<AudioFileInfo_GenericMarker, std::allocator<AudioFileInfo_GenericMarker> >::sort() + 40019
    13  com.apple.logic.pro                     0x00000001000e23b0 LowLevelMovieSync(long, long) + 166976
    14  com.apple.logic.pro                     0x0000000100115a15 std::vector<CVirtualTrack, std::allocator<CVirtualTrack> >::operator=(std::vector<CVirtualTrack, std::allocator<CVirtualTrack> > const&) + 52581
    15  com.apple.logic.pro                     0x000000010087f121 void std::__stable_sort_adaptive<__gnu_cxx::__normal_iterator<CEv**, std::vector<CEv*, std::allocator<CEv*> > >, CEv**, long, bool (*)(CEv*, CEv*)>(__gnu_cxx::__normal_iterator<CEv**, std::vector<CEv*, std::allocator<CEv*> > >, __gnu_cxx::__normal_iterator<CEv**, std::vector<CEv*, std::allocator<CEv*> > >, CEv**, long, bool (*)(CEv*, CEv*)) + 131889
    16  com.apple.logic.pro                     0x00000001008849e8 void std::__stable_sort_adaptive<__gnu_cxx::__normal_iterator<CEv**, std::vector<CEv*, std::allocator<CEv*> > >, CEv**, long, bool (*)(CEv*, CEv*)>(__gnu_cxx::__normal_iterator<CEv**, std::vector<CEv*, std::allocator<CEv*> > >, __gnu_cxx::__normal_iterator<CEv**, std::vector<CEv*, std::allocator<CEv*> > >, CEv**, long, bool (*)(CEv*, CEv*)) + 154616
    17  com.apple.logic.pro                     0x0000000100072f7e GetChannelIDForIndex(TAudioBusFormat, int) + 105262
    18  com.apple.logic.pro                     0x00000001003d72f8 std::list<std::string, std::allocator<std::string> >::sort() + 43720
    19  com.apple.logic.pro                     0x00000001003d7501 std::list<std::string, std::allocator<std::string> >::sort() + 44241
    20  com.apple.logic.pro                     0x00000001003d7a5b std::list<std::string, std::allocator<std::string> >::sort() + 45611
    21  com.apple.logic.pro                     0x00000001003d7db5 std::list<std::string, std::allocator<std::string> >::sort() + 46469
    22  com.apple.logic.pro                     0x00000001003d820c std::list<std::string, std::allocator<std::string> >::sort() + 47580
    23  com.apple.logic.pro                     0x000000010052c68c std::vector<unsigned int, std::allocator<unsigned int> >::reserve(unsigned long) + 292332
    24  com.apple.logic.pro                     0x00000001001b3e8b std::vector<TTempoWarpMerge, std::allocator<TTempoWarpMerge> >::reserve(unsigned long) + 183579
    25  com.apple.logic.pro                     0x00000001005de46f std::_Rb_tree<std::string, std::pair<std::string const, TOSCMessageData>, std::_Select1st<std::pair<std::string const, TOSCMessageData> >, std::less<std::string>, std::allocator<std::pair<std::string const, TOSCMessageData> > >::insert_unique(std::_Rb_tree_iterator<std::pair<std::string const, TOSCMessageData> >, std::pair<std::string const, TOSCMessageData> const&) + 418447
    26  com.apple.logic.pro                     0x00000001005d4d4b std::_Rb_tree<std::string, std::pair<std::string const, TOSCMessageData>, std::_Select1st<std::pair<std::string const, TOSCMessageData> >, std::less<std::string>, std::allocator<std::pair<std::string const, TOSCMessageData> > >::insert_unique(std::_Rb_tree_iterator<std::pair<std::string const, TOSCMessageData> >, std::pair<std::string const, TOSCMessageData> const&) + 379755
    27  com.apple.logic.pro                     0x00000001005d3c03 std::_Rb_tree<std::string, std::pair<std::string const, TOSCMessageData>, std::_Select1st<std::pair<std::string const, TOSCMessageData> >, std::less<std::string>, std::allocator<std::pair<std::string const, TOSCMessageData> > >::insert_unique(std::_Rb_tree_iterator<std::pair<std::string const, TOSCMessageData> >, std::pair<std::string const, TOSCMessageData> const&) + 375331
    28  com.apple.logic.pro                     0x00000001005c4e4f std::_Rb_tree<std::string, std::pair<std::string const, TOSCMessageData>, std::_Select1st<std::pair<std::string const, TOSCMessageData> >, std::less<std::string>, std::allocator<std::pair<std::string const, TOSCMessageData> > >::insert_unique(std::_Rb_tree_iterator<std::pair<std::string const, TOSCMessageData> >, std::pair<std::string const, TOSCMessageData> const&) + 314479
    29  com.apple.logic.pro                     0x000000010077a52d std::vector<SurvivingEvent, std::allocator<SurvivingEvent> >::_M_insert_aux(__gnu_cxx::__normal_iterator<SurvivingEvent*, std::vector<SurvivingEvent, std::allocator<SurvivingEvent> > >, SurvivingEvent const&) + 38093
    30  com.apple.logic.pro                     0x00000001005c517a std::_Rb_tree<std::string, std::pair<std::string const, TOSCMessageData>, std::_Select1st<std::pair<std::string const, TOSCMessageData> >, std::less<std::string>, std::allocator<std::pair<std::string const, TOSCMessageData> > >::insert_unique(std::_Rb_tree_iterator<std::pair<std::string const, TOSCMessageData> >, std::pair<std::string const, TOSCMessageData> const&) + 315290
    31  com.apple.logic.pro                     0x000000010077a6d7 std::vector<SurvivingEvent, std::allocator<SurvivingEvent> >::_M_insert_aux(__gnu_cxx::__normal_iterator<SurvivingEvent*, std::vector<SurvivingEvent, std::allocator<SurvivingEvent> > >, SurvivingEvent const&) + 38519
    32  com.apple.AppKit                        0x00007fff8aa54d9a forwardMethod + 122
    33  com.apple.AppKit                        0x00007fff8aa54d9a forwardMethod + 122
    34  com.apple.AppKit                        0x00007fff8aa54d9a forwardMethod + 122
    35  com.apple.AppKit                        0x00007fff8aa54d9a forwardMethod + 122
    36  com.apple.AppKit                        0x00007fff8aa54d9a forwardMethod + 122
    37  com.apple.AppKit                        0x00007fff8aa54d9a forwardMethod + 122
    38  com.apple.logic.pro                     0x00000001005d3c58 std::_Rb_tree<std::string, std::pair<std::string const, TOSCMessageData>, std::_Select1st<std::pair<std::string const, TOSCMessageData> >, std::less<std::string>, std::allocator<std::pair<std::string const, TOSCMessageData> > >::insert_unique(std::_Rb_tree_iterator<std::pair<std::string const, TOSCMessageData> >, std::pair<std::string const, TOSCMessageData> const&) + 375416
    39  com.apple.logic.pro                     0x00000001005c4e4f std::_Rb_tree<std::string, std::pair<std::string const, TOSCMessageData>, std::_Select1st<std::pair<std::string const, TOSCMessageData> >, std::less<std::string>, std::allocator<std::pair<std::string const, TOSCMessageData> > >::insert_unique(std::_Rb_tree_iterator<std::pair<std::string const, TOSCMessageData> >, std::pair<std::string const, TOSCMessageData> const&) + 314479
    40  com.apple.logic.pro                     0x000000010077a52d std::vector<SurvivingEvent, std::allocator<SurvivingEvent> >::_M_insert_aux(__gnu_cxx::__normal_iterator<SurvivingEvent*, std::vector<SurvivingEvent, std::allocator<SurvivingEvent> > >, SurvivingEvent const&) + 38093
    41  com.apple.AppKit                        0x00007fff8a9f7ca2 -[NSApplication sendEvent:] + 3395
    42  com.apple.prokit                        0x000000010120a578 -[NSProApplication sendEvent:] + 1770
    43  com.apple.logic.pro                     0x00000001005bf90d std::_Rb_tree<std::string, std::pair<std::string const, TOSCMessageData>, std::_Select1st<std::pair<std::string const, TOSCMessageData> >, std::less<std::string>, std::allocator<std::pair<std::string const, TOSCMessageData> > >::insert_unique(std::_Rb_tree_iterator<std::pair<std::string const, TOSCMessageData> >, std::pair<std::string const, TOSCMessageData> const&) + 292653
    44  com.apple.logic.pro                     0x00000001005c4585 std::_Rb_tree<std::string, std::pair<std::string const, TOSCMessageData>, std::_Select1st<std::pair<std::string const, TOSCMessageData> >, std::less<std::string>, std::allocator<std::pair<std::string const, TOSCMessageData> > >::insert_unique(std::_Rb_tree_iterator<std::pair<std::string const, TOSCMessageData> >, std::pair<std::string const, TOSCMessageData> const&) + 312229
    45  com.apple.logic.pro                     0x00000001005bf940 std::_Rb_tree<std::string, std::pair<std::string const, TOSCMessageData>, std::_Select1st<std::pair<std::string const, TOSCMessageData> >, std::less<std::string>, std::allocator<std::pair<std::string const, TOSCMessageData> > >::insert_unique(std::_Rb_tree_iterator<std::pair<std::string const, TOSCMessageData> >, std::pair<std::string const, TOSCMessageData> const&) + 292704
    46  com.apple.AppKit                        0x00007fff8a847a29 -[NSApplication run] + 646
    47  com.apple.prokit                        0x000000010120ad3f NSProApplicationMain + 296
    48  com.apple.logic.pro                     0x000000010002aa58 DummyConnection::DummyConnection() + 86
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib                  0x00007fff8a20c662 kevent64 + 10
    1   libdispatch.dylib                       0x00007fff8785043d _dispatch_mgr_invoke + 239
    2   libdispatch.dylib                       0x00007fff87850152 _dispatch_mgr_thread + 52
    Thread 2:: com.apple.NSURLConnectionLoader
    0   libsystem_kernel.dylib                  0x00007fff8a207a1a mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff8a206d18 mach_msg + 64
    2   com.apple.CoreFoundation                0x00007fff892c7315 __CFRunLoopServiceMachPort + 181
    3   com.apple.CoreFoundation                0x00007fff892c6939 __CFRunLoopRun + 1161
    4   com.apple.CoreFoundation                0x00007fff892c6275 CFRunLoopRunSpecific + 309
    5   com.apple.Foundation                    0x00007fff86668907 +[NSURLConnection(Loader) _resourceLoadLoop:] + 348
    6   com.apple.Foundation                    0x00007fff8666870b __NSThread__main__ + 1318
    7   libsystem_pthread.dylib                 0x00007fff90a61899 _pthread_body + 138
    8   libsystem_pthread.dylib                 0x00007fff90a6172a _pthread_start + 137
    9   libsystem_pthread.dylib                 0x00007fff90a65fc9 thread_start + 13
    Thread 3:: com.apple.CFSocket.private
    0   libsystem_kernel.dylib                  0x00007fff8a20b9aa __select + 10
    1   com.apple.CoreFoundation                0x00007fff89312d43 __CFSocketManager + 867
    2   libsystem_pthread.dylib                 0x00007fff90a61899 _pthread_body + 138
    3   libsystem_pthread.dylib                 0x00007fff90a6172a _pthread_start + 137
    4   libsystem_pthread.dylib                 0x00007fff90a65fc9 thread_start + 13
    Thread 4 Crashed:
    0   libsystem_kernel.dylib                  0x00007fff8a20b866 __pthread_kill + 10
    1   libsystem_pthread.dylib                 0x00007fff90a6235c pthread_kill + 92
    2   libsystem_c.dylib                       0x00007fff914d1c5a __abort + 145
    3   libsystem_c.dylib                       0x00007fff914d1bc9 abort + 140
    4   com.apple.logic.pro                     0x00000001003b3226 std::_Rb_tree<short, std::pair<short const, CGRect>, std::_Select1st<std::pair<short const, CGRect> >, std::less<short>, std::allocator<std::pair<short const, CGRect> > >::_M_erase(std::_Rb_tree_node<std::pair<short const, CGRect> >*) + 98486
    5   libsystem_platform.dylib                0x00007fff8e1555aa _sigtramp + 26
    6   com.apple.music.apps.MAFiles            0x0000000102fe9a04 AACAudioFile::ReadPackets(unsigned short, unsigned short, unsigned short, unsigned int*, AudioStreamPacketDescription*, long long, unsigned int*, XStreamIOCompletion*, void*) + 564
    7   com.apple.music.apps.MAFiles            0x00000001030087cd XStreamReadPackets + 269
    8   com.apple.music.apps.MAFiles            0x0000000102fb3c5f ExtendedAudioFileObject::ReadInputProc(OpaqueAudioConverter*, unsigned int*, AudioBufferList*, AudioStreamPacketDescription**, void*) + 191
    9   com.apple.audio.toolbox.AudioToolbox          0x00007fff921afab8 AudioConverterChain::DirectCallInputProc(unsigned int*, unsigned int*, AudioBufferList*, AudioStreamPacketDescription const**) + 290
    10  com.apple.audio.toolbox.AudioToolbox          0x00007fff921a03c9 CodecConverter::CallInputProc(unsigned int&) + 329
    11  com.apple.audio.toolbox.AudioToolbox          0x00007fff9219f115 CodecConverter::DecoderFillBuffer(unsigned int&, AudioBufferList&, AudioStreamPacketDescription*) + 743
    12  com.apple.audio.toolbox.AudioToolbox          0x00007fff9218e56e BufferedAudioConverter::GetInputBytes(unsigned int, unsigned int&, CABufferList const*&) + 136
    13  com.apple.audio.toolbox.AudioToolbox          0x00007fff9216d38a CBRConverter::RenderOutput(CABufferList*, unsigned int, unsigned int&, AudioStreamPacketDescription*) + 104
    14  com.apple.audio.toolbox.AudioToolbox          0x00007fff9218e420 BufferedAudioConverter::FillBuffer(unsigned int&, AudioBufferList&, AudioStreamPacketDescription*) + 286
    15  com.apple.audio.toolbox.AudioToolbox          0x00007fff9218e56e BufferedAudioConverter::GetInputBytes(unsigned int, unsigned int&, CABufferList const*&) + 136
    16  com.apple.audio.toolbox.AudioToolbox          0x00007fff921ba475 Resampler2Wrapper::RenderOutput(CABufferList*, unsigned int, unsigned int&) + 181
    17  com.apple.audio.toolbox.AudioToolbox          0x00007fff9218e420 BufferedAudioConverter::FillBuffer(unsigned int&, AudioBufferList&, AudioStreamPacketDescription*) + 286
    18  com.apple.audio.toolbox.AudioToolbox          0x00007fff9218e56e BufferedAudioConverter::GetInputBytes(unsigned int, unsigned int&, CABufferList const*&) + 136
    19  com.apple.audio.toolbox.AudioToolbox          0x00007fff9216d38a CBRConverter::RenderOutput(CABufferList*, unsigned int, unsigned int&, AudioStreamPacketDescription*) + 104
    20  com.apple.audio.toolbox.AudioToolbox          0x00007fff9218e420 BufferedAudioConverter::FillBuffer(unsigned int&, AudioBufferList&, AudioStreamPacketDescription*) + 286
    21  com.apple.audio.toolbox.AudioToolbox          0x00007fff921af397 AudioConverterChain::RenderOutput(CABufferList*, unsigned int, unsigned int&, AudioStreamPacketDescription*) + 99
    22  com.apple.audio.toolbox.AudioToolbox          0x00007fff9218e420 BufferedAudioConverter::FillBuffer(unsigned int&, AudioBufferList&, AudioStreamPacketDescription*) + 286
    23  com.apple.audio.toolbox.AudioToolbox          0x00007fff9216cbde AudioConverterFillComplexBuffer + 292
    24  com.apple.music.apps.MAFiles            0x0000000102fb4c3c ExtendedAudioFileObject::Read(ExtendedAudioFileParams*) + 716
    25  com.apple.music.apps.MAFiles            0x0000000102fb72c0 ExtendedAudioFileScheduler::ExecuteRead(ExtendedAudioFileObject*, ExtendedAudioFileParams*) + 80
    26  com.apple.music.apps.MAFiles            0x0000000102fb7564 ExtendedAudioFileScheduler::WorkerThreadProc() + 244
    27  com.apple.music.apps.MAFiles            0x0000000102fb7589 ExtendedAudioFileScheduler::WorkerThreadProc(void*) + 9
    28  libsystem_pthread.dylib                 0x00007fff90a61899 _pthread_body + 138
    29  libsystem_pthread.dylib                 0x00007fff90a6172a _pthread_start + 137
    30  libsystem_pthread.dylib                 0x00007fff90a65fc9 thread_start + 13
    Thread 5:
    0   libsystem_kernel.dylib                  0x00007fff8a20b716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x00007fff90a63c3b _pthread_cond_wait + 727
    2   com.apple.music.apps.MAFiles            0x0000000102fb74d4 ExtendedAudioFileScheduler::WorkerThreadProc() + 100
    3   com.apple.music.apps.MAFiles            0x0000000102fb7589 ExtendedAudioFileScheduler::WorkerThreadProc(void*) + 9
    4   libsystem_pthread.dylib                 0x00007fff90a61899 _pthread_body + 138
    5   libsystem_pthread.dylib                 0x00007fff90a6172a _pthread_start + 137
    6   libsystem_pthread.dylib                 0x00007fff90a65fc9 thread_start + 13
    Thread 6:: com.apple.audio.IOThread.client
    0   libsystem_kernel.dylib                  0x00007fff8a207a1a mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff8a206d18 mach_msg + 64
    2   com.apple.audio.CoreAudio               0x00007fff8c1e6918 HALB_MachPort::SendMessageWithReply(unsigned int, unsigned int, unsigned int, unsigned int, mach_msg_header_t*, bool, unsigned int) + 98
    3   com.apple.audio.CoreAudio               0x00007fff8c1e68a6 HALB_MachPort::SendSimpleMessageWithSimpleReply(unsigned int, unsigned int, int, int&, bool, unsigned int) + 42
    4   com.apple.audio.CoreAudio               0x00007fff8c1e502e HALC_ProxyIOContext::IOWorkLoop() + 950
    5   com.apple.audio.CoreAudio               0x00007fff8c1e4bcd HALC_ProxyIOContext::IOThreadEntry(void*) + 97
    6   com.apple.audio.CoreAudio               0x00007fff8c1e4a8d HALB_IOThread::Entry(void*) + 75
    7   libsystem_pthread.dylib                 0x00007fff90a61899 _pthread_body + 138
    8   libsystem_pthread.dylib                 0x00007fff90a6172a _pthread_start + 137
    9   libsystem_pthread.dylib                 0x00007fff90a65fc9 thread_start + 13
    Thread 7:
    0   libsystem_kernel.dylib                  0x00007fff8a20b716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x00007fff90a63c3b _pthread_cond_wait + 727
    2   com.apple.music.apps.MAAudioEngine          0x0000000103096f2b MD::CallProcessThread1(void*) + 299
    3   libsystem_pthread.dylib                 0x00007fff90a61899 _pthread_body + 138
    4   libsystem_pthread.dylib                 0x00007fff90a6172a _pthread_start + 137
    5   libsystem_pthread.dylib                 0x00007fff90a65fc9 thread_start + 13
    Thread 8:
    0   libsystem_kernel.dylib                  0x00007fff8a20b716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x00007fff90a63c3b _pthread_cond_wait + 727
    2   com.apple.music.apps.MAAudioEngine          0x0000000103096d0e MD::CallProcessThread2(void*) + 302
    3   libsystem_pthread.dylib                 0x00007fff90a61899 _pthread_body + 138
    4   libsystem_pthread.dylib                 0x00007fff90a6172a _pthread_start + 137
    5   libsystem_pthread.dylib                 0x00007fff90a65fc9 thread_start + 13
    Thread 9:
    0   libsystem_kernel.dylib                  0x00007fff8a20b716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x00007fff90a63c3b _pthread_cond_wait + 727
    2   com.apple.music.apps.MAAudioEngine          0x0000000103096a35 MD::CallProcessThread3(void*) + 85
    3   libsystem_pthread.dylib                 0x00007fff90a61899 _pthread_body + 138
    4   libsystem_pthread.dylib                 0x00007fff90a6172a _pthread_start + 137
    5   libsystem_pthread.dylib                 0x00007fff90a65fc9 thread_start + 13
    Thread 10:
    0   libsystem_kernel.dylib                  0x00007fff8a20b716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x00007fff90a63c3b _pthread_cond_wait + 727
    2   com.apple.music.apps.MAAudioEngine          0x0000000103096835 MD::CallProcessThread4(void*) + 85
    3   libsystem_pthread.dylib                 0x00007fff90a61899 _pthread_body + 138
    4   libsystem_pthread.dylib                 0x00007fff90a6172a _pthread_start + 137
    5   libsystem_pthread.dylib                 0x00007fff90a65fc9 thread_start + 13
    Thread 11:
    0   libsystem_kernel.dylib                  0x00007fff8a20b716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x00007fff90a63c3b _pthread_cond_wait + 727
    2   com.apple.music.apps.MAAudioEngine          0x00000001030966ee MD::CallProcessThread5(void*) + 302
    3   libsystem_pthread.dylib                 0x00007fff90a61899 _pthread_body + 138
    4   libsystem_pthread.dylib                 0x00007fff90a6172a _pthread_start + 137
    5   libsystem_pthread.dylib                 0x00007fff90a65fc9 thread_start + 13
    Thread 12:
    0   libsystem_kernel.dylib                  0x00007fff8a20b716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x00007fff90a63c3b _pthread_cond_wait + 727
    2   com.apple.music.apps.MAAudioEngine          0x00000001030964ce MD::CallProcessThread6(void*) + 302
    3   libsystem_pthread.dylib                 0x00007fff90a61899 _pthread_body + 138
    4   libsystem_pthread.dylib                 0x00007fff90a6172a _pthread_start + 137
    5   libsystem_pthread.dylib                 0x00007fff90a65fc9 thread_start + 13
    Thread 13:
    0   libsystem_kernel.dylib                  0x00007fff8a20b716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x00007fff90a63c3b _pthread_cond_wait + 727
    2   com.apple.music.apps.MAAudioEngine          0x00000001030962ae MD::CallProcessThread7(void*) + 302
    3   libsystem_pthread.dylib                 0x00007fff90a61899 _pthread_body + 138
    4   libsystem_pthread.dylib                 0x00007fff90a6172a _pthread_start + 137
    5   libsystem_pthread.dylib                 0x00007fff90a65fc9 thread_start + 13
    Thread 14:
    0   libsystem_kernel.dylib                  0x00007fff8a20b716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x00007fff90a63c3b _pthread_cond_wait + 727
    2   com.apple.music.apps.MAAudioEngine          0x00000001030951ee MD::CallProcessThread15(void*) + 302
    3   libsystem_pthread.dylib                 0x00007fff90a61899 _pthread_body + 138
    4   libsystem_pthread.dylib                 0x00007fff90a6172a _pthread_start + 137
    5   libsystem_pthread.dylib                 0x00007fff90a65fc9 thread_start + 13
    Thread 15:
    0   libsystem_kernel.dylib                  0x00007fff8a20ba3a __semwait_signal + 10
    1   libsystem_c.dylib                       0x00007fff914f0e60 nanosleep + 200
    2   libsystem_c.dylib                       0x00007fff914f0cbf sleep + 42
    3   com.apple.music.apps.MAAudioUnitSupport          0x00000001010ce98a CAudioUnitClient::WatchDog(void*) + 26
    4   libsystem_pthread.dylib                 0x00007fff90a61899 _pthread_body + 138
    5   libsystem_pthread.dylib                 0x00007fff90a6172a _pthread_start + 137
    6   libsystem_pthread.dylib                 0x00007fff90a65fc9 thread_start + 13
    Thread 16:
    0   libsystem_kernel.dylib                  0x00007fff8a20b716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x00007fff90a63c3b _pthread_cond_wait + 727
    2   com.apple.music.apps.MAAudioEngine          0x00000001030b1cd0 CAudioFileBlockManager::GetBlock(MDFile const*, long, int) + 2064
    3   libsystem_pthread.dylib                 0x00007fff90a61899 _pthread_body + 138
    4   libsystem_pthread.dylib                 0x00007fff90a6172a _pthread_start + 137
    5   libsystem_pthread.dylib                 0x00007fff90a65fc9 thread_start + 13
    Thread 17:
    0   libsystem_kernel.dylib                  0x00007fff8a207a1a mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff8a206d18 mach_msg + 64
    2   com.apple.audio.midi.CoreMIDI           0x00000001016805a7 XServerMachPort::ReceiveMessage(int&, void*, int&) + 125
    3   com.apple.audio.midi.CoreMIDI           0x000000010169b1c1 MIDIProcess::RunMIDIInThread() + 121
    4   com.apple.audio.midi.CoreMIDI           0x000000010168163c XThread::RunHelper(void*) + 10
    5   com.apple.audio.midi.CoreMIDI           0x00000001016812a1 CAPThread::Entry(CAPThread*) + 109
    6   libsystem_pthread.dylib                 0x00007fff90a61899 _pthread_body + 138
    7   libsystem_pthread.dylib                 0x00007fff90a6172a _pthread_start + 137
    8   libsystem_pthread.dylib                 0x00007fff90a65fc9 thread_start + 13
    Thread 18:
    0   libsystem_kernel.dylib                  0x00007fff8a20b716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x00007fff90a63c77 _pthread_cond_wait + 787
    2   com.apple.CoreServices.CarbonCore          0x00007fff92682c37 TSWaitOnConditionTimedRelative + 148
    3   com.apple.CoreServices.CarbonCore          0x00007fff92682859 TSWaitOnSemaphoreCommon + 424
    4   com.apple.CoreServices.CarbonCore          0x00007fff92664e09 TimerThread + 87
    5   libsystem_pthread.dylib                 0x00007fff90a61899 _pthread_body + 138
    6   libsystem_pthread.dylib                 0x00007fff90a6172a _pthread_start + 137
    7   libsystem_pthread.dylib                 0x00007fff90a65fc9 thread_start + 13
    Thread 19:
    0   libsystem_kernel.dylib                  0x00007fff8a20b9aa __select + 10
    1   com.apple.logic.pro                     0x00000001009101f2 std::vector<std::pair<double, AttachedTimerListener>, std::allocator<std::pair<double, AttachedTimerListener> > >::_M_insert_aux(__gnu_cxx::__normal_iterator<std::pair<double, AttachedTimerListener>*, std::vector<std::pair<double, AttachedTimerListener>, std::allocator<std::pair<double, AttachedTimerListener> > > >, std::pair<double, AttachedTimerListener> const&) + 1554
    2   com.apple.logic.pro                     0x000000010055859d std::vector<TOSCService, std::allocator<TOSCService> >::erase(__gnu_cxx::__normal_iterator<TOSCService*, std::vector<TOSCService, std::allocator<TOSCService> > >, __gnu_cxx::__normal_iterator<TOSCService*, std::vector<TOSCService, std::allocator<TOSCService> > >) + 40333
    3   libsystem_pthread.dylib                 0x00007fff90a61899 _pthread_body + 138
    4   libsystem_pthread.dylib                 0x00007fff90a6172a _pthread_start + 137
    5   libsystem_pthread.dylib                 0x00007fff90a65fc9 thread_start + 13
    Thread 20:
    0   libsystem_kernel.dylib                  0x00007fff8a207a1a mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff8a206d18 mach_msg + 64
    2   com.apple.CoreFoundation                0x00007fff892c7315 __CFRunLoopServiceMachPort + 181
    3   com.apple.CoreFoundation                0x00007fff892c6939 __CFRunLoopRun + 1161
    4   com.apple.CoreFoundation                0x00007fff892c6275 CFRunLoopRunSpecific + 309
    5   com.apple.AppKit                        0x00007fff8a9f41ce _NSEventThread + 144
    6   libsystem_pthread.dylib                 0x00007fff90a61899 _pthread_body + 138
    7   libsystem_pthread.dylib                 0x00007fff90a6172a _pthread_start + 137
    8   libsystem_pthread.dylib                 0x00007fff90a65fc9 thread_start + 13
    Thread 21:
    0   libsystem_kernel.dylib                  0x00007fff8a20be6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x00007fff90a62f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x00007fff90a65fb9 start_wqthread + 13
    Thread 22:: com.apple.CoreAnimation.render-server
    0   libsystem_kernel.dylib                  0x00007fff8a207a1a mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff8a206d18 mach_msg + 64
    2   com.apple.QuartzCore                    0x00007fff889f03b7 CA::Render::Server::server_thread(void*) + 195
    3   com.apple.QuartzCore                    0x00007fff889f02ed thread_fun + 25
    4   libsystem_pthread.dylib                 0x00007fff90a61899 _pthread_body + 138
    5   libsystem_pthread.dylib                 0x00007fff90a6172a _pthread_start + 137
    6   libsystem_pthread.dylib                 0x00007fff90a65fc9 thread_start + 13
    Thread 23:
    0   libsystem_kernel.dylib                  0x00007fff8a20ba3a __semwait_signal + 10
    1   libsystem_c.dylib                       0x00007fff914f0e60 nanosleep + 200
    2   libsystem_c.dylib                       0x00007fff914f0d52 usleep + 54
    3   com.WavesAudio.WaveShell-AU.9.0.0          0x0000000125015348 wvWavesV9::wvThread::WCIdleCommandDispatcher::threadMain(void*) + 36
    4   com.WavesAudio.WaveShell-AU.9.0.0          0x0000000124ffb1d6 wvWavesV9::wvThread::ThreadWrapper(void*) + 24
    5   libsystem_pthread.dylib                 0x00007fff90a61899 _pthread_body + 138
    6   libsystem_pthread.dylib                 0x00007fff90a6172a _pthread_start + 137
    7   libsystem_pthread.dylib                 0x00007fff90a65fc9 thread_start + 13
    Thread 24:
    0   libsystem_kernel.dylib                  0x00007fff8a20be6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x00007fff90a62f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x00007fff90a65fb9 start_wqthread + 13
    Thread 25:
    0   libsystem_kernel.dylib                  0x00007fff8a20be6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x00007fff90a62f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x00007fff90a65fb9 start_wqthread + 13
    Thread 26:
    0   libsystem_kernel.dylib                  0x00007fff8a20be6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x00007fff90a62f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x00007fff90a65fb9 start_wqthread + 13
    Thread 27:
    0   libsystem_kernel.dylib                  0x00007fff8a20be6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x00007fff90a62f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x00007fff90a65fb9 start_wqthread + 13
    Thread 28:
    0   libsystem_kernel.dylib                  0x00007fff8a20be6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x00007fff90a62f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x00007fff90a65fb9 start_wqthread + 13
    Thread 29:
    0   libsystem_kernel.dylib                  0x00007fff8a20be6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x00007fff90a62f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x00007fff90a65fb9 start_wqthread + 13
    Thread 30:
    0   libsystem_kernel.dylib                  0x00007fff8a20be6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x00007fff90a62f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x00007fff90a65fb9 start_wqthread + 13
    Thread 31:
    0   libsystem_kernel.dylib                  0x00007fff8a20be6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x00007fff90a62f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x00007fff90a65fb9 start_wqthread + 13
    Thread 4 crashed with X86 Thread State (64-bit):
      rax: 0x0000000000000000  rbx: 0x0000000116354000  rcx: 0x0000000116353018  rdx: 0x0000000000000000
      rdi: 0x000000000001405b  rsi: 0x0000000000000006  rbp: 0x0000000116353040  rsp: 0x0000000116353018
       r8: 0x0000000000000000   r9: 0x0000000000989680  r10: 0x0000000008000000  r11: 0x0000000000000206
      r12: 0x000000011635377c  r13: 0x0000000000000148  r14: 0x0000000000000006  r15: 0x000000014a666430
      rip: 0x00007fff8a20b866  rfl: 0x0000000000000206  cr2: 0x000000013e3f0008
    Logical CPU:     0
    Error Code:      0x02000148
    Trap Number:     133
    Binary Images:
           0x100000000 -        0x100c18fef  com.apple.logic.pro (9.1.8 - 1700.67) <5CBBDF7C-6505-0A14-61F1-483839F57524> /Applications/Logic Pro.app/Contents/MacOS/Logic Pro
           0x101086000 -        0x1010a4fef  com.apple.XSKey (1.0.0 - 52) <800DD908-E341-2BCD-11D9-DEAC7E8197E9> /Library/Frameworks/XSKey.framework/Versions/A/XSKey
           0x1010b6000 -        0x1010f0ff7  com.apple.music.apps.MAAudioUnitSupport (9.1.8 - 233.53) <B5939861-E5F9-3218-0989-4ED074B1323D> /Applications/Logic Pro.app/Contents/Frameworks/MAAudioUnitSupport.framework/Versions/A/MAAudioUnit Support
           0x101113000 -        0x101141ff7  com.apple.musicaudiodataservices (1.1 - 251.4) <93B2F8C3-E091-C1CA-8932-91840CC968BC> /Applications/Logic Pro.app/Contents/Frameworks/MAAssetSharing.framework/Versions/A/MAAssetSharing
           0x101153000 -        0x1011b6ff7  com.apple.music.apps.MALoopManagement (9.1.8 - 219.66) <FE447B07-89A4-E025-DFB8-4C71A0EFEBF0> /Applications/Logic Pro.app/Contents/Frameworks/MALoopManagement.framework/Versions/A/MALoopManagem ent
           0x1011ed000 -        0x1013fffff  com.apple.prokit (7.4.0 - 1957) <3EF7F2B2-5539-3004-9A34-8741371FBD4D> /System/Library/PrivateFrameworks/ProKit.framework/Versions/A/ProKit
           0x101593000 -        0x101629fe7  com.apple.music.apps.MACore (9.1.8 - 477.58) <3E8020EA-9B42-63A5-613D-FD2D7675546F> /Applications/Logic Pro.app/Contents/Frameworks/MACore.framework/Versions/A/MACore
           0x101673000 -        0x1016aeff2  com.apple.audio.midi.CoreMIDI (1.10 - 88) <AAF5250E-D422-3910-8F94-FE8BAC5B8174> /System/Library/Frameworks/CoreMIDI.framework/Versions/A/CoreMIDI
           0x1016d6000 -        0x101734fef  com.apple.music.apps.MAHarmony (9.1.8 - 199.72) <EE991E63-1236-765D-3C95-4AE3494B295C> /Applications/Logic Pro.app/Contents/Frameworks/MAHarmony.framework/Versions/A/MAHarmony
           0x10175c000 -        0x101b9dfff  com.apple.music.apps.MAPlugInGUI (9.1.8 - 424.79) <6FEA2031-69A3-9209-54EF-36BA3DAD1883> /Applications/Logic Pro.app/Contents/Frameworks/MAPlugInGUI.framework/Versions/A/MAPlugInGUI
           0x101e61000 -        0x101f3dfff  com.apple.music.apps.OMF (9.1.8 - 109.7) <F72235D0-517D-CCCB-3B91-78396786EB34> /Applications/Logic Pro.app/Contents/Frameworks/OMF.framework/Versions/A/OMF
           0x101f5c000 -        0x10258cfef  com.apple.music.apps.MADSP (9.1.8 - 588.98) <D794D156-112C-29E3-EB9D-62604A9807DE> /Applications/Logic Pro.app/Contents/Frameworks/MADSP.framework/Versions/A/MADSP
           0x102dea000 -        0x102e0fff7  com.apple.music.apps.LogicFileBrowser (9.1.8 - 1700.67) <8E130979-83FB-56BD-DE18-A723A94B7530> /Applications/Logic Pro.app/Contents/Frameworks/LogicFileBrowser.framework/Versions/A/LogicFileBrow ser
           0x102e22000 -        0x102ea0fff  com.apple.music.apps.LogicLoopBrowser (9.1.8 - 1700.67) <47AF47CE-F6A1-E025-96FA-5C30EAFA13BC> /Applications/Logic Pro.app/Contents/Frameworks/LogicLoopBrowser.framework/Versions/A/LogicLoopBrow ser
           0x102ecf000 -        0x102ef3ff7  com.apple.music.apps.MAApogeeSupport (9.1.8 - 313.26) <6384895C-60D4-CE0B-0E86-673A20A34D36> /Applications/Logic Pro.app/Contents/Frameworks/MAApogeeSupport.framework/Versions/A/MAApogeeSuppor t
           0x102f01000 -        0x102f06fff  com.apple.music.apps.MAResources (9.1.8 - 212.66) <0E66AB42-6F37-9AE7-8766-264DAE455688> /Applications/Logic Pro.app/Contents/Frameworks/MAResources.framework/Versions/A/MAResources
           0x102f09000 -        0x102f30ff7  com.apple.audio.CoreAudioKit (1.6.6 - 1.6.6) <E6FEB146-1384-3FDE-A9B4-3BC48DCEDC27> /System/Library/Frameworks/CoreAudioKit.framework/Versions/A/CoreAudioKit
           0x102f4c000 -        0x102f5fff7  com.apple.AERegistration (1.2 - 401) <A424BA9F-0DD7-BE25-2738-4BCD22F0BB2A> /Applications/Logic Pro.app/Contents/Frameworks/AERegistration.framework/Versions/A/AERegistration
           0x102f78000 -        0x102f85fff  com.apple.music.apps.MAUnitTest (9.1.8 - 97.27) <8AF973F8-CBB2-931B-6BFC-D4BCB8A434F6> /Applications/Logic Pro.app/Contents/Frameworks/MAUnitTest.framework/Versions/A/MAUnitTest
           0x102f8e000 -        0x103049fe7  com.apple.music.apps.MAFiles (9.1.8 - 144.87) <F9F3C7E2-46F5-0EC3-7297-096AEB83BFD6> /Applications/Logic Pro.app/Contents/Frameworks/MAFiles.framework/Versions/A/MAFiles
           0x103082000 -        0x1030fefe7  com.apple.music.apps.MAAudioEngine (9.1.8 - 158.42) <6944C1FC-7ACD-53A2-5095-E017C39D8CBA> /Applications/Logic Pro.app/Contents/Frameworks/MAAudioEngine.framework/Versions/A/MAAudioEngine
           0x103172000 -        0x10317dfff  com.apple.music.apps.MAToolKit (9.1.8 - 359.28) <B9729EDA-E5DB-C831-E473-EED9C906AAA0> /Applications/Logic Pro.app/Contents/Frameworks/MAToolKit.framework/Versions/A/MAToolKit
           0x103184000 -        0x103192ff7  com.apple.music.apps.MAVideo (9.1.8 - 12.70) <19D30553-8BFE-4F8C-D13E-0D3139AAC22B> /Applications/Logic Pro.app/Contents/Frameworks/MAVideo.framework/Versions/A/MAVideo
           0x10319a000 -        0x1032c8ff7  com.apple.syncservices (8.0 - 718) <359C8AE7-2B7B-3420-B79D-C175B1173757> /System/Library/Frameworks/SyncServices.framework/Versions/A/SyncServices
           0x103387000 -        0x103435fec  com.apple.MobileMe (9 - 1.01) <F322542E-D3BB-7861-602A-3F405F2BD61B> /Applications/Logic Pro.app/Contents/Frameworks/MobileMe.framework/Versions/A/MobileMe
           0x104083000 -        0x1040a6fff  com.apple.prokit.LionPanels (7.4.0 - 1957) <E73D293E-162A-3292-87E9-7B2A821A147A> /System/Library/PrivateFrameworks/ProKit.framework/Versions/A/Resources/LionPan els.bundle/Contents/MacOS/LionPanels
           0x104750000 -        0x104752fe7  com.apple.music.apps.midi.device.plugin.CS-32 (9.1.8 - 198.73) <4427150E-7710-4983-8CD5-CE6C4F2AE97C> /Applications/Logic Pro.app/Contents/MIDI Device Plug-ins/CS-32.bundle/Contents/MacOS/CS-32
           0x10475a000 -        0x10475dff7  com.apple.music.apps.midi.device.plugin.FW-1884 (9.1.8 - 198.73) <89696612-EE45-1A1D-CB75-3FEBEE46EF1A> /Applications/Logic Pro.app/Contents/MIDI Device Plug-ins/FW-1884.bundle/Contents/MacOS/FW-1884
           0x104766000 -        0x104768ff7  com.apple.music.apps.midi.device.plugin.GiO (9.1.8 - 198.73) <67C92D49-1B46-F445-F50A-2476394DF146> /Applications/Logic Pro.app/Contents/MIDI Device Plug-ins/GiO.bundle/Contents/MacOS/GiO
           0x10476d000 -        0x10476efef  com.apple.music.apps.midi.device.plugin.iControl (9.1.8 - 198.73) <FEFD06B6-5E0F-7324-7A8A-7FB6708BD76D> /Applications/Logic Pro.app/Contents/MIDI Device Plug-ins/iControl.bundle/Contents/MacOS/iControl
           0x104783000 -        0x10478dfff  com.apple.iokit.IOHIDLib (2.0.0 - 2.0.0) <DE8268DE-F40C-3644-8C7D-D9E1274A4C26> /System/Library/Extensions/IOHIDFamily.kext/Contents/PlugIns/IOHIDLib.plugin/Co ntents/MacOS/IOHIDLib
           0x10d613000 -        0x10d6b6ff7  ColorSyncDeprecated.dylib (426) <1EBD0729-A174-3EA5-B226-DE63C2E89D14> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/Resources/ColorSyncDeprecated.dylib
           0x10d7d3000 -        0x10d7d7ffd  com.apple.audio.AppleHDAHALPlugIn (2.5.2 - 2.5.2fc2) <DEB558B7-BACF-3871-A021-B3A904F4FB44> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bun dle/Contents/MacOS/AppleHDAHALPlugIn
           0x10e2dc000 -        0x10e2e1ff7  com.apple.music.apps.midi.device.plugin.HUI (9.1.8 - 198.73) <F1B9B455-904A-9D47-CBE9-2C3626329E3B> /Applications/Logic Pro.app/Contents/MIDI Device Plug-ins/HUI.bundle/Contents/MacOS/HUI
           0x10e458000 -        0x10e463fff  libGPUSupport.dylib (9.0.83) <AF15BF74-F9B3-35B9-8728-3B3A2EB6E432> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/lib GPUSupport.dylib
           0x10e46a000 -        0x10e46cff7  com.apple.music.apps.anvil.resources (9.1.8 - 280.4) <F74756AB-FAB6-3914-5F1C-04FCB54C350A> /Applications/Logic Pro.app/Contents/PlugIns/anvil.res/Contents/MacOS/anvil
           0x10e478000 -        0x10e47aff7  com.apple.music.apps.common.resources (9.1.8 - 280.4) <9FC76C8D-3763-4E4A-DB35-391B07A6FFA8> /Applications/Logic Pro.app/Contents/PlugIns/common.res/Contents/MacOS/common
           0x10e47f000 -        0x10e481ff7  com.apple.music.apps.ebp.resources (9.1.8 - 280.4) <2DEA037D-ABCE-771A-618B-091741F6CA7B> /Applications/Logic Pro.app/Contents/PlugIns/ebp.res/Contents/MacOS/ebp
           0x10e486000 -        0x10e488ff7  com.apple.music.apps.efx.resources (9.1.8 - 280.4) <EB5DB45A-C432-2C90-C708-27D5F5EC236A> /Applications/Logic Pro.app/Contents/PlugIns/efx.res/Contents/MacOS/efx
           0x10e48d000 -        0x10e48fff7  com.apple.music.apps.egt.resources (9.1.8 - 280.4) <FAB354A9-88A1-619A-1ECA-A351EADB5A2E> /Applications/Logic Pro.app/Contents/PlugIns/egt.res/Contents/MacOS/egt
           0x10e494000 -        0x10e496ff7  com.apple.music.apps.emx.resources (9.1.8 - 280.4) <19FD59CE-314B-6B4B-CEE8-C7BF9DF7F4EB> /Applications/Logic Pro.app/Contents/PlugIns/emx.res/Contents/MacOS/emx
           0x10e49b000 -        0x10e49dff7  com.apple.music.apps.es1.resources (9.1.8 - 280.4) <4BD052E1-1BD4-3C73-93D6-D63493167CB6> /Applications/Logic Pro.app/Contents/PlugIns/es1.res/Contents/MacOS/es1
           0x10e4a2000 -        0x10e4a4ff7  com.apple.music.apps.es2.resources (9.1.8 - 280.4) <31CBF3C9-AD64-1A86-1F99-D362B594F840> /Applications/Logic Pro.app/Contents/PlugIns/es2.res/Contents/MacOS/es2
           0x10e4a9000 -        0x10e4abff7  com.apple.music.apps.esp.resources (9.1.8 - 280.4) <0EA44B59-2772-F013-CF49-B66EE4C77EEB> /Applications/Logic Pro.app/Contents/PlugIns/esp.res/Contents/MacOS/esp
           0x10e4b0000 -        0x10e4b2ff7  com.apple.music.apps.evb3.resources (9.1.8 - 280.4) <F0F73B5A-E44A-FF5C-4C54-0F5B677BFB18> /Applications/Logic Pro.app/Contents/PlugIns/evb3.res/Contents/MacOS/evb3
           0x10e4b7000 -        0x10e4b9ff7  com.apple.music.apps.evd6.resources (9.1.8 - 280.4) <45B1F3EB-45CB-418F-A408-C42F7F93802A> /Applications/Logic Pro.app/Contents/PlugIns/evd6.res/Contents/MacOS/evd6
           0x10e4be000 -        0x10e4c0ff7  com.apple.music.apps.evoc.resources (9.1.8 - 280.4) <91478393-E7C9-5292-FCA9-83559B588E6E> /Applications/Logic Pro.app/Contents/PlugIns/evoc.res/Contents/MacOS/evoc
           0x10e4c5000 -        0x10e4c7ff7  com.apple.music.apps.evp88.resources (9.1.8 - 280.4) <9FAC293E-E8B9-C2D9-F102-D5BFC0AA1DC5> /Applications/Logic Pro.app/Contents/PlugIns/evp88.res/Contents/MacOS/evp88
           0x10e4cc000 -        0x10e4ceff7  com.apple.music.apps.exs24.resources (9.1.8 - 280.4) <E79F0236-D02B-D3E7-B929-701CEDE000F6> /Applications/Logic Pro.app/Contents/PlugIns/exs24.res/Contents/MacOS/exs24
           0x10e4d3000 -        0x10e4d5ff7  com.apple.music.apps.guitaramp.resources (9.1.8 - 280.4) <73AC87D5-215E-2FAC-05A2-28A7E9574F5C> /Applications/Logic Pro.app/Contents/PlugIns/guitaramp.res/Contents/MacOS/guitaramp
           0x10e6c1000 -        0x10e6c9ff7  com.apple.proapps.mrcheckpro (1.4 - 397) <9B320059-8D28-D7DA-8CD4-B42796969065> /Applications/Logic Pro.app/Contents/Resources/MRCheckPro.bundle/Contents/MacOS/MRCheckPro
           0x110fb0000 -        0x110fb2ff7  com.apple.music.apps.guitarcontrols.resources (9.1.8 - 280.4) <B005E199-DCEE-5935-8E34-48FA59352663> /Applications/Logic Pro.app/Contents/PlugIns/guitarcontrols.res/Contents/MacOS/guitarcontrols
           0x110fb7000 -        0x110fb9ff7  com.apple.music.apps.mutapdel.resources (9.1.8 - 280.4) <392017D1-219B-4AA4-71CF-BAAC4D574FE1> /Applications/Logic Pro.app/Contents/PlugIns/mutapdel.res/Contents/MacOS/mutapdel
           0x110fbe000 -        0x110fc0ff7  com.apple.music.apps.pedalboard.resources (9.1.8 - 280.4) <F95D6A0D-0179-F17B-59A5-B3B0007E426D> /Applications/Logic Pro.app/Contents/PlugIns/pedalboard.res/Contents/MacOS/pedalboard
           0x110fc5000 -        0x110fc7ff7  com.apple.music.apps.revolver.resources (9.1.8 - 280.4) <77102719-1007-5153-B8B3-9EC9FAC4C0BD> /Applications/Logic Pro.app/Contents/PlugIns/revolver.res/Contents/MacOS/revolver
           0x110fcc000 -        0x110fceff7  com.apple.music.apps.sphere.resources (9.1.8 - 280.4) <3579177A-C2D5-E746-2E48-29F69B7ACDC0> /Applications/Logic Pro.app/Contents/PlugIns/sphere.res/Contents/MacOS/sphere
           0x111851000 -        0x111854fff  libspindump.dylib (161) <588EDDE0-B20A-3649-92B7-C2226EB237E8> /usr/lib/libspindump.dylib
           0x1146f8000 -        0x1146f9ff7  com.apple.music.apps.midi.device.plugin.MCS3 (9.1.8 - 198.73) <7CF66F66-9EF1-2F3D-7D0C-9460CB83EACC> /Applications/Logic Pro.app/Contents/MIDI Device Plug-ins/MCS3.bundle/Contents/MacOS/MCS3
           0x1146fd000 -        0x114700fff  com.apple.music.apps.midi.device.plugin.microKONTROL (9.1.8 - 198.73) <AF2C1047-DAE9-8052-718F-0D6C348285CD> /Applications/Logic Pro.app/Contents/MIDI Device Plug-ins/microKONTROL.bundle/Contents/MacOS/microKONTROL
           0x114707000 -        0x114708ff7  com.apple.music.apps.midi.device.plugin.Recording-Light (9.1.8 - 198.73) <23EC858A-5A37-220D-EA3C-8C7AC5CD08C6> /Applications/Logic Pro.app/Contents/MIDI Device Plug-ins/Recording Light.bundle/Contents/MacOS/Recording Light
           0x1149e8000 -        0x1149ebff7  com.apple.music.apps.midi.device.plugin.TouchOSC (9.1.8 - 198.73) <0ABD31D2-B7FB-160A-41DC-707731041E81> /Applications/Logic Pro.app/Contents/MIDI Device Plug-ins/TouchOSC.bundle/Contents/MacOS/TouchOSC
           0x1149f7000 -        0x1149f9fff  com.apple.music.apps.midi.device.plugin.TranzPort (9.1.8 - 198.73) <523C8A5D-F930-32B9-990A-98D8E4BE8637> /Applications/Logic Pro.app/Contents/MIDI Device Plug-ins/TranzPort.bundle/Contents/MacOS/TranzPort
           0x11b29b000 -        0x11b29dfff  com.apple.music.apps.midi.device.plugin.US-2400 (9.1.8 - 198.73) <E1B0E13A-269F-C810-D76C-EF6CF433BB2A> /Applications/Logic Pro.app/Contents/MIDI Device Plug-ins/US-2400.bundle/Contents/MacOS/US-2400
           0x11b2a5000 -        0x11b2a6fef  com.apple.music.apps.midi.device.plugin.US-428 (9.1.8 - 198.73) <CFF12BA1-21BC-4E94-7998-53537225CCD1> /Applications/Logic Pro.app/Contents/MIDI Device Plug-ins/US-428.bundle/Contents/MacOS/US-428
           0x11b7fd000 -        0x11b7feff9 +cl_kernels (???) <60110497-8A9D-4FDB-84E9-76C98A38CE61> cl_kernels
           0x121d07000 -        0x121d0bfff  com.apple.agl (3.2.3 - AGL-3.2.3) <1B85306F-D2BF-3FE3-9915-165237B491EB> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
           0x121d3b000 -        0x121d3cffa +cl_kernels (???) <6506446F-5931-456C-9DE8-28A3C1B2184F> cl_kernels
           0x121d6d000 -        0x121d6efe4 +cl_kernels (???) <7C75FAFF-4D34-4760-B1B6-9DF66329AF91> cl_kernels
           0x121ed7000 -        0x121edefef  com.apple.music.apps.midi.device.plugin.Logic-Control (9.1.8 - 198.73) <C1F9B111-293E-2122-12C1-689A9CCE385F> /Applications/Logic Pro.app/Contents/MIDI Device Plug-ins/Logic Control.bundle/Contents/MacOS/Logic Control
           0x121ffc000 -        0x121ffdfff +GenericMacIntel.dylib (0) <2288B35A-6FCC-36D8-0EAD-DD5A937C77AC> /Applications/Waves/*/1163284300.bundle/Contents/MacOS/GenericMacIntel.dylib
           0x122626000 -        0x12270cfef  unorm8_bgra.dylib (2.3.58) <9FF943D1-4EF7-36CA-852D-B61C2E554713> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/u norm8_bgra.dylib
           0x12278e000 -        0x1227aeff7 +GenericMacIntel.dylib (0) <32A727F7-154E-7D74-94A6-8998A108F836> /Applications/Waves/*/CLA Vocals.bundle/Contents/MacOS/GenericMacIntel.dylib
           0x1227e1000 -        0x1227e7fff +GenericMacIntel.dylib (0) <4B75F9CD-594C-85AA-CE1B-11E635976799> /Applications/Waves/*/1448169779.bundle/Contents/MacOS/GenericMacIntel.dylib
           0x123d06000 -        0x123d22fff +com.WavesAudio.1163284300.9.0.0 (9.0.0 - 9.0.020) <1A185018-A46E-CD38-BFB3-4F1615F637EF> /Applications/Waves/*/1163284300.bundle/Contents/MacOS/1163284300
           0x123d41000 -        0x123d45fff +GenericMacIntel.dylib (0) <60515184-48CC-8D27-C1D1-BD7EECC3A1E2> /Applications/Waves/*/0825308982.bundle/Contents/MacOS/GenericMacIntel.dylib
           0x123eb2000 -        0x123ec1ff7 +GenericMacIntel.dylib (0) <A324667A-E7CF-B809-BF7D-C37756E16AAE> /Applications/Waves/*/1397506888.bundle/Contents/MacOS/GenericMacIntel.dylib
           0x123ecc000 -        0x123eddfff +GenericMacIntel.dylib (0) <3A43AAF2-14D4-5D38-88D4-5751BE6ACE6A> /Applications/Waves/*/1278287904.bundle/Contents/MacOS/GenericMacIntel.dylib
           0x123eeb000 -        0x123eeefff +GenericMacIntel.dylib (0) <F773A05F-C878-3062-0509-0B5FA9DA7A89> /Applications/Waves/*/1380205907.bundle/Contents/MacOS/GenericMacIntel.dylib
           0x123f94000 -        0x124074ff7  unorm8_rgba.dylib (2.3.58) <DDD1AFEB-FD30-34D2-958A-823C3EFD649A> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/u norm8_rgba.dylib
           0x1240b6000 -        0x1240e1fe7 +com.WavesAudio.1397506888.9.0.0 (9.0.0 - 9.0.020) <773281C8-5A42-5AD8-7D30-926058CF52E8> /Applications/Waves/*/1397506888.bundle/Contents/MacOS/1397506888

    Go to the waves website and download the latest version of waves 9 via your account.
    You won't lose any of your presets..... Because this is simply an update and not an upgrade

  • Logic to select Report name based on User's input.

    Hi Guru's
    Good Morning!
    I have a requirement to create a XMLPUBLISHER Report Whihc is Called as ITEM COUNT SUMMARY + ITEM COUNT DETAIL REPORT Following below
    are my ParameterS
    0.REPORT NAME
    1.ORG
    2.ORG COUNTRY
    3.ITEM SELECTION
    4.ORDER TYPE
    5.STATUS
    6.RECEIPT DATE FROM
    7.RECEIPT DATE TO
    8.TRANSIT DAYS
    REPORT NAME: PARAMETER WILL LET THE USER to select the requrired Reports to be run.
    ORG: is the Names of the SHIP FROM ORG
    ORG COUNTRY: is a Dependent Parameter based on the ORG (i.e When a SHIP FROM ORG is Selected the ORG CHOICE Should have the CHoices for the selected ORG and when Nothing Selected from that ORG it should run for every ORG COUNTRY in that SHIP FROM ORG Currently we have two ORG COUNTRY PER SHIP FROM ORG say(USA, CANADA)
    ITEM SELECTION: We need to Run this Report based on Item Selection ( The Logic should handle a total item selection whihc are comma seperated for upto 29
    items)
    ORDER TYPE : Types of Order Again this can be a List of Comma Seperated Values for order Types
    STATUS: STatus should be Comma Seperated (ENTERED,WAVED,NOTWAVED,SHIPPED)
    TRANSIT DAYS: Transit Days
    RECEIPT DATE FROM: This is the Starting DATe range for the REport to be run
    RECEIPT DATE TO: This is the END DATe range for the REport to be run.
    The ITEM COUNT SUMMARY Report should allow the users to run the report 3 ways
    1.ITEM COUNT RUN BY ORDER TYPE ( for all the STATUS)
    2.ITME COUNT RUN BY STATUS ( FOR all the ORDER TYPES)
    3.ITEM COUNT RUN BY TRANSIT DAYS
    And My approach is I have three Queries Created for the above and in the DATA DEFINITION File
    I have them Listed my DATA DEFININTION ( Sorry as my Query's GO More than 70+ LINES for Each Query I thought I will just paste the Order How i have arranged my queries in the Tempalte)
    <?xml version = '1.0' encoding = 'UTF-8'?>
    <dataTemplate name="TPC_ITEM_COUNT_SUMMARY" description = "TPC_ITEM_COUNT_SUMMARY" version="1.0">
    <properties>
         <property name="xml_tag_case" value="upper"/>
    </properties>
    <!-- parameters for the Report -->
         <parameters>
         <parameter name="report_name" dataType="varchar2"/>
         <parameter name="item_selection"          dataType="varchar2"/>
         <parameter name="order_type"               dataType="varchar2"/>
         <parameter name="pstatus"               dataType="varchar2"/>
         <parameter name="org_name"               dataType="varchar2"/>
         <parameter name="org_choice"               dataType="number"/>
         <parameter name="first_receipt_date"     dataType="date"/>
         <parameter name="last_receipt_date"     dataType="date"/>
         <parameter name="from_date"               dataType="date"/>
         <parameter name="to_date"                    dataType="date"/>
         <parameter name="transit_days"          dataType="number"/>
         </parameters>
    <dataQuery>
    <sqlStatement name= "HDR">
    <![CDATA[
    SELECT UPPER('The ABC Corporation, Ltd.')     AS "COMPANY"
                   ,'Item Count Summary - '||INITCAP(:report_selection)||' for Company '||:org_name AS "REPORT"
                   ,'Order Types - '||UPPER(:order_type) AS "ORDER_TYPE"
                   , SYSDATE AS "RUN_DATE"
         ,'Receipt Date'||' '||TO_CHAR(NVL(TO_DATE(:first_receipt_date,'DD-MON-YYYY'),SYSDATE),'YYYYMMDD')                     ||' '||'thru'||' '||TO_CHAR(NVL(TO_DATE(:last_receipt_date,'DD-MON-YYYY'),SYSDATE),'YYYYMMDD') AS "RANGE"
    FROM DUAL;
    ]]>               
    </sqlStatement>
    <sqlStatement name= "BY_STATUS">
         <![CDATA[
    Query for ITEM COUNT SUMMARY by STATUS
    ]]>
    </sqlStatement>
    <sqlStatement name= "BY_ORDERTYPE">
         <![CDATA[
    Query for ITEM COUNT SUMMARY by ORDERTYPE
    ]]>
    </sqlStatement>
    <sqlStatement name= "BY_TRANSITDAYS">
         <![CDATA[
    Query for ITEM COUNT SUMMARY by TRANSITDAYS
    ]]>
    </sqlStatement>
    </dataQuery>
    <dataStructure>
    <group name="G_HDR" source="HDR">
              <element name="COMPANY" value="COMPANY" />
              <element name="REPORT" value="REPORT" />
              <element name="ORDER_TYPE" value="ORDER_TYPE" />
              <element name="RANGE" value="RANGE" />
    </group>
    <group name="G_BY_STATUS" source="BY_STATUS">                
              <element name="RCPT_DT" value="RCPT_DT"/>
    <element name="ITEM"     value="ITEM" />
              <element name="ITEM_DESCRIPTION" value="ITEM_DESCRIPTION" />
              <element name="ENTERED"     value="ENTERED" />
    <element name="WAVED"     value="WAVED" />
    <element name="NOTWAVED"     value="NOTWAVED" />
    <element name="SHIPPED"     value="SHIPPED"/>
    </group>
              <group name="G_BY_ORDERTYPE" source="BY_ORDERTYPE">                                         
    <element name="ITEM"          value="ITEM" />
              <element name="ITEM_DESCRIPTION" value="ITEM_DESCRIPTION" />
              <element name="RCPT_DT"     value="RCPT_DT"/>
              <element name="ORDER_TYPE"     value="ORDER_TYPE" />
    <element name="QUANTITY" value="QUANTITY" />
              </group>
    </dataStructure>
    </dataTemplate>
    Now My Problem is How Do i Get a Logic to Let the Report Name Selection To be REferenced in the Data Definition file..
    I would like to request you to Please help me out in arriving at a Solution for Implementing the Logic
    When the USer selects ITEM COUNT SUMMARY BY ORDER TYPE I want "BY_ORDERTYPE" to be Executed and so on..
    Is there a Way That I can Write in my Data definition file as
    DECODE(:REPORT_NAME ,'ITEM COUNT SUMMARY BY ORDERTYPE', Run query for BY_ORDERTYPE,
    ,'ITEM COUNT SUMMARY BY STATUS', Run query for BY_STATUS,
    ,'ITEM COUNT SUMMARY BY TRANSIT DAYS', Run query for BY_TRANSITDAYS,run query for DETAIL REPORT);
    Also My Item Description Contains Special Characters like Registered Symbol, Copyright Symbol How would I force my XML Parser to Still consider them as TEXT's
    May I Directly Specify <?xdofx:DECODE :REPORT_NAME = 'ITEM COUNT SUMMARY BY ORDERTYPE' THEN BY_ORDERTYPE ?> in the DATA DEFINITION file , I think this is only allowed in RTF please Help,
    Thanks
    vasanthanand

    Thanks for the Reply sir,
    When you say Write the Code, you are referring to the Package is that correct,unfortunately I am not implementing this via PL/SQL Package.
    you mentioned that I can Implement the Logic in the Data definition file( which is a XML file), how and Where I have print use that IF construct (or) Can you Please Print the Code snippet in the Model XML template that i have pasted in my Post.
    May i know what is this
    ln_req_id := fnd_request.submit_request -- for XML1 For...
    Sorry about my ignorance...

  • Logic pro 9 crashes when I try to do... anything

    Hi folks,
    I'm running logic pro 9.1.8 on a mid 2010 iMac with Yosemite 10.10.2.
    When I open up logic, on it's own or by selecting a project it loads up as normal, but then if I try to play the track or select the Logic Pro or Help drop-down menus at the top, an unexpected error occurs and it crashes out.
    I had my machine at work for a while, and had it hooked up to a Behringer x32 which was acting as an audio interface as well as a control surface - that's the last time it worked. Now that it's home and not currently hooked up to anything, it's crashing - could that be a factor?
    Any ideas? I'm about ready to upgrade to Logic Pro X in the near future, but am worried that the problem will persist even then! Also, I'm not quite finished yet.
    For the boffins, here's the crash report:
    Process:               Logic Pro [588]
    Path:                  /Applications/Logic Pro.app/Contents/MacOS/Logic Pro
    Identifier:            com.apple.logic.pro
    Version:               9.1.8 (1700.67)
    Build Info:            Logic-17006700~1
    Code Type:             X86-64 (Native)
    Parent Process:        ??? [1]
    Responsible:           Logic Pro [588]
    User ID:               501
    Date/Time:             2015-01-16 11:08:59.984 +0000
    OS Version:            Mac OS X 10.10.2 (14C94b)
    Report Version:        11
    Anonymous UUID:        B3BCA043-7D1A-D9F5-FE0D-1BDDF4742B24
    Time Awake Since Boot: 1700 seconds
    Crashed Thread:        0  Dispatch queue: com.apple.main-thread
    Exception Type:        EXC_BAD_ACCESS (SIGABRT)
    Exception Codes:       KERN_INVALID_ADDRESS at 0x0000000040000000
    VM Regions Near 0x40000000:
    -->
        __TEXT                 0000000100000000-0000000100c19000 [ 12.1M] r-x/rwx SM=COW  /Applications/Logic Pro.app/Contents/MacOS/Logic Pro
    Application Specific Information:
    abort() called
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   libsystem_kernel.dylib         0x00007fff8a493286 __pthread_kill + 10
    1   libsystem_c.dylib             0x00007fff811edbf3 __abort + 145
    2   libsystem_c.dylib             0x00007fff811edb62 abort + 144
    3   com.apple.logic.pro           0x00000001003b3226 std::_Rb_tree<short, std::pair<short const, CGRect>, std::_Select1st<std::pair<short const, CGRect> >, std::less<short>, std::allocator<std::pair<short const, CGRect> > >::_M_erase(std::_Rb_tree_node<std::pair<short const, CGRect> >*) + 98486
    4   libsystem_platform.dylib       0x00007fff85e07f1a _sigtramp + 26
    5   libobjc.A.dylib               0x00007fff8c9bd0d7 objc_msgSend + 23
    6   com.apple.AppKit               0x00007fff86dc1fab NSSLMMenuEventHandler + 724
    7   com.apple.HIToolbox           0x00007fff824f598c DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 1260
    8   com.apple.HIToolbox           0x00007fff824f4dce SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 386
    9   com.apple.HIToolbox           0x00007fff824f4c42 SendEventToEventTargetWithOptions + 43
    10  com.apple.HIToolbox           0x00007fff8253b36c SendMenuPopulate(MenuData*, OpaqueEventTargetRef*, unsigned int, double, unsigned int, OpaqueEventRef*, unsigned char*) + 293
    11  com.apple.HIToolbox           0x00007fff8255653e SendMenuOpening(MenuSelectData*, MenuData*, double, unsigned int, unsigned int, __CFDictionary*, unsigned char, unsigned char*) + 297
    12  com.apple.HIToolbox           0x00007fff8257a762 DrawTheMenu(MenuSelectData*, __CFArray**, unsigned char, unsigned char*) + 280
    13  com.apple.HIToolbox           0x00007fff8257a48c MenuChanged(MenuSelectData*, unsigned char, unsigned char) + 356
    14  com.apple.HIToolbox           0x00007fff82566e36 TrackMenuCommon(MenuSelectData&, unsigned char*) + 1211
    15  com.apple.HIToolbox           0x00007fff82579fb1 MenuSelectCore(MenuData*, Point, double, unsigned int, OpaqueMenuRef**, unsigned short*) + 510
    16  com.apple.HIToolbox           0x00007fff82579c5e _HandleMenuSelection2 + 446
    17  com.apple.AppKit               0x00007fff86d482be _NSHandleCarbonMenuEvent + 277
    18  com.apple.AppKit               0x00007fff86be3d60 _DPSNextEvent + 1843
    19  com.apple.AppKit               0x00007fff86be31a0 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 194
    20  com.apple.AppKit               0x00007fff86bd7003 -[NSApplication run] + 594
    21  com.apple.prokit               0x000000010120ba46 NSProApplicationMain + 295
    22  com.apple.logic.pro           0x000000010002aa58 DummyConnection::DummyConnection() + 86
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib         0x00007fff8a494232 kevent64 + 10
    1   libdispatch.dylib             0x00007fff8829ba6a _dispatch_mgr_thread + 52
    Thread 2:
    0   libsystem_kernel.dylib         0x00007fff8a49394a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff8b2df40d start_wqthread + 13
    Thread 3:: com.apple.NSURLConnectionLoader
    0   libsystem_kernel.dylib         0x00007fff8a48e4de mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00007fff8a48d64f mach_msg + 55
    2   com.apple.CoreFoundation       0x00007fff8f046b34 __CFRunLoopServiceMachPort + 212
    3   com.apple.CoreFoundation       0x00007fff8f045ffb __CFRunLoopRun + 1371
    4   com.apple.CoreFoundation       0x00007fff8f045858 CFRunLoopRunSpecific + 296
    5   com.apple.CFNetwork           0x00007fff8686dbf0 +[NSURLConnection(Loader) _resourceLoadLoop:] + 434
    6   com.apple.Foundation           0x00007fff8b36f90a __NSThread__main__ + 1345
    7   libsystem_pthread.dylib       0x00007fff8b2e1268 _pthread_body + 131
    8   libsystem_pthread.dylib       0x00007fff8b2e11e5 _pthread_start + 176
    9   libsystem_pthread.dylib       0x00007fff8b2df41d thread_start + 13
    Thread 4:
    0   libsystem_kernel.dylib         0x00007fff8a49394a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff8b2df40d start_wqthread + 13
    Thread 5:: com.apple.CFSocket.private
    0   libsystem_kernel.dylib         0x00007fff8a4933fa __select + 10
    1   libsystem_pthread.dylib       0x00007fff8b2e1268 _pthread_body + 131
    2   libsystem_pthread.dylib       0x00007fff8b2e11e5 _pthread_start + 176
    3   libsystem_pthread.dylib       0x00007fff8b2df41d thread_start + 13
    Thread 6:
    0   libsystem_kernel.dylib         0x00007fff8a493136 __psynch_cvwait + 10
    1   com.apple.music.apps.MAAudioEngine 0x00000001030aecd0 CAudioFileBlockManager::GetBlock(MDFile const*, long, int) + 2064
    2   libsystem_pthread.dylib       0x00007fff8b2e1268 _pthread_body + 131
    3   libsystem_pthread.dylib       0x00007fff8b2e11e5 _pthread_start + 176
    4   libsystem_pthread.dylib       0x00007fff8b2df41d thread_start + 13
    Thread 7:
    0   libsystem_kernel.dylib         0x00007fff8a48e4de mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00007fff8a48d64f mach_msg + 55
    2   com.apple.audio.midi.CoreMIDI 0x0000000101683dbb XServerMachPort::ReceiveMessage(int&, void*, int&) + 125
    3   com.apple.audio.midi.CoreMIDI 0x000000010169f76e MIDIProcess::RunMIDIInThread() + 112
    4   com.apple.audio.midi.CoreMIDI 0x0000000101684e5a XThread::RunHelper(void*) + 10
    5   com.apple.audio.midi.CoreMIDI 0x0000000101684a8b CAPThread::Entry(CAPThread*) + 109
    6   libsystem_pthread.dylib       0x00007fff8b2e1268 _pthread_body + 131
    7   libsystem_pthread.dylib       0x00007fff8b2e11e5 _pthread_start + 176
    8   libsystem_pthread.dylib       0x00007fff8b2df41d thread_start + 13
    Thread 8:
    0   libsystem_kernel.dylib         0x00007fff8a493136 __psynch_cvwait + 10
    1   com.apple.CoreServices.CarbonCore 0x00007fff8f7db9a7 TSWaitOnConditionTimedRelative + 147
    2   com.apple.CoreServices.CarbonCore 0x00007fff8f7db582 TSWaitOnSemaphoreCommon + 403
    3   com.apple.CoreServices.CarbonCore 0x00007fff8f7bd12e TimerThread + 87
    4   libsystem_pthread.dylib       0x00007fff8b2e1268 _pthread_body + 131
    5   libsystem_pthread.dylib       0x00007fff8b2e11e5 _pthread_start + 176
    6   libsystem_pthread.dylib       0x00007fff8b2df41d thread_start + 13
    Thread 9:
    0   libsystem_kernel.dylib         0x00007fff8a48e4de mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00007fff8a48d64f mach_msg + 55
    2   com.apple.CoreFoundation       0x00007fff8f046b34 __CFRunLoopServiceMachPort + 212
    3   com.apple.CoreFoundation       0x00007fff8f045ffb __CFRunLoopRun + 1371
    4   com.apple.CoreFoundation       0x00007fff8f045858 CFRunLoopRunSpecific + 296
    5   com.apple.AppKit               0x00007fff86d46d3b _NSEventThread + 137
    6   libsystem_pthread.dylib       0x00007fff8b2e1268 _pthread_body + 131
    7   libsystem_pthread.dylib       0x00007fff8b2e11e5 _pthread_start + 176
    8   libsystem_pthread.dylib       0x00007fff8b2df41d thread_start + 13
    Thread 10:
    0   libsystem_kernel.dylib         0x00007fff8a49394a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff8b2df40d start_wqthread + 13
    Thread 0 crashed with X86 Thread State (64-bit):
      rax: 0x0000000000000000  rbx: 0x0000000000000006  rcx: 0x00007fff5fbfe0e8  rdx: 0x0000000000000000
      rdi: 0x000000000000130f  rsi: 0x0000000000000006  rbp: 0x00007fff5fbfe110  rsp: 0x00007fff5fbfe0e8
       r8: 0x0000000000000000   r9: 0x0000000000989680  r10: 0x0000000008000000  r11: 0x0000000000000206
      r12: 0x00007fff5fbfe20f  r13: 0x00007fff5fbfe190  r14: 0x00007fff7286d300  r15: 0x00006000000ba160
      rip: 0x00007fff8a493286  rfl: 0x0000000000000206  cr2: 0x0000000103848000
    Logical CPU:     0
    Error Code:      0x02000148
    Trap Number:     133
    Binary Images:
           0x100000000 -        0x100c18fef  com.apple.logic.pro (9.1.8 - 1700.67) <5CBBDF7C-6505-0A14-61F1-483839F57524> /Applications/Logic Pro.app/Contents/MacOS/Logic Pro
           0x101086000 -        0x1010a4fef  com.apple.XSKey (1.0.0 - 52) <800DD908-E341-2BCD-11D9-DEAC7E8197E9> /Library/Frameworks/XSKey.framework/Versions/A/XSKey
           0x1010b6000 -        0x1010f0ff7  com.apple.music.apps.MAAudioUnitSupport (9.1.8 - 233.53) <B5939861-E5F9-3218-0989-4ED074B1323D> /Applications/Logic Pro.app/Contents/Frameworks/MAAudioUnitSupport.framework/Versions/A/MAAudioUnit Support
           0x101113000 -        0x101141ff7  com.apple.musicaudiodataservices (1.1 - 251.4) <93B2F8C3-E091-C1CA-8932-91840CC968BC> /Applications/Logic Pro.app/Contents/Frameworks/MAAssetSharing.framework/Versions/A/MAAssetSharing
           0x101153000 -        0x1011b6ff7  com.apple.music.apps.MALoopManagement (9.1.8 - 219.66) <FE447B07-89A4-E025-DFB8-4C71A0EFEBF0> /Applications/Logic Pro.app/Contents/Frameworks/MALoopManagement.framework/Versions/A/MALoopManagem ent
           0x1011ed000 -        0x101404ff7  com.apple.prokit (7.4.1 - 1963) <03FC5BB0-4E7F-3846-A0FA-A4F5CC92F56A> /System/Library/PrivateFrameworks/ProKit.framework/Versions/A/ProKit
           0x101596000 -        0x10162cfe7  com.apple.music.apps.MACore (9.1.8 - 477.58) <3E8020EA-9B42-63A5-613D-FD2D7675546F> /Applications/Logic Pro.app/Contents/Frameworks/MACore.framework/Versions/A/MACore
           0x101676000 -        0x1016adfff  com.apple.audio.midi.CoreMIDI (1.10 - 88) <31837FA4-BC98-362C-976A-42154231FB66> /System/Library/Frameworks/CoreMIDI.framework/Versions/A/CoreMIDI
           0x1016d4000 -        0x101732fef  com.apple.music.apps.MAHarmony (9.1.8 - 199.72) <EE991E63-1236-765D-3C95-4AE3494B295C> /Applications/Logic Pro.app/Contents/Frameworks/MAHarmony.framework/Versions/A/MAHarmony
           0x10175a000 -        0x101b9bfff  com.apple.music.apps.MAPlugInGUI (9.1.8 - 424.79) <6FEA2031-69A3-9209-54EF-36BA3DAD1883> /Applications/Logic Pro.app/Contents/Frameworks/MAPlugInGUI.framework/Versions/A/MAPlugInGUI
           0x101e5f000 -        0x101f3bfff  com.apple.music.apps.OMF (9.1.8 - 109.7) <F72235D0-517D-CCCB-3B91-78396786EB34> /Applications/Logic Pro.app/Contents/Frameworks/OMF.framework/Versions/A/OMF
           0x101f5a000 -        0x10258afef  com.apple.music.apps.MADSP (9.1.8 - 588.98) <D794D156-112C-29E3-EB9D-62604A9807DE> /Applications/Logic Pro.app/Contents/Frameworks/MADSP.framework/Versions/A/MADSP
           0x102de8000 -        0x102e0dff7  com.apple.music.apps.LogicFileBrowser (9.1.8 - 1700.67) <8E130979-83FB-56BD-DE18-A723A94B7530> /Applications/Logic Pro.app/Contents/Frameworks/LogicFileBrowser.framework/Versions/A/LogicFileBrow ser
           0x102e20000 -        0x102e9efff  com.apple.music.apps.LogicLoopBrowser (9.1.8 - 1700.67) <47AF47CE-F6A1-E025-96FA-5C30EAFA13BC> /Applications/Logic Pro.app/Contents/Frameworks/LogicLoopBrowser.framework/Versions/A/LogicLoopBrow ser
           0x102ecd000 -        0x102ef1ff7  com.apple.music.apps.MAApogeeSupport (9.1.8 - 313.26) <6384895C-60D4-CE0B-0E86-673A20A34D36> /Applications/Logic Pro.app/Contents/Frameworks/MAApogeeSupport.framework/Versions/A/MAApogeeSuppor t
           0x102eff000 -        0x102f04fff  com.apple.music.apps.MAResources (9.1.8 - 212.66) <0E66AB42-6F37-9AE7-8766-264DAE455688> /Applications/Logic Pro.app/Contents/Frameworks/MAResources.framework/Versions/A/MAResources
           0x102f07000 -        0x102f2eff7  com.apple.audio.CoreAudioKit (1.6.6 - 1.6.6) <F57FD333-A670-3E98-B1D8-6A23DFF472AA> /System/Library/Frameworks/CoreAudioKit.framework/Versions/A/CoreAudioKit
           0x102f49000 -        0x102f5cff7  com.apple.AERegistration (1.2 - 401) <A424BA9F-0DD7-BE25-2738-4BCD22F0BB2A> /Applications/Logic Pro.app/Contents/Frameworks/AERegistration.framework/Versions/A/AERegistration
           0x102f75000 -        0x102f82fff  com.apple.music.apps.MAUnitTest (9.1.8 - 97.27) <8AF973F8-CBB2-931B-6BFC-D4BCB8A434F6> /Applications/Logic Pro.app/Contents/Frameworks/MAUnitTest.framework/Versions/A/MAUnitTest
           0x102f8b000 -        0x103046fe7  com.apple.music.apps.MAFiles (9.1.8 - 144.87) <F9F3C7E2-46F5-0EC3-7297-096AEB83BFD6> /Applications/Logic Pro.app/Contents/Frameworks/MAFiles.framework/Versions/A/MAFiles
           0x10307f000 -        0x1030fbfe7  com.apple.music.apps.MAAudioEngine (9.1.8 - 158.42) <6944C1FC-7ACD-53A2-5095-E017C39D8CBA> /Applications/Logic Pro.app/Contents/Frameworks/MAAudioEngine.framework/Versions/A/MAAudioEngine
           0x10316f000 -        0x10317afff  com.apple.music.apps.MAToolKit (9.1.8 - 359.28) <B9729EDA-E5DB-C831-E473-EED9C906AAA0> /Applications/Logic Pro.app/Contents/Frameworks/MAToolKit.framework/Versions/A/MAToolKit
           0x103181000 -        0x10318fff7  com.apple.music.apps.MAVideo (9.1.8 - 12.70) <19D30553-8BFE-4F8C-D13E-0D3139AAC22B> /Applications/Logic Pro.app/Contents/Frameworks/MAVideo.framework/Versions/A/MAVideo
           0x103197000 -        0x103245fec  com.apple.MobileMe (9 - 1.01) <F322542E-D3BB-7861-602A-3F405F2BD61B> /Applications/Logic Pro.app/Contents/Frameworks/MobileMe.framework/Versions/A/MobileMe
           0x103783000 -        0x10379cff7  com.apple.prokit.LionPanels (7.4.1 - 1963) <6DE30011-0C6C-3A90-AF4E-9F7D4E1DEC92> /System/Library/PrivateFrameworks/ProKit.framework/Versions/A/Resources/LionPan els.bundle/Contents/MacOS/LionPanels
           0x10db2c000 -        0x10db33fff  libCGCMS.A.dylib (775.16) <8A173E74-7123-35F1-B160-853528C144ED> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGCMS .A.dylib
           0x10f163000 -        0x10f20ffff  ColorSyncDeprecated.dylib (442) <478F3331-E7E2-36BF-9C4D-A86D8F542225> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/Resources/ColorSyncDeprecated.dylib
           0x10f256000 -        0x10f27effb  libRIP.A.dylib (775.16) <7711F7A7-1813-3024-AE42-75CA7C5422B7> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A .dylib
           0x10f28e000 -        0x10f299fff  com.apple.iokit.IOHIDLib (2.0.0 - 2.0.0) <63DA0BB6-6A46-3CCA-BB8B-316C530819BF> /System/Library/Extensions/IOHIDFamily.kext/Contents/PlugIns/IOHIDLib.plugin/Co ntents/MacOS/IOHIDLib
           0x10f5f4000 -        0x10f5f6ff7  com.apple.music.apps.anvil.resources (9.1.8 - 280.4) <F74756AB-FAB6-3914-5F1C-04FCB54C350A> /Applications/Logic Pro.app/Contents/PlugIns/anvil.res/Contents/MacOS/anvil
           0x10f5fb000 -        0x10f5fdff7  com.apple.music.apps.common.resources (9.1.8 - 280.4) <9FC76C8D-3763-4E4A-DB35-391B07A6FFA8> /Applications/Logic Pro.app/Contents/PlugIns/common.res/Contents/MacOS/common
           0x10f602000 -        0x10f604ff7  com.apple.music.apps.ebp.resources (9.1.8 - 280.4) <2DEA037D-ABCE-771A-618B-091741F6CA7B> /Applications/Logic Pro.app/Contents/PlugIns/ebp.res/Contents/MacOS/ebp
           0x10f609000 -        0x10f60bff7  com.apple.music.apps.efx.resources (9.1.8 - 280.4) <EB5DB45A-C432-2C90-C708-27D5F5EC236A> /Applications/Logic Pro.app/Contents/PlugIns/efx.res/Contents/MacOS/efx
           0x10f610000 -        0x10f612ff7  com.apple.music.apps.egt.resources (9.1.8 - 280.4) <FAB354A9-88A1-619A-1ECA-A351EADB5A2E> /Applications/Logic Pro.app/Contents/PlugIns/egt.res/Contents/MacOS/egt
           0x10f617000 -        0x10f619ff7  com.apple.music.apps.emx.resources (9.1.8 - 280.4) <19FD59CE-314B-6B4B-CEE8-C7BF9DF7F4EB> /Applications/Logic Pro.app/Contents/PlugIns/emx.res/Contents/MacOS/emx
           0x10f61e000 -        0x10f620ff7  com.apple.music.apps.es1.resources (9.1.8 - 280.4) <4BD052E1-1BD4-3C73-93D6-D63493167CB6> /Applications/Logic Pro.app/Contents/PlugIns/es1.res/Contents/MacOS/es1
           0x10f625000 -        0x10f627ff7  com.apple.music.apps.es2.resources (9.1.8 - 280.4) <31CBF3C9-AD64-1A86-1F99-D362B594F840> /Applications/Logic Pro.app/Contents/PlugIns/es2.res/Contents/MacOS/es2
           0x10f62c000 -        0x10f62eff7  com.apple.music.apps.esp.resources (9.1.8 - 280.4) <0EA44B59-2772-F013-CF49-B66EE4C77EEB> /Applications/Logic Pro.app/Contents/PlugIns/esp.res/Contents/MacOS/esp
           0x10f633000 -        0x10f635ff7  com.apple.music.apps.evb3.resources (9.1.8 - 280.4) <F0F73B5A-E44A-FF5C-4C54-0F5B677BFB18> /Applications/Logic Pro.app/Contents/PlugIns/evb3.res/Contents/MacOS/evb3
           0x10f63a000 -        0x10f63cff7  com.apple.music.apps.evd6.resources (9.1.8 - 280.4) <45B1F3EB-45CB-418F-A408-C42F7F93802A> /Applications/Logic Pro.app/Contents/PlugIns/evd6.res/Contents/MacOS/evd6
           0x10f641000 -        0x10f643ff7  com.apple.music.apps.evoc.resources (9.1.8 - 280.4) <91478393-E7C9-5292-FCA9-83559B588E6E> /Applications/Logic Pro.app/Contents/PlugIns/evoc.res/Contents/MacOS/evoc
           0x10f648000 -        0x10f64aff7  com.apple.music.apps.evp88.resources (9.1.8 - 280.4) <9FAC293E-E8B9-C2D9-F102-D5BFC0AA1DC5> /Applications/Logic Pro.app/Contents/PlugIns/evp88.res/Contents/MacOS/evp88
           0x10f64f000 -        0x10f651ff7  com.apple.music.apps.exs24.resources (9.1.8 - 280.4) <E79F0236-D02B-D3E7-B929-701CEDE000F6> /Applications/Logic Pro.app/Contents/PlugIns/exs24.res/Contents/MacOS/exs24
           0x10f656000 -        0x10f658ff7  com.apple.music.apps.guitaramp.resources (9.1.8 - 280.4) <73AC87D5-215E-2FAC-05A2-28A7E9574F5C> /Applications/Logic Pro.app/Contents/PlugIns/guitaramp.res/Contents/MacOS/guitaramp
           0x10f65d000 -        0x10f65fff7  com.apple.music.apps.guitarcontrols.resources (9.1.8 - 280.4) <B005E199-DCEE-5935-8E34-48FA59352663> /Applications/Logic Pro.app/Contents/PlugIns/guitarcontrols.res/Contents/MacOS/guitarcontrols
           0x10f664000 -        0x10f666ff7  com.apple.music.apps.mutapdel.resources (9.1.8 - 280.4) <392017D1-219B-4AA4-71CF-BAAC4D574FE1> /Applications/Logic Pro.app/Contents/PlugIns/mutapdel.res/Contents/MacOS/mutapdel
           0x10f66b000 -        0x10f66dff7  com.apple.music.apps.pedalboard.resources (9.1.8 - 280.4) <F95D6A0D-0179-F17B-59A5-B3B0007E426D> /Applications/Logic Pro.app/Contents/PlugIns/pedalboard.res/Contents/MacOS/pedalboard
           0x11073f000 -        0x110743fff  com.apple.audio.AppleHDAHALPlugIn (269.25 - 269.25) <D7562B22-F5ED-3FD6-894E-4F4876DE14FF> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bun dle/Contents/MacOS/AppleHDAHALPlugIn
           0x110748000 -        0x11074aff7  com.apple.music.apps.revolver.resources (9.1.8 - 280.4) <77102719-1007-5153-B8B3-9EC9FAC4C0BD> /Applications/Logic Pro.app/Contents/PlugIns/revolver.res/Contents/MacOS/revolver
           0x110d33000 -        0x110d35ffb  libCGXType.A.dylib (775.16) <B2DC78CA-179F-39A7-8D0B-873DC0ACFE96> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXTy pe.A.dylib
           0x110d4c000 -        0x110d4cfff +cl_kernels (???) <6168132E-4D4B-415F-B05D-E1B84B235903> cl_kernels
           0x110d5b000 -        0x110d5bff5 +cl_kernels (???) <A7A38F74-7A4C-4F04-9FAD-13BF8673E4F6> cl_kernels
           0x110d5d000 -        0x110e43fef  unorm8_bgra.dylib (2.4.5) <F01DEDA0-67F4-3860-BB77-72B5B40D5513> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/u norm8_bgra.dylib
           0x113712000 -        0x11371aff7  com.apple.proapps.mrcheckpro (1.4 - 397) <9B320059-8D28-D7DA-8CD4-B42796969065> /Applications/Logic Pro.app/Contents/Resources/MRCheckPro.bundle/Contents/MacOS/MRCheckPro
           0x113a06000 -        0x113bb5fff  GLEngine (11.1.1) <72892F1E-5ED5-3733-BE77-FC37CF69D801> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
           0x113bf9000 -        0x113bfbff7  com.apple.music.apps.sphere.resources (9.1.8 - 280.4) <3579177A-C2D5-E746-2E48-29F69B7ACDC0> /Applications/Logic Pro.app/Contents/PlugIns/sphere.res/Contents/MacOS/sphere
           0x113d00000 -        0x113d0dfff  libGPUSupport.dylib (11.1.1) <D5C9D4DB-666E-3279-872F-C1A46A675E7C> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/lib GPUSupport.dylib
           0x113d14000 -        0x113d3efff  GLRendererFloat (11.1.1) <53C3F7C6-CC53-3287-9853-DA46FA7587E7> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GL RendererFloat
        0x123480000000 -     0x123480275ff7  com.apple.ATIRadeonX2000GLDriver (10.0.19 - 10.0.0) <66081A0C-97A7-3717-8748-7C874114564C> /System/Library/Extensions/ATIRadeonX2000GLDriver.bundle/Contents/MacOS/ATIRade onX2000GLDriver
        0x7fff6e7ab000 -     0x7fff6e7e1837  dyld (353.2.1) <65DCCB06-339C-3E25-9702-600A28291D0E> /usr/lib/dyld
        0x7fff80fe1000 -     0x7fff80feeff7  libxar.1.dylib (254) <CE10EFED-3066-3749-838A-6A15AC0DBCB6> /usr/lib/libxar.1.dylib
        0x7fff80fef000 -     0x7fff80ff1ff7  libquarantine.dylib (76) <DC041627-2D92-361C-BABF-A869A5C72293> /usr/lib/system/libquarantine.dylib
        0x7fff80ff2000 -     0x7fff80ffafff  libMatch.1.dylib (24) <C917279D-33C2-38A8-9BDD-18F3B24E6FBD> /usr/lib/libMatch.1.dylib
        0x7fff81001000 -     0x7fff81009ffb  libcopyfile.dylib (118.1.2) <0C68D3A6-ACDD-3EF3-991A-CC82C32AB836> /usr/lib/system/libcopyfile.dylib
        0x7fff8100a000 -     0x7fff81014ff7  com.apple.NetAuth (5.0 - 5.0) <B9EC5425-D38D-308C-865F-207E0A98BAC7> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
        0x7fff81015000 -     0x7fff81173ffb  com.apple.avfoundation (2.0 - 889.102) <76F7D0F5-6D7C-382A-8A0E-7B97C99440FA> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation
        0x7fff81190000 -     0x7fff8121cff7  libsystem_c.dylib (1044.10.1) <199ED5EB-77A1-3D43-AA51-81779CE0A742> /usr/lib/system/libsystem_c.dylib
        0x7fff8121d000 -     0x7fff8121dfff  libOpenScriptingUtil.dylib (162) <EFD79173-A9DA-3AE6-BE15-3948938204A6> /usr/lib/libOpenScriptingUtil.dylib
        0x7fff8121e000 -     0x7fff815f5fe7  com.apple.CoreAUC (211.0.0 - 211.0.0) <C8B2470F-3994-37B8-BE10-6F78667604AC> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
        0x7fff8165a000 -     0x7fff8171afff  com.apple.backup.framework (1.6.2 - 1.6.2) <C0F6A14E-3496-3621-B812-900B3A4E505A> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
        0x7fff8171b000 -     0x7fff81768ff3  com.apple.print.framework.PrintCore (10.0 - 451) <3CA58254-D14F-3913-9DFB-CAC499570CC7> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
        0x7fff817b6000 -     0x7fff817bafff  libCoreVMClient.dylib (79) <FC4E08E3-749E-32FF-B5E9-211F29864831> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
        0x7fff817bb000 -     0x7fff817bcff7  libsystem_blocks.dylib (65) <9615D10A-FCA7-3BE4-AA1A-1B195DACE1A1> /usr/lib/system/libsystem_blocks.dylib
        0x7fff817e6000 -     0x7fff817faff7  com.apple.ProtectedCloudStorage (1.0 - 1) <52CFE68A-0663-3756-AB5B-B42195026052> /System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/Versions/A/Pr otectedCloudStorage
        0x7fff81835000 -     0x7fff8186dfff  com.apple.RemoteViewServices (2.0 - 99) <C9A62691-B0D9-34B7-B71C-A48B5F4DC553> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/Remot eViewServices
        0x7fff8186e000 -     0x7fff8189afff  com.apple.framework.SystemAdministration (1.0 - 1.0) <F2A164C7-4813-3F27-ABF7-810A5F4FA51D> /System/Library/PrivateFrameworks/SystemAdministration.framework/Versions/A/Sys temAdministration
        0x7fff8189b000 -     0x7fff818a6ff7  libcsfde.dylib (471.10.5) <A07CDD46-F46A-36EE-A2D0-1331CCCF35BB> /usr/lib/libcsfde.dylib
        0x7fff818a7000 -     0x7fff81a0dff7  com.apple.audio.toolbox.AudioToolbox (1.12 - 1.12) <FA9C8513-346D-3BA7-88A4-1C1F7C990060> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
        0x7fff81a0e000 -     0x7fff81a5dff7  com.apple.opencl (2.4.2 - 2.4.2) <A5537D5B-3AA6-33D0-9299-73C767768268> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
        0x7fff81a5e000 -     0x7fff81b52fff  libFontParser.dylib (134.1) <EA8452DB-9221-3608-95BF-496F58106313> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
        0x7fff81b89000 -     0x7fff820b2ff7  com.apple.QuartzComposer (5.1 - 325.1) <ABCC8B0F-9961-37D3-B231-9F2B9E027411> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
        0x7fff820b3000 -     0x7fff821a5fff  libxml2.2.dylib (26) <B834E7C8-EC3E-3382-BC5A-DA38DC4D720C> /usr/lib/libxml2.2.dylib
        0x7fff821a6000 -     0x7fff821ecffb  libFontRegistry.dylib (134) <01B8034A-45FD-3360-A347-A1896F591363> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
        0x7fff821ed000 -     0x7fff821f7fff  com.apple.IntlPreferences (2.0 - 150.1) <C62C6F4F-38B9-340B-82A6-1F82AFE1D724> /System/Library/PrivateFrameworks/IntlPreferences.framework/Versions/A/IntlPref erences
        0x7fff821f8000 -     0x7fff82249ff7  com.apple.audio.CoreAudio (4.3.0 - 4.3.0) <AF72B06E-C6C1-3FAE-8B47-AF461CAE0E22> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
        0x7fff8224a000 -     0x7fff8224fff7  libsystem_stats.dylib (163.10.16) <570A521A-0A4E-34E3-B1CE-7FF3C2623851> /usr/lib/system/libsystem_stats.dylib
        0x7fff82250000 -     0x7fff82265ff7  com.apple.AppContainer (4.0 - 238.10.1) <24A43E31-BCD3-32DB-8023-DE7EEA912E89> /System/Library/PrivateFrameworks/AppContainer.framework/Versions/A/AppContaine r
        0x7fff82266000 -     0x7fff823a8fff  libsqlite3.dylib (168) <7B580EB9-9260-35FE-AE2F-276A2C242BAB> /usr/lib/libsqlite3.dylib
        0x7fff823a9000 -     0x7fff823adfff  libpam.2.dylib (20) <E805398D-9A92-31F8-8005-8DC188BD8B6E> /usr/lib/libpam.2.dylib
        0x7fff823ae000 -     0x7fff823effff  libGLU.dylib (11.1.1) <E9ADAD30-0133-320D-A60E-D1A7F91A7795> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
        0x7fff823f0000 -     0x7fff823f2fff  com.apple.CoreDuetDebugLogging (1.0 - 1) <9A6E5710-EA99-366E-BF40-9A65EC1B46A1> /System/Library/PrivateFrameworks/CoreDuetDebugLogging.framework/Versions/A/Cor eDuetDebugLogging
        0x7fff823f3000 -     0x7fff823fdff7  com.apple.CrashReporterSupport (10.10 - 629) <4BCAA6B5-EC7F-365F-9D3F-BC483B7E956C> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
        0x7fff82400000 -     0x7fff82429ffb  libxslt.1.dylib (13) <AED1143F-B848-3E73-81ED-71356F25F084> /usr/lib/libxslt.1.dylib
        0x7fff8242a000 -     0x7fff824c8fff  com.apple.Metadata (10.7.0 - 916.11) <72515E9C-38F4-3B4C-9E3D-E8543D383207> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
        0x7fff824c9000 -     0x7fff824ecfff  com.apple.Sharing (328.3.1 - 328.3.1) <E1E70676-19F4-36D9-8C0A-5C860AD6BBBF> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
        0x7fff824ed000 -     0x7fff827f1ffb  com.apple.HIToolbox (2.1.1 - 757.3) <EB0DCC88-1095-3426-9C53-CBED805DC177> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
        0x7fff827f2000 -     0x7fff82c22fff  com.apple.vision.FaceCore (3.1.6 - 3.1.6) <C3B823AA-C261-37D3-B4AC-C59CE91C8241> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
        0x7fff82c38000 -     0x7fff82c50ff7  libexpat.1.dylib (12) <C5FE8836-E277-3162-9D15-6735321CB2C6> /usr/lib/libexpat.1.dylib
        0x7fff82c51000 -     0x7fff82ca5fff  libc++.1.dylib (120) <1B9530FD-989B-3174-BB1C-BDC159501710> /usr/lib/libc++.1.dylib
        0x7fff82ca6000 -     0x7fff82cc0ff7  liblzma.5.dylib (7) <1D03E875-A7C0-3028-814C-3C27F7B7C079> /usr/lib/liblzma.5.dylib
        0x7fff82cc1000 -     0x7fff82d55fff  com.apple.ink.framework (10.9 - 213) <8E029630-1530-3734-A446-13353F0E7AC5> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
        0x7fff82d56000 -     0x7fff82d5bffb  libheimdal-asn1.dylib (398.1.2) <F9463B34-AAF5-3488-AD0C-85937C81FC5E> /usr/lib/libheimdal-asn1.dylib
        0x7fff82d5c000 -     0x7fff82df1ff7  com.apple.ColorSync (4.9.0 - 4.9.0) <F06733BD-A10C-3DB3-B050-825351130392> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
        0x7fff836a6000 -     0x7fff836a6fff  com.apple.Accelerate.vecLib (3.10 - vecLib 3.10) <B92888D0-ED3F-3430-8F3A-6E56FD16C5F1> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
        0x7fff836a7000 -     0x7fff836f8ff7  com.apple.AppleVAFramework (5.0.31 - 5.0.31) <56AA4060-63DF-3DF0-AB8A-880D0DD6F075> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
        0x7fff836f9000 -     0x7fff836faffb  libremovefile.dylib (35) <3485B5F4-6CE8-3C62-8DFD-8736ED6E8531> /usr/lib/system/libremovefile.dylib
        0x7fff836fb000 -     0x7fff83838fff  com.apple.ImageIO.framework (3.3.0 - 1232) <D7AF3CD2-FAB2-3798-9C26-914886852DCD> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
        0x7fff83839000 -     0x7fff838b6ff7  com.apple.iLifeMediaBrowser (2.9.0 - 675) <2E008E85-B3EA-391C-9D79-6275AC70EDDB> /System/Library/PrivateFrameworks/iLifeMediaBrowser.framework/Versions/A/iLifeM ediaBrowser
        0x7fff838b7000 -     0x7fff838eeffb  com.apple.LDAPFramework (2.4.28 - 194.5) <D22234AA-8B30-3010-8CF0-67516D52CC33> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
        0x7fff83955000 -     0x7fff83bbdff7  com.apple.security (7.0 - 57031.10.7) <BD0FE1B1-56AE-3C78-89D1-27482127E83A> /System/Library/Frameworks/Security.framework/Versions/A/Security
        0x7fff83bbe000 -     0x7fff83bc9fff  libcommonCrypto.dylib (60061) <D381EBC6-69D8-31D3-8084-5A80A32CB748> /usr/lib/system/libcommonCrypto.dylib
        0x7fff83bca000 -     0x7fff83bd3fff  com.apple.DisplayServicesFW (2.9 - 372.1) <30E61754-D83C-330A-AE60-533F27BEBFF5> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
        0x7fff83bd4000 -     0x7fff83c42ffb  com.apple.Heimdal (4.0 - 2.0) <B852ACA1-4C64-3E2A-A9D3-6D4C80AD9429> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
        0x7fff83c68000 -     0x7fff84c1fffb  com.apple.WebCore (10600 - 10600.3.14) <22802C7C-4C07-34E1-8033-4383979AA8FA> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
        0x7fff84c20000 -     0x7fff84c33ff7  com.apple.CoreBluetooth (1.0 - 1) <FA9B43B3-E183-3040-AE25-66EF9870CF35> /System/Library/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth
        0x7fff84c97000 -     0x7fff84c97fff  com.apple.quartzframework (1.5 - 1.5) <4944127A-F319-3689-AAEC-58591D3CAC07> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
        0x7fff84ca3000 -     0x7fff84cb0fff  com.apple.ProtocolBuffer (1 - 225.1) <2D502FBB-D2A0-3937-A5C5-385FA65B3874> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolB uffer
        0x7fff84cc5000 -     0x7fff84d37ff7  com.apple.framework.IOKit (2.0.2 - 1050.10.8) <FDFB1FBE-6A0E-3D63-828C-CD53500FCB0F> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
        0x7fff84d38000 -     0x7fff84e0eff3  com.apple.DiskImagesFramework (10.10.1 - 396) <E2485891-7C3D-39F3-AD47-CAE29CC286DA> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
        0x7fff84e0f000 -     0x7fff84e18fff  libGFXShared.dylib (11.1.1) <7AE7D152-597E-3B27-A52C-8DA76760B61C> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
        0x7fff84e19000 -     0x7fff84e2afff  libcmph.dylib (1) <46EC3997-DB5E-38AE-BBBB-A035A54AD3C0> /usr/lib/libcmph.dylib
        0x7fff84e2b000 -     0x7fff84e33ff7  com.apple.AppleSRP (5.0 - 1) <01EC5144-D09A-3D6A-AE35-F6D48585F154> /System/Library/PrivateFrameworks/AppleSRP.framework/Versions/A/AppleSRP
        0x7fff8579f000 -     0x7fff857bbfff  com.apple.GenerationalStorage (2.0 - 209.11) <9FF8DD11-25FB-3047-A5BF-9415339B3EEC> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/Gene rationalStorage
        0x7fff857bc000 -     0x7fff85817fff  libTIFF.dylib (1232) <29A5C7F7-D50B-35B3-8FA2-A55A47E497A6> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
        0x7fff85818000 -     0x7fff85851fff  com.apple.AirPlaySupport (2.0 - 215.15) <C36CC8AF-27CC-3B18-9C3C-3F845B35FDEC> /System/Library/PrivateFrameworks/AirPlaySupport.framework/Versions/A/AirPlaySu pport
        0x7fff85bc9000 -     0x7fff85bedff7  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
        0x7fff85c31000 -     0x7fff85d3ffff  com.apple.desktopservices (1.9.2 - 1.9.2) <8670FD3B-8A5B-3D84-B21E-DF21140545A2> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
        0x7fff85d40000 -     0x7fff85d40fff  com.apple.CoreServices (62 - 62) <9E4577CA-3FC3-300D-AB00-87ADBDDA2E37> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
        0x7fff85d41000 -     0x7fff85d8ffff  libcurl.4.dylib (83.1.2) <337A1FF8-E8B1-3173-9F29-C0D4C851D8E1> /usr/lib/libcurl.4.dylib
        0x7fff85d90000 -     0x7fff85defff3  com.apple.AE (681 - 681) <7F544183-A515-31A8-B45F-89A167F56216> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
        0x7fff85e03000 -     0x7fff85e0bfff  libsystem_platform.dylib (63) <64E34079-D712-3D66-9CE2-418624A5C040> /usr/lib/system/libsystem_platform.dylib
        0x7fff85e0c000 -     0x7fff85e0efff  com.apple.ExceptionHandling (1.5 - 10) <C3A6EB3D-C0B3-371F-99D8-AF5495498091> /System/Library/Frameworks/ExceptionHandling.framework/Versions/A/ExceptionHand ling
        0x7fff85e0f000 -     0x7fff85e1dfff  com.apple.AddressBook.ContactsFoundation (9.0 - 1563) <CCAB74BF-947C-384D-B4C8-E2118145555B> /System/Library/PrivateFrameworks/ContactsFoundation.framework/Versions/A/Conta ctsFoundation
        0x7fff85e1e000 -     0x7fff85e1ffff  libDiagnosticMessagesClient.dylib (100) <2EE8E436-5CDC-34C5-9959-5BA218D507FB> /usr/lib/libDiagnosticMessagesClient.dylib
        0x7fff85e20000 -     0x7fff85e98ff7  com.apple.SystemConfiguration (1.14 - 1.14) <E0495F7D-5624-3EF7-B7E5-DA0EE708B6E4> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
        0x7fff85fc6000 -     0x7fff8602dffb  com.apple.datadetectorscore (6.0 - 396.1.1) <80379385-A4EC-3F9B-AFED-9B1DF781943D> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
        0x7fff8602e000 -     0x7fff86361fff  libmecabra.dylib (666.2) <F757CABA-3EDB-3ABA-A378-A7C574EA233B> /usr/lib/libmecabra.dylib
        0x7fff863a3000 -     0x7fff863a6fff  com.apple.IOSurface (97 - 97) <D4B4D2B2-7B16-3174-9EA6-55E0A10B452D> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
        0x7fff863a7000 -     0x7fff86669ffb  com.apple.WebKit (10600 - 10600.3.14) <5772BC20-CAC8-3240-ABEB-EF3019FF34A3> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
        0x7fff8666a000 -     0x7fff866fbff7  libCoreStorage.dylib (471.10.5) <21322ECF-5873-3CDE-B7A7-5F3485516E3E> /usr/lib/libCoreStorage.dylib
        0x7fff866fc000 -     0x7fff86719ffb  libresolv.9.dylib (57) <26B38E61-298A-3C3A-82C1-3B5E98AD5E29> /usr/lib/libresolv.9.dylib
        0x7fff8672a000 -     0x7fff86755ff3  libarchive.2.dylib (30) <8CBB4416-EBE9-3574-8ADC-44655D245F39> /usr/lib/libarchive.2.dylib
        0x7fff867cd000 -     0x7fff869d0ff3  com.apple.CFNetwork (720.2.3 - 720.2.3) <9F9E859F-E88C-3E45-AD2F-7250879CBA3E> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
        0x7fff869d1000 -     0x7fff86a3efff  libType1Scaler.dylib (114.1.9) <3DDDD046-720D-33CA-A006-141298B0F8A8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libType1Scaler.dylib
        0x7fff86b8f000 -     0x7fff86bbefff  com.apple.securityinterface (10.0 - 55058) <21F38170-2D3D-3FA2-B0EC-379482AFA5E4> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
        0x7fff86bbf000 -     0x7fff8770afff  com.apple.AppKit (6.9 - 1344.60) <88ACD9DE-B870-3FE7-87F7-12585825A248> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
        0x7fff8770b000 -     0x7fff87717ff7  com.apple.HelpData (2.1.4 - 90) <471200E4-1D51-3D8C-A956-A52F8EB7B552> /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
        0x7fff87718000 -     0x7fff8771afff  com.apple.loginsupport (1.0 - 1) <21DBC18C-F260-39FC-B52F-04A5AA84523A> /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsu pport.framework/Versions/A/loginsupport
        0x7fff87738000 -     0x7fff87751ff7  com.apple.CFOpenDirectory (10.10 - 187) <0ECA5D80-A045-3A2C-A60C-E1605F3AB6BD> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
        0x7fff87752000 -     0x7fff87759fff  com.apple.network.statistics.framework (1.2 - 1) <61B311D1-7F15-35B3-80D4-99B8BE90ACD9> /System/Library/PrivateFrameworks/NetworkStatistics.framework/Versions/A/Networ kStatistics
        0x7fff87784000 -     0x7fff877affff  libc++abi.dylib (125) <88A22A0F-87C6-3002-BFBA-AC0F2808B8B9> /usr/lib/libc++abi.dylib
        0x7fff877b0000 -     0x7fff877b0fff  com.apple.Cocoa (6.8 - 21) <EAC0EA1E-3C62-3B28-A941-5D8B1E085FF8> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
        0x7fff877b1000 -     0x7fff877b4ff7  libdyld.dylib (353.2.1) <4D89C31D-123D-3C9D-AF67-B77A635BC109> /usr/lib/system/libdyld.dylib
        0x7fff877b5000 -     0x7fff877efffb  com.apple.DebugSymbols (115 - 115) <6F03761D-7C3A-3C80-8031-AA1C1AD7C706> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbol s
        0x7fff8813d000 -     0x7fff88152fff  com.apple.ToneKit (1.0 - 1) <CA375645-8DE1-3DE8-A2E0-0537849DF59B> /System/Library/PrivateFrameworks/ToneKit.framework/Versions/A/ToneKit
        0x7fff881cc000 -     0x7fff881cffff  com.apple.xpc.ServiceManagement (1.0 - 1) <D6394DC0-AEF8-3E7C-9C08-4DB18D6FE625> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManage ment
        0x7fff881d0000 -     0x7fff881dbff7  com.apple.DirectoryService.Framework (10.10 - 187) <813211CD-725D-31B9-ABEF-7B28DE2CB224> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
        0x7fff881dc000 -     0x7fff8822fffb  libAVFAudio.dylib (118.3) <20BB570F-39A3-3C81-84EE-6E12A78ADE48> /System/Library/Frameworks/AVFoundation.framework/Versions/A/Resources/libAVFAu dio.dylib
        0x7fff88230000 -     0x7fff8827fff7  libstdc++.6.dylib (104.1) <803F6AC8-87DC-3E24-9E80-729B551F6FFF> /usr/lib/libstdc++.6.dylib
        0x7fff88280000 -     0x7fff88281ff7  libodfde.dylib (22) <52D0ABCD-F464-362C-86EA-ACA10993F556> /usr/lib/libodfde.dylib
        0x7fff88282000 -     0x7fff88290ff7  com.apple.ToneLibrary (1.0 - 1) <3E6D130D-77B0-31E1-98E3-A6052AB09824> /System/Library/PrivateFrameworks/ToneLibrary.framework/Versions/A/ToneLibrary
        0x7fff88291000 -     0x7fff88293ff3  com.apple.SafariServices.framework (10600 - 10600.3.14) <AD7ADF13-732B-357F-882B-43858536AC9B> /System/Library/PrivateFrameworks/SafariServices.framework/Versions/A/SafariSer vices
        0x7fff88294000 -     0x7fff88296ff7  libsystem_coreservices.dylib (9) <41B7C578-5A53-31C8-A96F-C73E030B0938> /usr/lib/system/libsystem_coreservices.dylib
        0x7fff88297000 -     0x7fff882c1ff7  libdispatch.dylib (442.1.4) <502CF32B-669B-3709-8862-08188225E4F0> /usr/lib/system/libdispatch.dylib
        0x7fff8856c000 -     0x7fff88577ff7  com.apple.speech.synthesis.framework (5.3.3 - 5.3.3) <7DF3C68C-B219-3E13-AE72-24B8606A1560> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
        0x7fff88578000 -     0x7fff885f1fff  com.apple.AVKit (1.1 - 214.8) <747B9DAF-0F68-3CF9-B97E-E79C1BCB1005> /System/Library/Frameworks/AVKit.framework/Versions/A/AVKit
        0x7fff885f2000 -     0x7fff885f2fff  com.apple.Accelerate (1.10 - Accelerate 1.10) <F1B96A61-7E4B-31BD-A35B-BA7EF1F16EF4> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
        0x7fff885f3000 -     0x7fff885fefff  com.apple.CommerceCore (1.0 - 376.6.2) <EF6495E3-3037-3698-9603-47E4C56874B4> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/C ommerceCore.framework/Versions/A/CommerceCore
        0x7fff885ff000 -     0x7fff8860afdb  com.apple.AppleFSCompression (68.1.1 - 1.0) <F30E8CA3-50B3-3B44-90A0-803C5C308BFE> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/Apple FSCompression
        0x7fff8860b000 -     0x7fff886ecfff  com.apple.QuickLookUIFramework (5.0 - 675.10) <99B2D8EB-2947-3FF0-9026-FE321686B008> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.f ramework/Versions/A/QuickLookUI
        0x7fff88881000 -     0x7fff8890fff7  com.apple.CorePDF (4.0 - 4) <9CD7EC6D-3593-3D60-B04F-75F612CCB99A> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
        0x7fff88910000 -     0x7fff88914fff  libspindump.dylib (182) <085978DC-A34D-3B72-BC7B-025C35A0A373> /usr/lib/libspindump.dylib
        0x7fff88918000 -     0x7fff88927fff  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
        0x7fff88957000 -     0x7fff88959ff7  libutil.dylib (38) <471AD65E-B86E-3C4A-8ABD-B8665A2BCE3F> /usr/lib/libutil.dylib
        0x7fff8895a000 -     0x7fff88974ff3  com.apple.Ubiquity (1.3 - 313) <DF56A657-CC6E-3BE2-86A0-71F07127724C> /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
        0x7fff88975000 -     0x7fff8897eff7  libsystem_notify.dylib (133.1.1) <61147800-F320-3DAA-850C-BADF33855F29> /usr/lib/system/libsystem_notify.dylib
        0x7fff8897f000 -     0x7fff8897fff7  libunc.dylib (29) <5676F7EA-C1DF-329F-B006-D2C3022B7D70> /usr/lib/system/libunc.dylib
        0x7fff889b3000 -     0x7fff889f9ff7  libauto.dylib (186) <A260789B-D4D8-316A-9490-254767B8A5F1> /usr/lib/libauto.dylib
        0x7fff89062000 -     0x7fff8906ffff  com.apple.SpeechRecognitionCore (2.0.32 - 2.0.32) <87F0C88D-502D-3217-8B4A-8388288568BA> /System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/Versions/A/Sp eechRecognitionCore
        0x7fff89079000 -     0x7fff890edff3  com.apple.securityfoundation (6.0 - 55126) <45D56984-EFD8-3FEB-AAA5-620906121F52> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
        0x7fff890ee000 -     0x7fff89105ff7  libLinearAlgebra.dylib (1128) <E78CCBAA-A999-3B65-8EC9-06DB15E67C37> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLinearAlgebra.dylib
        0x7fff8912a000 -     0x7fff8912aff7  liblaunch.dylib (559.10.3) <659589CB-67FC-3C31-853B-F88332566CD1> /usr/lib/system/liblaunch.dylib
        0x7fff8912b000 -     0x7fff89253ff7  com.apple.coreui (2.1 - 305.6) <FDBA1368-64D9-3B27-860F-B9353B386142> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
        0x7fff893a3000 -     0x7fff893aeff7  libkxld.dylib (2782.10.72) <68E07A32-28F5-3FBB-9D74-00B4F53C2FD4> /usr/lib/system/libkxld.dylib
        0x7fff893af000 -     0x7fff8941bfff  com.apple.framework.CoreWLAN (5.0 - 500.35.2) <37551DDD-C07C-31EB-923A-9721F03D7E29> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
        0x7fff8941c000 -     0x7fff89457fff  com.apple.QD (301 - 301) <C4D2AD03-B839-350A-AAF0-B4A08F8BED77> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
        0x7fff89458000 -     0x7fff89493fff  com.apple.Symbolication (1.4 - 56045) <D64571B1-4483-3FE2-BD67-A91360F79727> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolicat ion
        0x7fff89494000 -     0x7fff896d5fff  com.apple.AddressBook.framework (9.0 - 1563) <63953D92-FB0D-31B1-A449-07BA64D08BA9> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
        0x7fff896d6000 -     0x7fff896defe7  libcldcpuengine.dylib (2.4.5) <DC3F822C-EBF2-3081-B2E3-5F3756F1B9A7> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengin e.dylib
        0x7fff896df000 -     0x7fff89705ff7  com.apple.ChunkingLibrary (2.1 - 163.1) <3514F2A4-38BD-3849-9286-B3B991057742> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/Chunking Library
        0x7fff89706000 -     0x7fff89762fff  com.apple.QuickLookFramework (5.0 - 675.10) <6B614B0C-0D53-356F-AA67-A75C7B119563> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
        0x7fff89763000 -     0x7fff89bb6fc7  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
        0x7fff89bb7000 -     0x7fff89ccfffb  com.apple.CoreText (352.0 - 454.3) <B3B8C775-14FA-38F3-9CD5-830422AE9C49> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
        0x7fff89cd0000 -     0x7fff89d8bff7  com.apple.DiscRecording (9.0 - 9000.4.2) <9BB46993-311A-3F2E-BD77-3CBEFB71C1F0> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
        0x7fff89d8c000 -     0x7fff89db4fff  libxpc.dylib (559.10.3) <9FDEE174-5229-363C-81D9-FC68274B13F6> /usr/lib/system/libxpc.dylib
        0x7fff89db5000 -     0x7fff89e3efff  com.apple.CoreSymbolication (3.1 - 57020) <4B57D67E-7507-3CB3-98EE-6894F0027320> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSy mbolication
        0x7fff89e3f000 -     0x7fff89e6dfff  com.apple.CoreServicesInternal (221.2.2 - 221.2.2) <16F7A7F1-CF1D-35AD-A91F-690A814048DF> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/Cor eServicesInternal
        0x7fff89e6e000 -     0x7fff89e6efff  com.apple.audio.units.AudioUnit (1.12 - 1.12) <674B48E6-4DC1-318D-8EE9-D264AC92208D> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
        0x7fff89e6f000 -     0x7fff89e97fff  libsystem_info.dylib (459) <B85A85D5-8530-3A93-B0C3-4DEC41F79478> /usr/lib/system/libsystem_info.dylib
        0x7fff89eb0000 -     0x7fff89eddfff  com.apple.CoreVideo (1.8 - 145.1) <18DB07E0-B927-3260-A234-636F298D1917> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
        0x7fff89eef000 -     0x7fff89ef1fff  com.apple.EFILogin (2.0 - 2) <39895ACB-E756-342C-ABE5-DB7100EF0A69> /System/Library/PrivateFrameworks/EFILogin.framework/Versions/A/EFILogin
        0x7fff89ef2000 -     0x7fff89f3bff3  com.apple.HIServices (1.22 - 520.12) <274120A4-3650-36C2-9770-8475228A6A43> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
        0x7fff89f3e000 -     0x7fff89f44ff7  libsystem_networkextension.dylib (167.1.10) <29AB225B-D7FB-30ED-9600-65D44B9A9442> /usr/lib/system/libsystem_networkextension.dylib
        0x7fff89f54000 -     0x7fff89f57fff  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
        0x7fff89f58000 -     0x7fff89f78fff  com.apple.IconServices (47.1 - 47.1) <E83DFE3B-6541-3736-96BB-26DC5D0100F1> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconService s
        0x7fff8a012000 -     0x7fff8a1c2ff7  com.apple.QuartzCore (1.10 - 361.15) <6041D523-E81D-397D-8D47-F9E090472747> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
        0x7fff8a1c3000 -     0x7fff8a1ddff7  com.apple.Kerberos (3.0 - 1) <7760E0C2-A222-3709-B2A6-B692D900CEB1> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
        0x7fff8a1e7000 -     0x7fff8a1e9fff  com.apple.SecCodeWrapper (4.0 - 238.10.1) <8DAF71DB-C99A-3B72-A639-2C8CBEA84B93> /System/Library/PrivateFrameworks/SecCodeWrapper.framework/Versions/A/SecCodeWr apper
        0x7fff8a1ea000 -     0x7fff8a378fff  libBLAS.dylib (1128) <497912C1-A98E-3281-BED7-E9C751552F61> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
        0x7fff8a3c1000 -     0x7fff8a3d3ff7  com.apple.CoreDuetDaemonProtocol (1.0 - 1) <CE9FABB4-1C5D-3F9B-9BB8-5CC50C3E5E31> /System/Library/PrivateFrameworks/CoreDuetDaemonProtocol.framework/Versions/A/C oreDuetDaemonProtocol
        0x7fff8a3d4000 -     0x7fff8a456fff  com.apple.PerformanceAnalysis (1.0 - 1) <95AAE106-5ED3-3D68-941C-B81B7A718ADE> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/Perf ormanceAnalysis
        0x7fff8a457000 -     0x7fff8a47cff7  libPng.dylib (1232) <6E72AE55-AFB0-3FC4-80B2-EBC3353436B7> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
        0x7fff8a47d000 -     0x7fff8a49afff  libsystem_kernel.dylib (2782.10.72) <97CD7ACD-EA0C-3434-BEFC-FCD013D6BB73> /usr/lib/system/libsystem_kernel.dylib
        0x7fff8a4c9000 -     0x7fff8a568df7  com.apple.AppleJPEG (1.0 - 1) <9BB3D7DF-630A-3E1C-A124-12D6C4D0DE70> /System/Library/PrivateFrameworks/AppleJPEG.framework/Versions/A/AppleJPEG
        0x7fff8a719000 -     0x7fff8a74cff7  com.apple.MediaKit (16 - 757) <345EDAFE-3E39-3B0F-8D84-54657EC4396D> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
        0x7fff8a74d000 -     0x7fff8a756ff3  com.apple.CommonAuth (4.0 - 2.0) <F4C266BE-2E0E-36B4-9DE7-C6B4BF410FD7> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
        0x7fff8a757000 -     0x7fff8a75bff7  libGIF.dylib (1232) <061D5354-FE4F-3C7E-B563-99DC0198062D> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
        0x7fff8a75c000 -     0x7fff8a78eff3  com.apple.frameworks.CoreDaemon (1.3 - 1.3) <C6DB0A07-F8E4-3837-BCA9-225F460EDA81> /System/Library/PrivateFrameworks/CoreDaemon.framework/Versions/B/CoreDaemon
        0x7fff8a78f000 -     0x7fff8a7ccff3  com.apple.bom (14.0 - 193.6) <3CE5593D-DB28-3BFD-943E-6261006FA292> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
        0x7fff8a7cd000 -     0x7fff8a7e7fff  com.apple.AppleVPAFramework (1.2.8 - 1.2.8) <615661D2-635B-30F8-B3CF-FE7EF732297D> /System/Library/PrivateFrameworks/AppleVPA.framework/Versions/A/AppleVPA
        0x7fff8a7e8000 -     0x7fff8a806ff7  com.apple.addressbook.vCard (9.0 - 1563) <370F3435-855E-3C60-9CC9-B3F24AC1AF97> /System/Library/PrivateFrameworks/vCard.framework/Versions/A/vCard
        0x7fff8a807000 -     0x7fff8a884fff  com.apple.CoreServices.OSServices (640.3 - 640.3) <84E4D2F2-B10E-3431-B8D7-DBDD1EB56E85> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
        0x7fff8a885000 -     0x7fff8a89bff7  libsystem_asl.dylib (267) <F153AC5B-0542-356E-88C8-20A62CA704E2> /usr/lib/system/libsystem_asl.dylib
        0x7fff8a89c000 -     0x7fff8a980fff  libcrypto.0.9.8.dylib (52.10.1) <2A2924DE-63FB-37F6-B102-84D69240675B> /usr/lib/libcrypto.0.9.8.dylib
        0x7fff8a981000 -     0x7fff8a9a0fff  com.apple.CoreDuet (1.0 - 1) <36AA9FD5-2685-314D-B364-3FA4688D86BD> /System/Library/PrivateFrameworks/CoreDuet.framework/Versions/A/CoreDuet
        0x7fff8a9a1000 -     0x7fff8a9a2fff  libsystem_secinit.dylib (18) <581DAD0F-6B63-3A48-B63B-917AF799ABAA> /usr/lib/system/libsystem_secinit.dylib
        0x7fff8a9a3000 -     0x7fff8ac1fff3  com.apple.RawCamera.bundle (6.02 - 769) <1F0F0047-682F-39E3-BE26-2467BF5F0E22> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
        0x7fff8ac20000 -     0x7fff8ac35ffb  libCGInterfaces.dylib (294.1) <1A6AADE6-09EC-3054-85F9-E6A3607EBA70> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/Libraries/libCGInterfaces.dylib
        0x7fff8ac3a000 -     0x7fff8ac4cff7  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
        0x7fff8aead000 -     0x7fff8aeb5ff7  com.apple.icloud.FindMyDevice (1.0 - 1) <D198E170-3610-3727-BC87-73AD249CA097> /System/Library/PrivateFrameworks/FindMyDevice.framework/Versions/A/FindMyDevic e
        0x7fff8aeb6000 -     0x7fff8aec9ff7  com.apple.MultitouchSupport.framework (262.25 - 262.25) <F6EFF881-7EE0-3278-9E14-B30424ACAE66> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
        0x7fff8aef9000 -     0x7fff8aefcff7  com.apple.Mangrove (1.0 - 1) <2AF1CAE9-8BF9-33C4-9C1B-123DBAF1522B> /System/Library/PrivateFrameworks/Mangrove.framework/Versions/A/Mangrove
        0x7fff8aefd000 -     0x7fff8b1a9fff  com.apple.GeoServices (1.0 - 982.4.10) <8A7FE04A-2785-30E7-A6E2-DC15D170DAF5> /System/Library/PrivateFrameworks/GeoServices.framework/Versions/A/GeoServices
        0x7fff8b1aa000 -     0x7fff8b1dafff  libsystem_m.dylib (3086.1) <1E12AB45-6D96-36D0-A226-F24D9FB0D9D6> /usr/lib/system/libsystem_m.dylib
        0x7fff8b2d7000 -     0x7fff8b2dbfff  libcache.dylib (69) <45E9A2E7-99C4-36B2-BEE3-0C4E11614AD1> /usr/lib/system/libcache.dylib
        0x7fff8b2dc000 -     0x7fff8b2ddfff  liblangid.dylib (117) <B54A4AA0-2E53-3671-90F5-AFF711C0EB9E> /usr/lib/liblangid.dylib
        0x7fff8b2de000 -     0x7fff8b2e7fff  libsystem_pthread.dylib (105.10.1) <3103AA7F-3BAE-3673-9649-47FFD7E15C97> /usr/lib/system/libsystem_pthread.dylib
        0x7fff8b307000 -     0x7fff8b635fff  com.apple.Foundation (6.9 - 1152.14) <E3746EDD-DFB1-3ECB-88ED-A91AC0EF3AAA> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
        0x7fff8b636000 -     0x7fff8b651ff7  com.apple.aps.framework (4.0 - 4.0) <A9DDA923-5CC7-3D46-A966-4186A6DDDD37> /System/Library/PrivateFrameworks/ApplePushService.framework/Versions/A/ApplePu shService
        0x7fff8b652000 -     0x7fff8b6e8ffb  com.apple.CoreMedia (1.0 - 1562.107) <3E076386-3272-3C8E-BCC7-28837425C1EF> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
        0x7fff8b6e9000 -     0x7fff8bbfcff3  com.apple.JavaScriptCore (10600 - 10600.3.13) <C0C3246C-D26F-3440-AC75-81CFFA4F9C91> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
        0x7fff8bc66000 -     0x7f

    thanks Nigel - I ran etrecheck when logic was at the "what do you want to do?" dialog box - is that ok?
    Problem description:
    logic pro 9 crashing when i attempt to do anything after loading
    EtreCheck version: 2.1.6 (109)
    Report generated 17 January 2015 11:16:32 GMT
    Download EtreCheck from http://etresoft.com/etrecheck
    Click the [Support] links for help with non-Apple products.
    Click the [Details] links for more information about that line.
    Click the [Adware] links for help removing adware.
    Hardware Information: ℹ️
      iMac (21.5-inch, Mid 2010) (Technical Specifications)
      iMac - model: iMac11,2
      1 3.06 GHz Intel Core i3 CPU: 2-core
      12 GB RAM Upgradeable
      BANK 0/DIMM0
      4 GB DDR3 1333 MHz ok
      BANK 1/DIMM0
      4 GB DDR3 1333 MHz ok
      BANK 0/DIMM1
      2 GB DDR3 1333 MHz ok
      BANK 1/DIMM1
      2 GB DDR3 1333 MHz ok
      Bluetooth: Old - Handoff/Airdrop2 not supported
      Wireless:  en1: 802.11 a/b/g/n
    Video Information: ℹ️
      ATI Radeon HD 4670 - VRAM: 256 MB
      iMac 1600 x 900
    System Software: ℹ️
      OS X 10.10.2 (14C94b) - Time since boot: one day 0:36:35
    Disk Information: ℹ️
      ST3500418AS disk0 : (500.11 GB)
      EFI (disk0s1) <not mounted> : 210 MB
      Macintosh HD (disk0s2) / : 449.25 GB (61.66 GB free)
      Recovery HD (disk0s3) <not mounted>  [Recovery]: 650 MB
      iPhoto library (disk0s4) /Volumes/iPhoto library : 49.87 GB (10.07 GB free)
      OPTIARC DVD RW AD-5680H 
    USB Information: ℹ️
      Apple Internal Memory Card Reader
      Apple Inc. BRCM2046 Hub
      Apple Inc. Bluetooth USB Host Controller
      Apple Computer, Inc. IR Receiver
      Apple Inc. Built-in iSight
    Gatekeeper: ℹ️
      Mac App Store and identified developers
    Kernel Extensions: ℹ️
      /Applications/Toast 11 Titanium/Spin Doctor.app
      [not loaded] com.hzsystems.terminus.driver (4) [Support]
      /System/Library/Extensions
      [not loaded] com.Maxtor.driver.PowSecDriver (4.3.16) [Support]
      [not loaded] com.cy.iokit.Morpheus (1.4) [Support]
      [not loaded] com.digidesign.fwfamily.driver (7.1.3f22) [Support]
      [not loaded] com.digidesign.iokit.DigiDal (7.1.3f19) [Support]
      [not loaded] com.digidesign.iokit.DigiIO (7.1.3f19) [Support]
      [not loaded] com.maxtor.iokit.IOFireWireMxBt (4.2.6) [Support]
      [not loaded] com.motu.driver.FireWireAudio (1.5 41560) [Support]
      [not loaded] com.motu.driver.MicroBookAudio (1.5 41828) [Support]
      [not loaded] com.motu.driver.PCIAudio (1.5 38352) [Support]
      [not loaded] com.motu.driver.USBMidiKext (1.5 38352) [Support]
      [not loaded] com.paceap.kext.pacesupport.master (5.9.1 - SDK 10.6) [Support]
      /System/Library/Extensions/PACESupportFamily.kext/Contents/PlugIns
      [not loaded] com.paceap.kext.pacesupport.leopard (5.9.1 - SDK 10.4) [Support]
      [not loaded] com.paceap.kext.pacesupport.panther (5.9.1 - SDK 10.-1) [Support]
      [loaded] com.paceap.kext.pacesupport.snowleopard (5.9.1 - SDK 10.6) [Support]
      [not loaded] com.paceap.kext.pacesupport.tiger (5.9.1 - SDK 10.4) [Support]
      /Users/[redacted]/Library/Services/ToastIt.service/Contents/MacOS
      [not loaded] com.roxio.TDIXController (2.0) [Support]
    Startup Items: ℹ️
      DigidesignLoader: Path: /Library/StartupItems/DigidesignLoader
      HP IO: Path: /Library/StartupItems/HP IO
      PACESupport: Path: /Library/StartupItems/PACESupport
      Startup items are obsolete in OS X Yosemite
    Launch Agents: ℹ️
      [running] com.hp.devicemonitor.plist [Support]
      [loaded] com.hp.messagecenter.launcher.plist [Support]
      [running] com.motu.MOTULauncher.plist [Support]
    Launch Daemons: ℹ️
      [failed] com.adobe.fpsaud.plist [Support]
      [running] com.digidesign.fwfamily.helper.plist [Support]
      [running] com.google.keystone.daemon.plist [Support]
      [loaded] com.microsoft.office.licensing.helper.plist [Support]
      [running] com.paceap.eden.licensed.plist [Support]
      [loaded] PACESupport.plist [Support]
    User Launch Agents: ℹ️
      [loaded] com.f-secure.sync.BTCloud.plist [Support]
      [running] com.spotify.webhelper.plist [Support]
      [loaded] com.valvesoftware.steamclean.plist [Support]
    User Login Items: ℹ️
      GrowlHelperApp Application  (/Users/[redacted]/Library/PreferencePanes/Growl.prefPane/Contents/Resources/Gr owlHelperApp.app)
      Caffeine Application  (/Applications/Caffeine.app)
      Dropbox Application  (/Applications/Dropbox.app)
      HP IO Classic Proxy 2 Application  (/Library/Frameworks/HPServicesInterface.framework/Versions/B/Runtime/HP IO Classic Proxy 2.app)
      HP IO Classic Proxy Application  (/Library/Frameworks/HPServicesInterface.framework/Versions/A/Runtime/HP IO Classic Proxy.app)
      Google Software Update Application  (/Library/Google/GoogleSoftwareUpdate/GoogleSoftwareUpdate.bundle/Contents/Reso urces/GoogleSoftwareUpdateAgent.app)
    Internet Plug-ins: ℹ️
      DirectorShockwave: Version: 11.0.0r465 [Support]
      Default Browser: Version: 600 - SDK 10.10
      Flip4Mac WMV Plugin: Version: 2.1.1.70 [Support]
      OfficeLiveBrowserPlugin: Version: 12.2.0 [Support]
      RealPlayer Plugin: Version: Unknown [Support]
      Silverlight: Version: 5.1.30214.0 - SDK 10.6 [Support]
      FlashPlayer-10.6: Version: 16.0.0.235 - SDK 10.6 [Support]
      DivXBrowserPlugin: Version: 1.3 [Support]
      Flash Player: Version: 16.0.0.235 - SDK 10.6 Mismatch! Adobe recommends 16.0.0.257
      QuickTime Plugin: Version: 7.7.3
      googletalkbrowserplugin: Version: 1.0.20.8768 [Support]
      iPhotoPhotocast: Version: 7.0
      SharePointBrowserPlugin: Version: 14.0.0 [Support]
      ContentUploaderPlugin: Version: 1.2 [Support]
      JavaAppletPlugin: Version: 15.0.0 - SDK 10.10 Check version
    User internet Plug-ins: ℹ️
      fbplugin_1_0_1: Version: Unknown [Support]
      VideoEggLoader: Version: Unknown [Support]
    3rd Party Preference Panes: ℹ️
      DivX  [Support]
      Flash Player  [Support]
      Flip4Mac WMV  [Support]
      Growl  [Support]
    Time Machine: ℹ️
      Skip System Files: NO
      Mobile backups: OFF
      Auto backup: NO - Auto backup turned off
      Volumes being backed up:
      Macintosh HD: Disk size: 449.25 GB Disk used: 387.59 GB
      Destinations:
      PORTABLE DRIVE 500GB [Local]
      Total size: 499.96 GB
      Total number of backups: 1
      Oldest backup: 2014-07-25 04:41:10 +0000
      Last backup: 2014-07-25 04:41:10 +0000
      Size of backup disk: Too small
      Backup size 499.96 GB < (Disk used 387.59 GB X 3)
    Top Processes by CPU: ℹ️
          12% fm
          4% WindowServer
          2% coreaudiod
          1% Logic Pro
          0% fontd
    Top Processes by Memory: ℹ️
      979 MB fm
      283 MB mds_stores
      168 MB Logic Pro
      142 MB softwareupdated
      116 MB com.apple.WebKit.WebContent
    Virtual Memory Information: ℹ️
      6.53 GB Free RAM
      4.16 GB Active RAM
      1.12 GB Inactive RAM
      1.07 GB Wired RAM
      4.24 GB Page-ins
      0 B Page-outs
    Diagnostics Information: ℹ️
      Jan 16, 2015, 11:09:00 AM /Users/[redacted]/Library/Logs/DiagnosticReports/Logic Pro_2015-01-16-110900_[redacted].crash
      Jan 16, 2015, 10:58:08 AM /Users/[redacted]/Library/Logs/DiagnosticReports/Logic Pro_2015-01-16-105808_[redacted].crash
      Jan 16, 2015, 10:40:36 AM Self test - passed
      Jan 15, 2015, 01:32:58 AM /Users/[redacted]/Library/Logs/DiagnosticReports/Logic Pro_2015-01-15-013258_[redacted].crash
      Jan 15, 2015, 01:17:39 AM /Users/[redacted]/Library/Logs/DiagnosticReports/Logic Pro_2015-01-15-011739_[redacted].crash
      Jan 15, 2015, 01:09:58 AM /Users/[redacted]/Library/Logs/DiagnosticReports/Logic Pro_2015-01-15-010958_[redacted].crash
      Jan 15, 2015, 12:48:27 AM /Users/[redacted]/Library/Logs/DiagnosticReports/Logic Pro_2015-01-15-004827_[redacted].crash
      Jan 15, 2015, 12:16:37 AM /Users/[redacted]/Library/Logs/DiagnosticReports/Logic Pro_2015-01-15-001637_[redacted].crash
      Jan 15, 2015, 12:06:53 AM /Users/[redacted]/Library/Logs/DiagnosticReports/Logic Pro_2015-01-15-000653_[redacted].crash
      Jan 14, 2015, 11:53:15 PM /Users/[redacted]/Library/Logs/DiagnosticReports/Logic Pro_2015-01-14-235315_[redacted].crash
      Jan 14, 2015, 11:52:39 PM /Users/[redacted]/Library/Logs/DiagnosticReports/Logic Pro_2015-01-14-235239_[redacted].crash
      Jan 14, 2015, 11:49:47 PM /Users/[redacted]/Library/Logs/DiagnosticReports/Logic Pro_2015-01-14-234947_[redacted].crash
      Jan 14, 2015, 11:49:28 PM /Users/[redacted]/Library/Logs/DiagnosticReports/Logic Pro_2015-01-14-234928_[redacted].crash
      Jan 14, 2015, 11:24:38 PM /Users/[redacted]/Library/Logs/DiagnosticReports/Logic Pro_2015-01-14-232438_[redacted].crash
      Jan 14, 2015, 11:11:22 PM /Users/[redacted]/Library/Logs/DiagnosticReports/Logic Pro_2015-01-14-231122_[redacted].crash
      Jan 14, 2015, 11:10:30 PM /Users/[redacted]/Library/Logs/DiagnosticReports/Logic Pro_2015-01-14-231030_[redacted].crash

  • Logic keeps on crashing with E/W Play and Absynth

    Recently Logic 9.1.8 (running on 64 bit 10.6.8) is crashing every 5 minutes or so.
    I'm not doing anything particularly intensive (there are only 8 tracks or so) however I am using some 3rd pary plugins, namely "Play" from East West and Absynth.
    It crashes seemingly randomly during playback. I've done far more complicated stuff than I'm doing now a couple of years ago (with the same plugins) and didn't have this issue.
    The only odd thing I've seen is that Absynth is filling, at times, over half of the CPU bar at the bottom, despite it only playing one track. That said, sometimes it crashes during playback when absynth isn't in the music.
    I'm using a 2.7Ghz quad-core 2011 iMac with (only) 4gb of RAM (though when it crashes there is still often in excess of half a gb free.
    Please help me!
    here's a copy of the crash report
    Process:    
    Logic Pro [428]
    Path:       
    /Applications/Logic Pro.app/Contents/MacOS/Logic Pro
    Identifier: 
    com.apple.logic.pro
    Version:    
    9.1.8 (1700.67)
    Build Info: 
    Logic-17006700~1
    Code Type:  
    X86-64 (Native)
    Parent Process:  launchd [107]
    Date/Time:  
    2014-05-25 13:11:12.796 +0100
    OS Version: 
    Mac OS X 10.6.8 (10K549)
    Report Version:  6
    Interval Since Last Report:     
    199326 sec
    Crashes Since Last Report:      
    17
    Per-App Interval Since Last Report:  93131 sec
    Per-App Crashes Since Last Report:   16
    Anonymous UUID:                 
    7A6C67A1-B014-4C31-988F-AFA17F3616E5
    Exception Type:  EXC_CRASH (SIGABRT)
    Exception Codes: 0x0000000000000000, 0x0000000000000000
    Crashed Thread:  16
    Application Specific Information:
    abort() called
    Thread 0:  Dispatch queue: com.apple.main-thread
    0   libSystem.B.dylib        
    0x00007fff803c3d7a mach_msg_trap + 10
    1   libSystem.B.dylib        
    0x00007fff803c43ed mach_msg + 59
    2   com.apple.CoreFoundation 
    0x00007fff83a03902 __CFRunLoopRun + 1698
    3   com.apple.CoreFoundation 
    0x00007fff83a02d8f CFRunLoopRunSpecific + 575
    4   com.apple.HIToolbox      
    0x00007fff8849d74e RunCurrentEventLoopInMode + 333
    5   com.apple.HIToolbox      
    0x00007fff8849d553 ReceiveNextEventCommon + 310
    6   com.apple.HIToolbox      
    0x00007fff8849d40c BlockUntilNextEventMatchingListInMode + 59
    7   com.apple.AppKit         
    0x00007fff81bffeb2 _DPSNextEvent + 708
    8   com.apple.AppKit         
    0x00007fff81bff801 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 155
    9   com.apple.AppKit         
    0x00007fff81bc568f -[NSApplication run] + 395
    10  com.apple.prokit         
    0x000000010120d04b NSProApplicationMain + 267
    11  com.apple.logic.pro      
    0x000000010002aa58 DummyConnection::DummyConnection() + 86
    Thread 1:  Dispatch queue: com.apple.libdispatch-manager
    0   libSystem.B.dylib        
    0x00007fff803dcc0a kevent + 10
    1   libSystem.B.dylib        
    0x00007fff803deadd _dispatch_mgr_invoke + 154
    2   libSystem.B.dylib        
    0x00007fff803de7b4 _dispatch_queue_invoke + 185
    3   libSystem.B.dylib        
    0x00007fff803de2de _dispatch_worker_thread2 + 252
    4   libSystem.B.dylib        
    0x00007fff803ddc08 _pthread_wqthread + 353
    5   libSystem.B.dylib        
    0x00007fff803ddaa5 start_wqthread + 13
    Thread 2:
    0   libSystem.B.dylib        
    0x00007fff803c3d7a mach_msg_trap + 10
    1   libSystem.B.dylib        
    0x00007fff803c43ed mach_msg + 59
    2   com.apple.CoreFoundation 
    0x00007fff83a03902 __CFRunLoopRun + 1698
    3   com.apple.CoreFoundation 
    0x00007fff83a02d8f CFRunLoopRunSpecific + 575
    4   com.apple.Foundation     
    0x00007fff806fb14f +[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:] + 297
    5   com.apple.Foundation     
    0x00007fff8067c114 __NSThread__main__ + 1429
    6   libSystem.B.dylib        
    0x00007fff803fcfd6 _pthread_start + 331
    7   libSystem.B.dylib        
    0x00007fff803fce89 thread_start + 13
    Thread 3:  com.apple.CFSocket.private
    0   libSystem.B.dylib        
    0x00007fff80407932 select$DARWIN_EXTSN + 10
    1   com.apple.CoreFoundation 
    0x00007fff83a25468 __CFSocketManager + 824
    2   libSystem.B.dylib        
    0x00007fff803fcfd6 _pthread_start + 331
    3   libSystem.B.dylib        
    0x00007fff803fce89 thread_start + 13
    Thread 4:
    0   libSystem.B.dylib        
    0x00007fff803fea6a __semwait_signal + 10
    1   libSystem.B.dylib        
    0x00007fff80402881 _pthread_cond_wait + 1286
    2   com.apple.music.apps.MAFiles 
    0x00000001030384d4 ExtendedAudioFileScheduler::WorkerThreadProc() + 100
    3   com.apple.music.apps.MAFiles 
    0x0000000103038589 ExtendedAudioFileScheduler::WorkerThreadProc(void*) + 9
    4   libSystem.B.dylib        
    0x00007fff803fcfd6 _pthread_start + 331
    5   libSystem.B.dylib        
    0x00007fff803fce89 thread_start + 13
    Thread 5:
    0   libSystem.B.dylib        
    0x00007fff803fea6a __semwait_signal + 10
    1   libSystem.B.dylib        
    0x00007fff80402881 _pthread_cond_wait + 1286
    2   com.apple.music.apps.MAFiles 
    0x00000001030384d4 ExtendedAudioFileScheduler::WorkerThreadProc() + 100
    3   com.apple.music.apps.MAFiles 
    0x0000000103038589 ExtendedAudioFileScheduler::WorkerThreadProc(void*) + 9
    4   libSystem.B.dylib        
    0x00007fff803fcfd6 _pthread_start + 331
    5   libSystem.B.dylib        
    0x00007fff803fce89 thread_start + 13
    Thread 6:
    0   libSystem.B.dylib        
    0x00007fff803c3dda semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib        
    0x00007fff80402772 _pthread_cond_wait + 1015
    2   com.apple.audio.CoreAudio
    0x00007fff83b6768c CAGuard::WaitFor(unsigned long long) + 168
    3   com.apple.audio.CoreAudio
    0x00007fff83b69c1b CAGuard::WaitUntil(unsigned long long) + 185
    4   com.apple.audio.CoreAudio
    0x00007fff83b67d85 HP_IOThread::WorkLoop() + 1369
    5   com.apple.audio.CoreAudio
    0x00007fff83b67827 HP_IOThread::ThreadEntry(HP_IOThread*) + 9
    6   com.apple.audio.CoreAudio
    0x00007fff83b67755 CAPThread::Entry(CAPThread*) + 125
    7   libSystem.B.dylib        
    0x00007fff803fcfd6 _pthread_start + 331
    8   libSystem.B.dylib        
    0x00007fff803fce89 thread_start + 13
    Thread 7:
    0   libSystem.B.dylib        
    0x00007fff803c3e82 mach_wait_until + 10
    1   ...ple.CoreServices.CarbonCore
    0x00007fff826b4df5 MPDelayUntil + 28
    2   ...ple.CoreServices.CarbonCore
    0x00007fff826c3361 Delay + 93
    3   ...opellerheads.rewire.library
    0x000000012662627b RWIsReWireMixerAppRunningImp + 31035
    4   ...opellerheads.rewire.library
    0x0000000126633c59 RWIsReWireMixerAppRunningImp + 86809
    5   libSystem.B.dylib        
    0x00007fff803fcfd6 _pthread_start + 331
    6   libSystem.B.dylib        
    0x00007fff803fce89 thread_start + 13
    Thread 8:
    0   libSystem.B.dylib        
    0x00007fff803c3d7a mach_msg_trap + 10
    1   libSystem.B.dylib        
    0x00007fff803c43ed mach_msg + 59
    2   ...ropellerheads.reason.engine
    0x0000000126c1a408 RWDEFLaunchPanelApp + 3224984
    3   libSystem.B.dylib        
    0x00007fff803fcfd6 _pthread_start + 331
    4   libSystem.B.dylib        
    0x00007fff803fce89 thread_start + 13
    Thread 9:
    0   libSystem.B.dylib        
    0x00007fff803fea6a __semwait_signal + 10
    1   libSystem.B.dylib        
    0x00007fff80402881 _pthread_cond_wait + 1286
    2   ...le.music.apps.MAAudioEngine
    0x0000000103117f2b MD::CallProcessThread1(void*) + 299
    3   libSystem.B.dylib        
    0x00007fff803fcfd6 _pthread_start + 331
    4   libSystem.B.dylib        
    0x00007fff803fce89 thread_start + 13
    Thread 10:
    0   libSystem.B.dylib        
    0x00007fff803fea6a __semwait_signal + 10
    1   libSystem.B.dylib        
    0x00007fff80402881 _pthread_cond_wait + 1286
    2   ...le.music.apps.MAAudioEngine
    0x0000000103117d0e MD::CallProcessThread2(void*) + 302
    3   libSystem.B.dylib        
    0x00007fff803fcfd6 _pthread_start + 331
    4   libSystem.B.dylib        
    0x00007fff803fce89 thread_start + 13
    Thread 11:
    0   libSystem.B.dylib        
    0x00007fff803fea6a __semwait_signal + 10
    1   libSystem.B.dylib        
    0x00007fff80402881 _pthread_cond_wait + 1286
    2   ...le.music.apps.MAAudioEngine
    0x0000000103117a35 MD::CallProcessThread3(void*) + 85
    3   libSystem.B.dylib        
    0x00007fff803fcfd6 _pthread_start + 331
    4   libSystem.B.dylib        
    0x00007fff803fce89 thread_start + 13
    Thread 12:
    0   libSystem.B.dylib        
    0x00007fff803fea6a __semwait_signal + 10
    1   libSystem.B.dylib        
    0x00007fff80402881 _pthread_cond_wait + 1286
    2   ...le.music.apps.MAAudioEngine
    0x00000001031161ee MD::CallProcessThread15(void*) + 302
    3   libSystem.B.dylib        
    0x00007fff803fcfd6 _pthread_start + 331
    4   libSystem.B.dylib        
    0x00007fff803fce89 thread_start + 13
    Thread 13:
    0   libSystem.B.dylib        
    0x00007fff803fea6a __semwait_signal + 10
    1   libSystem.B.dylib        
    0x00007fff803fe8f9 nanosleep + 148
    2   libSystem.B.dylib        
    0x00007fff8044b9ac sleep + 61
    3   ...sic.apps.MAAudioUnitSupport
    0x00000001010ce98a CAudioUnitClient::WatchDog(void*) + 26
    4   libSystem.B.dylib        
    0x00007fff803fcfd6 _pthread_start + 331
    5   libSystem.B.dylib        
    0x00007fff803fce89 thread_start + 13
    Thread 14:
    0   libSystem.B.dylib        
    0x00007fff803fea6a __semwait_signal + 10
    1   libSystem.B.dylib        
    0x00007fff80402881 _pthread_cond_wait + 1286
    2   ...le.music.apps.MAAudioEngine
    0x0000000103132cd0 CAudioFileBlockManager::GetBlock(MDFile const*, long, int) + 2064
    3   libSystem.B.dylib        
    0x00007fff803fcfd6 _pthread_start + 331
    4   libSystem.B.dylib        
    0x00007fff803fce89 thread_start + 13
    Thread 15:
    0   libSystem.B.dylib        
    0x00007fff803c3d7a mach_msg_trap + 10
    1   libSystem.B.dylib        
    0x00007fff803c43ed mach_msg + 59
    2   com.apple.audio.midi.CoreMIDI
    0x00000001016eb9c1 XServerMachPort::ReceiveMessage(int&, void*, int&) + 155
    3   com.apple.audio.midi.CoreMIDI
    0x000000010170873d MIDIProcess::RunMIDIInThread() + 147
    4   com.apple.audio.midi.CoreMIDI
    0x00000001016ecace XThread::RunHelper(void*) + 10
    5   com.apple.audio.midi.CoreMIDI
    0x00000001016ec509 CAPThread::Entry(CAPThread*) + 67
    6   libSystem.B.dylib        
    0x00007fff803fcfd6 _pthread_start + 331
    7   libSystem.B.dylib        
    0x00007fff803fce89 thread_start + 13
    Thread 16 Crashed:
    0   libSystem.B.dylib        
    0x00007fff804369ce __semwait_signal_nocancel + 10
    1   libSystem.B.dylib        
    0x00007fff804368d0 nanosleep$NOCANCEL + 129
    2   libSystem.B.dylib        
    0x00007fff804933ce usleep$NOCANCEL + 57
    3   libSystem.B.dylib        
    0x00007fff804b29a1 __abort + 113
    4   libSystem.B.dylib        
    0x00007fff804b2a05 abort_report_np + 0
    5   com.apple.logic.pro      
    0x00000001003b3226 std::_Rb_tree<short, std::pair<short const, CGRect>, std::_Select1st<std::pair<short const, CGRect> >, std::less<short>, std::allocator<std::pair<short const, CGRect> > >::_M_erase(std::_Rb_tree_node<std::pair<short const, CGRect> >*) + 98486
    6   libSystem.B.dylib        
    0x00007fff804241ba _sigtramp + 26
    7   ???                      
    0x000000012cb0a910 0 + 5044742416
    8   com.apple.logic.pro      
    0x000000010035a146 void std::__introsort_loop<__gnu_cxx::__normal_iterator<TMixerStrip*, std::vector<TMixerStrip, std::allocator<TMixerStrip> > >, long>(__gnu_cxx::__normal_iterator<TMixerStrip*, std::vector<TMixerStrip, std::allocator<TMixerStrip> > >, __gnu_cxx::__normal_iterator<TMixerStrip*, std::vector<TMixerStrip, std::allocator<TMixerStrip> > >, long) + 58566
    9   com.apple.logic.pro      
    0x0000000100353c8f void std::__introsort_loop<__gnu_cxx::__normal_iterator<TMixerStrip*, std::vector<TMixerStrip, std::allocator<TMixerStrip> > >, long>(__gnu_cxx::__normal_iterator<TMixerStrip*, std::vector<TMixerStrip, std::allocator<TMixerStrip> > >, __gnu_cxx::__normal_iterator<TMixerStrip*, std::vector<TMixerStrip, std::allocator<TMixerStrip> > >, long) + 32783
    10  com.apple.logic.pro      
    0x00000001003514a6 void std::__introsort_loop<__gnu_cxx::__normal_iterator<TMixerStrip*, std::vector<TMixerStrip, std::allocator<TMixerStrip> > >, long>(__gnu_cxx::__normal_iterator<TMixerStrip*, std::vector<TMixerStrip, std::allocator<TMixerStrip> > >, __gnu_cxx::__normal_iterator<TMixerStrip*, std::vector<TMixerStrip, std::allocator<TMixerStrip> > >, long) + 22566
    11  com.apple.logic.pro      
    0x0000000100356e02 void std::__introsort_loop<__gnu_cxx::__normal_iterator<TMixerStrip*, std::vector<TMixerStrip, std::allocator<TMixerStrip> > >, long>(__gnu_cxx::__normal_iterator<TMixerStrip*, std::vector<TMixerStrip, std::allocator<TMixerStrip> > >, __gnu_cxx::__normal_iterator<TMixerStrip*, std::vector<TMixerStrip, std::allocator<TMixerStrip> > >, long) + 45442
    12  com.apple.logic.pro      
    0x000000010034f52a void std::__introsort_loop<__gnu_cxx::__normal_iterator<TMixerStrip*, std::vector<TMixerStrip, std::allocator<TMixerStrip> > >, long>(__gnu_cxx::__normal_iterator<TMixerStrip*, std::vector<TMixerStrip, std::allocator<TMixerStrip> > >, __gnu_cxx::__normal_iterator<TMixerStrip*, std::vector<TMixerStrip, std::allocator<TMixerStrip> > >, long) + 14506
    13  ...ple.CoreServices.CarbonCore
    0x00007fff826c369f TimerThread + 294
    14  libSystem.B.dylib        
    0x00007fff803fcfd6 _pthread_start + 331
    15  libSystem.B.dylib        
    0x00007fff803fce89 thread_start + 13
    Thread 17:
    0   libSystem.B.dylib        
    0x00007fff80407932 select$DARWIN_EXTSN + 10
    1   com.apple.logic.pro      
    0x00000001009101f2 std::vector<std::pair<double, AttachedTimerListener>, std::allocator<std::pair<double, AttachedTimerListener> > >::_M_insert_aux(__gnu_cxx::__normal_iterator<std::pair<double, AttachedTimerListener>*, std::vector<std::pair<double, AttachedTimerListener>, std::allocator<std::pair<double, AttachedTimerListener> > > >, std::pair<double, AttachedTimerListener> const&) + 1554
    2   com.apple.logic.pro      
    0x000000010055859d std::vector<TOSCService, std::allocator<TOSCService> >::erase(__gnu_cxx::__normal_iterator<TOSCService*, std::vector<TOSCService, std::allocator<TOSCService> > >, __gnu_cxx::__normal_iterator<TOSCService*, std::vector<TOSCService, std::allocator<TOSCService> > >) + 40333
    3   libSystem.B.dylib        
    0x00007fff803fcfd6 _pthread_start + 331
    4   libSystem.B.dylib        
    0x00007fff803fce89 thread_start + 13
    Thread 18:
    0   libSystem.B.dylib        
    0x00007fff803c3dce semaphore_timedwait_trap + 10
    1   com.eastwest.Play        
    0x000000012f99f73c ousia::Streams::OSXVoiceFeeder::run(int) + 252
    2   libSystem.B.dylib        
    0x00007fff803fcfd6 _pthread_start + 331
    3   libSystem.B.dylib        
    0x00007fff803fce89 thread_start + 13
    Thread 19:
    0   libSystem.B.dylib        
    0x00007fff803c3dce semaphore_timedwait_trap + 10
    1   com.eastwest.Play        
    0x000000012f99f73c ousia::Streams::OSXVoiceFeeder::run(int) + 252
    2   libSystem.B.dylib        
    0x00007fff803fcfd6 _pthread_start + 331
    3   libSystem.B.dylib        
    0x00007fff803fce89 thread_start + 13
    Thread 20:
    0   libSystem.B.dylib        
    0x00007fff803c3dce semaphore_timedwait_trap + 10
    1   com.eastwest.Play        
    0x000000012f99f73c ousia::Streams::OSXVoiceFeeder::run(int) + 252
    2   libSystem.B.dylib        
    0x00007fff803fcfd6 _pthread_start + 331
    3   libSystem.B.dylib        
    0x00007fff803fce89 thread_start + 13
    Thread 21:
    0   libSystem.B.dylib        
    0x00007fff803c3dce semaphore_timedwait_trap + 10
    1   com.eastwest.Play        
    0x000000012f99f73c ousia::Streams::OSXVoiceFeeder::run(int) + 252
    2   libSystem.B.dylib        
    0x00007fff803fcfd6 _pthread_start + 331
    3   libSystem.B.dylib        
    0x00007fff803fce89 thread_start + 13
    Thread 22:
    0   libSystem.B.dylib        
    0x00007fff803fea6a __semwait_signal + 10
    1   libSystem.B.dylib        
    0x00007fff80402881 _pthread_cond_wait + 1286
    2   ...st.midi.wordbuildervstplayj
    0x000000013777b29f juce::WaitableEventImpl::wait(int) + 57
    3   ...st.midi.wordbuildervstplayj
    0x000000013776d3c4 juce::WaitableEvent::wait(int) const + 12
    4   ...st.midi.wordbuildervstplayj
    0x000000013778d105 juce::Thread::wait(int) const + 13
    5   ...st.midi.wordbuildervstplayj
    0x0000000137653c8d MyTimerThread::run() + 69
    6   ...st.midi.wordbuildervstplayj
    0x000000013778d53e juce::Thread::threadEntryPoint() + 86
    7   ...st.midi.wordbuildervstplayj
    0x00000001377747dd juce::threadEntryProc(void*) + 29
    8   libSystem.B.dylib        
    0x00007fff803fcfd6 _pthread_start + 331
    9   libSystem.B.dylib        
    0x00007fff803fce89 thread_start + 13
    Thread 23:
    0   libSystem.B.dylib        
    0x00007fff803c3d7a mach_msg_trap + 10
    1   libSystem.B.dylib        
    0x00007fff803c43ed mach_msg + 59
    2   com.apple.CoreFoundation 
    0x00007fff83a03902 __CFRunLoopRun + 1698
    3   com.apple.CoreFoundation 
    0x00007fff83a02d8f CFRunLoopRunSpecific + 575
    4   com.apple.CoreFoundation 
    0x00007fff83a02b16 CFRunLoopRun + 70
    5   com.eastwest.Play        
    0x000000012fb9896d CUSBDeviceNotifyThread::M192D295BF6D8B650() + 325
    6   com.eastwest.Play        
    0x000000012fb99324 CPThread::thread_routine(void*) + 112
    7   libSystem.B.dylib        
    0x00007fff803fcfd6 _pthread_start + 331
    8   libSystem.B.dylib        
    0x00007fff803fce89 thread_start + 13
    Thread 24:
    0   libSystem.B.dylib        
    0x00007fff803fea6a __semwait_signal + 10
    1   libSystem.B.dylib        
    0x00007fff803fe8f9 nanosleep + 148
    2   libSystem.B.dylib        
    0x00007fff803fe863 usleep + 57
    3   com.eastwest.Play        
    0x000000012fb9952f CPTTimer::M192D295BF6D8B650() + 103
    4   com.eastwest.Play        
    0x000000012fb99324 CPThread::thread_routine(void*) + 112
    5   libSystem.B.dylib        
    0x00007fff803fcfd6 _pthread_start + 331
    6   libSystem.B.dylib        
    0x00007fff803fce89 thread_start + 13
    Thread 25:
    0   libSystem.B.dylib        
    0x00007fff803fea6a __semwait_signal + 10
    1   libSystem.B.dylib        
    0x00007fff803fe8f9 nanosleep + 148
    2   libSystem.B.dylib        
    0x00007fff803fe863 usleep + 57
    3   ...nth 5.MusicDevice.component
    0x000000013c0ddebe ProgramChangeThread::run() + 30
    4   ...nth 5.MusicDevice.component
    0x000000013c57e949 NI::GP::Thread::execute(void*) + 73
    5   libSystem.B.dylib        
    0x00007fff803fcfd6 _pthread_start + 331
    6   libSystem.B.dylib        
    0x00007fff803fce89 thread_start + 13
    Thread 26:
    0   libSystem.B.dylib        
    0x00007fff803fea6a __semwait_signal + 10
    1   libSystem.B.dylib        
    0x00007fff803fe8f9 nanosleep + 148
    2   libSystem.B.dylib        
    0x00007fff803fe863 usleep + 57
    3   ...nth 5.MusicDevice.component
    0x000000013c0ddebe ProgramChangeThread::run() + 30
    4   ...nth 5.MusicDevice.component
    0x000000013c57e949 NI::GP::Thread::execute(void*) + 73
    5   libSystem.B.dylib        
    0x00007fff803fcfd6 _pthread_start + 331
    6   libSystem.B.dylib        
    0x00007fff803fce89 thread_start + 13
    Thread 27:
    0   libSystem.B.dylib        
    0x00007fff803fea6a __semwait_signal + 10
    1   libSystem.B.dylib        
    0x00007fff80402881 _pthread_cond_wait + 1286
    2   com.eastwest.Play        
    0x000000012f7ef86b juce::WaitableEventImpl::wait(int) + 57
    3   com.eastwest.Play        
    0x000000012f7e4ef2 juce::WaitableEvent::wait(int) const + 12
    4   com.eastwest.Play        
    0x000000012f90e365 ousia::PartConvolution::Process::run() + 53
    5   com.eastwest.Play        
    0x000000012f7ff25b juce::Thread::threadEntryPoint() + 91
    6   com.eastwest.Play        
    0x000000012f7eb1b0 juce::threadEntryProc(void*) + 29
    7   libSystem.B.dylib        
    0x00007fff803fcfd6 _pthread_start + 331
    8   libSystem.B.dylib        
    0x00007fff803fce89 thread_start + 13
    Thread 28:
    0   libSystem.B.dylib        
    0x00007fff803fea6a __semwait_signal + 10
    1   libSystem.B.dylib        
    0x00007fff80402881 _pthread_cond_wait + 1286
    2   com.eastwest.Play        
    0x000000012f7ef8ec juce::WaitableEventImpl::wait(int) + 186
    3   com.eastwest.Play        
    0x000000012f7e4ef2 juce::WaitableEvent::wait(int) const + 12
    4   com.eastwest.Play        
    0x000000012f7fedeb juce::Thread::wait(int) const + 13
    5   com.eastwest.Play        
    0x000000012f7096fa juce::InternalTimerThread::run() + 230
    6   com.eastwest.Play        
    0x000000012f7ff25b juce::Thread::threadEntryPoint() + 91
    7   com.eastwest.Play        
    0x000000012f7eb1b0 juce::threadEntryProc(void*) + 29
    8   libSystem.B.dylib        
    0x00007fff803fcfd6 _pthread_start + 331
    9   libSystem.B.dylib        
    0x00007fff803fce89 thread_start + 13
    Thread 29:
    0   libSystem.B.dylib        
    0x00007fff803fea6a __semwait_signal + 10
    1   libSystem.B.dylib        
    0x00007fff80402881 _pthread_cond_wait + 1286
    2   com.eastwest.Play        
    0x000000012f7ef86b juce::WaitableEventImpl::wait(int) + 57
    3   com.eastwest.Play        
    0x000000012f7e4ef2 juce::WaitableEvent::wait(int) const + 12
    4   com.eastwest.Play        
    0x000000012f90e365 ousia::PartConvolution::Process::run() + 53
    5   com.eastwest.Play        
    0x000000012f7ff25b juce::Thread::threadEntryPoint() + 91
    6   com.eastwest.Play        
    0x000000012f7eb1b0 juce::threadEntryProc(void*) + 29
    7   libSystem.B.dylib        
    0x00007fff803fcfd6 _pthread_start + 331
    8   libSystem.B.dylib        
    0x00007fff803fce89 thread_start + 13
    Thread 30:
    0   libSystem.B.dylib        
    0x00007fff803fea6a __semwait_signal + 10
    1   libSystem.B.dylib        
    0x00007fff80402881 _pthread_cond_wait + 1286
    2   com.eastwest.Play        
    0x000000012f7ef86b juce::WaitableEventImpl::wait(int) + 57
    3   com.eastwest.Play        
    0x000000012f7e4ef2 juce::WaitableEvent::wait(int) const + 12
    4   com.eastwest.Play        
    0x000000012f90e365 ousia::PartConvolution::Process::run() + 53
    5   com.eastwest.Play        
    0x000000012f7ff25b juce::Thread::threadEntryPoint() + 91
    6   com.eastwest.Play        
    0x000000012f7eb1b0 juce::threadEntryProc(void*) + 29
    7   libSystem.B.dylib        
    0x00007fff803fcfd6 _pthread_start + 331
    8   libSystem.B.dylib        
    0x00007fff803fce89 thread_start + 13
    Thread 31:
    0   libSystem.B.dylib        
    0x00007fff803fea6a __semwait_signal + 10
    1   libSystem.B.dylib        
    0x00007fff80402881 _pthread_cond_wait + 1286
    2   com.eastwest.Play        
    0x000000012f7ef86b juce::WaitableEventImpl::wait(int) + 57
    3   com.eastwest.Play        
    0x000000012f7e4ef2 juce::WaitableEvent::wait(int) const + 12
    4   com.eastwest.Play        
    0x000000012f90e365 ousia::PartConvolution::Process::run() + 53
    5   com.eastwest.Play        
    0x000000012f7ff25b juce::Thread::threadEntryPoint() + 91
    6   com.eastwest.Play        
    0x000000012f7eb1b0 juce::threadEntryProc(void*) + 29
    7   libSystem.B.dylib        
    0x00007fff803fcfd6 _pthread_start + 331
    8   libSystem.B.dylib        
    0x00007fff803fce89 thread_start + 13
    Thread 32:
    0   libSystem.B.dylib        
    0x00007fff803fea6a __semwait_signal + 10
    1   libSystem.B.dylib        
    0x00007fff80402881 _pthread_cond_wait + 1286
    2   com.eastwest.Play        
    0x000000012f7ef86b juce::WaitableEventImpl::wait(int) + 57
    3   com.eastwest.Play        
    0x000000012f7e4ef2 juce::WaitableEvent::wait(int) const + 12
    4   com.eastwest.Play        
    0x000000012f90e365 ousia::PartConvolution::Process::run() + 53
    5   com.eastwest.Play        
    0x000000012f7ff25b juce::Thread::threadEntryPoint() + 91
    6   com.eastwest.Play        
    0x000000012f7eb1b0 juce::threadEntryProc(void*) + 29
    7   libSystem.B.dylib        
    0x00007fff803fcfd6 _pthread_start + 331
    8   libSystem.B.dylib        
    0x00007fff803fce89 thread_start + 13
    Thread 33:
    0   libSystem.B.dylib        
    0x00007fff803fea6a __semwait_signal + 10
    1   libSystem.B.dylib        
    0x00007fff80402881 _pthread_cond_wait + 1286
    2   com.eastwest.Play        
    0x000000012f7ef86b juce::WaitableEventImpl::wait(int) + 57
    3   com.eastwest.Play        
    0x000000012f7e4ef2 juce::WaitableEvent::wait(int) const + 12
    4   com.eastwest.Play        
    0x000000012f90e365 ousia::PartConvolution::Process::run() + 53
    5   com.eastwest.Play        
    0x000000012f7ff25b juce::Thread::threadEntryPoint() + 91
    6   com.eastwest.Play        
    0x000000012f7eb1b0 juce::threadEntryProc(void*) + 29
    7   libSystem.B.dylib        
    0x00007fff803fcfd6 _pthread_start + 331
    8   libSystem.B.dylib        
    0x00007fff803fce89 thread_start + 13
    Thread 34:
    0   libSystem.B.dylib        
    0x00007fff803fea6a __semwait_signal + 10
    1   libSystem.B.dylib        
    0x00007fff803fe8f9 nanosleep + 148
    2   libSystem.B.dylib        
    0x00007fff803fe863 usleep + 57
    3   ...nth 5.MusicDevice.component
    0x000000013c9ae295 NI::SND::PresetManagerDB::scanForBackground(CppSQLite3DB&) + 485
    4   ...nth 5.MusicDevice.component
    0x000000013c9af20b NI::SND::PresetManagerDB::run() + 283
    5   ...nth 5.MusicDevice.component
    0x000000013c57e949 NI::GP::Thread::execute(void*) + 73
    6   libSystem.B.dylib        
    0x00007fff803fcfd6 _pthread_start + 331
    7   libSystem.B.dylib        
    0x00007fff803fce89 thread_start + 13
    Thread 35:
    0   libSystem.B.dylib        
    0x00007fff803dda2a __workq_kernreturn + 10
    1   libSystem.B.dylib        
    0x00007fff803dde3c _pthread_wqthread + 917
    2   libSystem.B.dylib        
    0x00007fff803ddaa5 start_wqthread + 13
    Thread 16 crashed with X86 Thread State (64-bit):
      rax: 0x000000000000003c  rbx: 0x000000012cb0a240  rcx: 0x000000012cb0a1f8  rdx: 0x0000000000000001
      rdi: 0x0000000000000c03  rsi: 0x0000000000000000  rbp: 0x000000012cb0a230  rsp: 0x000000012cb0a1f8
       r8: 0x0000000000000000   r9: 0x0000000000989680  r10: 0x0000000000000001  r11: 0xffffff80002e4730
      r12: 0x0000000000000000  r13: 0x000000014550e922  r14: 0x0000000145483000  r15: 0x0000000000000000
      rip: 0x00007fff804369ce  rfl: 0x0000000000000247  cr2: 0x0000000104063000
    Binary Images:
    0x100000000 -   
    0x100c18fef  com.apple.logic.pro 9.1.8 (1700.67) <5CBBDF7C-6505-0A14-61F1-483839F57524> /Applications/Logic Pro.app/Contents/MacOS/Logic Pro
    0x101086000 -   
    0x1010a4fef  com.apple.XSKey 1.0.0 (52) <800DD908-E341-2BCD-11D9-DEAC7E8197E9> /Library/Frameworks/XSKey.framework/Versions/A/XSKey
    0x1010b6000 -   
    0x1010f0ff7  com.apple.music.apps.MAAudioUnitSupport 9.1.8 (233.53) <B5939861-E5F9-3218-0989-4ED074B1323D> /Applications/Logic Pro.app/Contents/Frameworks/MAAudioUnitSupport.framework/Versions/A/MAAudioUnit Support
    0x101113000 -   
    0x101141ff7  com.apple.musicaudiodataservices 1.1 (251.4) <93B2F8C3-E091-C1CA-8932-91840CC968BC> /Applications/Logic Pro.app/Contents/Frameworks/MAAssetSharing.framework/Versions/A/MAAssetSharing
    0x101153000 -   
    0x1011b6ff7  com.apple.music.apps.MALoopManagement 9.1.8 (219.66) <FE447B07-89A4-E025-DFB8-4C71A0EFEBF0> /Applications/Logic Pro.app/Contents/Frameworks/MALoopManagement.framework/Versions/A/MALoopManagem ent
    0x1011ed000 -   
    0x10147bff7  com.apple.prokit 7.0.1 (1331.1) <0C6C56BB-83E2-7090-90D0-C9005C955F8A> /System/Library/PrivateFrameworks/ProKit.framework/Versions/A/ProKit
    0x1015fd000 -   
    0x101693fe7  com.apple.music.apps.MACore 9.1.8 (477.58) <3E8020EA-9B42-63A5-613D-FD2D7675546F> /Applications/Logic Pro.app/Contents/Frameworks/MACore.framework/Versions/A/MACore
    0x1016dd000 -   
    0x10172dff7  com.apple.audio.midi.CoreMIDI 1.7.1 (42) <872D18F1-18CB-DDC1-FBC8-B144604A39B1> /System/Library/Frameworks/CoreMIDI.framework/Versions/A/CoreMIDI
    0x101755000 -   
    0x1017b3fef  com.apple.music.apps.MAHarmony 9.1.8 (199.72) <EE991E63-1236-765D-3C95-4AE3494B295C> /Applications/Logic Pro.app/Contents/Frameworks/MAHarmony.framework/Versions/A/MAHarmony
    0x1017db000 -   
    0x101c1cfff  com.apple.music.apps.MAPlugInGUI 9.1.8 (424.79) <6FEA2031-69A3-9209-54EF-36BA3DAD1883> /Applications/Logic Pro.app/Contents/Frameworks/MAPlugInGUI.framework/Versions/A/MAPlugInGUI
    0x101ee0000 -   
    0x101fbcfff  com.apple.music.apps.OMF 9.1.8 (109.7) <F72235D0-517D-CCCB-3B91-78396786EB34> /Applications/Logic Pro.app/Contents/Frameworks/OMF.framework/Versions/A/OMF
    0x101fdb000 -   
    0x10260bfef  com.apple.music.apps.MADSP 9.1.8 (588.98) <D794D156-112C-29E3-EB9D-62604A9807DE> /Applications/Logic Pro.app/Contents/Frameworks/MADSP.framework/Versions/A/MADSP
    0x102e69000 -   
    0x102e8eff7  com.apple.music.apps.LogicFileBrowser 9.1.8 (1700.67) <8E130979-83FB-56BD-DE18-A723A94B7530> /Applications/Logic Pro.app/Contents/Frameworks/LogicFileBrowser.framework/Versions/A/LogicFileBrow ser
    0x102ea1000 -   
    0x102f1ffff  com.apple.music.apps.LogicLoopBrowser 9.1.8 (1700.67) <47AF47CE-F6A1-E025-96FA-5C30EAFA13BC> /Applications/Logic Pro.app/Contents/Frameworks/LogicLoopBrowser.framework/Versions/A/LogicLoopBrow ser
    0x102f4e000 -   
    0x102f72ff7  com.apple.music.apps.MAApogeeSupport 9.1.8 (313.26) <6384895C-60D4-CE0B-0E86-673A20A34D36> /Applications/Logic Pro.app/Contents/Frameworks/MAApogeeSupport.framework/Versions/A/MAApogeeSuppor t
    0x102f80000 -   
    0x102f85fff  com.apple.music.apps.MAResources 9.1.8 (212.66) <0E66AB42-6F37-9AE7-8766-264DAE455688> /Applications/Logic Pro.app/Contents/Frameworks/MAResources.framework/Versions/A/MAResources
    0x102f88000 -   
    0x102fb4fff  com.apple.audio.CoreAudioKit 1.6.1 (1.6.1) <45C04031-42F8-D096-1CC3-0CA266FDAC61> /System/Library/Frameworks/CoreAudioKit.framework/Versions/A/CoreAudioKit
    0x102fcd000 -   
    0x102fe0ff7  com.apple.AERegistration 1.2 (401) <A424BA9F-0DD7-BE25-2738-4BCD22F0BB2A> /Applications/Logic Pro.app/Contents/Frameworks/AERegistration.framework/Versions/A/AERegistration
    0x102ff9000 -   
    0x103006fff  com.apple.music.apps.MAUnitTest 9.1.8 (97.27) <8AF973F8-CBB2-931B-6BFC-D4BCB8A434F6> /Applications/Logic Pro.app/Contents/Frameworks/MAUnitTest.framework/Versions/A/MAUnitTest
    0x10300f000 -   
    0x1030cafe7  com.apple.music.apps.MAFiles 9.1.8 (144.87) <F9F3C7E2-46F5-0EC3-7297-096AEB83BFD6> /Applications/Logic Pro.app/Contents/Frameworks/MAFiles.framework/Versions/A/MAFiles
    0x103103000 -   
    0x10317ffe7  com.apple.music.apps.MAAudioEngine 9.1.8 (158.42) <6944C1FC-7ACD-53A2-5095-E017C39D8CBA> /Applications/Logic Pro.app/Contents/Frameworks/MAAudioEngine.framework/Versions/A/MAAudioEngine
    0x1031f3000 -   
    0x1031fefff  com.apple.music.apps.MAToolKit 9.1.8 (359.28) <B9729EDA-E5DB-C831-E473-EED9C906AAA0> /Applications/Logic Pro.app/Contents/Frameworks/MAToolKit.framework/Versions/A/MAToolKit
    0x103205000 -   
    0x103213ff7  com.apple.music.apps.MAVideo 9.1.8 (12.70) <19D30553-8BFE-4F8C-D13E-0D3139AAC22B> /Applications/Logic Pro.app/Contents/Frameworks/MAVideo.framework/Versions/A/MAVideo
    0x10321b000 -   
    0x103301fe7  libcrypto.0.9.7.dylib 0.9.7 (compatibility 0.9.7) <64B3566E-5F3A-A466-ED3F-B91F4B3E5F56> /usr/lib/libcrypto.0.9.7.dylib
    0x103359000 -   
    0x103407fec  com.apple.MobileMe 9 (1.01) <F322542E-D3BB-7861-602A-3F405F2BD61B> /Applications/Logic Pro.app/Contents/Frameworks/MobileMe.framework/Versions/A/MobileMe
    0x104700000 -   
    0x10473dff7  com.apple.prokit.SnowLeopardPanels 7.0.1 (1331.1) <3585FB91-33B6-1BF3-A716-85D069944820> /System/Library/PrivateFrameworks/ProKit.framework/Versions/A/Resources/SnowLeo pardPanels.bundle/Contents/MacOS/SnowLeopardPanels
    0x11a7a1000 -   
    0x11a7affff  com.apple.iokit.IOHIDLib 1.6.6 (1.6.6) <E92BCF13-7E55-68CD-22BD-EF427D6EC310> /System/Library/Extensions/IOHIDFamily.kext/Contents/PlugIns/IOHIDLib.plugin/Co ntents/MacOS/IOHIDLib
    0x11a7d4000 -   
    0x11a7d8fff  com.apple.audio.AudioIPCPlugIn 1.1.6 (1.1.6) <917E3DC8-E34D-B130-F61F-50808466E674> /System/Library/Extensions/AudioIPCDriver.kext/Contents/Resources/AudioIPCPlugI n.bundle/Contents/MacOS/AudioIPCPlugIn
    0x11a7dd000 -   
    0x11a7e3ff7  com.apple.audio.AppleHDAHALPlugIn 2.0.8 (2.0.8f3) <2BC73C66-767B-CA96-B313-B95EC153547B> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bun dle/Contents/MacOS/AppleHDAHALPlugIn
    0x11af00000 -   
    0x11af24ff7 +com.akai.mpc.hal ??? (2.1.18) <7CD275B5-FE33-A573-2AFB-C2B3F1C701A4> /Library/Audio/Plug-Ins/HAL/AKAI_MPC.plugin/Contents/MacOS/AKAI_MPC
    0x11af47000 -   
    0x11af49ff7  com.apple.music.apps.anvil.resources 9.1.8 (280.4) <F74756AB-FAB6-3914-5F1C-04FCB54C350A> /Applications/Logic Pro.app/Contents/PlugIns/anvil.res/Contents/MacOS/anvil
    0x11af4e000 -   
    0x11af50ff7  com.apple.music.apps.common.resources 9.1.8 (280.4) <9FC76C8D-3763-4E4A-DB35-391B07A6FFA8> /Applications/Logic Pro.app/Contents/PlugIns/common.res/Contents/MacOS/common
    0x11af55000 -   
    0x11af57ff7  com.apple.music.apps.ebp.resources 9.1.8 (280.4) <2DEA037D-ABCE-771A-618B-091741F6CA7B> /Applications/Logic Pro.app/Contents/PlugIns/ebp.res/Contents/MacOS/ebp
    0x11af5c000 -   
    0x11af5eff7  com.apple.music.apps.efx.resources 9.1.8 (280.4) <EB5DB45A-C432-2C90-C708-27D5F5EC236A> /Applications/Logic Pro.app/Contents/PlugIns/efx.res/Contents/MacOS/efx
    0x11af63000 -   
    0x11af65ff7  com.apple.music.apps.egt.resources 9.1.8 (280.4) <FAB354A9-88A1-619A-1ECA-A351EADB5A2E> /Applications/Logic Pro.app/Contents/PlugIns/egt.res/Contents/MacOS/egt
    0x11af6a000 -   
    0x11af6cff7  com.apple.music.apps.emx.resources 9.1.8 (280.4) <19FD59CE-314B-6B4B-CEE8-C7BF9DF7F4EB> /Applications/Logic Pro.app/Contents/PlugIns/emx.res/Contents/MacOS/emx
    0x11af71000 -   
    0x11af73ff7  com.apple.music.apps.es1.resources 9.1.8 (280.4) <4BD052E1-1BD4-3C73-93D6-D63493167CB6> /Applications/Logic Pro.app/Contents/PlugIns/es1.res/Contents/MacOS/es1
    0x11af78000 -   
    0x11af7aff7  com.apple.music.apps.es2.resources 9.1.8 (280.4) <31CBF3C9-AD64-1A86-1F99-D362B594F840> /Applications/Logic Pro.app/Contents/PlugIns/es2.res/Contents/MacOS/es2
    0x11af7f000 -   
    0x11af81ff7  com.apple.music.apps.esp.resources 9.1.8 (280.4) <0EA44B59-2772-F013-CF49-B66EE4C77EEB> /Applications/Logic Pro.app/Contents/PlugIns/esp.res/Contents/MacOS/esp
    0x11af86000 -   
    0x11af88ff7  com.apple.music.apps.evb3.resources 9.1.8 (280.4) <F0F73B5A-E44A-FF5C-4C54-0F5B677BFB18> /Applications/Logic Pro.app/Contents/PlugIns/evb3.res/Contents/MacOS/evb3
    0x11af8d000 -   
    0x11af8fff7  com.apple.music.apps.evd6.resources 9.1.8 (280.4) <45B1F3EB-45CB-418F-A408-C42F7F93802A> /Applications/Logic Pro.app/Contents/PlugIns/evd6.res/Contents/MacOS/evd6
    0x11af94000 -   
    0x11af96ff7  com.apple.music.apps.evoc.resources 9.1.8 (280.4) <91478393-E7C9-5292-FCA9-83559B588E6E> /Applications/Logic Pro.app/Contents/PlugIns/evoc.res/Contents/MacOS/evoc
    0x11af9b000 -   
    0x11af9dff7  com.apple.music.apps.evp88.resources 9.1.8 (280.4) <9FAC293E-E8B9-C2D9-F102-D5BFC0AA1DC5> /Applications/Logic Pro.app/Contents/PlugIns/evp88.res/Contents/MacOS/evp88
    0x11afa2000 -   
    0x11afa4ff7  com.apple.music.apps.exs24.resources 9.1.8 (280.4) <E79F0236-D02B-D3E7-B929-701CEDE000F6> /Applications/Logic Pro.app/Contents/PlugIns/exs24.res/Contents/MacOS/exs24
    0x11afa9000 -   
    0x11afabff7  com.apple.music.apps.guitaramp.resources 9.1.8 (280.4) <73AC87D5-215E-2FAC-05A2-28A7E9574F5C> /Applications/Logic Pro.app/Contents/PlugIns/guitaramp.res/Contents/MacOS/guitaramp
    0x11afb5000 -   
    0x11afbdff7  com.apple.proapps.mrcheckpro 1.4 (397) <9B320059-8D28-D7DA-8CD4-B42796969065> /Applications/Logic Pro.app/Contents/Resources/MRCheckPro.bundle/Contents/MacOS/MRCheckPro
    0x11afe9000 -   
    0x11afebff7  com.apple.music.apps.guitarcontrols.resources 9.1.8 (280.4) <B005E199-DCEE-5935-8E34-48FA59352663> /Applications/Logic Pro.app/Contents/PlugIns/guitarcontrols.res/Contents/MacOS/guitarcontrols
    0x11aff0000 -   
    0x11aff2ff7  com.apple.music.apps.mutapdel.resources 9.1.8 (280.4) <392017D1-219B-4AA4-71CF-BAAC4D574FE1> /Applications/Logic Pro.app/Contents/PlugIns/mutapdel.res/Contents/MacOS/mutapdel
    0x11aff7000 -   
    0x11aff9ff7  com.apple.music.apps.pedalboard.resources 9.1.8 (280.4) <F95D6A0D-0179-F17B-59A5-B3B0007E426D> /Applications/Logic Pro.app/Contents/PlugIns/pedalboard.res/Contents/MacOS/pedalboard
    0x11ca02000 -   
    0x11ca28fff  GLRendererFloat ??? (???) <38621D22-8F49-F937-851B-E21BD49A8A88> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GL RendererFloat
    0x11caa6000 -   
    0x11caa8fef  com.apple.textencoding.unicode 2.3 (2.3) <D95D796E-4D14-665C-F439-4652C0CD453F> /System/Library/TextEncodings/Unicode Encodings.bundle/Contents/MacOS/Unicode Encodings
    0x11cab3000 -   
    0x11cab5fe7  com.apple.music.apps.midi.device.plugin.CS-32 9.1.8 (198.73) <4427150E-7710-4983-8CD5-CE6C4F2AE97C> /Applications/Logic Pro.app/Contents/MIDI Device Plug-ins/CS-32.bundle/Contents/MacOS/CS-32
    0x11cabd000 -   
    0x11cac0ff7  com.apple.music.apps.midi.device.plugin.FW-1884 9.1.8 (198.73) <89696612-EE45-1A1D-CB75-3FEBEE46EF1A> /Applications/Logic Pro.app/Contents/MIDI Device Plug-ins/FW-1884.bundle/Contents/MacOS/FW-1884
    0x11cacc000 -   
    0x11caceff7  com.apple.music.apps.revolver.resources 9.1.8 (280.4) <77102719-1007-5153-B8B3-9EC9FAC4C0BD> /Applications/Logic Pro.app/Contents/PlugIns/revolver.res/Contents/MacOS/revolver
    0x11cad3000 -   
    0x11cad5ff7  com.apple.music.apps.sphere.resources 9.1.8 (280.4) <3579177A-

    here's another one if that helps:
    Process:    
    Logic Pro [914]
    Path:       
    /Applications/Logic Pro.app/Contents/MacOS/Logic Pro
    Identifier: 
    com.apple.logic.pro
    Version:    
    9.1.8 (1700.67)
    Build Info: 
    Logic-17006700~1
    Code Type:  
    X86-64 (Native)
    Parent Process:  launchd [107]
    Date/Time:  
    2014-05-25 15:23:56.045 +0100
    OS Version: 
    Mac OS X 10.6.8 (10K549)
    Report Version:  6
    Interval Since Last Report:     
    207288 sec
    Crashes Since Last Report:      
    19
    Per-App Interval Since Last Report:  95652 sec
    Per-App Crashes Since Last Report:   18
    Anonymous UUID:                 
    7A6C67A1-B014-4C31-988F-AFA17F3616E5
    Exception Type:  EXC_CRASH (SIGABRT)
    Exception Codes: 0x0000000000000000, 0x0000000000000000
    Crashed Thread:  16
    Application Specific Information:
    abort() called
    Thread 0:  Dispatch queue: com.apple.main-thread
    0   libSystem.B.dylib        
    0x00007fff803c3d7a mach_msg_trap + 10
    1   libSystem.B.dylib        
    0x00007fff803c43ed mach_msg + 59
    2   com.apple.CoreGraphics   
    0x00007fff89d17230 _CGSSynchronizeWindowBackingStore + 97
    3   com.apple.CoreGraphics   
    0x00007fff89cfcda9 _CGSLockWindow + 4515
    4   com.apple.CoreGraphics   
    0x00007fff89d0393f CGSDeviceLock + 535
    5   libRIP.A.dylib           
    0x00007fff81362e7b ripd_Lock + 46
    6   libRIP.A.dylib           
    0x00007fff813691f9 ripl_BltImage + 294
    7   libRIP.A.dylib           
    0x00007fff81368e61 ripc_RenderImage + 323
    8   libRIP.A.dylib           
    0x00007fff81366f96 ripc_DrawImage + 2411
    9   com.apple.CoreGraphics   
    0x00007fff89d39c0a CGContextDrawImage + 446
    10  com.apple.logic.pro      
    0x00000001006fe71f CSeqEvHdr_Templ<CEvMarker, (TSeqEvHdrType)3, CEv, CEv, std::allocator<CEvMarker> >::EvValidAt(TSignedPureClock) + 38191
    11  com.apple.logic.pro      
    0x000000010051431d std::vector<unsigned int, std::allocator<unsigned int> >::reserve(unsigned long) + 193149
    12  com.apple.logic.pro      
    0x0000000100516632 std::vector<unsigned int, std::allocator<unsigned int> >::reserve(unsigned long) + 202130
    13  com.apple.logic.pro      
    0x000000010039ad89 std::vector<POINT, std::allocator<POINT> >::erase(__gnu_cxx::__normal_iterator<POINT*, std::vector<POINT, std::allocator<POINT> > >, __gnu_cxx::__normal_iterator<POINT*, std::vector<POINT, std::allocator<POINT> > >) + 19433
    14  com.apple.logic.pro      
    0x000000010050e691 std::vector<unsigned int, std::allocator<unsigned int> >::reserve(unsigned long) + 169457
    15  com.apple.logic.pro      
    0x000000010050ea5f std::vector<unsigned int, std::allocator<unsigned int> >::reserve(unsigned long) + 170431
    16  com.apple.logic.pro      
    0x00000001005238ee std::vector<unsigned int, std::allocator<unsigned int> >::reserve(unsigned long) + 256078
    17  com.apple.logic.pro      
    0x00000001001aebf8 std::vector<TTempoWarpMerge, std::allocator<TTempoWarpMerge> >::reserve(unsigned long) + 162440
    18  com.apple.logic.pro      
    0x00000001005de46f std::_Rb_tree<std::string, std::pair<std::string const, TOSCMessageData>, std::_Select1st<std::pair<std::string const, TOSCMessageData> >, std::less<std::string>, std::allocator<std::pair<std::string const, TOSCMessageData> > >::insert_unique(std::_Rb_tree_iterator<std::pair<std::string const, TOSCMessageData> >, std::pair<std::string const, TOSCMessageData> const&) + 418447
    19  com.apple.logic.pro      
    0x00000001005d0a4a std::_Rb_tree<std::string, std::pair<std::string const, TOSCMessageData>, std::_Select1st<std::pair<std::string const, TOSCMessageData> >, std::less<std::string>, std::allocator<std::pair<std::string const, TOSCMessageData> > >::insert_unique(std::_Rb_tree_iterator<std::pair<std::string const, TOSCMessageData> >, std::pair<std::string const, TOSCMessageData> const&) + 362602
    20  com.apple.logic.pro      
    0x00000001006ca645 std::_Rb_tree<TPureClock, std::pair<TPureClock const, EuControlSwitch*>, std::_Select1st<std::pair<TPureClock const, EuControlSwitch*> >, std::less<TPureClock>, std::allocator<std::pair<TPureClock const, EuControlSwitch*> > >::insert_unique(std::pair<TPureClock const, EuControlSwitch*> const&) + 269701
    21  com.apple.AppKit         
    0x00007fff81cbcd75 -[NSView _drawRect:clip:] + 3566
    22  com.apple.AppKit         
    0x00007fff81cba54b -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectFor View:topView:] + 2112
    23  com.apple.AppKit         
    0x00007fff81cbaed6 -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectFor View:topView:] + 4555
    24  com.apple.AppKit         
    0x00007fff81cbaed6 -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectFor View:topView:] + 4555
    25  com.apple.AppKit         
    0x00007fff81cbaed6 -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectFor View:topView:] + 4555
    26  com.apple.AppKit         
    0x00007fff81cbaed6 -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectFor View:topView:] + 4555
    27  com.apple.AppKit         
    0x00007fff81cb9b2c -[NSThemeFrame _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectFor View:topView:] + 254
    28  com.apple.prokit         
    0x000000010123662d -[NSProWindowFrame _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectFor View:topView:] + 85
    29  com.apple.AppKit         
    0x00007fff81cb63de -[NSView _displayRectIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:] + 2683
    30  com.apple.AppKit         
    0x00007fff81c2fc0e -[NSView displayIfNeeded] + 969
    31  com.apple.AppKit         
    0x00007fff81c2aaba _handleWindowNeedsDisplay + 678
    32  com.apple.CoreFoundation 
    0x00007fff83a27b07 __CFRunLoopDoObservers + 519
    33  com.apple.CoreFoundation 
    0x00007fff83a03434 __CFRunLoopRun + 468
    34  com.apple.CoreFoundation 
    0x00007fff83a02d8f CFRunLoopRunSpecific + 575
    35  com.apple.HIToolbox      
    0x00007fff8849d74e RunCurrentEventLoopInMode + 333
    36  com.apple.HIToolbox      
    0x00007fff8849d553 ReceiveNextEventCommon + 310
    37  com.apple.HIToolbox      
    0x00007fff8849d40c BlockUntilNextEventMatchingListInMode + 59
    38  com.apple.AppKit         
    0x00007fff81bffeb2 _DPSNextEvent + 708
    39  com.apple.AppKit         
    0x00007fff81bff801 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 155
    40  com.apple.AppKit         
    0x00007fff81bc568f -[NSApplication run] + 395
    41  com.apple.prokit         
    0x000000010120d04b NSProApplicationMain + 267
    42  com.apple.logic.pro      
    0x000000010002aa58 DummyConnection::DummyConnection() + 86
    Thread 1:  Dispatch queue: com.apple.libdispatch-manager
    0   libSystem.B.dylib        
    0x00007fff803dcc0a kevent + 10
    1   libSystem.B.dylib        
    0x00007fff803deadd _dispatch_mgr_invoke + 154
    2   libSystem.B.dylib        
    0x00007fff803de7b4 _dispatch_queue_invoke + 185
    3   libSystem.B.dylib        
    0x00007fff803de2de _dispatch_worker_thread2 + 252
    4   libSystem.B.dylib        
    0x00007fff803ddc08 _pthread_wqthread + 353
    5   libSystem.B.dylib        
    0x00007fff803ddaa5 start_wqthread + 13
    Thread 2:
    0   libSystem.B.dylib        
    0x00007fff803c3d7a mach_msg_trap + 10
    1   libSystem.B.dylib        
    0x00007fff803c43ed mach_msg + 59
    2   com.apple.CoreFoundation 
    0x00007fff83a03902 __CFRunLoopRun + 1698
    3   com.apple.CoreFoundation 
    0x00007fff83a02d8f CFRunLoopRunSpecific + 575
    4   com.apple.Foundation     
    0x00007fff806fb14f +[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:] + 297
    5   com.apple.Foundation     
    0x00007fff8067c114 __NSThread__main__ + 1429
    6   libSystem.B.dylib        
    0x00007fff803fcfd6 _pthread_start + 331
    7   libSystem.B.dylib        
    0x00007fff803fce89 thread_start + 13
    Thread 3:  com.apple.CFSocket.private
    0   libSystem.B.dylib        
    0x00007fff80407932 select$DARWIN_EXTSN + 10
    1   com.apple.CoreFoundation 
    0x00007fff83a25468 __CFSocketManager + 824
    2   libSystem.B.dylib        
    0x00007fff803fcfd6 _pthread_start + 331
    3   libSystem.B.dylib        
    0x00007fff803fce89 thread_start + 13
    Thread 4:
    0   libSystem.B.dylib        
    0x00007fff803fea6a __semwait_signal + 10
    1   libSystem.B.dylib        
    0x00007fff80402881 _pthread_cond_wait + 1286
    2   com.apple.music.apps.MAFiles 
    0x00000001030384d4 ExtendedAudioFileScheduler::WorkerThreadProc() + 100
    3   com.apple.music.apps.MAFiles 
    0x0000000103038589 ExtendedAudioFileScheduler::WorkerThreadProc(void*) + 9
    4   libSystem.B.dylib        
    0x00007fff803fcfd6 _pthread_start + 331
    5   libSystem.B.dylib        
    0x00007fff803fce89 thread_start + 13
    Thread 5:
    0   libSystem.B.dylib        
    0x00007fff803fea6a __semwait_signal + 10
    1   libSystem.B.dylib        
    0x00007fff80402881 _pthread_cond_wait + 1286
    2   com.apple.music.apps.MAFiles 
    0x00000001030384d4 ExtendedAudioFileScheduler::WorkerThreadProc() + 100
    3   com.apple.music.apps.MAFiles 
    0x0000000103038589 ExtendedAudioFileScheduler::WorkerThreadProc(void*) + 9
    4   libSystem.B.dylib        
    0x00007fff803fcfd6 _pthread_start + 331
    5   libSystem.B.dylib        
    0x00007fff803fce89 thread_start + 13
    Thread 6:
    0   libSystem.B.dylib        
    0x00007fff803c3dda semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib        
    0x00007fff80402772 _pthread_cond_wait + 1015
    2   com.apple.audio.CoreAudio
    0x00007fff83b6768c CAGuard::WaitFor(unsigned long long) + 168
    3   com.apple.audio.CoreAudio
    0x00007fff83b69c1b CAGuard::WaitUntil(unsigned long long) + 185
    4   com.apple.audio.CoreAudio
    0x00007fff83b67d85 HP_IOThread::WorkLoop() + 1369
    5   com.apple.audio.CoreAudio
    0x00007fff83b67827 HP_IOThread::ThreadEntry(HP_IOThread*) + 9
    6   com.apple.audio.CoreAudio
    0x00007fff83b67755 CAPThread::Entry(CAPThread*) + 125
    7   libSystem.B.dylib        
    0x00007fff803fcfd6 _pthread_start + 331
    8   libSystem.B.dylib        
    0x00007fff803fce89 thread_start + 13
    Thread 7:
    0   libSystem.B.dylib        
    0x00007fff803c3e82 mach_wait_until + 10
    1   ...ple.CoreServices.CarbonCore
    0x00007fff826b4df5 MPDelayUntil + 28
    2   ...ple.CoreServices.CarbonCore
    0x00007fff826c3361 Delay + 93
    3   ...opellerheads.rewire.library
    0x000000012645a27b RWIsReWireMixerAppRunningImp + 31035
    4   ...opellerheads.rewire.library
    0x0000000126467c59 RWIsReWireMixerAppRunningImp + 86809
    5   libSystem.B.dylib        
    0x00007fff803fcfd6 _pthread_start + 331
    6   libSystem.B.dylib        
    0x00007fff803fce89 thread_start + 13
    Thread 8:
    0   libSystem.B.dylib        
    0x00007fff803c3d7a mach_msg_trap + 10
    1   libSystem.B.dylib        
    0x00007fff803c43ed mach_msg + 59
    2   ...ropellerheads.reason.engine
    0x00000001274ff408 RWDEFLaunchPanelApp + 3224984
    3   libSystem.B.dylib        
    0x00007fff803fcfd6 _pthread_start + 331
    4   libSystem.B.dylib        
    0x00007fff803fce89 thread_start + 13
    Thread 9:
    0   libSystem.B.dylib        
    0x00007fff803fea6a __semwait_signal + 10
    1   libSystem.B.dylib        
    0x00007fff80402881 _pthread_cond_wait + 1286
    2   ...le.music.apps.MAAudioEngine
    0x0000000103117f2b MD::CallProcessThread1(void*) + 299
    3   libSystem.B.dylib        
    0x00007fff803fcfd6 _pthread_start + 331
    4   libSystem.B.dylib        
    0x00007fff803fce89 thread_start + 13
    Thread 10:
    0   libSystem.B.dylib        
    0x00007fff803fea6a __semwait_signal + 10
    1   libSystem.B.dylib        
    0x00007fff80402881 _pthread_cond_wait + 1286
    2   ...le.music.apps.MAAudioEngine
    0x0000000103117d0e MD::CallProcessThread2(void*) + 302
    3   libSystem.B.dylib        
    0x00007fff803fcfd6 _pthread_start + 331
    4   libSystem.B.dylib        
    0x00007fff803fce89 thread_start + 13
    Thread 11:
    0   libSystem.B.dylib        
    0x00007fff803fea6a __semwait_signal + 10
    1   libSystem.B.dylib        
    0x00007fff80402881 _pthread_cond_wait + 1286
    2   ...le.music.apps.MAAudioEngine
    0x0000000103117a35 MD::CallProcessThread3(void*) + 85
    3   libSystem.B.dylib        
    0x00007fff803fcfd6 _pthread_start + 331
    4   libSystem.B.dylib        
    0x00007fff803fce89 thread_start + 13
    Thread 12:
    0   libSystem.B.dylib        
    0x00007fff803fea6a __semwait_signal + 10
    1   libSystem.B.dylib        
    0x00007fff80402881 _pthread_cond_wait + 1286
    2   ...le.music.apps.MAAudioEngine
    0x00000001031161ee MD::CallProcessThread15(void*) + 302
    3   libSystem.B.dylib        
    0x00007fff803fcfd6 _pthread_start + 331
    4   libSystem.B.dylib        
    0x00007fff803fce89 thread_start + 13
    Thread 13:
    0   libSystem.B.dylib        
    0x00007fff803fea6a __semwait_signal + 10
    1   libSystem.B.dylib        
    0x00007fff803fe8f9 nanosleep + 148
    2   libSystem.B.dylib        
    0x00007fff8044b9ac sleep + 61
    3   ...sic.apps.MAAudioUnitSupport
    0x00000001010ce98a CAudioUnitClient::WatchDog(void*) + 26
    4   libSystem.B.dylib        
    0x00007fff803fcfd6 _pthread_start + 331
    5   libSystem.B.dylib        
    0x00007fff803fce89 thread_start + 13
    Thread 14:
    0   libSystem.B.dylib        
    0x00007fff803fea6a __semwait_signal + 10
    1   libSystem.B.dylib        
    0x00007fff80402881 _pthread_cond_wait + 1286
    2   ...le.music.apps.MAAudioEngine
    0x0000000103132cd0 CAudioFileBlockManager::GetBlock(MDFile const*, long, int) + 2064
    3   libSystem.B.dylib        
    0x00007fff803fcfd6 _pthread_start + 331
    4   libSystem.B.dylib        
    0x00007fff803fce89 thread_start + 13
    Thread 15:
    0   libSystem.B.dylib        
    0x00007fff803c3d7a mach_msg_trap + 10
    1   libSystem.B.dylib        
    0x00007fff803c43ed mach_msg + 59
    2   com.apple.audio.midi.CoreMIDI
    0x00000001016eb9c1 XServerMachPort::ReceiveMessage(int&, void*, int&) + 155
    3   com.apple.audio.midi.CoreMIDI
    0x000000010170873d MIDIProcess::RunMIDIInThread() + 147
    4   com.apple.audio.midi.CoreMIDI
    0x00000001016ecace XThread::RunHelper(void*) + 10
    5   com.apple.audio.midi.CoreMIDI
    0x00000001016ec509 CAPThread::Entry(CAPThread*) + 67
    6   libSystem.B.dylib        
    0x00007fff803fcfd6 _pthread_start + 331
    7   libSystem.B.dylib        
    0x00007fff803fce89 thread_start + 13
    Thread 16 Crashed:
    0   libSystem.B.dylib        
    0x00007fff804369ce __semwait_signal_nocancel + 10
    1   libSystem.B.dylib        
    0x00007fff804368d0 nanosleep$NOCANCEL + 129
    2   libSystem.B.dylib        
    0x00007fff804933ce usleep$NOCANCEL + 57
    3   libSystem.B.dylib        
    0x00007fff804b29a1 __abort + 113
    4   libSystem.B.dylib        
    0x00007fff804b2a05 abort_report_np + 0
    5   com.apple.logic.pro      
    0x00000001003b3226 std::_Rb_tree<short, std::pair<short const, CGRect>, std::_Select1st<std::pair<short const, CGRect> >, std::less<short>, std::allocator<std::pair<short const, CGRect> > >::_M_erase(std::_Rb_tree_node<std::pair<short const, CGRect> >*) + 98486
    6   libSystem.B.dylib        
    0x00007fff804241ba _sigtramp + 26
    7   ???                      
    0x000000012ca1f910 0 + 5043779856
    8   com.apple.logic.pro      
    0x000000010035a146 void std::__introsort_loop<__gnu_cxx::__normal_iterator<TMixerStrip*, std::vector<TMixerStrip, std::allocator<TMixerStrip> > >, long>(__gnu_cxx::__normal_iterator<TMixerStrip*, std::vector<TMixerStrip, std::allocator<TMixerStrip> > >, __gnu_cxx::__normal_iterator<TMixerStrip*, std::vector<TMixerStrip, std::allocator<TMixerStrip> > >, long) + 58566
    9   com.apple.logic.pro      
    0x0000000100353c8f void std::__introsort_loop<__gnu_cxx::__normal_iterator<TMixerStrip*, std::vector<TMixerStrip, std::allocator<TMixerStrip> > >, long>(__gnu_cxx::__normal_iterator<TMixerStrip*, std::vector<TMixerStrip, std::allocator<TMixerStrip> > >, __gnu_cxx::__normal_iterator<TMixerStrip*, std::vector<TMixerStrip, std::allocator<TMixerStrip> > >, long) + 32783
    10  com.apple.logic.pro      
    0x00000001003514a6 void std::__introsort_loop<__gnu_cxx::__normal_iterator<TMixerStrip*, std::vector<TMixerStrip, std::allocator<TMixerStrip> > >, long>(__gnu_cxx::__normal_iterator<TMixerStrip*, std::vector<TMixerStrip, std::allocator<TMixerStrip> > >, __gnu_cxx::__normal_iterator<TMixerStrip*, std::vector<TMixerStrip, std::allocator<TMixerStrip> > >, long) + 22566
    11  com.apple.logic.pro      
    0x0000000100356e02 void std::__introsort_loop<__gnu_cxx::__normal_iterator<TMixerStrip*, std::vector<TMixerStrip, std::allocator<TMixerStrip> > >, long>(__gnu_cxx::__normal_iterator<TMixerStrip*, std::vector<TMixerStrip, std::allocator<TMixerStrip> > >, __gnu_cxx::__normal_iterator<TMixerStrip*, std::vector<TMixerStrip, std::allocator<TMixerStrip> > >, long) + 45442
    12  com.apple.logic.pro      
    0x000000010034f52a void std::__introsort_loop<__gnu_cxx::__normal_iterator<TMixerStrip*, std::vector<TMixerStrip, std::allocator<TMixerStrip> > >, long>(__gnu_cxx::__normal_iterator<TMixerStrip*, std::vector<TMixerStrip, std::allocator<TMixerStrip> > >, __gnu_cxx::__normal_iterator<TMixerStrip*, std::vector<TMixerStrip, std::allocator<TMixerStrip> > >, long) + 14506
    13  ...ple.CoreServices.CarbonCore
    0x00007fff826c369f TimerThread + 294
    14  libSystem.B.dylib        
    0x00007fff803fcfd6 _pthread_start + 331
    15  libSystem.B.dylib        
    0x00007fff803fce89 thread_start + 13
    Thread 17:
    0   libSystem.B.dylib        
    0x00007fff80407932 select$DARWIN_EXTSN + 10
    1   com.apple.logic.pro      
    0x00000001009101f2 std::vector<std::pair<double, AttachedTimerListener>, std::allocator<std::pair<double, AttachedTimerListener> > >::_M_insert_aux(__gnu_cxx::__normal_iterator<std::pair<double, AttachedTimerListener>*, std::vector<std::pair<double, AttachedTimerListener>, std::allocator<std::pair<double, AttachedTimerListener> > > >, std::pair<double, AttachedTimerListener> const&) + 1554
    2   com.apple.logic.pro      
    0x000000010055859d std::vector<TOSCService, std::allocator<TOSCService> >::erase(__gnu_cxx::__normal_iterator<TOSCService*, std::vector<TOSCService, std::allocator<TOSCService> > >, __gnu_cxx::__normal_iterator<TOSCService*, std::vector<TOSCService, std::allocator<TOSCService> > >) + 40333
    3   libSystem.B.dylib        
    0x00007fff803fcfd6 _pthread_start + 331
    4   libSystem.B.dylib        
    0x00007fff803fce89 thread_start + 13
    Thread 18:
    0   libSystem.B.dylib        
    0x00007fff803c3dce semaphore_timedwait_trap + 10
    1   com.eastwest.Play        
    0x000000012f85f73c ousia::Streams::OSXVoiceFeeder::run(int) + 252
    2   libSystem.B.dylib        
    0x00007fff803fcfd6 _pthread_start + 331
    3   libSystem.B.dylib        
    0x00007fff803fce89 thread_start + 13
    Thread 19:
    0   libSystem.B.dylib        
    0x00007fff803c3dce semaphore_timedwait_trap + 10
    1   com.eastwest.Play        
    0x000000012f85f73c ousia::Streams::OSXVoiceFeeder::run(int) + 252
    2   libSystem.B.dylib        
    0x00007fff803fcfd6 _pthread_start + 331
    3   libSystem.B.dylib        
    0x00007fff803fce89 thread_start + 13
    Thread 20:
    0   libSystem.B.dylib        
    0x00007fff803c3dce semaphore_timedwait_trap + 10
    1   com.eastwest.Play        
    0x000000012f85f73c ousia::Streams::OSXVoiceFeeder::run(int) + 252
    2   libSystem.B.dylib        
    0x00007fff803fcfd6 _pthread_start + 331
    3   libSystem.B.dylib        
    0x00007fff803fce89 thread_start + 13
    Thread 21:
    0   libSystem.B.dylib        
    0x00007fff803c3dce semaphore_timedwait_trap + 10
    1   com.eastwest.Play        
    0x000000012f85f73c ousia::Streams::OSXVoiceFeeder::run(int) + 252
    2   libSystem.B.dylib        
    0x00007fff803fcfd6 _pthread_start + 331
    3   libSystem.B.dylib        
    0x00007fff803fce89 thread_start + 13
    Thread 22:
    0   libSystem.B.dylib        
    0x00007fff803fea6a __semwait_signal + 10
    1   libSystem.B.dylib        
    0x00007fff80402881 _pthread_cond_wait + 1286
    2   ...st.midi.wordbuildervstplayj
    0x000000013757b29f juce::WaitableEventImpl::wait(int) + 57
    3   ...st.midi.wordbuildervstplayj
    0x000000013756d3c4 juce::WaitableEvent::wait(int) const + 12
    4   ...st.midi.wordbuildervstplayj
    0x000000013758d105 juce::Thread::wait(int) const + 13
    5   ...st.midi.wordbuildervstplayj
    0x0000000137453c8d MyTimerThread::run() + 69
    6   ...st.midi.wordbuildervstplayj
    0x000000013758d53e juce::Thread::threadEntryPoint() + 86
    7   ...st.midi.wordbuildervstplayj
    0x00000001375747dd juce::threadEntryProc(void*) + 29
    8   libSystem.B.dylib        
    0x00007fff803fcfd6 _pthread_start + 331
    9   libSystem.B.dylib        
    0x00007fff803fce89 thread_start + 13
    Thread 23:
    0   libSystem.B.dylib        
    0x00007fff803c3d7a mach_msg_trap + 10
    1   libSystem.B.dylib        
    0x00007fff803c43ed mach_msg + 59
    2   com.apple.CoreFoundation 
    0x00007fff83a03902 __CFRunLoopRun + 1698
    3   com.apple.CoreFoundation 
    0x00007fff83a02d8f CFRunLoopRunSpecific + 575
    4   com.apple.CoreFoundation 
    0x00007fff83a02b16 CFRunLoopRun + 70
    5   com.eastwest.Play        
    0x000000012fa5896d CUSBDeviceNotifyThread::M192D295BF6D8B650() + 325
    6   com.eastwest.Play        
    0x000000012fa59324 CPThread::thread_routine(void*) + 112
    7   libSystem.B.dylib        
    0x00007fff803fcfd6 _pthread_start + 331
    8   libSystem.B.dylib        
    0x00007fff803fce89 thread_start + 13
    Thread 24:
    0   libSystem.B.dylib        
    0x00007fff803fea6a __semwait_signal + 10
    1   libSystem.B.dylib        
    0x00007fff803fe8f9 nanosleep + 148
    2   libSystem.B.dylib        
    0x00007fff803fe863 usleep + 57
    3   com.eastwest.Play        
    0x000000012fa5952f CPTTimer::M192D295BF6D8B650() + 103
    4   com.eastwest.Play        
    0x000000012fa59324 CPThread::thread_routine(void*) + 112
    5   libSystem.B.dylib        
    0x00007fff803fcfd6 _pthread_start + 331
    6   libSystem.B.dylib        
    0x00007fff803fce89 thread_start + 13
    Thread 25:
    0   libSystem.B.dylib        
    0x00007fff803fea6a __semwait_signal + 10
    1   libSystem.B.dylib        
    0x00007fff803fe8f9 nanosleep + 148
    2   libSystem.B.dylib        
    0x00007fff803fe863 usleep + 57
    3   ...nth 5.MusicDevice.component
    0x000000013c3ddebe ProgramChangeThread::run() + 30
    4   ...nth 5.MusicDevice.component
    0x000000013c87e949 NI::GP::Thread::execute(void*) + 73
    5   libSystem.B.dylib        
    0x00007fff803fcfd6 _pthread_start + 331
    6   libSystem.B.dylib        
    0x00007fff803fce89 thread_start + 13
    Thread 26:
    0   libSystem.B.dylib        
    0x00007fff803fea6a __semwait_signal + 10
    1   libSystem.B.dylib        
    0x00007fff80402881 _pthread_cond_wait + 1286
    2   com.eastwest.Play        
    0x000000012f6af86b juce::WaitableEventImpl::wait(int) + 57
    3   com.eastwest.Play        
    0x000000012f6a4ef2 juce::WaitableEvent::wait(int) const + 12
    4   com.eastwest.Play        
    0x000000012f7ce365 ousia::PartConvolution::Process::run() + 53
    5   com.eastwest.Play        
    0x000000012f6bf25b juce::Thread::threadEntryPoint() + 91
    6   com.eastwest.Play        
    0x000000012f6ab1b0 juce::threadEntryProc(void*) + 29
    7   libSystem.B.dylib        
    0x00007fff803fcfd6 _pthread_start + 331
    8   libSystem.B.dylib        
    0x00007fff803fce89 thread_start + 13
    Thread 27:
    0   libSystem.B.dylib        
    0x00007fff803fea6a __semwait_signal + 10
    1   libSystem.B.dylib        
    0x00007fff803fe8f9 nanosleep + 148
    2   libSystem.B.dylib        
    0x00007fff803fe863 usleep + 57
    3   ...nth 5.MusicDevice.component
    0x000000013c3ddebe ProgramChangeThread::run() + 30
    4   ...nth 5.MusicDevice.component
    0x000000013c87e949 NI::GP::Thread::execute(void*) + 73
    5   libSystem.B.dylib        
    0x00007fff803fcfd6 _pthread_start + 331
    6   libSystem.B.dylib        
    0x00007fff803fce89 thread_start + 13
    Thread 28:
    0   libSystem.B.dylib        
    0x00007fff803dda2a __workq_kernreturn + 10
    1   libSystem.B.dylib        
    0x00007fff803dde3c _pthread_wqthread + 917
    2   libSystem.B.dylib        
    0x00007fff803ddaa5 start_wqthread + 13
    Thread 29:
    0   libSystem.B.dylib        
    0x00007fff803fea6a __semwait_signal + 10
    1   libSystem.B.dylib        
    0x00007fff80402881 _pthread_cond_wait + 1286
    2   com.eastwest.Play        
    0x000000012f6af8ec juce::WaitableEventImpl::wait(int) + 186
    3   com.eastwest.Play        
    0x000000012f6a4ef2 juce::WaitableEvent::wait(int) const + 12
    4   com.eastwest.Play        
    0x000000012f6bedeb juce::Thread::wait(int) const + 13
    5   com.eastwest.Play        
    0x000000012f5c96c8 juce::InternalTimerThread::run() + 180
    6   com.eastwest.Play        
    0x000000012f6bf25b juce::Thread::threadEntryPoint() + 91
    7   com.eastwest.Play        
    0x000000012f6ab1b0 juce::threadEntryProc(void*) + 29
    8   libSystem.B.dylib        
    0x00007fff803fcfd6 _pthread_start + 331
    9   libSystem.B.dylib        
    0x00007fff803fce89 thread_start + 13
    Thread 30:
    0   libSystem.B.dylib        
    0x00007fff803fea6a __semwait_signal + 10
    1   libSystem.B.dylib        
    0x00007fff80402881 _pthread_cond_wait + 1286
    2   com.eastwest.Play        
    0x000000012f6af86b juce::WaitableEventImpl::wait(int) + 57
    3   com.eastwest.Play        
    0x000000012f6a4ef2 juce::WaitableEvent::wait(int) const + 12
    4   com.eastwest.Play        
    0x000000012f7ce365 ousia::PartConvolution::Process::run() + 53
    5   com.eastwest.Play        
    0x000000012f6bf25b juce::Thread::threadEntryPoint() + 91
    6   com.eastwest.Play        
    0x000000012f6ab1b0 juce::threadEntryProc(void*) + 29
    7   libSystem.B.dylib        
    0x00007fff803fcfd6 _pthread_start + 331
    8   libSystem.B.dylib        
    0x00007fff803fce89 thread_start + 13
    Thread 31:
    0   libSystem.B.dylib        
    0x00007fff803fea6a __semwait_signal + 10
    1   libSystem.B.dylib        
    0x00007fff80402881 _pthread_cond_wait + 1286
    2   com.eastwest.Play        
    0x000000012f6af86b juce::WaitableEventImpl::wait(int) + 57
    3   com.eastwest.Play        
    0x000000012f6a4ef2 juce::WaitableEvent::wait(int) const + 12
    4   com.eastwest.Play        
    0x000000012f7ce365 ousia::PartConvolution::Process::run() + 53
    5   com.eastwest.Play        
    0x000000012f6bf25b juce::Thread::threadEntryPoint() + 91
    6   com.eastwest.Play        
    0x000000012f6ab1b0 juce::threadEntryProc(void*) + 29
    7   libSystem.B.dylib        
    0x00007fff803fcfd6 _pthread_start + 331
    8   libSystem.B.dylib        
    0x00007fff803fce89 thread_start + 13
    Thread 32:
    0   libSystem.B.dylib        
    0x00007fff803fea6a __semwait_signal + 10
    1   libSystem.B.dylib        
    0x00007fff80402881 _pthread_cond_wait + 1286
    2   com.eastwest.Play        
    0x000000012f6af86b juce::WaitableEventImpl::wait(int) + 57
    3   com.eastwest.Play        
    0x000000012f6a4ef2 juce::WaitableEvent::wait(int) const + 12
    4   com.eastwest.Play        
    0x000000012f7ce365 ousia::PartConvolution::Process::run() + 53
    5   com.eastwest.Play        
    0x000000012f6bf25b juce::Thread::threadEntryPoint() + 91
    6   com.eastwest.Play        
    0x000000012f6ab1b0 juce::threadEntryProc(void*) + 29
    7   libSystem.B.dylib        
    0x00007fff803fcfd6 _pthread_start + 331
    8   libSystem.B.dylib        
    0x00007fff803fce89 thread_start + 13
    Thread 33:
    0   libSystem.B.dylib        
    0x00007fff803fea6a __semwait_signal + 10
    1   libSystem.B.dylib        
    0x00007fff80402881 _pthread_cond_wait + 1286
    2   com.eastwest.Play        
    0x000000012f6af86b juce::WaitableEventImpl::wait(int) + 57
    3   com.eastwest.Play        
    0x000000012f6a4ef2 juce::WaitableEvent::wait(int) const + 12
    4   com.eastwest.Play        
    0x000000012f7ce365 ousia::PartConvolution::Process::run() + 53
    5   com.eastwest.Play        
    0x000000012f6bf25b juce::Thread::threadEntryPoint() + 91
    6   com.eastwest.Play        
    0x000000012f6ab1b0 juce::threadEntryProc(void*) + 29
    7   libSystem.B.dylib        
    0x00007fff803fcfd6 _pthread_start + 331
    8   libSystem.B.dylib        
    0x00007fff803fce89 thread_start + 13
    Thread 34:
    0   libSystem.B.dylib        
    0x00007fff803fea6a __semwait_signal + 10
    1   libSystem.B.dylib        
    0x00007fff80402881 _pthread_cond_wait + 1286
    2   com.eastwest.Play        
    0x000000012f6af86b juce::WaitableEventImpl::wait(int) + 57
    3   com.eastwest.Play        
    0x000000012f6a4ef2 juce::WaitableEvent::wait(int) const + 12
    4   com.eastwest.Play        
    0x000000012f7ce365 ousia::PartConvolution::Process::run() + 53
    5   com.eastwest.Play        
    0x000000012f6bf25b juce::Thread::threadEntryPoint() + 91
    6   com.eastwest.Play        
    0x000000012f6ab1b0 juce::threadEntryProc(void*) + 29
    7   libSystem.B.dylib        
    0x00007fff803fcfd6 _pthread_start + 331
    8   libSystem.B.dylib        
    0x00007fff803fce89 thread_start + 13
    Thread 35:
    0   libSystem.B.dylib        
    0x00007fff803fea6a __semwait_signal + 10
    1   libSystem.B.dylib        
    0x00007fff80402881 _pthread_cond_wait + 1286
    2   com.eastwest.Play        
    0x000000012f6af86b juce::WaitableEventImpl::wait(int) + 57
    3   com.eastwest.Play        
    0x000000012f6a4ef2 juce::WaitableEvent::wait(int) const + 12
    4   com.eastwest.Play        
    0x000000012f7ce365 ousia::PartConvolution::Process::run() + 53
    5   com.eastwest.Play        
    0x000000012f6bf25b juce::Thread::threadEntryPoint() + 91
    6   com.eastwest.Play        
    0x000000012f6ab1b0 juce::threadEntryProc(void*) + 29
    7   libSystem.B.dylib        
    0x00007fff803fcfd6 _pthread_start + 331
    8   libSystem.B.dylib        
    0x00007fff803fce89 thread_start + 13
    Thread 36:
    0   libSystem.B.dylib        
    0x00007fff803fea6a __semwait_signal + 10
    1   libSystem.B.dylib        
    0x00007fff80402881 _pthread_cond_wait + 1286
    2   com.eastwest.Play        
    0x000000012f6af86b juce::WaitableEventImpl::wait(int) + 57
    3   com.eastwest.Play        
    0x000000012f6a4ef2 juce::WaitableEvent::wait(int) const + 12
    4   com.eastwest.Play        
    0x000000012f7ce365 ousia::PartConvolution::Process::run() + 53
    5   com.eastwest.Play        
    0x000000012f6bf25b juce::Thread::threadEntryPoint() + 91
    6   com.eastwest.Play        
    0x000000012f6ab1b0 juce::threadEntryProc(void*) + 29
    7   libSystem.B.dylib        
    0x00007fff803fcfd6 _pthread_start + 331
    8   libSystem.B.dylib        
    0x00007fff803fce89 thread_start + 13
    Thread 16 crashed with X86 Thread State (64-bit):
      rax: 0x000000000000003c  rbx: 0x000000012ca1f240  rcx: 0x000000012ca1f1f8  rdx: 0x0000000000000001
      rdi: 0x0000000000000c03  rsi: 0x0000000000000000  rbp: 0x000000012ca1f230  rsp: 0x000000012ca1f1f8
       r8: 0x0000000000000000   r9: 0x0000000000989680  r10: 0x0000000000000001  r11: 0xffffff80002e4730
      r12: 0x0000000000000000  r13: 0x0000000147715b1a  r14: 0x0000000147683000  r15: 0x0000000000000000
      rip: 0x00007fff804369ce  rfl: 0x0000000000000247  cr2: 0x0000000151964834
    Binary Images:
    0x100000000 -   
    0x100c18fef  com.apple.logic.pro 9.1.8 (1700.67) <5CBBDF7C-6505-0A14-61F1-483839F57524> /Applications/Logic Pro.app/Contents/MacOS/Logic Pro
    0x101086000 -   
    0x1010a4fef  com.apple.XSKey 1.0.0 (52) <800DD908-E341-2BCD-11D9-DEAC7E8197E9> /Library/Frameworks/XSKey.framework/Versions/A/XSKey
    0x1010b6000 -   
    0x1010f0ff7  com.apple.music.apps.MAAudioUnitSupport 9.1.8 (233.53) <B5939861-E5F9-3218-0989-4ED074B1323D> /Applications/Logic Pro.app/Contents/Frameworks/MAAudioUnitSupport.framework/Versions/A/MAAudioUnit Support
    0x101113000 -   
    0x101141ff7  com.apple.musicaudiodataservices 1.1 (251.4) <93B2F8C3-E091-C1CA-8932-91840CC968BC> /Applications/Logic Pro.app/Contents/Frameworks/MAAssetSharing.framework/Versions/A/MAAssetSharing
    0x101153000 -   
    0x1011b6ff7  com.apple.music.apps.MALoopManagement 9.1.8 (219.66) <FE447B07-89A4-E025-DFB8-4C71A0EFEBF0> /Applications/Logic Pro.app/Contents/Frameworks/MALoopManagement.framework/Versions/A/MALoopManagem ent
    0x1011ed000 -   
    0x10147bff7  com.apple.prokit 7.0.1 (1331.1) <0C6C56BB-83E2-7090-90D0-C9005C955F8A> /System/Library/PrivateFrameworks/ProKit.framework/Versions/A/ProKit
    0x1015fd000 -   
    0x101693fe7  com.apple.music.apps.MACore 9.1.8 (477.58) <3E8020EA-9B42-63A5-613D-FD2D7675546F> /Applications/Logic Pro.app/Contents/Frameworks/MACore.framework/Versions/A/MACore
    0x1016dd000 -   
    0x10172dff7  com.apple.audio.midi.CoreMIDI 1.7.1 (42) <872D18F1-18CB-DDC1-FBC8-B144604A39B1> /System/Library/Frameworks/CoreMIDI.framework/Versions/A/CoreMIDI
    0x101755000 -   
    0x1017b3fef  com.apple.music.apps.MAHarmony 9.1.8 (199.72) <EE991E63-1236-765D-3C95-4AE3494B295C> /Applications/Logic Pro.app/Contents/Frameworks/MAHarmony.framework/Versions/A/MAHarmony
    0x1017db000 -   
    0x101c1cfff  com.apple.music.apps.MAPlugInGUI 9.1.8 (424.79) <6FEA2031-69A3-9209-54EF-36BA3DAD1883> /Applications/Logic Pro.app/Contents/Frameworks/MAPlugInGUI.framework/Versions/A/MAPlugInGUI
    0x101ee0000 -   
    0x101fbcfff  com.apple.music.apps.OMF 9.1.8 (109.7) <F72235D0-517D-CCCB-3B91-78396786EB34> /Applications/Logic Pro.app/Contents/Frameworks/OMF.framework/Versions/A/OMF
    0x101fdb000 -   
    0x10260bfef  com.apple.music.apps.MADSP 9.1.8 (588.98) <D794D156-112C-29E3-EB9D-62604A9807DE> /Applications/Logic Pro.app/Contents/Frameworks/MADSP.framework/Versions/A/MADSP
    0x102e69000 -   
    0x102e8eff7  com.apple.music.apps.LogicFileBrowser 9.1.8 (1700.67) <8E130979-83FB-56BD-DE18-A723A94B7530> /Applications/Logic Pro.app/Contents/Frameworks/LogicFileBrowser.framework/Versions/A/LogicFileBrow ser
    0x102ea1000 -   
    0x102f1ffff  com.apple.music.apps.LogicLoopBrowser 9.1.8 (1700.67) <47AF47CE-F6A1-E025-96FA-5C30EAFA13BC> /Applications/Logic Pro.app/Contents/Frameworks/LogicLoopBrowser.framework/Versions/A/LogicLoopBrow ser
    0x102f4e000 -   
    0x102f72ff7  com.apple.music.apps.MAApogeeSupport 9.1.8 (313.26) <6384895C-60D4-CE0B-0E86-673A20A34D36> /Applications/Logic Pro.app/Contents/Frameworks/MAApogeeSupport.framework/Versions/A/MAApogeeSuppor t
    0x102f80000 -   
    0x102f85fff  com.apple.music.apps.MAResources 9.1.8 (212.66) <0E66AB42-6F37-9AE7-8766-264DAE455688> /Applications/Logic Pro.app/Contents/Frameworks/MAResources.framework/Versions/A/MAResources
    0x102f88000 -   
    0x102fb4fff  com.apple.audio.CoreAudioKit 1.6.1 (1.6.1) <45C04031-42F8-D096-1CC3-0CA266FDAC61> /System/Library/Frameworks/CoreAudioKit.framework/Versions/A/CoreAudioKit
    0x102fcd000 -   
    0x102fe0ff7  com.apple.AERegistration 1.2 (401) <A424BA9F-0DD7-BE25-2738-4BCD22F0BB2A> /Applications/Logic Pro.app/Contents/Frameworks/AERegistration.framework/Versions/A/AERegistration
    0x102ff9000 -   
    0x103006fff  com.apple.music.apps.MAUnitTest 9.1.8 (97.27) <8AF973F8-CBB2-931B-6BFC-D4BCB8A434F6> /Applications/Logic Pro.app/Contents/Frameworks/MAUnitTest.framework/Versions/A/MAUnitTest
    0x10300f000 -   
    0x1030cafe7  com.apple.music.apps.MAFiles 9.1.8 (144.87) <F9F3C7E2-46F5-0EC3-7297-096AEB83BFD6> /Applications/Logic Pro.app/Contents/Frameworks/MAFiles.framework/Versions/A/MAFiles
    0x103103000 -   
    0x10317ffe7  com.apple.music.apps.MAAudioEngine 9.1.8 (158.42) <6944C1FC-7ACD-53A2-5095-E017C39D8CBA> /Applications/Logic Pro.app/Contents/Frameworks/MAAudioEngine.framework/Versions/A/MAAudioEngine
    0x1031f3000 -   
    0x1031fefff  com.apple.music.apps.MAToolKit 9.1.8 (359.28) <B9729EDA-E5DB-C831-E473-EED9C906AAA0> /Applications/Logic Pro.app/Contents/Frameworks/MAToolKit.framework/Versions/A/MAToolKit
    0x103205000 -   
    0x103213ff7  com.apple.music.apps.MAVideo 9.1.8 (12.70) <19D30553-8BFE-4F8C-D13E-0D3139AAC22B> /Applications/Logic Pro.app/Contents/Frameworks/MAVideo.framework/Versions/A/MAVideo
    0x10321b000 -   
    0x103301fe7  libcrypto.0.9.7.dylib 0.9.7 (compatibility 0.9.7) <64B3566E-5F3A-A466-ED3F-B91F4B3E5F56> /usr/lib/libcrypto.0.9.7.dylib
    0x103359000 -   
    0x103407fec  com.apple.MobileMe 9 (1.01) <F322542E-D3BB-7861-602A-3F405F2BD61B> /Applications/Logic Pro.app/Contents/Frameworks/MobileMe.framework/Versions/A/MobileMe
    0x10372b000 -   
    0x10372dfe7  com.apple.music.apps.midi.device.plugin.CS-32 9.1.8 (198.73) <4427150E-7710-4983-8CD5-CE6C4F2AE97C> /Applications/Logic Pro.app/Contents/MIDI Device Plug-ins/CS-32.bundle/Contents/MacOS/CS-32
    0x103735000 -   
    0x103738ff7  com.apple.music.apps.midi.device.plugin.FW-1884 9.1.8 (198.73) <89696612-EE45-1A1D-CB75-3FEBEE46EF1A> /Applications/Logic Pro.app/Contents/MIDI Device Plug-ins/FW-1884.bundle/Contents/MacOS/FW-1884

  • How to read file from server if I have a logical file path?

    Hi guys,
    I'm having a pretty "on the run" question,
    My program is currently reading a file from server using "open dataset" with file path like this (just example)
    /usr/interface/abc/bcd/testfile.dat
    Now I got a requirement to make it more consistent to read files, instead of reading that physical file name, I should read the files from a specific folder using logical path.
    So I go to T code "FILE" and created a logical path called ZABC_FILE_PATH, unix compatible, with physical path is (for example),
    /usr/interface/<sysid>/<client>/<filename>
    My question is, can I still use open dataset statement to read this? if yes, how do I do that? If no, there should be alternative way, please let me know what you think. Thanks,

    Thanks all, I figured it out.
    ONe thing is that typo double quote
    The other thing is the importing part, I need the full file path.
    CALL FUNCTION 'FILE_GET_NAME_USING_PATH'
      EXPORTING
        CLIENT                           = SY-MANDT
        logical_path                     = 'ZABC_MY_LOGICAL_FILE_PATH'
    *   OPERATING_SYSTEM                 = SY-OPSYS
    *   PARAMETER_1                      = ' '
    *   PARAMETER_2                      = ' '
    *   PARAMETER_3                      = ' '
    *   USE_BUFFER                       = ' '
        file_name                        =  v_1
    *   USE_PRESENTATION_SERVER          = ' '
    *   ELEMINATE_BLANKS                 = 'X'
      IMPORTING
        FILE_NAME_WITH_PATH              = v_what_I_need
    * EXCEPTIONS
    *   PATH_NOT_FOUND                   = 1
    *   MISSING_PARAMETER                = 2
    *   OPERATING_SYSTEM_NOT_FOUND       = 3
    *   FILE_SYSTEM_NOT_FOUND            = 4
    *   OTHERS                           = 5
    I really appreciate your contributions, thanks again!

  • Need help in OBIEE BMM layer logic implementation

    Hi All,
    I have a requirement in my RPD development.
    I have two tables account and site.
    Table_Name:*Account*
    Column_Name:                    
    AccountID     Store_Name     Site Data_1_Name     Site_Data_2_Name     Site_Data_3_Name
    264364     Wegmans_ Food_Markets     GSF     Floor_Type     BSC
    999999     Walmart     Floor_Type     BSC     
    999998     Walgreens     BSC     Avg_Cust_Count     GSF
    Table_Name:*Site*                                   
    Column_Name:
    Site_ID     Store_Name     Account_ID     Account_Name     Site_Name     Site Data_1_Value     Site Data_2_Value     Site Data_3_Value
    264367     Wegmans_Food_Markets     264364     Wegmans_Food_Markets     Alberta_Drive_#82     96114     Vinyl     Kellermeyer
    264368     Wegmans_Food_Markets     264364     Wegmans_Food_Markets     Alberta_Drive_#83     96109     Poly_Vinly     ABC
    123     Walmart     999999     Walmart     Alberta_Drive#1000     Vinly     XYZ     
    1678     Walgreens     999998     Walgreens     Calgary_ Drive#9009     ABC     10000     56565
    Site Logical/ Presentation Table in OBIEE
    Site_ID     Store_Name     Account_ID     Account_Name     Site_Name GSF     Floor_Type     BSC
    264367     Wegmans_Food_Markets     264364     Wegmans_Food_Markets     Alberta_Drive_#82     96114     Vinyl     Kellermeyer
    264368     Wegmans_Food_Markets     264364     Wegmans_Food_Markets     Alberta_Drive_#83     96109     Poly Vinly     ABC
    123     Walmart     999999     Walmart     Alberta_Drive#1000          Vinly     XYZ
    1678     Walgreens     999998     Walgreens     Calgary_ Drive#9009     56565          ABC
    for account table we have the Site Data_1_Name ..Site Data_3_Name columns values which is the column name for the values in Site table(i.e the values in the columns "Site Data_1_Value..Site Data_1_Value") . this values change dynamically based on the column name(Site Data_1_Name ..Site Data_3_Name ) in Account Table . how do i map this column values in RPD level ? or do we have any logic to implement this. PLEASE HELP ME TO SOLVE THIS ...
    Thanks in advance ,
    Mohan Mano

    HI mohan the information you provided holding some sensitive data please delete some of them otherwise you might be in trouble.
    Make join between the account_ID and the SITE_ID based on the inner join columns which match in both tables will retrieved in the report. If you want to see the null values as well you can use outer join.
    Thanks,
    chak

  • Logical path creation for an InfoSpoke

    Hi,
    I have an InfoSpoke for which I need to create a Logical Path. All I know is it involves some commands in MSDOS may be. Could anyone please let me know the procedure for the same?
    Thanks.

    Hi Bobs,
             Go to File trnx -> drill down the Logical File Path Definition -> Clcik on  "Create a logical file path" in middle of the screen  ->
    Then it will prompt for details of logical path you want to create
    EX: you can specify in the same lines as give below
    Logical path        ZXXXXXXXXXX                  
    Name                 Description of ZXXXXXXXXX
    Syntax group      UNIX     Unix compatible
    Physical path     /ABC/XYZ/<FILENAME>
    ZXXXXXXXXX is the logical path you want to create
    /ABC/XYZ/<FILENAME> -> /ABC/XYZ/ is the physical path in your server where your files will stored. dont forget to give filename within <> as shown above.
    Just save after that
    Regards
    Sunil

Maybe you are looking for

  • Audio isn't showing up in quicktime conversion

    I was using Keynote for a presentation and I added audio and video to it. When I exported it to Quicktime, because I am needing someone on a PC to be able to view it, the audio got lost when they tried to open it?  I checked all appropriate boxes.  W

  • Webcam on 2008 Mac Pro with Bootcamp and Windows 7.  Cannot get it to work.

    Have windows 7 Professional on my mac, using Bootcamp I cannot get any webcam to work. So far, I have used .... A Logitech QuickCam Vision Pro for Mac. No app can detect it. A Logitech C510 Webcam (for PC) No app can detect it. An Agama V-2025 Webcam

  • How do I convert iMovie 9.x files in iMovie 11?

    A while back I upgraded to iMovie 10 and when I opened it it asked me to convert and upgrade my projects.  I chose to do so but it ran into an error after about the 10th project in my list of 15 projects.  So I created a folder called oldimovieprojec

  • Play All option

    I've been making music videos of my granddaughter's softball team. Each video is a separate iMovie project running three and a half to five minutes, depending on the song I use. I export each video as a QT movie at full quality, then bring these into

  • ABAP Dump : TSV_TNEW_PAGE_ALLOC_FAILED in program SAPLCOM_PARTNER_OB

    Hi All,             I am getting the dump TSV_TNEW_PAGE_ALLOC_FAILED in program SAPLCOM_PARTNER_OB in LCOM_PARTNER_OB in line 165. Short text     No more storage space available for extending an internal table. What happened You attempted to extend a