Dump when saving lead

Hi All,
I am getting error when I save lead after selecting merge and edit prime leave from salespro role
CX_SY_MESSAGE_IN_PLUGIN_MODE
SAPLCRM_ORDER_API
LCRM_ORDER_APIU02
223
Has anyone faced such issue?
Thanks and Regards,
Gauri.

Hi Gauri
Previosu isntances of this error have been caused by custom implementations of the Badi ORDER_SAVE, where the FM CRM_ORDER_READ is called within the implementation. If you have such an implementation active, please deactivate and then
retest.
Regards
Gavin

Similar Messages

  • WHY CPROJECTS DUMPS WHEN SAVING MODIFIED TASK?

    When user tries to set as completed more then one task at once,  I'm getting frequently a short dump error which I report after:
    <br> Termination occurred in the ABAP program "CL_DPR_TRANSACTION_MANAGER====CP" -in "ON_TRANSACTION_FINISHED".                                                      
    <br>   The main program  was "SAPMHTTP ".                                                                               
    <br><br>In the source code you have the termination point in line 20 of the (Include) program "CL_DPR_TRANSACTION_MANAGER====CM009".    
    <br><br> The following refers to the exact interruption  point:
    <br><br>
    <br>1     |METHOD ON_TRANSACTION_FINISHED.                                                            
    <br>|    2|                                                                               
    <br>|    3|  DATA:                                                                               
    <br>|    4|    LR_APPL_OBJECT_MANAGER TYPE REF TO CL_DPR_APPL_OBJECT_MANAGER.                         
    <br>|    5|                                                                               
    <br>|    6|*/Transaction supervision snaps only if changes are made                                   
    <br>|    7|  CL_DPR_APPL_OBJECT_MANAGER=>SET_ACTIVE_APPLICATION(                                      
    <br>|    8|    iv_application = CL_DPR_CO=>SC_APPLICATION_TYPE_DPR ).                                 
    <br>|    9|  LR_APPL_OBJECT_MANAGER =                                                                 
    <br>|   10|    CL_DPR_APPL_OBJECT_MANAGER=>GET_INSTANCE( ).                                           
    <br>|   11|  IF LR_APPL_OBJECT_MANAGER->HAS_CHANGES( ) EQ CL_DPR_CO=>SC_FALSE.                        
    <br>|   12|    RETURN.                                                                               
    <br>|   13|  ENDIF.                                                                               
    <br>|   14|                                                                               
    <br>|   15|*/With the help of this event handler unauthorized transactional                           
    <br>|   16|*/statements are detected                                                                   
    <br>|   17|  IF KIND EQ CL_SYSTEM_TRANSACTION_STATE=>COMMIT_WORK.                                    
    <br>|   18|    MESSAGE X085(00).                                                                      
    <br>|   19|  ELSE.                                                                               
    <br>|   ***|>>>>>|    MESSAGE X086(00).                                                                      
    <br>|   || 21|*  ENDIF.                                                                                |
    <br>|   | 22|                                                                                |
    <br>|   | 23|ENDMETHOD.     
    <br><br>
    Is there anyone who experienced something similar when confirming task? I think it's some kind of excepition handled uncorrectly by the system but I can't grasp the meaning of the generic  output message: "Error when saving data". What's more: some tasks are processed correctly and some other get the error message!
    <br><br>Thanks for just a little help or suggestion.
    <br><br>
    Best regards<br>Andy

    Hi Khumar. Unfortunately problem hasn't been solved yet. I have no idea how to go out from this...I've found a Sap Note with similar issue:
    Note 950528 - A termination occurs when you save
    but it deals with the flag accounting integration on project type, which causes this kind of message if it's set without activating the CO module. So what? This is not my point.
    Thanks for some tips or suggestion
    Andrea

  • Error when saving  Lead

    Hi.
    Iu2019m trying to customize simple Lead activity,
    When trying to save the activity Iu2019m get an error:
    The document could not be saved
    Message no. CRM_ORDER037
    But I donu2019t have any wrong message type or log.
    Is it necessary to define "Org. Data Profu201D for Lead activities?
    Any idea what Iu2019m missing?
    I will appreciate your help,
    Thanks,
    Liat

    Hi Liat,
    It is not necessary to have an Org. Profile assigned, the document can be saved without an error without assigning the profile.
    Are you trying to create a lead using the standard lead type (LEAD) or have you made a new Z Type ? Try creating a new tr.type by copying the standard lead transaction and test again. See if there are any other errors in the document apart from the one you have mentioned already. Also try if you are able to create and save transaction through GUI.
    BR.

  • Dump when saving PO

    Dear Guru's,
    We have encountered error when processing several PO type
    It gave dump message Program "RFMFMOAPED3500136 " not found, please help I have tried to search for this topic but couldn't
    find any solution. I also have tried to generate several program in that correspond to the dump message but still no clues.
    Short text
        Program "RFMFMOAPED3500136 " not found.
    What happened?
        There are several possibilities:
        Error in the ABAP Application Program
        The current ABAP program "SAPLABADR" had to be terminated because it has
        come across a statement that unfortunately cannot be executed.
        or
        Error in the SAP kernel.
        The current ABAP "SAPLABADR" program had to be terminated because the
        ABAP processor detected an internal system error.
    What can you do?
        Note down which actions and inputs caused the error.
        To process the problem further, contact you SAP system
        administrator.
        Using Transaction ST22 for ABAP Dump Analysis, you can look
        at and manage termination messages, and you can also
        keep them for a long time.
    Error analysis
        An exception occurred that is explained in detail below.
        The exception, which is assigned to class 'CX_SY_PROGRAM_NOT_FOUND', was not
         caught in
        procedure "STEP--METHOD_DRULE" "(FORM)", nor was it propagated by a RAISING
         clause.
        Since the caller of the procedure could not have anticipated that the
        exception would occur, the current program is terminated.
        The reason for the exception is:
        On account of a branch in the program
        (CALL FUNCTION/DIALOG, external PERFORM, SUBMIT)
        or a transaction call, another ABAP/4 program
        is to be loaded, namely "RFMFMOAPED3500136 ".
        However, program "RFMFMOAPED3500136 " does not exist in the library.
        Possible reasons:
        a) Wrong program name specified in an external PERFORM or
           SUBMIT or, when defining a new transaction, a new
           dialog module or a new function module.
        b) Transport error

    Hello Allen ,
    Such reports RFMFMOAPED3500136 are nothing but
    "Access routines for corresponding derivation table FMFMOAPED3500136" .
    Please check in your system if this table exists in your system . If it is available then you would need to transport this missing report from the original system. Also get in touch with your functional team , on the configuration part and if that access report is obsolete or is still required , then you would need to do corresponding customizing s.
    Regards,
    Rajesh
    Hi, table and program didn't exist. I'm aware this error are connected with FMDERIVE transaction.
    I have check and the entry for specific company code is missing, buat after we add it error still occurs, we also have check budget and generate FMBV.
    Regards,
    AT

  • Dump while saving the project

    Hi all,
    System is giving dump while saving the changes in the project.
    Short text
         The current application triggered a termination with a short dump.
    What happened?
         The current application program detected a situation which really
         should not occur. Therefore, a termination with a short dump was
         triggered on purpose by the key word MESSAGE (type X).
    What can you do?
         Note down which actions and inputs caused the error.
         To process the problem further, contact you SAP system
         administrator.
         Using Transaction ST22 for ABAP Dump Analysis, you can look
         at and manage termination messages, and you can also
         keep them for a long time.
    Error analysis
         Short text of error message:
         Profitability segment number 0026636665 does not exist in operating conc
         ern XXXX!
         Long text of error message:
          Diagnosis
              The system discovered a serious inconsistency in the data basis of
              Profitability Analysis (CO-PA) This message should never occur in
              the course of normal operations.
              The system tried to find characteristics from the segment table
              CE4XXXX using the segment number 0026636665 in operating concern
               This profitability segment number does not exist.
              This can occur if you have deleted data from table CE4XXXX and have
              already assigned data to profitability segments in this operating
              concern.
              Another cause may be that you have changed the assignment of your
              controlling area to an operating concern. When this happens, the
              system tries to interpret the segment numbers in the new operating
              concern.
          System Response
              Do not continue processing.
          Procedure
              The data in the segment table needs to be reconstructed. It may be
              possible to re-enter the assignments to profitability segments.
              Look in OSS for notes regarding error message KE499. You may find
              information there that could help you solve the error.
              Otherwise contact your CO-PA consultant or create a problem
              message.
         Technical information about the message:
         Message class....... "KE"
         Number.............. 499
         Variable 1.......... 0026636665
         Variable 2.......... "XXXX"
         Variable 3.......... " "
         Variable 4.......... " "
    Process -
    From WBS element user fields, charactertics value are assigned to profitability segment through derivation rule
    WBS element values settles to Profitability segmnet.
    WBS element has system staus REL  ACPT RESA SETC
    System is giving dump while saving any changes in the project. can anybody tell what is root cause and solution for this issue?
    Thanks,
    Sudhir

    Request you to refer this note 199959.  Take help of you CO cosultant.
    Edited : Request you to check with your CO consultant as PSG has been deleted, take help fo ABAP as well. ( May be above note may not help you much,  WIth help of ABAP and CO define problem and than seach with your message KE499 in Service market place )  That would be better  approach.
    With Regards
    Nitin P.
    Edited by: Nitin  Patoliya on Mar 10, 2010 5:02 PM

  • ERP EHP4 causing dump when posting invoice in MIRO

    I originally posted this in the MM forum but was advised to move it here.
    We just implemented ERP EhP4 w/SAPAPPL603 and are now getting a dump when using MIRO to posting a vendor invoice against a PO. The error seems to involve new logic for multiple account assignment introduced with this EHP. The dump is in include LMRMBWF02 of SAPLMRMBM, and indicates that data object S_MCRBPO does not contain component XHISTMA. The lines in LMRMBWF02 are (starting at 772):
    FORM bw_read_co_history_dyn_sub USING event TYPE bwmode
    s_index_mcrbpo TYPE eval_iv_index_key_s
    s_mcrbpo TYPE mcrbitm
    CHANGING s_mcrbco TYPE mcrbco.
    DATA: s_ekbe LIKE ekbe,
    s_ekbz LIKE ekbz,
    s_ekbz_ma TYPE ekbz_ma, "MAA EhP4
    s_ekbe_ma TYPE ekbe_ma, "MAA EhP4
    f_arewr TYPE ekbz-arewr, "MAA EhP4
    f_areww TYPE ekbz-areww. "MAA EhP4
    CASE event.
    WHEN c_recompilation.
    IF s_mcrbco-xunpl = space.
    Not for unplanned account assignments
    IF ( s_mcrbpo-exkbe = 'X' ).
    Read PO history for goods item
    IF s_mcrbpo-xhistma = space. "MAA EhP4
    ...with the last line being the culprit. The actual break in execution occurs at line 119 of SAPLMRMP, BESTELLUNG_BUCHEN where function MRM_BW_PO_HISTORY is called.
    Had some other errors where tables weren't properly activated after the EHP installation, but here most everything seems to be activated properly. The exception is table EKBE, which activates but with warnings about missing enhancement categories of tables or includes/subtypes for four active dependent tables. That's the only lead I've got.
    Can't find any notes or other posts about this error, any ideas would be greatly appreciated!

    Hi,
    the only thing i´ve found is this OSS Note:
    https://service.sap.com/sap/support/notes/1105679
    Best regards.

  • Why do my images and layered files 'shrink' in pixel size when 'saving as/saving for web'?

    I'm using CS3 and when I "Save As" or "Save For Web" to a format like .jpg for example, the resulting .jpg is reduced in size considerably.
    For example I was touching up a photograph that was 1300 x 700. I saved out the file for web to my desktop and emailed it to a friend. When my friend opened it, it had shrunk down to about 75% of the original 1300 x 700 size. I have the same problem when saving out layered .psd's, which lead me to believe it had something to do with my save settings. I've scoured the net for answers as well as gone through each setting, but have not been able to solve this problem.
    Thanks in advance for any assistance you can offer in solving this annoying problem!
    Jason

    Jeffrey, I checked the UI dialog and it's set to 'original'.
    Marian, this problem occurs whether I email the file or not.
    Thanks for the responses guys, but the problem continues. Any other thoughts? Remember this happens under both 'Save As' and 'Save for Web' actions.

  • /sapapo/ccr runnung in back ground giving dump when i load the result

    hi Gurus,
    when i run /sapapo/ccr report for storage location stoc in back ground and load the saved rerult in variant, system goes into dump when i click storage location stock on the screen, Can you please suggest what could be reason for this.
    Vijai

    i get this error even if i run the report for single plant. after loading the result in /sapapo/ccr suppose i get the below. Now when i click storage location on the screen system shows dump.
    Storage Location Stocks     9     34     0     0     34     0
    Sales Order Stocks     0     0     0     0     0     0
    upon seeing the dump program is terminated at the below step. This program creates parent key and when it tries to find son key system shows blank value. and the program is terminated. same program /sapapo/ccr is not giving any error in foreground
    and we load and process the result for storage location stock successfully.
    CALL METHOD go_parent->go_tree->node_get_first_child
            EXPORTING
              node_key       = lv_parent_key
            IMPORTING
              CHILD_NODE_KEY = lv_son_key
            EXCEPTIONS
              NODE_NOT_FOUND = 1
              others         = 2.
          IF sy-subrc <> 0.
            MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
                    WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    can you please suggest how this program forms parent and son keys.
    thanks

  • Illustrator CS6 crashes when saving or printing

    A couple weeks ago, my AI CS6 started crashing when saving complex line work (Rhino Make2D exports) or when I tried to check the printer setting. I've reinstalled AI and installed the latest updates. For a few days, the saving problem went away but it has returned today. I have cleared the preferences folder.
    I am running Windows 7.
    Is this a Rhino/AutoCAD export issue? The saving problem persists even when I copied a small section of the linework to a fresh AI document. Simple vectors don't lead to saving problems. Thanks!

    You need to provide system information or else this is no use to anyone...
    Mylenium

  • Core Dump when calling DriverManager.getConnection

    I'm very confused and hope someone can help me out with this.
    I'm trying to make a connection to a MS SQL Server 7 and am getting a core dump when getConnection is called. No exception is thrown, just a core dump and locked session. If I run the class from it's main there is absolutly no problem, but when I do a new on the class and call it's member to establish the connection: core dump. The environment is the same in both cases. The calling class did does use a mySql connection, but I tried closing it and setting it to null with the same problem. I'm not sure if the getConnection is stepping on a socket or what it's trying to violate in memory causing the dump. This is running on a SCO Openserver 5.0.5 box (green threads). Why it runs stand-alone and not when called from another class has got me tangled... Thread problem? I've tried several SQL drivers, they all do the same thing.
    Anyway, here's a snippet from the java class:
    try
    {Class.forName(myForName);
    // core dump, next line
    Connection myConn = DriverManager.getConnection(myUrl, myUser, myPass);
    // never get's here
    Statement myStmt = myConn.createStatement();
    catch (Exception e) // modified for this post
    {system.out.println(e.toString());
    Here's the dump printed to the monitor (2>&1)
    SIGSEGV 11* segmentation violation
    si_signo [11]: SIGSEGV 11* segmentation violation
    si_errno [0]: Error 0
    si_code [1]: SEGV_MAPERR [addr: 0x8]
         stackpointer=81adc820
    Full thread dump Classic VM (SCO-JDK-1.2.2-001:2000-Feb-17-03:54, green threads):
    "Thread-0" (TID:0x8074f3c8, sys_thread_t:0x83ae258, state:R) prio=5
         at com.inet.tds.TdsDriver.run(Unknown Source)
         at java.lang.Thread.run(Thread.java, Compiled Code)
    "process reaper" (TID:0x807431d0, sys_thread_t:0x82cd980, state:CW) prio=5
         at java.lang.Object.wait(Native Method)
         at java.lang.UNIXProcess.run(Native Method)
         at java.lang.Thread.run(Thread.java, Compiled Code)
    "Finalizer" (TID:0x8071f320, sys_thread_t:0x808e478, state:CW) prio=8
         at java.lang.Object.wait(Native Method)
         at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java, Compiled Code)
         at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java, Compiled Code)
         at java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:174)
    "Reference Handler" (TID:0x8071f3b0, sys_thread_t:0x808a2d8, state:CW) prio=10
         at java.lang.Object.wait(Native Method)
         at java.lang.Object.wait(Object.java, Compiled Code)
         at java.lang.ref.Reference$ReferenceHandler.run(Reference.java:114)
    "Signal dispatcher" (TID:0x8071f3e0, sys_thread_t:0x80845a8, state:CW) prio=5
    "main" (TID:0x8071f1e0, sys_thread_t:0x804c2d8, state:R) prio=5
         at java.lang.Thread.sleep(Native Method)
         at com.inet.tds.TdsDriver.connect(Unknown Source)
         at java.sql.DriverManager.getConnection(DriverManager.java, Compiled Code)
         at java.sql.DriverManager.getConnection(DriverManager.java, Compiled Code)
         at SLSCorpRpt.printSchedule(SLSCorpRpt.java, Compiled Code)
         at SLSSchedule.runSchedule(SLSSchedule.java, Compiled Code)
         at SLSTextMain.<init>(SLSTextMain.java, Compiled Code)
         at SLSTextMain.main(SLSTextMain.java, Compiled Code)
    Monitor Cache Dump:
    java.lang.Object@807431A8/807C6140: <unowned>
         Waiting to be notified:
         "process reaper" (0x82cd980)
    java.lang.Class@80736EF8/807970A8: owner "main" (0x804c2d8) 2 entries
    <unknown key> (0x80737c21): owner "Thread-0" (0x83ae258) 1 entry
    java.lang.ref.ReferenceQueue$Lock@8071F338/80754D60: <unowned>
         Waiting to be notified:
         "Finalizer" (0x808e478)
    java.lang.ref.Reference$Lock@8071F3C0/80754890: <unowned>
         Waiting to be notified:
         "Reference Handler" (0x808a2d8)
    Registered Monitor Dump:
    PCMap lock: <unowned>
    utf8 hash table: <unowned>
    JNI pinning lock: <unowned>
    JNI global reference lock: <unowned>
    BinClass lock: owner "Thread-0" (0x83ae258) 1 entry
    Class linking lock: <unowned>
    System class loader lock: <unowned>
    Code rewrite lock: <unowned>
    Heap lock: <unowned>
    Monitor cache lock: owner "Thread-0" (0x83ae258) 1 entry
    Monitor IO lock: <unowned>
    User signal monitor: <unowned>
         Waiting to be notified:
         "Signal dispatcher" (0x80845a8)
    Child death monitor: <unowned>
    I/O monitor: <unowned>
    Alarm monitor: <unowned>
         Waiting to be notified:
         <unknown thread> (0x804be18)
    Thread queue lock: owner "Thread-0" (0x83ae258) 1 entry
    Monitor registry: owner "Thread-0" (0x83ae258) 1 entry
    SIGABRT 6* abort (generated by abort(3) routine)
         stackpointer=81adc820
    Full thread dump Classic VM (SCO-JDK-1.2.2-001:2000-Feb-17-03:54, green threads):
    "Thread-0" (TID:0x8074f3c8, sys_thread_t:0x83ae258, state:R) prio=5
         at com.inet.tds.TdsDriver.run(Unknown Source)
         at java.lang.Thread.run(Thread.java, Compiled Code)
    "process reaper" (TID:0x807431d0, sys_thread_t:0x82cd980, state:CW) prio=5
         at java.lang.Object.wait(Native Method)
         at java.lang.UNIXProcess.run(Native Method)
         at java.lang.Thread.run(Thread.java, Compiled Code)
    "Finalizer" (TID:0x8071f320, sys_thread_t:0x808e478, state:CW) prio=8
         at java.lang.Object.wait(Native Method)
         at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java, Compiled Code)
         at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java, Compiled Code)
         at java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:174)
    "Reference Handler" (TID:0x8071f3b0, sys_thread_t:0x808a2d8, state:CW) prio=10
         at java.lang.Object.wait(Native Method)
         at java.lang.Object.wait(Object.java, Compiled Code)
         at java.lang.ref.Reference$ReferenceHandler.run(Reference.java:114)
    "Signal dispatcher" (TID:0x8071f3e0, sys_thread_t:0x80845a8, state:CW) prio=5
    "main" (TID:0x8071f1e0, sys_thread_t:0x804c2d8, state:R) prio=5
         at java.lang.Thread.sleep(Native Method)
         at com.inet.tds.TdsDriver.connect(Unknown Source)
         at java.sql.DriverManager.getConnection(DriverManager.java, Compiled Code)
         at java.sql.DriverManager.getConnection(DriverManager.java, Compiled Code)
         at SLSCorpRpt.printSchedule(SLSCorpRpt.java, Compiled Code)
         at SLSSchedule.runSchedule(SLSSchedule.java, Compiled Code)
         at SLSTextMain.<init>(SLSTextMain.java, Compiled Code)
         at SLSTextMain.main(SLSTextMain.java, Compiled Code)
    Monitor Cache Dump:
    java.lang.Object@807431A8/807C6140: <unowned>
         Waiting to be notified:
         "process reaper" (0x82cd980)
    java.lang.Class@80736EF8/807970A8: owner "main" (0x804c2d8) 2 entries
    <unknown key> (0x80737c21): owner "Thread-0" (0x83ae258) 1 entry
    java.lang.ref.ReferenceQueue$Lock@8071F338/80754D60: <unowned>
         Waiting to be notified:
         "Finalizer" (0x808e478)
    java.lang.ref.Reference$Lock@8071F3C0/80754890: <unowned>
         Waiting to be notified:
         "Reference Handler" (0x808a2d8)
    Registered Monitor Dump:
    PCMap lock: <unowned>
    utf8 hash table: <unowned>
    JNI pinning lock: <unowned>
    JNI global reference lock: <unowned>
    BinClass lock: owner "Thread-0" (0x83ae258) 1 entry
    Class linking lock: <unowned>
    System class loader lock: <unowned>
    Code rewrite lock: <unowned>
    Heap lock: <unowned>
    Monitor cache lock: owner "Thread-0" (0x83ae258) 1 entry
    Monitor IO lock: <unowned>
    User signal monitor: <unowned>
         Waiting to be notified:
         "Signal dispatcher" (0x80845a8)
    Child death monitor: <unowned>
    I/O monitor: <unowned>
    Alarm monitor: <unowned>
         Waiting to be notified:
         <unknown thread> (0x804be18)
    Thread queue lock: owner "Thread-0" (0x83ae258) 1 entry
    Monitor registry: owner "Thread-0" (0x83ae258) 1 entry

    I have a similar problem with establishing a connection through JNI. Have you resolved your problem?
    Here's mine.
    In java, I have a class that provides an interface to a mysql database. The java programs that call this interface work fine.
    When I try to call the java interface from C++ through JNI, I get the following output -- some debug statements sprinkled through also. I am assuming that the JVM is missing something at runtime that is there in my JRE. The classpaths match , etc. Exception handling in java and in JNI code are not providing any more detail.. Thanks for comments!!
    Created jvm
    Got KBModel and String classes
    KBModel.java:stest()
    KBModel.java:init(String)
    KBModel.java:init(String) - got Properties file
    Got DBDRIVER class: org.gjt.mm.mysql.Driver
    Object = class org.gjt.mm.mysql.Driver
    init(): DBURLSTRING = jdbc:mysql://sturgeon.xxx.com:3306/<valid db name>
    init(): DBUSER = <valid user>
    init(): DBPASSWORD =<valid password>
    KBModel.java:init(Properties) - Attempting connection
    init(): Drivers available:
    com.mysql.jdbc.Driver
    Driver accepts this URL
    An unexpected exception has been detected in native code outside the VM.
    Unexpected Signal : 11 occurred at PC=0x4053ea09
    Function name=(N/A)
    Library=/lib/i686/libc.so.6
    NOTE: We are unable to locate the function name symbol for the error
    just occurred. Please refer to release documentation for possible
    reason and solutions.
    Dynamic libraries:
    08048000-0804a000 r-xp 00000000 03:02 279279 /home/kathy/cm/src/Onto/Tools/Annotator/src/test/invokeKB
    0804a000-0804b000 rw-p 00001000 03:02 279279 /home/kathy/cm/src/Onto/Tools/Annotator/src/test/invokeKB
    40000000-40016000 r-xp 00000000 03:02 2093075 /lib/ld-2.2.4.so
    40016000-40017000 rw-p 00015000 03:02 2093075 /lib/ld-2.2.4.so
    40017000-40020000 r-xp 00000000 03:02 1309343 /usr/java/jdk1.3.1_03/jre/lib/i386/native_threads/libhpi.so
    40020000-40021000 rw-p 00008000 03:02 1309343 /usr/java/jdk1.3.1_03/jre/lib/i386/native_threads/libhpi.so
    40031000-40032000 r--p 00000000 03:02 768548 /usr/lib/locale/en_US/LC_IDENTIFICATION
    40033000-40085000 r-xp 00000000 03:02 328384 /usr/lib/libodbc.so.1.0.0
    40085000-40088000 rw-p 00051000 03:02 328384 /usr/lib/libodbc.so.1.0.0
    40088000-400c1000 r-xp 00000000 03:02 327275 /usr/lib/libstdc++-3-libc6.2-2-2.10.0.so
    400c1000-400c8000 rw-p 00038000 03:02 327275 /usr/lib/libstdc++-3-libc6.2-2-2.10.0.so
    400ca000-400eb000 r-xp 00000000 03:02 246620 /usr/java/jdk1.3.1_03/jre/lib/i386/libjava.so
    400eb000-400ed000 rw-p 00020000 03:02 246620 /usr/java/jdk1.3.1_03/jre/lib/i386/libjava.so
    400ee000-400ff000 r-xp 00000000 03:02 246629 /usr/java/jdk1.3.1_03/jre/lib/i386/libverify.so
    400ff000-40101000 rw-p 00010000 03:02 246629 /usr/java/jdk1.3.1_03/jre/lib/i386/libverify.so
    40101000-402f1000 r-xp 00000000 03:02 1701922 /usr/java/jdk1.3.1_03/jre/lib/i386/client/libjvm.so
    402f1000-403f1000 rw-p 001ef000 03:02 1701922 /usr/java/jdk1.3.1_03/jre/lib/i386/client/libjvm.so
    40408000-4053c000 r-xp 00000000 03:02 2093084 /lib/libc-2.2.4.so
    4053c000-40542000 rw-p 00133000 03:02 2093084 /lib/libc-2.2.4.so
    40547000-4054a000 r-xp 00000000 03:02 2093088 /lib/libdl-2.2.4.so
    4054a000-4054b000 rw-p 00002000 03:02 2093088 /lib/libdl-2.2.4.so
    4054b000-40558000 r-xp 00000000 03:02 343415 /lib/i686/libpthread-0.9.so
    40558000-40560000 rw-p 0000c000 03:02 343415 /lib/i686/libpthread-0.9.so
    40560000-40582000 r-xp 00000000 03:02 343413 /lib/i686/libm-2.2.4.so
    40582000-40583000 rw-p 00021000 03:02 343413 /lib/i686/libm-2.2.4.so
    40583000-40596000 r-xp 00000000 03:02 2093093 /lib/libnsl-2.2.4.so
    40596000-40597000 rw-p 00012000 03:02 2093093 /lib/libnsl-2.2.4.so
    40599000-405cd000 r-xp 00000000 03:02 328243 /usr/lib/libstdc++-2-libc6.1-1-2.9.0.so
    405cd000-405d9000 rw-p 00033000 03:02 328243 /usr/lib/libstdc++-2-libc6.1-1-2.9.0.so
    405dc000-405f0000 r-xp 00000000 03:02 246630 /usr/java/jdk1.3.1_03/jre/lib/i386/libzip.so
    405f0000-405f3000 rw-p 00013000 03:02 246630 /usr/java/jdk1.3.1_03/jre/lib/i386/libzip.so
    405f3000-41327000 r--s 00000000 03:02 1717328 /usr/java/jdk1.3.1_03/jre/lib/rt.jar
    41354000-4164b000 r--s 00000000 03:02 1717321 /usr/java/jdk1.3.1_03/jre/lib/i18n.jar
    4164b000-41661000 r--s 00000000 03:02 1717329 /usr/java/jdk1.3.1_03/jre/lib/sunrsasign.jar
    43709000-4370a000 r--p 00000000 03:02 408823 /usr/lib/locale/en_US/LC_MEASUREMENT
    4370a000-4370b000 r--p 00000000 03:02 2158478 /usr/lib/locale/en_US/LC_TELEPHONE
    4370b000-4370c000 r--p 00000000 03:02 2158480 /usr/lib/locale/en_US/LC_ADDRESS
    4370c000-4370d000 r--p 00000000 03:02 2158479 /usr/lib/locale/en_US/LC_NAME
    4370d000-4370e000 r--p 00000000 03:02 1864168 /usr/lib/locale/en_US/LC_PAPER
    4370e000-4370f000 r--p 00000000 03:02 2174846 /usr/lib/locale/en_US/LC_MESSAGES/SYS_LC_MESSAGES
    4370f000-43710000 r--p 00000000 03:02 408822 /usr/lib/locale/en_US/LC_MONETARY
    49d5f000-49d8a000 r--p 00000000 03:02 572342 /usr/lib/locale/en_US/LC_CTYPE
    49d8a000-49d90000 r--p 00000000 03:02 866674 /usr/lib/locale/en_US/LC_COLLATE
    49d90000-49d91000 r--p 00000000 03:02 768549 /usr/lib/locale/en_US/LC_TIME
    49d91000-49d92000 r--p 00000000 03:02 572338 /usr/lib/locale/en_US/LC_NUMERIC
    49d93000-49d9c000 r-xp 00000000 03:02 246627 /usr/java/jdk1.3.1_03/jre/lib/i386/libnet.so
    49d9c000-49d9d000 rw-p 00008000 03:02 246627 /usr/java/jdk1.3.1_03/jre/lib/i386/libnet.so
    49d9d000-49da7000 r-xp 00000000 03:02 2093117 /lib/libnss_nisplus-2.2.4.so
    49da7000-49da8000 rw-p 00009000 03:02 2093117 /lib/libnss_nisplus-2.2.4.so
    49da8000-49dab000 r-xp 00000000 03:02 2093106 /lib/libnss_dns-2.2.4.so
    49dab000-49dac000 rw-p 00002000 03:02 2093106 /lib/libnss_dns-2.2.4.so
    49dad000-49db7000 r-xp 00000000 03:02 2093109 /lib/libnss_files-2.2.4.so
    49db7000-49db8000 rw-p 00009000 03:02 2093109 /lib/libnss_files-2.2.4.so
    4a624000-4a67a000 r--s 00000000 03:02 540401 /usr/java/jdk1.3.1_03/jre/lib/ext/log4j-1.2.6.jar
    4a695000-4a6a3000 r-xp 00000000 03:02 2093122 /lib/libresolv-2.2.4.so
    4a6a3000-4a6a5000 rw-p 0000d000 03:02 2093122 /lib/libresolv-2.2.4.so
    Local Time = Thu Feb 13 13:35:05 2003
    Elapsed Time = 1
    # The exception above was detected in native code outside the VM
    # Java VM: Java HotSpot(TM) Client VM (1.3.1_03-b03 mixed mode)
    # An error report file has been saved as hs_err_pid9210.log.
    # Please refer to the file for further information.
    #

  • Smartform dump when creating a PO for an output type...

    Hi.
    When changing a PO and giving the output message type for the smartform, and giving option to print on LOCAL when saving the application , its taking long time to save the PO and producing a dump with a message saying
    " TYPELOAD_NEW_VERSION" ( DATA TYPE MCEKPOB WAS FOUND IN A NEWER VERSION THAN REQUIRED )...
    Can someone help me what might be the cause of the dump...
    Thanks,
    Kanthi...

    Thanks...
    Even for mine too this is the error analys detials:
    the datatype 'MCEKPOB' was reloaded from the database while the program was running. However , the system found  a version of the type that was newer than the one required..
    Any help pleas...
    Thanks,
    Kanthi..

  • Access Denied error when copying Lead conversion layout

    Hi..
    I wanted to mark as default the following:
    -Create new account.
    -Create new contact
    -Create new opportunity
    when converting a lead.
    For this porpuse I tried to copy the "Standard Lead Conversion Layout" and take out the other options. In the first step I marked "use this as the default layout" but when saving it during step 3 I got and access denied message.
    Is there a way to already mark these 3 options when converting a lead? should I contact customer care?
    Many thanks in advance
    JC

    I have opened a service request and "miraculously" it works now!
    Thanks!
    JC

  • Screen dump when posting debit balances to an expense account

    dear experts.
    A screen dump is produced when saving or posting debit balances to expense accounts for only certain periods and for a certain fiscal year in this case year 2006. what might be the problem. can the problem be solved form the ABAP side or FI side?
    its urgent

    below is part of the screen dump:
    ABAP/4 runtime error                                                            DBIF_RSQL_SQL_ERROR
                        Occurred on                                        26.02.2007                              at          08:26:04
    >> Short dump has not been completely stored. It is too big.
    SQL error 1438 occurred when accessing table "GLT0 ".
    What happened?
    When writing a data record to the database (i.e. when
    updating the database), only part of the data field was
    written (updated). The rest was truncated.
    What can you do?
    If the error occurred in Open SQL, there is probably an inconsistency
    between the NAMETAB and the ABAP/4 Dictionary.
    Compare the length specifications of the fields in the NAMETAB with
    those in the ABAP/4 Dictionary and contact someone who is able to
    perform a consistency check and eliminate the problem.
    In most cases, this person will be your SAP consultant.
    Please make a note of the actions and input which caused the error.
    To resolve the problem, contact your
    SAP system administrator.
    Select the "Print" function to obtain a hardcopy of the
    current termination message.
    Error analysis
    The problem has arisen because, within the database interface,
    one of the data buffers made available for the INSERT (UPDATE)
    is longer than the maximum defined in the database.
    On the other hand, it may be that the length in the NAMETAB
    does not match the maximum length defined in the database.
    (In this case, the length in the NAMETAB is longer.)
    How to correct the error
    Database error text........: "ORA-01438: value larger than specified precision
    allows for this column?"
    Internal call code.........: "[RSQL/UPDT/GLT0 ]"
    Please check the entries in the system log (Transaction SM21).
    You may able to find an interim solution to the problem in the
    SAP note system. If you have access to the SAP note system yourself,
    please use the following search criteria:
    "DBIF_RSQL_SQL_ERROR"
    "SAPLGIVA" or "LGIVAF10"
    "UPDATE_TT_GLT0"
    If you cannot solve the problem yourself, please send the
    following documents to SAP:
    1. A hard copy print describing the problem.
       To obtain this, select the "Print" function on the current screen.
    2. A suitable hardcopy prinout of the system log.
       To obtain this, call the system log with Transaction SM21
       and select the "Print" function to print out the relevant
       part.
    3. If the programs are your own programs or modified SAP programs,
       supply the source code.
       To do this, you can either use the "PRINT" command in the editor or
       print the programs using the report RSINCL00.
    4. Details regarding the conditions under which the error occurred
       or which actions and input led to the error.
    System environment
    SAP Release.............. "31H"
    Application server....... "umprod"
    Network address.......... "10.1.1.9"
    Operating system......... "Windows NT"
    Release.................. "0"
    Hardware type............ "PENTIUM"
    Database server.......... "UMPROD"
    Database type............ "ORACLE"
    Database name............ "UMP"
    Database owner........... "SAPR3"
    Character set............ "English_United State"
    SAP kernel............... "31I"
    Created on............... "Jun 21 1999 04:44:28"
    Created in............... "NT 4.0 1381 Service Pack 3 x86"
    Database version......... "ora OCI_73211"
    Patch level.............. "315"
    Patch text............... " "
    Supported environment....
    Database................. "ORACLE 7.2..., ORACLE 7.3..., ORACLE
    8.0...*"
    SAP database version..... "31I"
    Operating system......... "Windows NT 51 3, Windows NT 0 4"
    User, transaction...
    Client.............. 600
    User................ "HAVIREO"
    Language key........ "E"
    Transaction......... "FB01"
    Program............. "SAPLGIVA"
    Screen.............. "RSM130003000"
    Screen line......... 2
    Information on where termination occurred
    The termination occurred in the ABAP/4 program "SAPLGIVA" in
    "UPDATE_TT_GLT0".
    The main program was "RSM13000".
    The termination occurred in line 542
    of the source code of program "LGIVAF10" (when calling the editor 5420).
    The program "SAPLGIVA" was started in the update system.
    Source code extract
    005120                               HSL10  = HSL10  + TAB_GLT0-HSL10
    005130                               KSL10  = KSL10  + TAB_GLT0-KSL10
    005140                               TSL11  = TSL11  + TAB_GLT0-TSL11
    005150                               HSL11  = HSL11  + TAB_GLT0-HSL11
    005160                               KSL11  = KSL11  + TAB_GLT0-KSL11
    005170                               TSL12  = TSL12  + TAB_GLT0-TSL12
    005180                               HSL12  = HSL12  + TAB_GLT0-HSL12
    005190                               KSL12  = KSL12  + TAB_GLT0-KSL12
    005200                               TSL13  = TSL13  + TAB_GLT0-TSL13
    005210                               HSL13  = HSL13  + TAB_GLT0-HSL13
    005220                               KSL13  = KSL13  + TAB_GLT0-KSL13
    005230                               TSL14  = TSL14  + TAB_GLT0-TSL14
    005240                               HSL14  = HSL14  + TAB_GLT0-HSL14
    005250                               KSL14  = KSL14  + TAB_GLT0-KSL14
    005260                               TSL15  = TSL15  + TAB_GLT0-TSL15
    005270                               HSL15  = HSL15  + TAB_GLT0-HSL15
    005280                               KSL15  = KSL15  + TAB_GLT0-KSL15
    005290                               TSL16  = TSL16  + TAB_GLT0-TSL16
    005300                               HSL16  = HSL16  + TAB_GLT0-HSL16
    005310                               KSL16  = KSL16  + TAB_GLT0-KSL16
    005320                           WHERE
    005330                           RLDNR                   =  TAB_GLT0-RLDNR                  AND
    005340                           RRCTY                   =  TAB_GLT0-RRCTY                  AND
    005350                           RVERS                   =  TAB_GLT0-RVERS                  AND
    005360                           BUKRS                   =  TAB_GLT0-BUKRS                  AND
    005370                           RYEAR                   =  TAB_GLT0-RYEAR                  AND
    005380                           RACCT                   =  TAB_GLT0-RACCT                  AND
    005390                           RBUSA                   =  TAB_GLT0-RBUSA                  AND
    005400                           RTCUR                   =  TAB_GLT0-RTCUR                  AND
    005410                           DRCRK                   =  TAB_GLT0-DRCRK                  AND
              >                 RPMAX                   =  TAB_GLT0-RPMAX                  .
    005430                         ENDFORM.
    005440                         *eject
    005450                         *                                                                                                                                            *
    005460                         *
    005470                         *                                                                                                                                            *
    005480                         *         FORM UPDATE_TT USING  UTP_TAB.
    005490                         *         Diese Form fuehrt die Tabellenupdates durch
    005500                         *         Dabei wird die optimierte Form von UPDATE
    005510                         *         verwendet
    005520                         *                                                                                                                                            *
    005530
    005540                         FORM  UPDATE_TT_GLT3      .
    005550                           DATA: W_0  LIKE GLU1-TSL VALUE 0.
    005560                           UPDATE GLT3
    005570                           SET TSLVT  = TSLVT  + TAB_GLT3-TSLVT
    005580                               HSLVT  = HSLVT  + TAB_GLT3-HSLVT
    005590                               KSLVT  = KSLVT  + TAB_GLT3-KSLVT
    005600                               TSL01  = TSL01  + TAB_GLT3-TSL01
    005610                               HSL01  = HSL01  + TAB_GLT3-HSL01

  • Logic crashes when saving on Mavericks

    Heeelppppp
    Logic pro 9 version 9.1.8. crashes during save as on Mavericks
    Dump follows
    Process:         Logic Pro [60303]
    Path:            /Applications/Logic Pro.app/Contents/MacOS/Logic Pro
    Identifier:      com.apple.logic.pro
    Version:         9.1.8 (1700.67)
    Build Info:      Logic-17006700~2
    App Item ID:     459578486
    App External ID: 10394291
    Code Type:       X86 (Native)
    Parent Process:  launchd [279]
    Responsible:     Logic Pro [60303]
    User ID:         501
    PlugIn Path:       /Library/Audio/Plug-Ins/Components/Play.component/Contents/MacOS/Play
    PlugIn Identifier: com.eastwest.Play
    PlugIn Version:    4.1.0 (4.1.0)
    Date/Time:       2014-01-04 00:05:37.779 +0000
    OS Version:      Mac OS X 10.9.1 (13B42)
    Report Version:  11
    Anonymous UUID:  17931E05-A609-C8A0-894F-4769415BB343
    Crashed Thread:  33
    Exception Type:  EXC_BAD_ACCESS (SIGABRT)
    Exception Codes: KERN_PROTECTION_FAILURE at 0x0000000000000004
    VM Regions Near 0x4:
    --> __PAGEZERO             0000000000000000-0000000000001000 [    4K] ---/--- SM=NUL  /Applications/Logic Pro.app/Contents/MacOS/Logic Pro
        __TEXT                 0000000000001000-0000000000beb000 [ 11.9M] r-x/rwx SM=COW  /Applications/Logic Pro.app/Contents/MacOS/Logic Pro
    Application Specific Information:
    abort() called
    Thread 0:: Dispatch queue: com.apple.main-thread
    0   libsystem_kernel.dylib                  0x971e464a __fsync + 10
    1   com.apple.Foundation                    0x96a34314 ___NSWriteDataToFileWithExtendedAttributes_block_invoke + 107
    2   com.apple.Foundation                    0x96a3428f -[NSData(NSData) enumerateByteRangesUsingBlock:] + 88
    3   com.apple.Foundation                    0x96a33b32 _NSWriteDataToFileWithExtendedAttributes + 763
    4   com.apple.Foundation                    0x96a6ec5a -[NSData(NSData) writeToFile:options:error:] + 225
    5   com.apple.Foundation                    0x96aeee94 -[NSData(NSData) writeToURL:options:error:] + 255
    6   com.apple.Foundation                    0x96c3921e -[NSFileWrapper _writeContentsToURL:path:originalContentsURL:tryHardLinking:didHardLinking:erro r:] + 1803
    7   com.apple.Foundation                    0x96c399fa -[NSFileWrapper writeToURL:options:originalContentsURL:error:] + 433
    8   com.apple.Foundation                    0x96c38eb7 -[NSFileWrapper _writeContentsToURL:path:originalContentsURL:tryHardLinking:didHardLinking:erro r:] + 932
    9   com.apple.Foundation                    0x96c399fa -[NSFileWrapper writeToURL:options:originalContentsURL:error:] + 433
    10  com.apple.Foundation                    0x96c38eb7 -[NSFileWrapper _writeContentsToURL:path:originalContentsURL:tryHardLinking:didHardLinking:erro r:] + 932
    11  com.apple.Foundation                    0x96c399fa -[NSFileWrapper writeToURL:options:originalContentsURL:error:] + 433
    12  com.apple.AppKit                        0x988ee9ff -[NSDocument writeToURL:ofType:error:] + 1029
    13  com.apple.AppKit                        0x988f1491 -[NSDocument writeToURL:ofType:forSaveOperation:originalContentsURL:error:] + 497
    14  com.apple.logic.pro                     0x005fab54 std::ostream& TraceOutContainer<CEvs>(std::ostream&, CEvs, char const*, int) + 6023124
    15  com.apple.AppKit                        0x988f04bd -[NSDocument _writeSafelyToURL:ofType:forSaveOperation:forceTemporaryDirectory:error:] + 605
    16  com.apple.AppKit                        0x988f10ea -[NSDocument _writeSafelyToURL:ofType:forSaveOperation:error:] + 69
    17  com.apple.AppKit                        0x988f1295 -[NSDocument writeSafelyToURL:ofType:forSaveOperation:error:] + 419
    18  com.apple.logic.pro                     0x005faf7f std::ostream& TraceOutContainer<CEvs>(std::ostream&, CEvs, char const*, int) + 6024191
    19  com.apple.AppKit                        0x988fdbad __66-[NSDocument saveToURL:ofType:forSaveOperation:completionHandler:]_block_invoke_22089 + 108
    20  com.apple.AppKit                        0x988ff287 __66-[NSDocument saveToURL:ofType:forSaveOperation:completionHandler:]_block_invoke_22172 + 300
    21  com.apple.AppKit                        0x988ff153 __66-[NSDocument saveToURL:ofType:forSaveOperation:completionHandler:]_block_invoke2169 + 389
    22  com.apple.AppKit                        0x988fdaa8 __66-[NSDocument saveToURL:ofType:forSaveOperation:completionHandler:]_block_invoke2080 + 1638
    23  com.apple.AppKit                        0x988f8d18 __87-[NSDocument _fileCoordinator:coordinateReadingContentsAndWritingItemAtURL:byAccessor:]_bloc k_invoke + 50
    24  com.apple.Foundation                    0x96c4eb00 __110-[NSFileCoordinator(NSPrivate) _coordinateReadingItemAtURL:options:writingItemAtURL:options:error:byAccessor:] _block_invoke320 + 145
    25  com.apple.Foundation                    0x96ab4a82 -[NSFileCoordinator(NSPrivate) _invokeAccessor:orDont:thenRelinquishAccessClaimForID:] + 233
    26  com.apple.Foundation                    0x96c4e6b3 -[NSFileCoordinator(NSPrivate) _coordinateReadingItemAtURL:options:writingItemAtURL:options:error:byAccessor:] + 906
    27  com.apple.AppKit                        0x988f8c32 -[NSDocument _fileCoordinator:coordinateReadingContentsAndWritingItemAtURL:byAccessor:] + 235
    28  com.apple.AppKit                        0x988fcb71 __66-[NSDocument saveToURL:ofType:forSaveOperation:completionHandler:]_block_invoke + 681
    29  com.apple.AppKit                        0x988e9ca5 __54-[NSDocument performAsynchronousFileAccessUsingBlock:]_block_invoke716 + 25
    30  com.apple.AppKit                        0x988e9098 __56-[NSDocument _performFileAccessOnMainThread:usingBlock:]_block_invoke666 + 57
    31  com.apple.AppKit                        0x988e8238 -[NSDocument continueFileAccessUsingBlock:] + 258
    32  com.apple.AppKit                        0x988e86dd -[NSDocument _performFileAccessOnMainThread:usingBlock:] + 754
    33  com.apple.AppKit                        0x988e944c -[NSDocument performAsynchronousFileAccessUsingBlock:] + 475
    34  com.apple.AppKit                        0x988fc8c1 -[NSDocument saveToURL:ofType:forSaveOperation:completionHandler:] + 158
    35  com.apple.AppKit                        0x988f83c0 __85-[NSDocument saveToURL:ofType:forSaveOperation:delegate:didSaveSelector:contextInfo:]_block_ invoke_2 + 343
    36  com.apple.AppKit                        0x988f88cc __85-[NSDocument saveToURL:ofType:forSaveOperation:delegate:didSaveSelector:contextInfo:]_block_ invoke1793 + 173
    37  com.apple.AppKit                        0x9892baa4 __87-[NSDocument _commitEditingWithDelegate:didSomethingSelector:contextInfo:thenContinue:]_bloc k_invoke + 90
    38  com.apple.AppKit                        0x9892b821 -[NSDocument _commitEditingThenContinue:] + 523
    39  com.apple.AppKit                        0x9892ba43 -[NSDocument _commitEditingWithDelegate:didSomethingSelector:contextInfo:thenContinue:] + 146
    40  com.apple.AppKit                        0x988f8261 __85-[NSDocument saveToURL:ofType:forSaveOperation:delegate:didSaveSelector:contextInfo:]_block_ invoke + 554
    41  com.apple.AppKit                        0x988e74e9 -[NSDocument performActivityWithSynchronousWaiting:usingBlock:cancellationHandler:] + 261
    42  com.apple.AppKit                        0x988e7755 -[NSDocument performActivityWithSynchronousWaiting:usingBlock:] + 56
    43  com.apple.AppKit                        0x988f8030 -[NSDocument saveToURL:ofType:forSaveOperation:delegate:didSaveSelector:contextInfo:] + 178
    44  com.apple.AppKit                        0x988f677c __85-[NSDocument runModalSavePanelForSaveOperation:delegate:didSaveSelector:contextInfo:]_block_ invoke1657 + 131
    45  com.apple.AppKit                        0x988e788a -[NSDocument continueActivityUsingBlock:] + 304
    46  com.apple.AppKit                        0x988f65b0 __85-[NSDocument runModalSavePanelForSaveOperation:delegate:didSaveSelector:contextInfo:]_block_ invoke_21649 + 472
    47  com.apple.AppKit                        0x988f611c __85-[NSDocument runModalSavePanelForSaveOperation:delegate:didSaveSelector:contextInfo:]_block_ invoke1633 + 1744
    48  com.apple.AppKit                        0x988f578b __85-[NSDocument runModalSavePanelForSaveOperation:delegate:didSaveSelector:contextInfo:]_block_ invoke_2 + 1412
    49  com.apple.AppKit                        0x9892baa4 __87-[NSDocument _commitEditingWithDelegate:didSomethingSelector:contextInfo:thenContinue:]_bloc k_invoke + 90
    50  com.apple.AppKit                        0x9892b821 -[NSDocument _commitEditingThenContinue:] + 523
    51  com.apple.AppKit                        0x9892ba43 -[NSDocument _commitEditingWithDelegate:didSomethingSelector:contextInfo:thenContinue:] + 146
    52  com.apple.AppKit                        0x988f51ff __85-[NSDocument runModalSavePanelForSaveOperation:delegate:didSaveSelector:contextInfo:]_block_ invoke + 419
    53  com.apple.AppKit                        0x988e74e9 -[NSDocument performActivityWithSynchronousWaiting:usingBlock:cancellationHandler:] + 261
    54  com.apple.AppKit                        0x988e7755 -[NSDocument performActivityWithSynchronousWaiting:usingBlock:] + 56
    55  com.apple.AppKit                        0x988f5055 -[NSDocument runModalSavePanelForSaveOperation:delegate:didSaveSelector:contextInfo:] + 142
    56  com.apple.logic.pro                     0x005fb7fc std::ostream& TraceOutContainer<CEvs>(std::ostream&, CEvs, char const*, int) + 6026364
    57  com.apple.AppKit                        0x988f1952 -[NSDocument saveDocumentAs:] + 65
    58  com.apple.logic.pro                     0x005fa7a9 std::ostream& TraceOutContainer<CEvs>(std::ostream&, CEvs, char const*, int) + 6022185
    59  com.apple.logic.pro                     0x005faac9 std::ostream& TraceOutContainer<CEvs>(std::ostream&, CEvs, char const*, int) + 6022985
    60  libobjc.A.dylib                         0x9a9852af -[NSObject performSelector:withObject:] + 70
    61  com.apple.AppKit                        0x9866fc35 -[NSApplication sendAction:to:from:] + 438
    62  com.apple.prokit                        0x00f9ddec -[NSProApplication sendAction:to:from:] + 118
    63  com.apple.logic.pro                     0x005f8f4a std::ostream& TraceOutContainer<CEvs>(std::ostream&, CEvs, char const*, int) + 6015946
    64  com.apple.AppKit                        0x9868bfe5 -[NSMenuItem _corePerformAction] + 486
    65  com.apple.AppKit                        0x9868bcea -[NSCarbonMenuImpl performActionWithHighlightingForItemAtIndex:] + 163
    66  com.apple.AppKit                        0x9868b3a1 -[NSMenu _performActionWithHighlightingForItemAtIndex:sendAccessibilityNotification:] + 79
    67  com.apple.AppKit                        0x986dea14 -[NSMenu performActionForItemAtIndex:] + 65
    68  com.apple.AppKit                        0x986de9c9 -[NSMenu _internalPerformActionForItemAtIndex:] + 45
    69  com.apple.AppKit                        0x986de994 -[NSMenuItem _internalPerformActionThroughMenuIfPossible] + 106
    70  com.apple.AppKit                        0x986de7e4 -[NSCarbonMenuImpl _carbonCommandProcessEvent:handlerCallRef:] + 120
    71  com.apple.AppKit                        0x98681136 NSSLMMenuEventHandler + 816
    72  com.apple.HIToolbox                     0x92256eb9 _InvokeEventHandlerUPP(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*, long (*)(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*)) + 36
    73  com.apple.HIToolbox                     0x920aa64f DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 1452
    74  com.apple.HIToolbox                     0x920a9968 SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 386
    75  com.apple.HIToolbox                     0x920bcaf1 SendEventToEventTarget + 88
    76  com.apple.HIToolbox                     0x92256d5e SendHICommandEvent(unsigned long, HICommand const*, unsigned long, unsigned long, unsigned char, void const*, OpaqueEventTargetRef*, OpaqueEventTargetRef*, OpaqueEventRef**) + 478
    77  com.apple.HIToolbox                     0x92120097 SendMenuCommandWithContextAndModifiers + 70
    78  com.apple.HIToolbox                     0x92120044 SendMenuItemSelectedEvent + 199
    79  com.apple.HIToolbox                     0x9211ff11 FinishMenuSelection(SelectionData*, MenuResult*, MenuResult*) + 134
    80  com.apple.HIToolbox                     0x922ab6bd MenuSelectCore(MenuData*, Point, double, unsigned long, OpaqueMenuRef**, unsigned short*) + 722
    81  com.apple.HIToolbox                     0x921278ae _HandleMenuSelection2 + 488
    82  com.apple.HIToolbox                     0x921276b7 _HandleMenuSelection + 53
    83  com.apple.AppKit                        0x985ee628 _NSHandleCarbonMenuEvent + 358
    84  com.apple.AppKit                        0x98443902 _DPSNextEvent + 2459
    85  com.apple.AppKit                        0x98442ad0 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 119
    86  com.apple.AppKit                        0x9843535c -[NSApplication run] + 727
    87  com.apple.prokit                        0x00fa180d NSProApplicationMain + 353
    88  com.apple.logic.pro                     0x0002bad5 DummyConnection::DummyConnection() + 193
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib                  0x971e4992 kevent64 + 10
    1   libdispatch.dylib                       0x9c3488bd _dispatch_mgr_invoke + 238
    2   libdispatch.dylib                       0x9c348556 _dispatch_mgr_thread + 52
    Thread 2:: com.apple.NSURLConnectionLoader
    0   libsystem_kernel.dylib                  0x971def7a mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x971de16c mach_msg + 68
    2   com.apple.CoreFoundation                0x96db5f69 __CFRunLoopServiceMachPort + 169
    3   com.apple.CoreFoundation                0x96db5541 __CFRunLoopRun + 1393
    4   com.apple.CoreFoundation                0x96db4d5a CFRunLoopRunSpecific + 394
    5   com.apple.CoreFoundation                0x96db4bbb CFRunLoopRunInMode + 123
    6   com.apple.Foundation                    0x96a670b5 +[NSURLConnection(Loader) _resourceLoadLoop:] + 381
    7   com.apple.Foundation                    0x96a66f2e -[NSThread main] + 45
    8   com.apple.Foundation                    0x96a66e86 __NSThread__main__ + 1426
    9   libsystem_pthread.dylib                 0x9b3585fb _pthread_body + 144
    10  libsystem_pthread.dylib                 0x9b358485 _pthread_start + 130
    11  libsystem_pthread.dylib                 0x9b35dcf2 thread_start + 34
    Thread 3:: com.apple.CFSocket.private
    0   libsystem_kernel.dylib                  0x971e3ace __select + 10
    1   com.apple.CoreFoundation                0x96e05dc6 __CFSocketManager + 1158
    2   libsystem_pthread.dylib                 0x9b3585fb _pthread_body + 144
    3   libsystem_pthread.dylib                 0x9b358485 _pthread_start + 130
    4   libsystem_pthread.dylib                 0x9b35dcf2 thread_start + 34
    Thread 4:
    0   libsystem_kernel.dylib                  0x971e37ca __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x9b35ad1d _pthread_cond_wait + 728
    2   libsystem_pthread.dylib                 0x9b35cbd9 pthread_cond_wait$UNIX2003 + 71
    3   com.apple.music.apps.MAFiles            0x02a47838 ResolveFile + 54808
    4   com.apple.music.apps.MAFiles            0x02a47901 ResolveFile + 55009
    5   libsystem_pthread.dylib                 0x9b3585fb _pthread_body + 144
    6   libsystem_pthread.dylib                 0x9b358485 _pthread_start + 130
    7   libsystem_pthread.dylib                 0x9b35dcf2 thread_start + 34
    Thread 5:
    0   libsystem_kernel.dylib                  0x971e37ca __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x9b35ad1d _pthread_cond_wait + 728
    2   libsystem_pthread.dylib                 0x9b35cbd9 pthread_cond_wait$UNIX2003 + 71
    3   com.apple.music.apps.MAFiles            0x02a47838 ResolveFile + 54808
    4   com.apple.music.apps.MAFiles            0x02a47901 ResolveFile + 55009
    5   libsystem_pthread.dylib                 0x9b3585fb _pthread_body + 144
    6   libsystem_pthread.dylib                 0x9b358485 _pthread_start + 130
    7   libsystem_pthread.dylib                 0x9b35dcf2 thread_start + 34
    Thread 6:: com.apple.audio.IOThread.client
    0   libsystem_kernel.dylib                  0x971def7a mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x971de16c mach_msg + 68
    2   com.apple.audio.CoreAudio               0x9a4d7e9a HALB_MachPort::SendMessageWithReply(unsigned int, unsigned int, unsigned long, unsigned long, mach_msg_header_t*, bool, unsigned int) + 138
    3   com.apple.audio.CoreAudio               0x9a4d234e HALB_MachPort::SendSimpleMessageWithSimpleReply(unsigned int, unsigned int, int, int&, bool, unsigned int) + 68
    4   com.apple.audio.CoreAudio               0x9a4d0b27 HALC_ProxyIOContext::IOWorkLoop() + 1111
    5   com.apple.audio.CoreAudio               0x9a4d05ff HALC_ProxyIOContext::IOThreadEntry(void*) + 167
    6   com.apple.audio.CoreAudio               0x9a4daf52 ___ZN19HALC_ProxyIOContextC2Emj_block_invoke + 20
    7   com.apple.audio.CoreAudio               0x9a4d04fb HALB_IOThread::Entry(void*) + 69
    8   libsystem_pthread.dylib                 0x9b3585fb _pthread_body + 144
    9   libsystem_pthread.dylib                 0x9b358485 _pthread_start + 130
    10  libsystem_pthread.dylib                 0x9b35dcf2 thread_start + 34
    Thread 7:: com.apple.audio.IOThread.client
    0   libsystem_kernel.dylib                  0x971def7a mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x971de16c mach_msg + 68
    2   com.apple.audio.CoreAudio               0x9a4d7e9a HALB_MachPort::SendMessageWithReply(unsigned int, unsigned int, unsigned long, unsigned long, mach_msg_header_t*, bool, unsigned int) + 138
    3   com.apple.audio.CoreAudio               0x9a4d234e HALB_MachPort::SendSimpleMessageWithSimpleReply(unsigned int, unsigned int, int, int&, bool, unsigned int) + 68
    4   com.apple.audio.CoreAudio               0x9a4d0b27 HALC_ProxyIOContext::IOWorkLoop() + 1111
    5   com.apple.audio.CoreAudio               0x9a4d05ff HALC_ProxyIOContext::IOThreadEntry(void*) + 167
    6   com.apple.audio.CoreAudio               0x9a4daf52 ___ZN19HALC_ProxyIOContextC2Emj_block_invoke + 20
    7   com.apple.audio.CoreAudio               0x9a4d04fb HALB_IOThread::Entry(void*) + 69
    8   libsystem_pthread.dylib                 0x9b3585fb _pthread_body + 144
    9   libsystem_pthread.dylib                 0x9b358485 _pthread_start + 130
    10  libsystem_pthread.dylib                 0x9b35dcf2 thread_start + 34
    Thread 8:
    0   libsystem_kernel.dylib                  0x971e37ca __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x9b35ad1d _pthread_cond_wait + 728
    2   libsystem_pthread.dylib                 0x9b35cbd9 pthread_cond_wait$UNIX2003 + 71
    3   com.apple.music.apps.MAAudioEngine          0x02afff7c MD::CallProcessThread1(void*) + 108
    4   libsystem_pthread.dylib                 0x9b3585fb _pthread_body + 144
    5   libsystem_pthread.dylib                 0x9b358485 _pthread_start + 130
    6   libsystem_pthread.dylib                 0x9b35dcf2 thread_start + 34
    Thread 9:
    0   libsystem_kernel.dylib                  0x971e37ca __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x9b35ad1d _pthread_cond_wait + 728
    2   libsystem_pthread.dylib                 0x9b35cbd9 pthread_cond_wait$UNIX2003 + 71
    3   com.apple.music.apps.MAAudioEngine          0x02affcfc MD::CallProcessThread2(void*) + 124
    4   libsystem_pthread.dylib                 0x9b3585fb _pthread_body + 144
    5   libsystem_pthread.dylib                 0x9b358485 _pthread_start + 130
    6   libsystem_pthread.dylib                 0x9b35dcf2 thread_start + 34
    Thread 10:
    0   libsystem_kernel.dylib                  0x971e37ca __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x9b35ad1d _pthread_cond_wait + 728
    2   libsystem_pthread.dylib                 0x9b35cbd9 pthread_cond_wait$UNIX2003 + 71
    3   com.apple.music.apps.MAAudioEngine          0x02afdbac MD::CallProcessThread15(void*) + 124
    4   libsystem_pthread.dylib                 0x9b3585fb _pthread_body + 144
    5   libsystem_pthread.dylib                 0x9b358485 _pthread_start + 130
    6   libsystem_pthread.dylib                 0x9b35dcf2 thread_start + 34
    Thread 11:
    0   libsystem_kernel.dylib                  0x971def7a mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x971de16c mach_msg + 68
    2   com.apple.CoreFoundation                0x96db5f69 __CFRunLoopServiceMachPort + 169
    3   com.apple.CoreFoundation                0x96db5541 __CFRunLoopRun + 1393
    4   com.apple.CoreFoundation                0x96db4d5a CFRunLoopRunSpecific + 394
    5   com.apple.CoreFoundation                0x96db4bbb CFRunLoopRunInMode + 123
    6   com.apple.AppKit                        0x985ecf18 _NSEventThread + 283
    7   libsystem_pthread.dylib                 0x9b3585fb _pthread_body + 144
    8   libsystem_pthread.dylib                 0x9b358485 _pthread_start + 130
    9   libsystem_pthread.dylib                 0x9b35dcf2 thread_start + 34
    Thread 12:
    0   libsystem_kernel.dylib                  0x971e37ca __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x9b35ad1d _pthread_cond_wait + 728
    2   libsystem_pthread.dylib                 0x9b35cbd9 pthread_cond_wait$UNIX2003 + 71
    3   com.apple.music.apps.MAAudioEngine          0x02b1d3a9 MDFileIOThread_IsBusy + 3593
    4   libsystem_pthread.dylib                 0x9b3585fb _pthread_body + 144
    5   libsystem_pthread.dylib                 0x9b358485 _pthread_start + 130
    6   libsystem_pthread.dylib                 0x9b35dcf2 thread_start + 34
    Thread 13:
    0   libsystem_kernel.dylib                  0x971def7a mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x971de16c mach_msg + 68
    2   com.apple.audio.midi.CoreMIDI           0x0136e1c3 XServerMachPort::ReceiveMessage(int&, void*, int&) + 119
    3   com.apple.audio.midi.CoreMIDI           0x01389eef MIDIProcess::RunMIDIInThread() + 151
    4   com.apple.audio.midi.CoreMIDI           0x013925ce MIDIProcess::MIDIInPortThread::Run() + 24
    5   com.apple.audio.midi.CoreMIDI           0x0136f543 XThread::RunHelper(void*) + 17
    6   com.apple.audio.midi.CoreMIDI           0x0136f0d2 CAPThread::Entry(CAPThread*) + 134
    7   libsystem_pthread.dylib                 0x9b3585fb _pthread_body + 144
    8   libsystem_pthread.dylib                 0x9b358485 _pthread_start + 130
    9   libsystem_pthread.dylib                 0x9b35dcf2 thread_start + 34
    Thread 14:
    0   libsystem_kernel.dylib                  0x971e37ca __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x9b35ad8a _pthread_cond_wait + 837
    2   libsystem_pthread.dylib                 0x9b35b042 pthread_cond_timedwait_relative_np + 47
    3   com.apple.CoreServices.CarbonCore          0x90743b2d TSWaitOnConditionTimedRelative + 161
    4   com.apple.CoreServices.CarbonCore          0x907436ea TSWaitOnSemaphoreCommon + 531
    5   com.apple.CoreServices.CarbonCore          0x9074389d TSWaitOnSemaphoreRelative + 24
    6   com.apple.CoreServices.CarbonCore          0x90723ea0 TimerThread + 89
    7   libsystem_pthread.dylib                 0x9b3585fb _pthread_body + 144
    8   libsystem_pthread.dylib                 0x9b358485 _pthread_start + 130
    9   libsystem_pthread.dylib                 0x9b35dcf2 thread_start + 34
    Thread 15:
    0   libsystem_kernel.dylib                  0x971e3ace __select + 10
    1   com.apple.logic.pro                     0x0096fc07 void UnitTest::CheckEqual<ScTypeSetter::tVerticalAlignment, ScTypeSetter::tVerticalAlignment>(UnitTest::TestResults&, ScTypeSetter::tVerticalAlignment, ScTypeSetter::tVerticalAlignment, UnitTest::TestDetails const&) + 375367
    2   com.apple.logic.pro                     0x005b1d84 std::ostream& TraceOutContainer<CEvs>(std::ostream&, CEvs, char const*, int) + 5724676
    3   libsystem_pthread.dylib                 0x9b3585fb _pthread_body + 144
    4   libsystem_pthread.dylib                 0x9b358485 _pthread_start + 130
    5   libsystem_pthread.dylib                 0x9b35dcf2 thread_start + 34
    Thread 16:
    0   libsystem_kernel.dylib                  0x971defb6 semaphore_wait_trap + 10
    1   com.eastwest.Play                       0x230d7699 ousia::Streams::OSXVoiceFeeder::feederTask(int) + 777
    2   com.eastwest.Play                       0x230d5a6c ousia::Streams::OSXVoiceFeeder::run(int) + 236
    3   com.eastwest.Play                       0x230d7b1e ousia::Streams::OSXVoiceFeeder::threadProc(ousia::Streams::OSXVoiceFeeder::thre adInfo_t*) + 30
    4   libsystem_pthread.dylib                 0x9b3585fb _pthread_body + 144
    5   libsystem_pthread.dylib                 0x9b358485 _pthread_start + 130
    6   libsystem_pthread.dylib                 0x9b35dcf2 thread_start + 34
    Thread 17:
    0   libsystem_kernel.dylib                  0x971defb6 semaphore_wait_trap + 10
    1   com.eastwest.Play                       0x230d783a ousia::Streams::OSXVoiceFeeder::feederTask(int) + 1194
    2   com.eastwest.Play                       0x230d5a6c ousia::Streams::OSXVoiceFeeder::run(int) + 236
    3   com.eastwest.Play                       0x230d7b1e ousia::Streams::OSXVoiceFeeder::threadProc(ousia::Streams::OSXVoiceFeeder::thre adInfo_t*) + 30
    4   libsystem_pthread.dylib                 0x9b3585fb _pthread_body + 144
    5   libsystem_pthread.dylib                 0x9b358485 _pthread_start + 130
    6   libsystem_pthread.dylib                 0x9b35dcf2 thread_start + 34
    Thread 18:
    0   libsystem_kernel.dylib                  0x971defb6 semaphore_wait_trap + 10
    1   com.eastwest.Play                       0x230d783a ousia::Streams::OSXVoiceFeeder::feederTask(int) + 1194
    2   com.eastwest.Play                       0x230d5a6c ousia::Streams::OSXVoiceFeeder::run(int) + 236
    3   com.eastwest.Play                       0x230d7b1e ousia::Streams::OSXVoiceFeeder::threadProc(ousia::Streams::OSXVoiceFeeder::thre adInfo_t*) + 30
    4   libsystem_pthread.dylib                 0x9b3585fb _pthread_body + 144
    5   libsystem_pthread.dylib                 0x9b358485 _pthread_start + 130
    6   libsystem_pthread.dylib                 0x9b35dcf2 thread_start + 34
    Thread 19:
    0   libsystem_kernel.dylib                  0x971defb6 semaphore_wait_trap + 10
    1   com.eastwest.Play                       0x230d783a ousia::Streams::OSXVoiceFeeder::feederTask(int) + 1194
    2   com.eastwest.Play                       0x230d5a8a ousia::Streams::OSXVoiceFeeder::run(int) + 266
    3   com.eastwest.Play                       0x230d7b1e ousia::Streams::OSXVoiceFeeder::threadProc(ousia::Streams::OSXVoiceFeeder::thre adInfo_t*) + 30
    4   libsystem_pthread.dylib                 0x9b3585fb _pthread_body + 144
    5   libsystem_pthread.dylib                 0x9b358485 _pthread_start + 130
    6   libsystem_pthread.dylib                 0x9b35dcf2 thread_start + 34
    Thread 20:
    0   libsystem_kernel.dylib                  0x971e37ca __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x9b35ad1d _pthread_cond_wait + 728
    2   libsystem_pthread.dylib                 0x9b35cbd9 pthread_cond_wait$UNIX2003 + 71
    3   com.eastwest.midi.wordbuildervstplayj          0x30b40dfa juce::WaitableEventImpl::wait(int) + 52
    4   com.eastwest.midi.wordbuildervstplayj          0x30b32bb2 juce::WaitableEvent::wait(int) const + 26
    5   com.eastwest.midi.wordbuildervstplayj          0x30b52b29 juce::Thread::wait(int) const + 27
    6   com.eastwest.midi.wordbuildervstplayj          0x30a09983 MyTimerThread::run() + 129
    7   com.eastwest.midi.wordbuildervstplayj          0x30b52fb1 juce::Thread::threadEntryPoint() + 93
    8   com.eastwest.midi.wordbuildervstplayj          0x30b38736 juce::threadEntryProc(void*) + 40
    9   libsystem_pthread.dylib                 0x9b3585fb _pthread_body + 144
    10  libsystem_pthread.dylib                 0x9b358485 _pthread_start + 130
    11  libsystem_pthread.dylib                 0x9b35dcf2 thread_start + 34
    Thread 21:
    0   libsystem_kernel.dylib                  0x971def7a mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x971de16c mach_msg + 68
    2   com.apple.CoreFoundation                0x96db5f69 __CFRunLoopServiceMachPort + 169
    3   com.apple.CoreFoundation                0x96db5541 __CFRunLoopRun + 1393
    4   com.apple.CoreFoundation                0x96db4d5a CFRunLoopRunSpecific + 394
    5   com.apple.CoreFoundation                0x96e77461 CFRunLoopRun + 129
    6   com.eastwest.Play                       0x2329ae06 CUSBDeviceNotifyThread::M192D295BF6D8B650() + 358
    7   com.eastwest.Play                       0x2329b835 CPThread::thread_routine(void*) + 111
    8   libsystem_pthread.dylib                 0x9b3585fb _pthread_body + 144
    9   libsystem_pthread.dylib                 0x9b358485 _pthread_start + 130
    10  libsystem_pthread.dylib                 0x9b35dcf2 thread_start + 34
    Thread 22:
    0   libsystem_kernel.dylib                  0x971e3b76 __semwait_signal + 10
    1   libsystem_c.dylib                       0x9bf1005b nanosleep$UNIX2003 + 219
    2   libsystem_c.dylib                       0x9bf0ff06 usleep$UNIX2003 + 60
    3   com.eastwest.Play                       0x2329ba57 CPTTimer::M192D295BF6D8B650() + 109
    4   com.eastwest.Play                       0x2329b835 CPThread::thread_routine(void*) + 111
    5   libsystem_pthread.dylib                 0x9b3585fb _pthread_body + 144
    6   libsystem_pthread.dylib                 0x9b358485 _pthread_start + 130
    7   libsystem_pthread.dylib                 0x9b35dcf2 thread_start + 34
    Thread 23:
    0   libsystem_kernel.dylib                  0x971e37ca __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x9b35ad1d _pthread_cond_wait + 728
    2   libsystem_pthread.dylib                 0x9b35cc25 pthread_cond_timedwait$UNIX2003 + 71
    3   com.eastwest.Play                       0x22f0aafb juce::WaitableEventImpl::wait(int) + 175
    4   com.eastwest.Play                       0x22f00228 juce::WaitableEvent::wait(int) const + 26
    5   com.eastwest.Play                       0x22f1a073 juce::Thread::wait(int) const + 27
    6   com.eastwest.Play                       0x22e1bdbc juce::InternalTimerThread::run() + 100
    7   com.eastwest.Play                       0x22f1a52d juce::Thread::threadEntryPoint() + 105
    8   com.eastwest.Play                       0x22f0482c juce::threadEntryProc(void*) + 40
    9   libsystem_pthread.dylib                 0x9b3585fb _pthread_body + 144
    10  libsystem_pthread.dylib                 0x9b358485 _pthread_start + 130
    11  libsystem_pthread.dylib                 0x9b35dcf2 thread_start + 34
    Thread 24:
    0   libsystem_kernel.dylib                  0x971e37ca __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x9b35ad1d _pthread_cond_wait + 728
    2   libsystem_pthread.dylib                 0x9b35cbd9 pthread_cond_wait$UNIX2003 + 71
    3   com.eastwest.Play                       0x22f0aa80 juce::WaitableEventImpl::wait(int) + 52
    4   com.eastwest.Play                       0x22f00228 juce::WaitableEvent::wait(int) const + 26
    5   com.eastwest.Play                       0x2303e270 ousia::PartConvolution::Process::run() + 48
    6   com.eastwest.Play                       0x22f1a52d juce::Thread::threadEntryPoint() + 105
    7   com.eastwest.Play                       0x22f0482c juce::threadEntryProc(void*) + 40
    8   libsystem_pthread.dylib                 0x9b3585fb _pthread_body + 144
    9   libsystem_pthread.dylib                 0x9b358485 _pthread_start + 130
    10  libsystem_pthread.dylib                 0x9b35dcf2 thread_start + 34
    Thread 25:
    0   libsystem_kernel.dylib                  0x971e37ca __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x9b35ad1d _pthread_cond_wait + 728
    2   libsystem_pthread.dylib                 0x9b35cbd9 pthread_cond_wait$UNIX2003 + 71
    3   com.eastwest.Play                       0x22f0aa80 juce::WaitableEventImpl::wait(int) + 52
    4   com.eastwest.Play                       0x22f00228 juce::WaitableEvent::wait(int) const + 26
    5   com.eastwest.Play                       0x2303e270 ousia::PartConvolution::Process::run() + 48
    6   com.eastwest.Play                       0x22f1a52d juce::Thread::threadEntryPoint() + 105
    7   com.eastwest.Play                       0x22f0482c juce::threadEntryProc(void*) + 40
    8   libsystem_pthread.dylib                 0x9b3585fb _pthread_body + 144
    9   libsystem_pthread.dylib                 0x9b358485 _pthread_start + 130
    10  libsystem_pthread.dylib                 0x9b35dcf2 thread_start + 34
    Thread 26:
    0   libsystem_kernel.dylib                  0x971e37ca __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x9b35ad1d _pthread_cond_wait + 728
    2   libsystem_pthread.dylib                 0x9b35cbd9 pthread_cond_wait$UNIX2003 + 71
    3   com.eastwest.Play                       0x22f0aa80 juce::WaitableEventImpl::wait(int) + 52
    4   com.eastwest.Play                       0x22f00228 juce::WaitableEvent::wait(int) const + 26
    5   com.eastwest.Play                       0x2303e270 ousia::PartConvolution::Process::run() + 48
    6   com.eastwest.Play                       0x22f1a52d juce::Thread::threadEntryPoint() + 105
    7   com.eastwest.Play                       0x22f0482c juce::threadEntryProc(void*) + 40
    8   libsystem_pthread.dylib                 0x9b3585fb _pthread_body + 144
    9   libsystem_pthread.dylib                 0x9b358485 _pthread_start + 130
    10  libsystem_pthread.dylib                 0x9b35dcf2 thread_start + 34
    Thread 27:: CVDisplayLink
    0   libsystem_kernel.dylib                  0x971e37ca __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x9b35ad1d _pthread_cond_wait + 728
    2   libsystem_pthread.dylib                 0x9b35cbd9 pthread_cond_wait$UNIX2003 + 71
    3   com.apple.CoreVideo                     0x97001540 CVDisplayLink::runIOThread() + 936
    4   com.apple.CoreVideo                     0x97001180 startIOThread(void*) + 159
    5   libsystem_pthread.dylib                 0x9b3585fb _pthread_body + 144
    6   libsystem_pthread.dylib                 0x9b358485 _pthread_start + 130
    7   libsystem_pthread.dylib                 0x9b35dcf2 thread_start + 34
    Thread 28:
    0   libsystem_kernel.dylib                  0x971e37ca __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x9b35ad1d _pthread_cond_wait + 728
    2   libsystem_pthread.dylib                 0x9b35cbd9 pthread_cond_wait$UNIX2003 + 71
    3   com.apple.Foundation                    0x96a6401a -[NSCondition wait] + 274
    4   com.apple.Foundation                    0x96a2d5f7 -[NSObject(NSThreadPerformAdditions) performSelector:onThread:withObject:waitUntilDone:modes:] + 741
    5   com.apple.Foundation                    0x96a2d225 -[NSObject(NSThreadPerformAdditions) performSelectorOnMainThread:withObject:waitUntilDone:] + 159
    6   com.apple.music.apps.MAToolKit          0x02bd033f 0x2bca000 + 25407
    7   com.apple.logic.pro                     0x0088337e std::ostream& TraceOutContainer<CEvs>(std::ostream&, CEvs, char const*, int) + 8679422
    8   com.apple.Foundation                    0x96a66f2e -[NSThread main] + 45
    9   com.apple.Foundation                    0x96a66e86 __NSThread__main__ + 1426
    10  libsystem_pthread.dylib                 0x9b3585fb _pthread_body + 144
    11  libsystem_pthread.dylib                 0x9b358485 _pthread_start + 130
    12  libsystem_pthread.dylib                 0x9b35dcf2 thread_start + 34
    Thread 29:
    0   libsystem_kernel.dylib                  0x971e4046 __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x9b359dcf _pthread_wqthread + 372
    2   libsystem_pthread.dylib                 0x9b35dcce start_wqthread + 30
    Thread 30:
    0   libsystem_kernel.dylib                  0x971e4046 __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x9b359dcf _pthread_wqthread + 372
    2   libsystem_pthread.dylib                 0x9b35dcce start_wqthread + 30
    Thread 31:: com.apple.appkit-heartbeat
    0   libsystem_kernel.dylib                  0x971e3b76 __semwait_signal + 10
    1   libsystem_c.dylib                       0x9bf1005b nanosleep$UNIX2003 + 219
    2   libsystem_c.dylib                       0x9bf0ff06 usleep$UNIX2003 + 60
    3   com.apple.AppKit                        0x986b7ddc -[NSUIHeartBeat _heartBeatThread:] + 2318
    4   com.apple.Foundation                    0x96a66f2e -[NSThread main] + 45
    5   com.apple.Foundation                    0x96a66e86 __NSThread__main__ + 1426
    6   libsystem_pthread.dylib                 0x9b3585fb _pthread_body + 144
    7   libsystem_pthread.dylib                 0x9b358485 _pthread_start + 130
    8   libsystem_pthread.dylib                 0x9b35dcf2 thread_start + 34
    Thread 32:
    0   libsystem_kernel.dylib                  0x971e4046 __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x9b359dcf _pthread_wqthread + 372
    2   libsystem_pthread.dylib                 0x9b35dcce start_wqthread + 30
    Thread 33 Crashed:
    0   libsystem_kernel.dylib                  0x971e3952 __pthread_kill + 10
    1   libsystem_pthread.dylib                 0x9b359167 pthread_kill + 101
    2   libsystem_c.dylib                       0x9bef140c __abort + 187
    3   libsystem_c.dylib                       0x9bef1351 abort + 172
    4   com.apple.logic.pro                     0x003e6729 std::ostream& TraceOutContainer<CEvs>(std::ostream&, CEvs, char const*, int) + 3842985
    5   libsystem_platform.dylib                0x9448fdeb _sigtramp + 43
    6   com.eastwest.Play                       0x230060bd ousia::ParameterContainer::defaultAutomation() + 141
    7   com.eastwest.Play                       0x22f8b3dc ousia::Engine::makeProductCompatible(int, ousia::patchLoadInfo&) + 76
    8   com.eastwest.Play                       0x22f8c54f ousia::Engine::readBinary(juce::GZIPDecompressorInputStream&, juce::String&, ousia::patchLoadInfo&) + 1311
    9   com.eastwest.Play                       0x22fb6e06 ousia::Engine::setChunk(char*, int, bool, ousia::patchLoadInfo*, juce::String&) + 1190
    10  com.eastwest.Play                       0x230e693f ousia::PatchLoader::loadChunk() + 159
    11  com.eastwest.Play                       0x230e8892 ousia::PatchLoader::run() + 2466
    12  com.eastwest.Play                       0x22f1a52d juce::Thread::threadEntryPoint() + 105
    13  com.eastwest.Play                       0x22f0482c juce::threadEntryProc(void*) + 40
    14  libsystem_pthread.dylib                 0x9b3585fb _pthread_body + 144
    15  libsystem_pthread.dylib                 0x9b358485 _pthread_start + 130
    16  libsystem_pthread.dylib                 0x9b35dcf2 thread_start + 34
    Thread 34:
    0   libsystem_kernel.dylib                  0x971e37ca __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x9b35ad1d _pthread_cond_wait + 728
    2   libsystem_pthread.dylib                 0x9b35cbd9 pthread_cond_wait$UNIX2003 + 71
    3   com.eastwest.Play                       0x22f0aa80 juce::WaitableEventImpl::wait(int) + 52
    4   com.eastwest.Play                       0x22f00228 juce::WaitableEvent::wait(int) const + 26
    5   com.eastwest.Play                       0x230e7f18 ousia::PatchLoader::run() + 40
    6   com.eastwest.Play                       0x22f1a52d juce::Thread::threadEntryPoint() + 105
    7   com.eastwest.Play                       0x22f0482c juce::threadEntryProc(void*) + 40
    8   libsystem_pthread.dylib                 0x9b3585fb _pthread_body + 144
    9   libsystem_pthread.dylib                 0x9b358485 _pthread_start + 130
    10  libsystem_pthread.dylib                 0x9b35dcf2 thread_start + 34
    Thread 35:
    0   libsystem_kernel.dylib                  0x971e37ca __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x9b35ad1d _pthread_cond_wait + 728
    2   libsystem_pthread.dylib                 0x9b35cbd9 pthread_cond_wait$UNIX2003 + 71
    3   com.eastwest.Play                       0x22f0aa80 juce::WaitableEventImpl::wait(int) + 52
    4   com.eastwest.Play                       0x22f00228 juce::WaitableEvent::wait(int) const + 26
    5   com.eastwest.Play                       0x230e7f18 ousia::PatchLoader::run() + 40
    6   com.eastwest.Play                       0x22f1a52d juce::Thread::threadEntryPoint() + 105
    7   com.eastwest.Play                       0x22f0482c juce::threadEntryProc(void*) + 40
    8   libsystem_pthread.dylib                 0x9b3585fb _pthread_body + 144
    9   libsystem_pthread.dylib                 0x9b358485 _pthread_start + 130
    10  libsystem_pthread.dylib                 0x9b35dcf2 thread_start + 34
    Thread 36:
    0   libsystem_kernel.dylib                  0x971e37ca __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x9b35ad1d _pthread_cond_wait + 728
    2   libsystem_pthread.dylib                 0x9b35cbd9 pthread_cond_wait$UNIX2003 + 71
    3   com.eastwest.Play                       0x22f0aa80 juce::WaitableEventImpl::wait(int) + 52
    4   com.eastwest.Play                       0x22f00228 juce::WaitableEvent::wait(int) const + 26
    5   com.eastwest.Play                       0x230e7f18 ousia::PatchLoader::run() + 40
    6   com.eastwest.Play                       0x22f1a52d juce::Thread::threadEntryPoint() + 105
    7   com.eastwest.Play                       0x22f0482c juce::threadEntryProc(void*) + 40
    8   libsystem_pthread.dylib                 0x9b3585fb _pthread_body + 144
    9   libsystem_pthread.dylib                 0x9b358485 _pthread_start + 130
    10  libsystem_pthread.dylib                 0x9b35dcf2 thread_start + 34
    Thread 37:
    0   libsystem_kernel.dylib                  0x971e37ca __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x9b35ad1d _pthread_cond_wait + 728
    2   libsystem_pthread.dylib                 0x9b35cbd9 pthread_cond_wait$UNIX2003 + 71
    3   com.eastwest.Play                       0x22f0aa80 juce::WaitableEventImpl::wait(int) + 52
    4   com.eastwest.Play                       0x22f00228 juce::WaitableEvent::wait(int) const + 26
    5   com.eastwest.Play                       0x2303e270 ousia::PartConvolution::Process::run() + 48
    6   com.eastwest.Play                       0x22f1a52d juce::Thread::threadEntryPoint() + 105
    7   com.eastwest.Play                       0x22f0482c juce::threadEntryProc(void*) + 40
    8   libsystem_pthread.dylib                 0x9b3585fb _pthread_body + 144
    9   libsystem_pthread.dylib                 0x9b358485 _pthread_start + 130
    10  libsystem_pthread.dylib                 0x9b35dcf2 thread_start + 34
    Thread 33 crashed with X86 Thread State (32-bit):
      eax: 0x00000000  ebx: 0x9448fdce  ecx: 0xb094532c  edx: 0x971e3952
      edi: 0xb0946000  esi: 0x00000006  ebp: 0xb0945348  esp: 0xb094532c
       ss: 0x00000023  efl: 0x00000206  eip: 0x971e3952   cs: 0x0000000b
       ds: 0x00000023   es: 0x00000023   fs: 0x00000000   gs: 0x0000000f
      cr2: 0x04d78000
    Logical CPU:     0
    Error Code:      0x00080148
    Trap Number:     132
    Binary Images:
        0x1000 -   0xbeafff  com.apple.logic.pro (9.1.8 - 1700.67) <D8F173FC-C08A-5AF3-A7DD-ECFFDB6A8877> /Applications/Logic Pro.app/Contents/MacOS/Logic Pro
      0xe85000 -   0xeb8fe7  com.apple.music.apps.MAAudioUnitSupport (9.1.8 - 233.53) <4A75EC0F-CD9B-99B7-187C-FAD6560734D7> /Applications/Logic Pro.app/Contents/Frameworks/MAAudioUnitSupport.framework/Versions/A/MAAudioUnit Support
      0xec7000 -   0xef8ff3  com.apple.musicaudiodataservices (1.1 - 251.4) <0265F317-13AB-6CF1-A171-7D5853442E75> /Applications/Logic Pro.app/Contents/Frameworks/MAAssetSharing.framework/Versions/A/MAAssetSharing
      0xf08000 -   0xf66ff3  com.apple.music.apps.MALoopManagement (9.1.8 - 219.66) <A1CB744D-B391-438C-28DE-2CABB594E4A9> /Applications/Logic Pro.app/Contents/Frameworks/MALoopManagement.framework/Versions/A/MALoopManagem ent
      0xf7e000 -  0x11abfff  com.apple.prokit (7.4.0 - 1957) <21F637BA-FAA7-3CAD-8774-011559AE614E> /System/Library/PrivateFrameworks/ProKit.framework/Versions/A/ProKit
    0x12c4000 -  0x133efff  com.apple.music.apps.MACore (9.1.8 - 477.58) <53D4EB61-BFD7-ADA1-217C-BBEA1F38DA80> /Applications/Logic Pro.app/Contents/Frameworks/MACore.framework/Versions/A/MACore
    0x1360000 -  0x139eff2  com.apple.audio.midi.CoreMIDI (1.10 - 88) <64824C07-A240-3A16-ABFF-B38FB8EAF71E> /System/Library/Frameworks/CoreMIDI.framework/Versions/A/CoreMIDI
    0x13c2000 -  0x1418ff7  com.apple.music.apps.MAHarmony (9.1.8 - 199.72) <D93A5C62-91A1-2D04-A715-5805EBEF693B> /Applications/Logic Pro.app/Contents/Frameworks/MAHarmony.framework/Versions/A/MAHarmony
    0x1431000 -  0x184bfeb  com.apple.music.apps.MAPlugInGUI (9.1.8 - 424.79) <D98859D6-BA99-5073-49B7-44B57F4FE211> /Applications/Logic Pro.app/Contents/Frameworks/MAPlugInGUI.framework/Versions/A/MAPlugInGUI
    0x1a72000 -  0x1b54feb  com.apple.music.apps.OMF (9.1.8 - 109.7) <869B8C49-7726-C45F-E301-A21EAE7A3B3B> /Applications/Logic Pro.app/Contents/Frameworks/OMF.framework/Versions/A/OMF
    0x1b6b000 -  0x21bcfe3  com.apple.music.apps.MADSP (9.1.8 - 588.98) <7BEB4983-28A6-8808-2B8D-A48F0A3F0111> /Applications/Logic Pro.app/Contents/Frameworks/MADSP.framework/Versions/A/MADSP
    0x28b3000 -  0x28d4ff7  com.apple.music.apps.LogicFileBrowser (9.1.8 - 1700.67) <FEEA3128-4A7E-7FDD-0E7E-BFC9554CA78B> /Applications/Logic Pro.app/Contents/Frameworks/LogicFileBrowser.framework/Versions/A/LogicFileBrow ser
    0x28de000 -  0x2957ff7  com.apple.music.apps.LogicLoopBrowser (9.1.8 - 1700.67) <3396D969-32DF-0446-8E3D-F2FE82B23CD8> /Applications/Logic Pro.app/Contents/Frameworks/LogicLoopBrowser.framework/Versions/A/LogicLoopBrow ser
    0x296d000 -  0x298eff7  com.apple.music.apps.MAApogeeSupport (9.1.8 - 313.26) <D058F550-BB20-ABD6-51E8-3001AE32A6E1> /Applications/Logic Pro.app/Contents/Frameworks/MAApogeeSupport.framework/Versions/A/MAApogeeSuppor t
    0x2995000 -  0x299aff7  com.apple.music.apps.MAResources (9.1.8 - 212.66) <985579E4-F9E5-F7C6-39C8-FC294A330A2A> /Applications/Logic Pro.app/Contents/Frameworks/MAResources.framework/Versions/A/MAResources
    0x299f000 -  0x29c9fff  com.apple.audio.CoreAudioKit (1.6.6 - 1.6.6) <30C0DC77-EDFD-36B3-AB1C-A520B472A869> /System/Library/Frameworks/CoreAudioKit.framework/Versions/A/CoreAudioKit
    0x29dc000 -  0x29ecff7  com.apple.AERegistration (1.2 - 401) <4FEFA52A-BF2E-2BCC-0124-4E3653B88D95> /Applications/Logic Pro.app/Contents/Frameworks/AERegistration.framework/Versions/A/AERegistration
    0x2a02000 -  0x2a0eff3  com.apple.music.apps.MAUnitTest (9.1.8 - 97.27) <FB0DE08A-CFEB-7039-796A-F05E8FE0DA11> /Applications/Logic Pro.app/Contents/Frameworks/MAUnitTest.framework/Versions/A/MAUnitTest
    0x2a18000 -  0x2acefff  com.apple.music.apps.MAFiles (9.1.8 - 144.87) <FF7A5441-B41F-B937-9269-29C589FE6BFF> /Applications/Logic Pro.app/Contents/Frameworks/MAFiles.framework/Versions/A/MAFiles
    0x2ae9000 -  0x2b61fe3  com.apple.music.apps.MAAudioEngine (9.1.8 - 158.42) <77E17BDE-E079-7A68-621C-2947475D0402> /Applications/Logic Pro.app/Contents/Frameworks/MAAudioEngine.framework/Versions/A/MAAudioEngine
    0x2bca000 -  0x2bd5ff7  com.apple.music.apps.MAToolKit (9.1.8 - 359.28) <77A2C3F7-3530-3D65-4247-D520A1C1F487> /Applications/Logic Pro.app/Contents/Frameworks/MAToolKit.framework/Versions/A/MAToolKit
    0x2bdb000 -  0x2befff7  com.apple.music.apps.MAVideo (9.1.8 - 12.70) <74AD8812-DB1B-1845-B389-ACB0FC255ECB> /Applications/Logic Pro.app/Contents/Frameworks/MAVideo.framework/Versions/A/MAVideo
    0x2c03000 -  0x2d43fff  com.apple.syncservices (8.0 - 718) <05F1E327-2655-3769-A31D-425364480853> /System/Library/Frameworks/SyncServices.framework/Versions/A/SyncServices
    0x2dbe000 -  0x2e5affc  com.apple.MobileMe (9 - 1.01) <EBADB981-9ED6-82B0-810F-F1CB05CB5A17> /Applications/Logic Pro.app/Contents/Frameworks/MobileMe.framework/Versions/A/MobileMe
    0x

    i suspect its the kore 2 plug in, as the kore controller flashes up when the saving gets done, but it doesnt do it when it hangs. im trying to refresh/opne that plug in first before saving, last time it worked, but the crashes happened after longer times of non saving, so i dont know if that was it
    nevertheless im wondering what is it that makes logic take so long when saving? i think i once read about that and dont find it anymore. no wonder an auto save isnt there, it just wouldnt work.
    can it be solved by adjusting samplers virtual memory or something else?
    ive sent the log file to apple aftert the crash, is it still somewhere maybe?

  • Dump when command STOP is used.

    HI experts,
    I am facing dump , when i use STOP command.
    IF va_answer = 2 .
    stop.
    endif.
    i have to stop creation of contract creation,without saving anything .so i have used stop.
    this is not inside any loop / case .
    please help me out in this.

    HI,
    What do you mean by
    i have to stop creation of contract creation,without saving anything .so i have used stop.
    Are you coding teh STOP statement in some user exit while creating the contract?
    You can use STOP in an exit.
    Kindly be more specific with your requirement.
    Regards,
    Ankur Parab

Maybe you are looking for

  • Sound effects During a transition

    Is there a way to play sound DURING a transition from one slide to the next? e.g. I would like to use the Shutter transition and play a camera shutter sound effect while you see the shutter close and open. Another example would be a bang during a Fal

  • Documents with clickable links

    I am trying to prepare a document on my Windows7 PC that contains a ton of hyperlinks. I do not have Word on my iPad, and I can easily create output formats (like pdf) on my PC that I can read on the iPad, but have been unable to find a format where

  • Account number Range for Date Range

    Hi.. My report shows a list of account numbers (G/L accounts)- 0ACCOUNT and their respective keyfigure values for a particular range of Calender year/Month - OCALMONTH. The user wants .... 2 different ranges of accounts for two different calyear/mont

  • How to resolve un reported exception

    I have migrated my project jdk1.3 in to jdk 1.5 but it throwing some compiler warning messages as un reported exception

  • Phone refusing to sync despite stable connection

    as of thursday 4.30 pm my phone refuses to sync weather, twitter, emails (gmail), app store or safari. i can however skype or use any other messengers. calling is fine too.. i updated the software and reset the network but its still not working. does