Read BPs from a filter of an Attribute Set.

Hi SAP Gurus,
We have a scenario: We have a PROFILE/Attribute List where one attribute is selected. That attribute has a filter criteria which  contains some BPs. We have to read those BPs within the filter and Assign the BPs to a target group. then we have to assign the target group to a campaign.
1. Do we have any function modules to read BPs from the filter of the attribute list automatically?
2. Do we have FMs to create a Campaign? we have found a FM 'MKT_ELEMENT_CREATE' which creates a Campaign element within a parent campaign. But we want to create a parent campaign itself. Do we have any FM for that?
Thanks in Advance.

Hi,
You can use the methods in the class 'cl_crm_mktpl_appl_base' to create a campaign and assign target groups.
the mehods used are : get instance to instantiate an object, 'element create' method followed by 'save method , BAPI_TRANSACTION_COMMIT to create the campaign and 'tggr_assign_create' followed by ''save' and 'bapi commit' to assign the target groups.
Hope this helps!!!
Prerna

Similar Messages

  • The order in attribute set is MESSED UP

    Hello forum,
    Here is an intricate description of my problem:
    When I define BRIDGE_TYPE attribute set for Discoverer the sequence of attributes often changes in attribute set without my intervention. This is especially the problem because advanced attribute properties themselves DO NOT change the order. Consequently, I am getting completely messed up. I cannot identify any possible pattern here. I observe it for both dimensions and facts attribute sets.
    What's wrong?
    Sorry for very vague description of the problem, but that's how it's going on!!!
    Another problem is sometimes on the Attribute Sets tab the button "Advanced..." is grayed out for BRIDGE_TYPE. When I move focus to the only one attribute set (BRIDGE_TYPE) and not changing anything press ok (or in some other way move out focus from the record about BRIDGE_TYPE attribute set), I get error message that only one attribute set of type BRIDGE_TYPE may exist. After I press ok for this message, the type of attribute set is automatically changed to USER_DEFINED (of course Advanced button is still grayed out). Then I press ok and open Table Properties again. There I can see two identical attribute sets but with different types: BRIDGE_TYPE and USER_DEFINED. The names of attribute sets are the same, so I have to change name of one attribute set or delete them. If I delete them and create new attribute set of type BRIDGE_TYPE, I am able to go to advanced properties and everything fine, except order problem described above. Again I cannot see any pattern here - this happened only with some of dimensions.
    Does anybody observe such a strange behavior? I'm lost and disappointed. :(
    Regards,
    Alex

    I have found a solution for ordering problem but it's realy error-prone. :(
    I have determined that order is changed only when I change advanced properties for BRIDGE_TYPE attribute set. If I change them again, the order is back to the previous state, so I can handle it with some efforts. Of course, this is not good way of doing thing, but I don't know better way to handle this.
    This trick really slows the work down! If someone experienced similar results, please, share your knowledge.
    Regards,
    Alex

  • Reading values from ServletRequst in Filter

    I have a filter that captures some basic info (request method and uri) from request. But whenever I read parameters contained in http request for "POST" method, I can't figure out how to repost parameters to request. I think that after I read parameters from request in filter, parameters aren't available in http servlet. I think that I have to repost parameters to request after i read it.
    does anybody know how to do it?

    here is the code.
         BufferedReader in = new BufferedReader( new InputStreamReader (request.getInputStream()));
         String line = null;
         while (null != (line = in.readLine()))
              System.out.println(line);
    After I use request.getInputStream(), I can't retrieve values from parameters. is there any way to handle this issue?
    I'd appreciated for any idea.

  • Ugrent help. User exit- Read data from BW BPS layout and write to ODS

    Hi,
    I am new to BW BPS and have a req. where i need to read data from BPS layout (EXCEL) and write it to ODS.
    Is there any function module or user exit which read data from excel layout and upload it to ODS. Or can any one help me out how can i write a code for this.
    It is urgent and i need your help.
    Appreciate any kind of input.
    Thanks
    Mamatha

    Dear Mamatha,
    read following documents. i hope it will work for you.
    [http://www.geocities.com/cynarad/reference_for_bps_programming.pdf]
    [Accessing BW Master Data in BPS Functions using ABAP ( Exit Function )|https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/d3dcc423-0b01-0010-4382-aa3e0784b61e]
    Regards,
    Malik
    Give me points if its helpful for you.

  • How to read  data from a value attribute

    I  have a context node which has some value attributes.the value to these attributes have been set in their setter/getter methods . How do i read data in the do_prepare_output ,because this attribute does not get recognised when i do get_property_as_string( iv_attr_name = 'XYZ' ). Please let me know how this can be done .

    Hi Shakuntala,
    Value attributes are only for display purpose.
    Check where is the value for the Value Attribute you are trying to read getting stored in SET method.
    For example, Employee Responsible has a value attribute RESPONSIBLE_NAME_UI on the screen
    but in turn the value gets stored in the 'RESPONSIBLE_NAME' and 'RESPONSIBLE_TEXT'.
    You can get these fields in SET method.
    Now when you want to read, use the logic available in GET method for the value attribute like this
      value = me->get_responsible_text( attribute_path = '//TRADE/RESPONSIBLE_TEXT' ).
      IF value IS INITIAL.
        value = me->get_responsible_name( attribute_path = '//TRADE/RESPONSIBLE_NAME' ).
      ENDIF.
    Regards,
    Masood Imrani S.

  • Can rsync filter on extended attributes?

    Hi there,
    I've been using rsync for quite a while now to perform various backups on my network, and it's been working without issue.
    What I'm wondering today is if it's possible to create an rsync job that can filter on the colour label value of a folder? Bascially I'd like a job that essentially does
    "IF this folder IS red OR orange THEN rsync it"
    I've google for a while now and while I see that the -E filter preserves extended attributes, and the filter command can filter on file/folder name attributes, I can't seem to figure out a way to filter based on extended attributes.
    Is there a way?
    ...Mike

    This is not going to be pretty.
    bash doesn't look to have a direct path into Finder's sort-of-private extended attribute information, save via some "creativity" involving xargs and xattr.
    There are also paths into the extended attributes via Perl and via [Python xattr calls|http://www.entropy.ch/blog/Developer>.
    Invoking osascript to script Finder via AppleScript can be be a path.
    I'd probably [customize some C code|http://www.mactech.com/articles/mactech/Vol.21/21.05/ACLs/index.html] to fetch the attributes, and call that from within the bash script. (These APIs are documented, if you're comfortable coding in C.)
    The "sneaky" or "clever" approach would be a customized rsync; tweak the file selection logic to do what you want.
    Have a look at [updating rsync 3.0|http://patternbuffer.wordpress.com/2008/01/04/rsync-30-looking-very-promisi ng> and (for testing) the [backup bouncer|http://www.n8gray.org/code/backup-bouncer> tool.
    But none of this is particularly pretty.

  • How to make a report to display next 18 months of data with when user select a particular month from the filter in power pivot tabular model.

    Hi,
    i have a  dimension table  with month_key having values (201201,201202,201203.......202011,202012) and month name ( Jan 12, feb 12,......NOV 20, Dec 20)  and a fact  table with columns (month_key ,measure_types, Amount)
    My requirement is to create a power pivot report  in which when a user select a month from the filter, the report should display the (selected month+18 ) month's data against each type . when JAN 12 is selected ,the jan 2012 +18 = june 2013
    , month name should be populated with months till june 2013 only .
    i tried creating calculated column"END DATE " in the fact table with  dax expression to calculate the 18th monh from the current month  as below 
    month_key END DATE
    201201       201306    
    201202       201307      
    and thought of filtering the table with month key <= ENDDATE but it is not working as expected. could you please guide me on this ? Is there any time intelligence function that serve the purpose . Iam using  excel 2010
    ..hence could not do any calculation on the report side also. please suggest .
    Thanks in advance                                                                                                                                               

    Do you need to show the measure calculated for those 18 months as a total on 1 row, or do you need to select a single month and then display on row filters 18 distinct rows?
    The first is trivial as driezl has suggested.
    The second will require a second calendar table.
    I created this example workbook for a coworker who had a similar problem. You will have to use the disconnected table as your filter and pull your related table onto the rows.
    Finally, the easiest way to deal with the sort of date arithmetic you need to do is to restructure your date table to have a series of "Sequential" fields. These fields should be the number of units of time since the beginning of your calendar.
    For example, consider a calendar starting on January 1, 2010. For January - December 2010, [MonthSequential] = 1, 2, ..., 12. For January - December 2011, [MonthSequential] = 13, 14, ..., 24, and so on, incrementing by 1 for each sequential month in time.
    Assuming you have this set up in your date tables (one related to your model - DimDate - and one disconnected - DisconDimDate) your measure would look like this:
    18 Month Measure:=
    CALCULATE( [Measure]
    , FILTER( DimDate
    , DimDate[MonthSequential] >= MAX( DisconDimDate[MonthSequential] )
    && DimDate[MonthSequential] <= MAX( DisconDimDate[MonthSequential] ) + 18
    Please review this example along with the workbook I have linked above.

  • How to read parameters from request object

    We want to read parameters from GET request
    but whenever we are calling GET_URI_PARAMETER from the REQUEST we don't see any results
    url is like
    http://coevi116.wdf.sap.corp:8000/sap(bD1lbiZjPTEwMA==)/bc/bsp/sap/z_test_json/jsontest.htm?PARAM=ABC
    But reading PARAM is not givng value of ABC
    onCreate and onRequest wherever we put the code it is not reading the value
    Can anyone please help and share some expert opinion

    in jsontest.htm page create a page attribute named "PARAM" with auto check box checked and check in oninitialization, this will carry the value passed to param from url.

  • How to open and write to a new document from a filter plug in?

    Hi. I'm new to writing photoshop plug in. I would like to copy a small area of the current image, open a new document, and paste the area into the new document. All this is done in photoshop only.
    I am currently using the "Dissolve" filter to do my study, and i can't find the way to create a new document.
    I found a reply by Tom Ruark, mentioning using an automation plug in.
    Can someone please point out to me which functions, and parameters, to study?
    And are there any sample projects that do this?
    Many thanks.
    Regards,
    Yong

    You don't do that from a filter plugin. A filter plugin can only filter existing data.
    Yes, you would need a script or an automation plugin to create a new document.
    You might want to read the SDK about what the various types of plugins can do.

  • Error while extracting values from SOAP Body using XPath (Retrieve from Message filter)

    Hi,
    I am using 'Retrieve from Message' filter to extract element value from the following SOAP response envelope:
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:math="http://example.com/math.xsd">
    <soapenv:Header/>
    <soapenv:Body>
    <math:DivideResponse>
    <iResult>10</iResult>
    </math:DivideResponse>
    </soapenv:Body>
    </soapenv:Envelope>
    I am using the XPath expression - /soapenv:Envelope/soapenv:Body/math:AddResponse/iResult
    soapenv = http://example.com/math.xsd
    math = http://schemas.xmlsoap.org/soap/envelope/
    ERROR
    4/19/15, 19:29:03.016
    Empty attribute retrieved from message via XPath
    ERROR
    4/19/15, 19:29:03.016
    The message [Id-59643455b76a00000000000045edd6a6] logged Failure at 04.19.2015 19:29:03,015 with log description: Failed to extract attributes via XPath
    ERROR
    4/19/15, 19:29:03.017
    Retrieve math result from SOAP response
    Could you please help me resolve it?
    Thanks,
    Aneesh.

    Hi Aneesh,
    XPath Expression: /soapenv:Envelope/soapenv:Body/math:DivideResponse/iResult
    You are using AddResponse in your XPath there is no element named like that.
    Cheers,
    Stefan

  • Replication of BPs from CRM to R/3

    Hi folks,
    I have a task of replicating BPs from CRM to OLTP system. I am new in this area. Can anyone guide me with some kinda step by step documentation, SAP notes. Once I am done with this, I need to replicate the Sales Orders too. Please guide.
    Thanks
    John

    Hi Fredrick
    Just check out the Best Practices for CRM Master data and transactional data replication guide (C03) on the following link.
    http://help.sap.com/bp_crmv250/CRM_DE/BBLibrary/html/BBlibrary.htm
    It should help you with BP and transactions replication both
    Hope this will help
    Regards,
    Rekha Dadwal
    <b>You gain a point for every point that you reward. So reward helpful answers generously</b>

  • Reading data from a XML file.

    Hi,
      I am new user to webdynpro and has the task of reading data from XML file.The file is created using XML form Builder and is stored at a location.But my code gives me the path instead of the content in the data.
    The code is :
    try
          IWDClientUser wdClientUser = WDClientUser.getCurrentUser();
           com.sap.security.api.IUser sapUser = wdClientUser.getSAPUser();
    // create an ep5 user from the retrieved user
           IUser ep5User = WPUMFactory.getUserFactory().getEP5User(sapUser);
           IResourceContext context = new ResourceContext(ep5User);
    /Specify the path of ur document here./
           RID pathRID = RID.getRID("/documents/70f51182-84c3-2710-ce91-8d5fbfde713d.xml");
           //RID pathRID = RID.getRID("/documents/hol.txt");
           wdContext.currentContextElement().setSetDisp(pathRID.toString());
           IResource resource = ResourceFactory.getInstance().getResource(pathRID, context);                       
           InputStream in = resource.getContent().getInputStream();
           ByteArrayOutputStream out = new ByteArrayOutputStream();
           byte[] buffer = new byte[4096];
           int bytesread = 0;
           while ((bytesread = in.read(buffer)) != -1)
               out.write(buffer, 0, bytesread);
           String myData = out.toString();
    /*myFile will containS the content of the document./
           wdContext.currentContextElement().setSetDisp(myData);
           catch (Exception e)
            // wdContext.currentContextElement().setTextdisp("IO Error:" + e.getMessage());
    text data is read from the location but XML data is not read.
    Please help me out.

    hi SriRam,
      For some reasons you are not able to change the value of attribute SetDisp ahich you gave the default value as the path using the following statement
    wdContext.currentContextElement().setSetDisp(myData);
    Remove that line.First try to open the files using creating new window instance
    IWDWindow window =
                wdComponentAPI.getWindowManager().createExternalWindow(
                      "http://<server name>:<port no>/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs"
                            + "/documents/Public Documents/...."
                            + "/"
                            +<name>,
                      "from km repository",
                      false);
          window.open();
    Then we can be sure that the error is due to reading data using input stream
    Regards
    Rohit

  • Replacement from the Value of an Attribute*

    Replacement from the Value of an Attribute
    With formula variables you can set the processing type Replacement from the Value of an Attribute and create a reference to the reference characteristic for the variable. The attribute Reference to Characteristic (Constant 1) is a dummy attribute that is available with each characteristic. It serves to create a reference to the characteristic, by which it does not need to be aggregated. By choosing this attribute, you can influence the aggregation behavior of calculated key figures in a targeted way and can improve performance during calculation.
    1)what does this do in the query?
    2)what is the value of the variable created ?(like 1,2 etc {i.e.} it changes or is  a constant value like 1)?
    E.g. i have created a formula variable zvar , (replacement path  type) ref. char is wbselement, then what will be the value of the zvar if its used in a formula
    eg.  Formula 1 = kef1 kef2zvar.
    what will be the value(s)  of the variables in the these cases
    1. project = 1000,1000.30.
    2.project = 2000,2000.30.01
    3.proect = 3000,3000.30.01,3000.30.02.
    3.) as per the def. its a  number which refer to a wbs, then in the FORMULA , will it consider the zvar as a VALUE or what would happen?
    Edited by: jumboash on Oct 23, 2009 7:25 PM

    Hi,
    ZVAR is not considered as value in the calculation. It is used only to calculate the formula correctly without aggregation of the operands.
    For example there are two materials m1 and m2 . total amount has to be calculated for these materials whose quantitys are 10 and 20 and whose prices are 200 and 300 respectively.
    Case1:- if ZVAR is not used then the calculation of the fromula will be as follows
    qty   Price    amount
    10 * 200   = 2000
    20 * 300   = 6000
    30 * 500 =  15000     ->   The total amount shows is 15000 which is not correct
    Case 2: -  if ZVAR is used in the calculation of the formula
    qty   Price    amount
    10 * 200   = 2000
    20 * 300   = 6000
                       8000   -> The total amount shows is 8000 which is correct
    so using the ZVAR in the formula shows the correct result without considering the aggregation . This is useful in the case if the material is not part of rows.

  • Read date from an email using sender mail adapter.

    Hi All,
    I am working on a scenario, which reads emails from mail box using POP3 protocol and Mail adapter. How to get the mail attributes like received date? I have to take some decisions based on that field.
    Also can we tell to move that mail to different folder in that mail box after successfully read? it is like archiving folder in that mail box.
    Regards,
    Hari

    Hi Hari,
    You use IMAP4 (Internet Message Access Protocol) to retrieve e-mails from a folder of an e-mail server.
    You use POP3 (Post Office Protocol Version 3) to retrieve e-mails from an e-mail server.
    AFAIK,  you have to use IMAP4 protocol for moving email to another folder are reading email successfully. And i don't think POP3 will allow this functionality.
    Regarding email date , If you maintain Message protocol as XIPAYLOAD you will receive all header details(Subject , TO ,FROM ,CC,DATE ,etc ) in your payload.
    Thanks
    Hari.

  • What is causing PS CC 2014 to crash when a non-zero *result is returned from a filter plugin?

    Hi All,
    I'm trying to debug a crash in Photoshop after returning from a filter plugin.
    In the case that the filter plugin has “done nothing” or the user has elected not to save the work, the filter plugin sets the value of *result to be -128 or 2. If the plugin has completed successfully and some work has been saved then *result is of course set to 0.
    When *result is set to other than 0, though, Photoshop immediately crashes after the plugin has returned from PluginMain.
    The backtrace of the crashed thread is at the bottom of this message.
    If I alter our filter code so that *result is set to 0, without any other change having been made, there is no crash, which leaves me a bit stumped. Clearly this isn't appropriate, since it results in the new filter layer being created, which the user doesn't want if the filter was cancelled!
    Any suggestions about where to start investigating?
    The sample backtrace below occurs immediately after I return from PluginMain (having been passed a selector of 5) having set *result=2, *data=0.
    Process:               Adobe Photoshop CC 2014 [33126]
    Path:                  /Applications/Adobe Photoshop CC 2014/Adobe Photoshop CC 2014.app/Contents/MacOS/Adobe Photoshop CC 2014
    Identifier:            com.adobe.Photoshop
    Version:               15.2.2 (15.2.2.310)
    Code Type:             X86-64 (Native)
    Parent Process:        ??? [1]
    Responsible:           Adobe Photoshop CC 2014 [33126]
    User ID:               501
    Date/Time:             2015-04-07 17:10:24.957 +0100
    OS Version:            Mac OS X 10.10.2 (14C1514)
    Report Version:        11
    Anonymous UUID:        97353721-6C4A-3788-A7DC-067B7B828CE4
    Sleep/Wake UUID:       60AF0C59-FB9D-43F8-9441-DE0519F0F56E
    Time Awake Since Boot: 500000 seconds
    Time Since Wake:       9800 seconds
    Crashed Thread:        0  Dispatch queue: com.apple.main-thread
    Exception Type:        EXC_CRASH (SIGABRT)
    Exception Codes:       0x0000000000000000, 0x0000000000000000
    Application Specific Information:
    abort() called
    terminating with uncaught exception of type photoshop_error: photoshop_exception
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   libsystem_kernel.dylib             0x00007fff8bd14286 __pthread_kill + 10
    1   libsystem_c.dylib                  0x00007fff992a5b53 abort + 129
    2   libc++abi.dylib                    0x00007fff96221a21 abort_message + 257
    3   libc++abi.dylib                    0x00007fff962499b9 default_terminate_handler() + 243
    4   libobjc.A.dylib                    0x00007fff8bf197eb _objc_terminate() + 124
    5   libc++abi.dylib                    0x00007fff962470a1 std::__terminate(void (*)()) + 8
    6   libc++abi.dylib                    0x00007fff96247113 std::terminate() + 51
    7   com.adobe.Photoshop                0x000000010e23209e 0x10e226000 + 49310
    8   com.adobe.Photoshop                0x000000010e826930 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 1994480
    9   com.adobe.Photoshop                0x000000010e822c68 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 1978920
    10  com.adobe.Photoshop                0x000000010e81cb3e AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 1954046
    11  com.adobe.Photoshop                0x000000010e823da3 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 1983331
    12  com.adobe.Photoshop                0x000000010ec91ac5 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 6627461
    13  com.adobe.Photoshop                0x000000010ec925ca AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 6630282
    14  com.adobe.Photoshop                0x000000010e81ca60 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 1953824
    15  com.adobe.Photoshop                0x000000010ec8cfc1 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 6608257
    16  com.adobe.Photoshop                0x000000010ec8d7e1 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 6610337
    17  com.adobe.Photoshop                0x000000010e81c4d5 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 1952405
    18  com.adobe.Photoshop                0x000000010e823f02 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 1983682
    19  com.adobe.Photoshop                0x000000010e8bd1bc AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 2611068
    20  com.adobe.Photoshop                0x000000010e82505d AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 1988125
    21  com.adobe.Photoshop                0x000000010e827c21 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 1999329
    22  com.adobe.Photoshop                0x000000010e9a5421 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 3561953
    23  com.adobe.Photoshop                0x000000010e331fd0 boost::exception_detail::copy_boost_exception(boost::exception*, boost::exception const*) + 988320
    24  com.adobe.Photoshop                0x000000010e33a4ec boost::exception_detail::copy_boost_exception(boost::exception*, boost::exception const*) + 1022396
    25  com.adobe.Photoshop                0x000000010e2af68a boost::exception_detail::copy_boost_exception(boost::exception*, boost::exception const*) + 453466
    26  com.adobe.Photoshop                0x000000010e2b576d boost::exception_detail::copy_boost_exception(boost::exception*, boost::exception const*) + 478269
    27  com.adobe.Photoshop                0x000000010e2b4981 boost::exception_detail::copy_boost_exception(boost::exception*, boost::exception const*) + 474705
    28  com.adobe.Photoshop                0x000000010e2b07bf boost::exception_detail::copy_boost_exception(boost::exception*, boost::exception const*) + 457871
    29  com.adobe.Photoshop                0x000000010e2b05a6 boost::exception_detail::copy_boost_exception(boost::exception*, boost::exception const*) + 457334
    30  com.adobe.Photoshop                0x000000010fabbbb4 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 21479796
    31  com.apple.AppKit                   0x00007fff8f16b608 -[NSApplication run] + 711
    32  com.adobe.Photoshop                0x000000010fabc382 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 21481794
    33  com.adobe.Photoshop                0x000000010fabd6f8 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 21486776
    34  com.adobe.Photoshop                0x000000010e2b0e8f boost::exception_detail::copy_boost_exception(boost::exception*, boost::exception const*) + 459615
    35  com.adobe.Photoshop                0x000000010e564dce boost::exception_detail::copy_boost_exception(boost::exception*, boost::exception const*) + 3293854
    36  com.adobe.Photoshop                0x000000010e564f29 boost::exception_detail::copy_boost_exception(boost::exception*, boost::exception const*) + 3294201
    37  com.adobe.Photoshop                0x000000010e228334 0x10e226000 + 9012
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib             0x00007fff8bd15232 kevent64 + 10
    1   libdispatch.dylib                  0x00007fff9491fa6a _dispatch_mgr_thread + 52
    Thread 2:
    0   libsystem_kernel.dylib             0x00007fff8bd1494a __workq_kernreturn + 10
    1   libsystem_pthread.dylib            0x00007fff8bef640d start_wqthread + 13
    Thread 3:: MPSupport Worker
    0   libsystem_kernel.dylib             0x00007fff8bd14136 __psynch_cvwait + 10
    1   MultiProcessor Support             0x000000011eb7040b 0x11eb29000 + 291851
    2   MultiProcessor Support             0x000000011eb7030b 0x11eb29000 + 291595
    3   MultiProcessor Support             0x000000011eb90844 0x11eb29000 + 424004
    4   libsystem_pthread.dylib            0x00007fff8bef8268 _pthread_body + 131
    5   libsystem_pthread.dylib            0x00007fff8bef81e5 _pthread_start + 176
    6   libsystem_pthread.dylib            0x00007fff8bef641d thread_start + 13
    Thread 4:: MPSupport Worker
    0   libsystem_kernel.dylib             0x00007fff8bd14136 __psynch_cvwait + 10
    1   MultiProcessor Support             0x000000011eb7040b 0x11eb29000 + 291851
    2   MultiProcessor Support             0x000000011eb7030b 0x11eb29000 + 291595
    3   MultiProcessor Support             0x000000011eb90844 0x11eb29000 + 424004
    4   libsystem_pthread.dylib            0x00007fff8bef8268 _pthread_body + 131
    5   libsystem_pthread.dylib            0x00007fff8bef81e5 _pthread_start + 176
    6   libsystem_pthread.dylib            0x00007fff8bef641d thread_start + 13
    Thread 5:: MPSupport Worker
    0   libsystem_kernel.dylib             0x00007fff8bd14136 __psynch_cvwait + 10
    1   MultiProcessor Support             0x000000011eb7040b 0x11eb29000 + 291851
    2   MultiProcessor Support             0x000000011eb7030b 0x11eb29000 + 291595
    3   MultiProcessor Support             0x000000011eb90844 0x11eb29000 + 424004
    4   libsystem_pthread.dylib            0x00007fff8bef8268 _pthread_body + 131
    5   libsystem_pthread.dylib            0x00007fff8bef81e5 _pthread_start + 176
    6   libsystem_pthread.dylib            0x00007fff8bef641d thread_start + 13
    Thread 6:: MPSupport Worker
    0   libsystem_kernel.dylib             0x00007fff8bd14136 __psynch_cvwait + 10
    1   MultiProcessor Support             0x000000011eb7040b 0x11eb29000 + 291851
    2   MultiProcessor Support             0x000000011eb7030b 0x11eb29000 + 291595
    3   MultiProcessor Support             0x000000011eb90844 0x11eb29000 + 424004
    4   libsystem_pthread.dylib            0x00007fff8bef8268 _pthread_body + 131
    5   libsystem_pthread.dylib            0x00007fff8bef81e5 _pthread_start + 176
    6   libsystem_pthread.dylib            0x00007fff8bef641d thread_start + 13
    Thread 7:: MPSupport Worker
    0   libsystem_kernel.dylib             0x00007fff8bd14136 __psynch_cvwait + 10
    1   MultiProcessor Support             0x000000011eb7040b 0x11eb29000 + 291851
    2   MultiProcessor Support             0x000000011eb7030b 0x11eb29000 + 291595
    3   MultiProcessor Support             0x000000011eb90844 0x11eb29000 + 424004
    4   libsystem_pthread.dylib            0x00007fff8bef8268 _pthread_body + 131
    5   libsystem_pthread.dylib            0x00007fff8bef81e5 _pthread_start + 176
    6   libsystem_pthread.dylib            0x00007fff8bef641d thread_start + 13
    Thread 8:: MPSupport Worker
    0   libsystem_kernel.dylib             0x00007fff8bd14136 __psynch_cvwait + 10
    1   MultiProcessor Support             0x000000011eb7040b 0x11eb29000 + 291851
    2   MultiProcessor Support             0x000000011eb7030b 0x11eb29000 + 291595
    3   MultiProcessor Support             0x000000011eb90844 0x11eb29000 + 424004
    4   libsystem_pthread.dylib            0x00007fff8bef8268 _pthread_body + 131
    5   libsystem_pthread.dylib            0x00007fff8bef81e5 _pthread_start + 176
    6   libsystem_pthread.dylib            0x00007fff8bef641d thread_start + 13
    Thread 9:: MPSupport Worker
    0   libsystem_kernel.dylib             0x00007fff8bd14136 __psynch_cvwait + 10
    1   MultiProcessor Support             0x000000011eb7040b 0x11eb29000 + 291851
    2   MultiProcessor Support             0x000000011eb7030b 0x11eb29000 + 291595
    3   MultiProcessor Support             0x000000011eb90844 0x11eb29000 + 424004
    4   libsystem_pthread.dylib            0x00007fff8bef8268 _pthread_body + 131
    5   libsystem_pthread.dylib            0x00007fff8bef81e5 _pthread_start + 176
    6   libsystem_pthread.dylib            0x00007fff8bef641d thread_start + 13
    Thread 10:
    0   libsystem_kernel.dylib             0x00007fff8bd0f51a semaphore_wait_trap + 10
    1   libtbb.dylib                       0x0000000113803550 tbb::internal::rml::private_worker::thread_routine(void*) + 480
    2   libsystem_pthread.dylib            0x00007fff8bef8268 _pthread_body + 131
    3   libsystem_pthread.dylib            0x00007fff8bef81e5 _pthread_start + 176
    4   libsystem_pthread.dylib            0x00007fff8bef641d thread_start + 13
    Thread 11:
    0   libsystem_kernel.dylib             0x00007fff8bd0f51a semaphore_wait_trap + 10
    1   libtbb.dylib                       0x0000000113803550 tbb::internal::rml::private_worker::thread_routine(void*) + 480
    2   libsystem_pthread.dylib            0x00007fff8bef8268 _pthread_body + 131
    3   libsystem_pthread.dylib            0x00007fff8bef81e5 _pthread_start + 176
    4   libsystem_pthread.dylib            0x00007fff8bef641d thread_start + 13
    Thread 12:
    0   libsystem_kernel.dylib             0x00007fff8bd0f51a semaphore_wait_trap + 10
    1   libtbb.dylib                       0x0000000113803550 tbb::internal::rml::private_worker::thread_routine(void*) + 480
    2   libsystem_pthread.dylib            0x00007fff8bef8268 _pthread_body + 131
    3   libsystem_pthread.dylib            0x00007fff8bef81e5 _pthread_start + 176
    4   libsystem_pthread.dylib            0x00007fff8bef641d thread_start + 13
    Thread 13:
    0   libsystem_kernel.dylib             0x00007fff8bd0f51a semaphore_wait_trap + 10
    1   libtbb.dylib                       0x0000000113803550 tbb::internal::rml::private_worker::thread_routine(void*) + 480
    2   libsystem_pthread.dylib            0x00007fff8bef8268 _pthread_body + 131
    3   libsystem_pthread.dylib            0x00007fff8bef81e5 _pthread_start + 176
    4   libsystem_pthread.dylib            0x00007fff8bef641d thread_start + 13
    Thread 14:
    0   libsystem_kernel.dylib             0x00007fff8bd0f51a semaphore_wait_trap + 10
    1   libtbb.dylib                       0x0000000113803550 tbb::internal::rml::private_worker::thread_routine(void*) + 480
    2   libsystem_pthread.dylib            0x00007fff8bef8268 _pthread_body + 131
    3   libsystem_pthread.dylib            0x00007fff8bef81e5 _pthread_start + 176
    4   libsystem_pthread.dylib            0x00007fff8bef641d thread_start + 13
    Thread 15:
    0   libsystem_kernel.dylib             0x00007fff8bd0f51a semaphore_wait_trap + 10
    1   libtbb.dylib                       0x0000000113803550 tbb::internal::rml::private_worker::thread_routine(void*) + 480
    2   libsystem_pthread.dylib            0x00007fff8bef8268 _pthread_body + 131
    3   libsystem_pthread.dylib            0x00007fff8bef81e5 _pthread_start + 176
    4   libsystem_pthread.dylib            0x00007fff8bef641d thread_start + 13
    Thread 16:
    0   libsystem_kernel.dylib             0x00007fff8bd0f51a semaphore_wait_trap + 10
    1   libtbb.dylib                       0x0000000113803550 tbb::internal::rml::private_worker::thread_routine(void*) + 480
    2   libsystem_pthread.dylib            0x00007fff8bef8268 _pthread_body + 131
    3   libsystem_pthread.dylib            0x00007fff8bef81e5 _pthread_start + 176
    4   libsystem_pthread.dylib            0x00007fff8bef641d thread_start + 13
    Thread 17:
    0   libsystem_kernel.dylib             0x00007fff8bd1448a __semwait_signal + 10
    1   com.adobe.PSAutomate               0x00000001472315f8 0x1470e3000 + 1369592
    2   com.adobe.PSAutomate               0x000000014721705e 0x1470e3000 + 1261662
    3   com.adobe.PSAutomate               0x0000000147231195 0x1470e3000 + 1368469
    4   libsystem_pthread.dylib            0x00007fff8bef8268 _pthread_body + 131
    5   libsystem_pthread.dylib            0x00007fff8bef81e5 _pthread_start + 176
    6   libsystem_pthread.dylib            0x00007fff8bef641d thread_start + 13
    Thread 18:
    0   libsystem_kernel.dylib             0x00007fff8bd1494a __workq_kernreturn + 10
    1   libsystem_pthread.dylib            0x00007fff8bef640d start_wqthread + 13
    Thread 19:
    0   libsystem_kernel.dylib             0x00007fff8bd0f4de mach_msg_trap + 10
    1   libsystem_kernel.dylib             0x00007fff8bd0e64f mach_msg + 55
    2   com.apple.CoreFoundation           0x00007fff958cbb34 __CFRunLoopServiceMachPort + 212
    3   com.apple.CoreFoundation           0x00007fff958caffb __CFRunLoopRun + 1371
    4   com.apple.CoreFoundation           0x00007fff958ca858 CFRunLoopRunSpecific + 296
    5   com.apple.AppKit                   0x00007fff8f2db33b _NSEventThread + 137
    6   libsystem_pthread.dylib            0x00007fff8bef8268 _pthread_body + 131
    7   libsystem_pthread.dylib            0x00007fff8bef81e5 _pthread_start + 176
    8   libsystem_pthread.dylib            0x00007fff8bef641d thread_start + 13
    Thread 20:
    0   libsystem_kernel.dylib             0x00007fff8bd1433a __recvfrom + 10
    1   VulcanMessage5.dylib               0x0000000116750b32 vcfoundation::io::BSDNamedPipe::Read(void*, unsigned long) + 24
    2   VulcanMessage5.dylib               0x000000011674ec40 vcfoundation::io::BufferedReader::InternalRead(char*, long) + 112
    3   VulcanMessage5.dylib               0x000000011674ecae vcfoundation::io::BufferedReader::Read(void*, unsigned long) + 60
    4   VulcanMessage5.dylib               0x00000001167477d0 vcfoundation::io::IVCChannel::ReadFully(void*, unsigned long) + 70
    5   VulcanMessage5.dylib               0x0000000116748262 vcfoundation::io::Serializer::InternalDeserialize() + 30
    6   VulcanMessage5.dylib               0x000000011674816f vcfoundation::io::Serializer::Deserialize() + 9
    7   VulcanMessage5.dylib               0x000000011674d782 vcfoundation::ncomm::Connection::ReadIn() + 28
    8   VulcanMessage5.dylib               0x000000011674d8c6 vcfoundation::ncomm::NCService::ReadResponse(vcfoundation::ncomm::INCRequest*, vcfoundation::ncomm::INCListener&, vcfoundation::ncomm::NCService::ConRef&) + 40
    9   VulcanMessage5.dylib               0x000000011674d681 vcfoundation::ncomm::NCService::Execute(vcfoundation::ncomm::INCRequest*, vcfoundation::ncomm::INCListener&) + 109
    10  VulcanMessage5.dylib               0x000000011674d5fa vcfoundation::ncomm::NCService::Execute(vcfoundation::ncomm::INCRequest*) + 32
    11  VulcanMessage5.dylib               0x000000011673e32b adobe::vulcan::servicemgr::CSIRequest::Execute() + 53
    12  VulcanMessage5.dylib               0x000000011673f507 adobe::vulcan::servicemgr::RegisterForEventsRequest::Run() + 353
    13  VulcanMessage5.dylib               0x000000011674e2d0 vcfoundation::thread::AbstractThread::Run() + 50
    14  VulcanMessage5.dylib               0x0000000116752523 vcfoundation::thread::Thread::ThreadProc(void*) + 9
    15  libsystem_pthread.dylib            0x00007fff8bef8268 _pthread_body + 131
    16  libsystem_pthread.dylib            0x00007fff8bef81e5 _pthread_start + 176
    17  libsystem_pthread.dylib            0x00007fff8bef641d thread_start + 13
    Thread 21:: UxTech Queue ThreadController
    0   libsystem_kernel.dylib             0x00007fff8bd14136 __psynch_cvwait + 10
    1   com.adobe.Photoshop                0x000000010f98b0fb AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 20231867
    2   com.adobe.Photoshop                0x000000010ffcd8bb AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 26795643
    3   com.adobe.Photoshop                0x000000010ffcbd7b AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 26788667
    4   com.adobe.Photoshop                0x000000010faeac44 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 21672452
    5   libsystem_pthread.dylib            0x00007fff8bef8268 _pthread_body + 131
    6   libsystem_pthread.dylib            0x00007fff8bef81e5 _pthread_start + 176
    7   libsystem_pthread.dylib            0x00007fff8bef641d thread_start + 13
    Thread 22:: UxTech Queue ThreadController
    0   libsystem_kernel.dylib             0x00007fff8bd14136 __psynch_cvwait + 10
    1   com.adobe.Photoshop                0x000000010f98b0fb AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 20231867
    2   com.adobe.Photoshop                0x000000010ffcd8bb AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 26795643
    3   com.adobe.Photoshop                0x000000010ffcbd7b AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 26788667
    4   com.adobe.Photoshop                0x000000010faeac44 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 21672452
    5   libsystem_pthread.dylib            0x00007fff8bef8268 _pthread_body + 131
    6   libsystem_pthread.dylib            0x00007fff8bef81e5 _pthread_start + 176
    7   libsystem_pthread.dylib            0x00007fff8bef641d thread_start + 13
    Thread 23:: UxTech Queue ThreadController
    0   libsystem_kernel.dylib             0x00007fff8bd14136 __psynch_cvwait + 10
    1   com.adobe.Photoshop                0x000000010f98b0fb AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 20231867
    2   com.adobe.Photoshop                0x000000010ffcd8bb AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 26795643
    3   com.adobe.Photoshop                0x000000010ffcbd7b AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 26788667
    4   com.adobe.Photoshop                0x000000010faeac44 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 21672452
    5   libsystem_pthread.dylib            0x00007fff8bef8268 _pthread_body + 131
    6   libsystem_pthread.dylib            0x00007fff8bef81e5 _pthread_start + 176
    7   libsystem_pthread.dylib            0x00007fff8bef641d thread_start + 13
    Thread 24:: UxTech Queue ThreadController
    0   libsystem_kernel.dylib             0x00007fff8bd14136 __psynch_cvwait + 10
    1   com.adobe.Photoshop                0x000000010f98b0fb AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 20231867
    2   com.adobe.Photoshop                0x000000010ffcd8bb AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 26795643
    3   com.adobe.Photoshop                0x000000010ffcbd7b AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 26788667
    4   com.adobe.Photoshop                0x000000010faeac44 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 21672452
    5   libsystem_pthread.dylib            0x00007fff8bef8268 _pthread_body + 131
    6   libsystem_pthread.dylib            0x00007fff8bef81e5 _pthread_start + 176
    7   libsystem_pthread.dylib            0x00007fff8bef641d thread_start + 13
    Thread 25:: com.apple.NSURLConnectionLoader
    0   libsystem_kernel.dylib             0x00007fff8bd0f4de mach_msg_trap + 10
    1   libsystem_kernel.dylib             0x00007fff8bd0e64f mach_msg + 55
    2   com.apple.CoreFoundation           0x00007fff958cbb34 __CFRunLoopServiceMachPort + 212
    3   com.apple.CoreFoundation           0x00007fff958caffb __CFRunLoopRun + 1371
    4   com.apple.CoreFoundation           0x00007fff958ca858 CFRunLoopRunSpecific + 296
    5   com.apple.CFNetwork                0x00007fff8cdc3c80 +[NSURLConnection(Loader) _resourceLoadLoop:] + 434
    6   com.apple.Foundation               0x00007fff9a28190a __NSThread__main__ + 1345
    7   libsystem_pthread.dylib            0x00007fff8bef8268 _pthread_body + 131
    8   libsystem_pthread.dylib            0x00007fff8bef81e5 _pthread_start + 176
    9   libsystem_pthread.dylib            0x00007fff8bef641d thread_start + 13
    Thread 26:
    0   libsystem_kernel.dylib             0x00007fff8bd14136 __psynch_cvwait + 10
    1   com.adobe.ape.engine               0x00000001499ce3dd APXGetHostAPI + 2516301
    2   com.adobe.ape.engine               0x000000014977c5c1 APXGetHostAPI + 83761
    3   com.adobe.ape.engine               0x00000001499ce4a1 APXGetHostAPI + 2516497
    4   com.adobe.ape.engine               0x00000001499ce51a APXGetHostAPI + 2516618
    5   com.adobe.ape.engine               0x00000001499ce649 APXGetHostAPI + 2516921
    6   libsystem_pthread.dylib            0x00007fff8bef8268 _pthread_body + 131
    7   libsystem_pthread.dylib            0x00007fff8bef81e5 _pthread_start + 176
    8   libsystem_pthread.dylib            0x00007fff8bef641d thread_start + 13
    Thread 27:
    0   libsystem_kernel.dylib             0x00007fff8bd14136 __psynch_cvwait + 10
    1   com.adobe.ape.engine               0x00000001499ce3dd APXGetHostAPI + 2516301
    2   com.adobe.ape.engine               0x000000014977c5c1 APXGetHostAPI + 83761
    3   com.adobe.ape.engine               0x00000001499ce4a1 APXGetHostAPI + 2516497
    4   com.adobe.ape.engine               0x00000001499ce51a APXGetHostAPI + 2516618
    5   com.adobe.ape.engine               0x00000001499ce649 APXGetHostAPI + 2516921
    6   libsystem_pthread.dylib            0x00007fff8bef8268 _pthread_body + 131
    7   libsystem_pthread.dylib            0x00007fff8bef81e5 _pthread_start + 176
    8   libsystem_pthread.dylib            0x00007fff8bef641d thread_start + 13
    Thread 28:
    0   libsystem_kernel.dylib             0x00007fff8bd14136 __psynch_cvwait + 10
    1   com.adobe.ape.engine               0x00000001499ce3dd APXGetHostAPI + 2516301
    2   com.adobe.ape.engine               0x000000014977c5c1 APXGetHostAPI + 83761
    3   com.adobe.ape.engine               0x00000001499ce4a1 APXGetHostAPI + 2516497
    4   com.adobe.ape.engine               0x00000001499ce51a APXGetHostAPI + 2516618
    5   com.adobe.ape.engine               0x00000001499ce649 APXGetHostAPI + 2516921
    6   libsystem_pthread.dylib            0x00007fff8bef8268 _pthread_body + 131
    7   libsystem_pthread.dylib            0x00007fff8bef81e5 _pthread_start + 176
    8   libsystem_pthread.dylib            0x00007fff8bef641d thread_start + 13
    Thread 29:
    0   libsystem_kernel.dylib             0x00007fff8bd14136 __psynch_cvwait + 10
    1   com.adobe.ape.engine               0x00000001499ce3dd APXGetHostAPI + 2516301
    2   com.adobe.ape.engine               0x000000014977c5c1 APXGetHostAPI + 83761
    3   com.adobe.ape.engine               0x00000001499ce4a1 APXGetHostAPI + 2516497
    4   com.adobe.ape.engine               0x00000001499ce51a APXGetHostAPI + 2516618
    5   com.adobe.ape.engine               0x00000001499ce649 APXGetHostAPI + 2516921
    6   libsystem_pthread.dylib            0x00007fff8bef8268 _pthread_body + 131
    7   libsystem_pthread.dylib            0x00007fff8bef81e5 _pthread_start + 176
    8   libsystem_pthread.dylib            0x00007fff8bef641d thread_start + 13
    Thread 30:
    0   libsystem_kernel.dylib             0x00007fff8bd14136 __psynch_cvwait + 10
    1   com.adobe.ape.engine               0x00000001499ce3a0 APXGetHostAPI + 2516240
    2   com.adobe.ape.engine               0x00000001499e65ab APXGetHostAPI + 2615067
    3   com.adobe.ape.engine               0x00000001499ce4a1 APXGetHostAPI + 2516497
    4   com.adobe.ape.engine               0x00000001499ce51a APXGetHostAPI + 2516618
    5   com.adobe.ape.engine               0x00000001499ce649 APXGetHostAPI + 2516921
    6   libsystem_pthread.dylib            0x00007fff8bef8268 _pthread_body + 131
    7   libsystem_pthread.dylib            0x00007fff8bef81e5 _pthread_start + 176
    8   libsystem_pthread.dylib            0x00007fff8bef641d thread_start + 13
    Thread 31:
    0   libsystem_kernel.dylib             0x00007fff8bd14136 __psynch_cvwait + 10
    1   com.adobe.ape.engine               0x00000001499ce3a0 APXGetHostAPI + 2516240
    2   com.adobe.ape.engine               0x0000000149b61073 APXGetHostAPI + 4166115
    3   com.adobe.ape.engine               0x00000001499ce4a1 APXGetHostAPI + 2516497
    4   com.adobe.ape.engine               0x00000001499ce51a APXGetHostAPI + 2516618
    5   com.adobe.ape.engine               0x00000001499ce649 APXGetHostAPI + 2516921
    6   libsystem_pthread.dylib            0x00007fff8bef8268 _pthread_body + 131
    7   libsystem_pthread.dylib            0x00007fff8bef81e5 _pthread_start + 176
    8   libsystem_pthread.dylib            0x00007fff8bef641d thread_start + 13
    Thread 32:: com.apple.CFSocket.private
    0   libsystem_kernel.dylib             0x00007fff8bd143fa __select + 10
    1   libsystem_pthread.dylib            0x00007fff8bef8268 _pthread_body + 131
    2   libsystem_pthread.dylib            0x00007fff8bef81e5 _pthread_start + 176
    3   libsystem_pthread.dylib            0x00007fff8bef641d thread_start + 13
    Thread 33:: General Background Service
    0   libsystem_kernel.dylib             0x00007fff8bd14136 __psynch_cvwait + 10
    1   com.adobe.Photoshop                0x000000010e5346e1 boost::exception_detail::copy_boost_exception(boost::exception*, boost::exception const*) + 3095473
    2   com.adobe.Photoshop                0x000000010fdf5358 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 24860952
    3   com.adobe.Photoshop                0x000000010fdf4b3b AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 24858875
    4   com.adobe.Photoshop                0x000000010fdf5cba AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 24863354
    5   com.adobe.Photoshop                0x000000010faeac44 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 21672452
    6   libsystem_pthread.dylib            0x00007fff8bef8268 _pthread_body + 131
    7   libsystem_pthread.dylib            0x00007fff8bef81e5 _pthread_start + 176
    8   libsystem_pthread.dylib            0x00007fff8bef641d thread_start + 13
    Thread 34:: Update Activation Menu Items
    0   libsystem_kernel.dylib             0x00007fff8bd1448a __semwait_signal + 10
    1   com.adobe.Photoshop                0x000000010e4cacd3 boost::exception_detail::copy_boost_exception(boost::exception*, boost::exception const*) + 2662819
    2   com.adobe.Photoshop                0x000000010faeac44 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 21672452
    3   libsystem_pthread.dylib            0x00007fff8bef8268 _pthread_body + 131
    4   libsystem_pthread.dylib            0x00007fff8bef81e5 _pthread_start + 176
    5   libsystem_pthread.dylib            0x00007fff8bef641d thread_start + 13
    Thread 35:
    0   libsystem_kernel.dylib             0x00007fff8bd0f4de mach_msg_trap + 10
    1   libsystem_kernel.dylib             0x00007fff8bd0e64f mach_msg + 55
    2   com.apple.CoreFoundation           0x00007fff958cbb34 __CFRunLoopServiceMachPort + 212
    3   com.apple.CoreFoundation           0x00007fff958caffb __CFRunLoopRun + 1371
    4   com.apple.CoreFoundation           0x00007fff958ca858 CFRunLoopRunSpecific + 296
    5   com.apple.Foundation               0x00007fff9a2f3364 -[NSConnection run] + 152
    6   com.apple.Foundation               0x00007fff9a28190a __NSThread__main__ + 1345
    7   libsystem_pthread.dylib            0x00007fff8bef8268 _pthread_body + 131
    8   libsystem_pthread.dylib            0x00007fff8bef81e5 _pthread_start + 176
    9   libsystem_pthread.dylib            0x00007fff8bef641d thread_start + 13
    Thread 36:
    0   libsystem_kernel.dylib             0x00007fff8bd0f4de mach_msg_trap + 10
    1   libsystem_kernel.dylib             0x00007fff8bd0e64f mach_msg + 55
    2   com.apple.CoreFoundation           0x00007fff958cbb34 __CFRunLoopServiceMachPort + 212
    3   com.apple.CoreFoundation           0x00007fff958caffb __CFRunLoopRun + 1371
    4   com.apple.CoreFoundation           0x00007fff958ca858 CFRunLoopRunSpecific + 296
    5   com.apple.Foundation               0x00007fff9a3bf978 -[NSConcreteTask waitUntilExit] + 205
    6   com.adobe.PlugPlugOwl              0x0000000113a1f1c4 -[HtmlEngineMonitor monitorThreadProc] + 99
    7   com.apple.Foundation               0x00007fff9a28190a __NSThread__main__ + 1345
    8   libsystem_pthread.dylib            0x00007fff8bef8268 _pthread_body + 131
    9   libsystem_pthread.dylib            0x00007fff8bef81e5 _pthread_start + 176
    10  libsystem_pthread.dylib            0x00007fff8bef641d thread_start + 13
    Thread 37:
    Thread 38:: cr_scratch
    0   libsystem_kernel.dylib             0x00007fff8bd14136 __psynch_cvwait + 10
    1   com.adobe.CameraRaw                0x000000015a990aab 0x15a391000 + 6290091
    2   com.adobe.CameraRaw                0x000000015a9197ab 0x15a391000 + 5801899
    3   com.adobe.CameraRaw                0x000000015a7179f1 0x15a391000 + 3697137
    4   libsystem_pthread.dylib            0x00007fff8bef8268 _pthread_body + 131
    5   libsystem_pthread.dylib            0x00007fff8bef81e5 _pthread_start + 176
    6   libsystem_pthread.dylib            0x00007fff8bef641d thread_start + 13
    Thread 0 crashed with X86 Thread State (64-bit):
      rax: 0x0000000000000000  rbx: 0x0000000000000006  rcx: 0x00007fff519d4a58  rdx: 0x0000000000000000
      rdi: 0x000000000000130f  rsi: 0x0000000000000006  rbp: 0x00007fff519d4a80  rsp: 0x00007fff519d4a58
       r8: 0x0000000000000002   r9: 0x00007fff992cfd70  r10: 0x0000000008000000  r11: 0x0000000000000206
      r12: 0x00007fff519d4be0  r13: 0x00007fff519d5401  r14: 0x00007fff7ad8a300  r15: 0x00007fff519d4ac0
      rip: 0x00007fff8bd14286  rfl: 0x0000000000000206  cr2: 0x00007fff7cfd1fd8
    Logical CPU:     0
    Error Code:      0x02000148
    Trap Number:     133
    Binary Images:
           0x10e226000 -        0x112b02fbf +com.adobe.Photoshop (15.2.2 - 15.2.2.310)  /Applications/Adobe Photoshop CC 2014/Adobe Photoshop CC 2014.app/Contents/MacOS/Adobe Photoshop CC 2014
           0x1137f5000 -        0x113825fef +libtbb.dylib (0)  /Applications/Adobe Photoshop CC 2014/Adobe Photoshop CC 2014.app/Contents/Frameworks/libtbb.dylib
           0x113848000 -        0x11386dfff +libtbbmalloc.dylib (0)  /Applications/Adobe Photoshop CC 2014/Adobe Photoshop CC 2014.app/Contents/Frameworks/libtbbmalloc.dylib
           0x113899000 -        0x113998fff +com.adobe.amtlib (8.0.0.122 - 8.0.0.122)  /Applications/Adobe Photoshop CC 2014/Adobe Photoshop CC 2014.app/Contents/Frameworks/amtlib.framework/Versions/A/amtlib
           0x1139ab000 -        0x1139adff7  com.apple.textencoding.unicode (2.7 - 2.7)  /System/Library/TextEncodings/Unicode Encodings.bundle/Contents/MacOS/Unicode Encodings
           0x1139b2000 -        0x113c72fcf +com.adobe.PlugPlugOwl (5.2.0.54 - 5.2.0.54)  /Applications/Adobe Photoshop CC 2014/Adobe Photoshop CC 2014.app/Contents/Frameworks/PlugPlugOwl.framework/Versions/A/PlugPlugOwl
           0x113f2c000 -        0x113fd7ff7 +com.adobe.AdobeScCore (ScCore 4.5.5 - 4.5.5.32401)  /Applications/Adobe Photoshop CC 2014/Adobe Photoshop CC 2014.app/Contents/Frameworks/AdobeScCore.framework/Versions/A/AdobeScCore
           0x114021000 -        0x1140dffff +com.adobe.AdobeExtendScript (ExtendScript 4.5.5 - 4.5.5.32401)  /Applications/Adobe Photoshop CC 2014/Adobe Photoshop CC 2014.app/Contents/Frameworks/AdobeExtendScript.framework/Versions/A/AdobeExtendScript
           0x114133000 -        0x114139fff  org.twain.dsm (1.9.5 - 1.9.5)  /System/Library/Frameworks/TWAIN.framework/Versions/A/TWAIN
           0x114142000 -        0x114155ff7 +com.adobe.ahclientframework (1.8.0.31 - 1.8.0.31)  /Applications/Adobe Photoshop CC 2014/Adobe Photoshop CC 2014.app/Contents/Frameworks/ahclient.framework/Versions/A/ahclient
           0x114160000 -        0x114164fff  com.apple.agl (3.3.0 - AGL-3.3.0)  /System/Library/Frameworks/AGL.framework/Versions/A/AGL
           0x11416f000 -        0x114369ff7 +com.adobe.owl (AdobeOwl version 5.2.4 - 5.2.4)  /Applications/Adobe Photoshop CC 2014/Adobe Photoshop CC 2014.app/Contents/Frameworks/AdobeOwl.framework/Versions/A/AdobeOwl
           0x1143b2000 -        0x1147a6ff7 +com.adobe.MPS (AdobeMPS 5.8.1.33340 - 5.8.1.33340)  /Applications/Adobe Photoshop CC 2014/Adobe Photoshop CC 2014.app/Contents/Frameworks/AdobeMPS.framework/Versions/A/AdobeMPS
           0x114826000 -        0x114854fff +VulcanControl.dylib (5.0.0.82 - 5.0.0.82 © 2013 Adobe Systems, Inc. All rights reserved.)  /Applications/Adobe Photoshop CC 2014/Adobe Photoshop CC 2014.app/Contents/Frameworks/VulcanControl.dylib
           0x11488b000 -        0x114bcefff +com.adobe.AGM (AdobeAGM 4.30.41.33308 - 4.30.41.33308)  /Applications/Adobe Photoshop CC 2014/Adobe Photoshop CC 2014.app/Contents/Frameworks/AdobeAGM.framework/Versions/A/AdobeAGM
           0x114c40000 -        0x114f65ff7 +com.adobe.CoolType (AdobeCoolType 5.15.00.33308 - 5.15.00.33308)  /Applications/Adobe Photoshop CC 2014/Adobe Photoshop CC 2014.app/Contents/Frameworks/AdobeCoolType.framework/Versions/A/AdobeCoolType
           0x114fae000 -        0x114fd5ff7 +com.adobe.BIBUtils (AdobeBIBUtils 1.1.01 - 1.1.01)  /Applications/Adobe Photoshop CC 2014/Adobe Photoshop CC 2014.app/Contents/Frameworks/AdobeBIBUtils.framework/Versions/A/AdobeBIBUtils
           0x114fdf000 -        0x115003ff7 +com.adobe.AXE8SharedExpat (AdobeAXE8SharedExpat 3.8.0.32260 - 3.8.0.32260)  /Applications/Adobe Photoshop CC 2014/Adobe Photoshop CC 2014.app/Contents/Frameworks/AdobeAXE8SharedExpat.framework/Versions/A/AdobeAXE8SharedExpat
           0x11502a000 -        0x115159fff +com.winsoft.wrservices (WRServices 8.0.0 - 8.0.0)  /Applications/Adobe Photoshop CC 2014/Adobe Photoshop CC 2014.app/Contents/Frameworks/WRServices.framework/Versions/A/WRServices
           0x1151b7000 -        0x1151b8ff7  libCyrillicConverter.dylib (64)  /System/Library/CoreServices/Encodings/libCyrillicConverter.dylib
           0x1151bd000 -        0x11530bff7 +com.adobe.ACE (AdobeACE 2.20.02.33308 - 2.20.02.33308)  /Applications/Adobe Photoshop CC 2014/Adobe Photoshop CC 2014.app/Contents/Frameworks/AdobeACE.framework/Versions/A/AdobeACE
           0x115323000 -        0x115342fff +com.adobe.BIB (AdobeBIB 1.2.03.33308 - 1.2.03.33308)  /Applications/Adobe Photoshop CC 2014/Adobe Photoshop CC 2014.app/Contents/Frameworks/AdobeBIB.framework/Versions/A/AdobeBIB
           0x11534d000 -        0x115406ff7 +com.adobe.JP2K (1.2.2 - 1.2.2.33078)  /Applications/Adobe Photoshop CC 2014/Adobe Photoshop CC 2014.app/Contents/Frameworks/AdobeJP2K.framework/Versions/A/AdobeJP2K
           0x11544e000 -        0x115452ff7 +com.adobe.ape.shim (3.4.0.29366 - 3.4.0.29366)  /Applications/Adobe Photoshop CC 2014/Adobe Photoshop CC 2014.app/Contents/Frameworks/adbeape.framework/Versions/A/adbeape
           0x11545e000 -        0x115512fff +com.adobe.AdobeXMPCore (Adobe XMP Core 5.6 -c 14 - 79.156797)  /Applications/Adobe Photoshop CC 2014/Adobe Photoshop CC 2014.app/Contents/Frameworks/AdobeXMP.framework/Versions/A/AdobeXMP
           0x1155be000 -        0x115b16fef +com.nvidia.cg (2.2.0006 - 0) /Applications/Adobe Photoshop CC 2014/Adobe Photoshop CC 2014.app/Contents/Frameworks/Cg.framework/Cg
           0x116185000 -        0x116211fff +com.adobe.headlights.LogSessionFramework (7.2.1.3399)  /Applications/Adobe Photoshop CC 2014/Adobe Photoshop CC 2014.app/Contents/Frameworks/LogSession.framework/Versions/A/LogSession
           0x116259000 -        0x116599fff +com.adobe.AIF (AdobeAIF 2014.0.00 - 2014.0.00)  /Applications/Adobe Photoshop CC 2014/Adobe Photoshop CC 2014.app/Contents/Frameworks/aif_ogl.framework/Versions/A/aif_ogl
           0x1166e6000 -        0x11670fff7 +com.adobe.PDFSettings (AdobePDFSettings 1.04.0 - 1.4)  /Applications/Adobe Photoshop CC 2014/Adobe Photoshop CC 2014.app/Contents/Frameworks/AdobePDFSettings.framework/Versions/A/AdobePDFSettings
           0x11672a000 -        0x11672cfff +com.adobe.AdobeCrashReporter (7.0 - 7.0.1)  /Applications/Adobe Photoshop CC 2014/Adobe Photoshop CC 2014.app/Contents/Frameworks/AdobeCrashReporter.framework/Versions/A/AdobeCrashReporter
           0x116734000 -        0x116776ff7 +VulcanMessage5.dylib (5.0.0.82 - 5.0.0.82 © 2013 Adobe Systems, Inc. All rights reserved.)  /Applications/Adobe Photoshop CC 2014/Adobe Photoshop CC 2014.app/Contents/Frameworks/VulcanMessage5.dylib
           0x1167bb000 -        0x1168b9ff7 +com.adobe.AXEDOMCore (AdobeAXEDOMCore 3.8.0.32260 - 3.8.0.32260)  /Applications/Adobe Photoshop CC 2014/Adobe Photoshop CC 2014.app/Contents/Frameworks/AdobeAXEDOMCore.framework/Versions/A/AdobeAXEDOMCore
           0x11696b000 -        0x116ac5fff +com.adobe.linguistic.LinguisticManager (8.0.0 - 20256)  /Applications/Adobe Photoshop CC 2014/Adobe Photoshop CC 2014.app/Contents/Frameworks/AdobeLinguistic.framework/Versions/3/AdobeLinguistic
           0x116b1a000 -        0x116b36ff7 +com.adobe.AIF (AdobeAIF 2014.0.00 - 2014.0.00)  /Applications/Adobe Photoshop CC 2014/Adobe Photoshop CC 2014.app/Contents/Frameworks/aif_ocl.framework/Versions/A/aif_ocl
           0x116b4d000 -        0x116b99fff +com.adobe.AIF (AdobeAIF 2014.0.00 - 2014.0.00)  /Applications/Adobe Photoshop CC 2014/Adobe Photoshop CC 2014.app/Contents/Frameworks/aif_core.framework/Versions/A/aif_core
           0x116baa000 -        0x116c19ff7 +com.adobe.adobe_caps (adobe_caps 8.0.0.13 - 8.0.0.13)  /Applications/Adobe Photoshop CC 2014/Adobe Photoshop CC 2014.app/Contents/Frameworks/adobe_caps.framework/Versions/A/adobe_caps
           0x116c27000 -        0x116cf2fff +com.adobe.PM (AdbePM 2.2.00.32695 - 2.2.00.32695)  /Applications/Adobe Photoshop CC 2014/Adobe Photoshop CC 2014.app/Contents/Frameworks/AdbePM.framework/Versions/A/AdbePM
           0x11a1d1000 -        0x11a1eefff  libJapaneseConverter.dylib (64)  /System/Library/CoreServices/Encodings/libJapaneseConverter.dylib
           0x11a1f3000 -        0x11a215ff7  libKoreanConverter.dylib (64)  /System/Library/CoreServices/Encodings/libKoreanConverter.dylib
           0x11a219000 -        0x11a228fff  libSimplifiedChineseConverter.dylib (64)  /System/Library/CoreServices/Encodings/libSimplifiedChineseConverter.dylib
           0x11a22c000 -        0x11a23efff  libTraditionalChineseConverter.dylib (64)  /System/Library/CoreServices/Encodings/libTraditionalChineseConverter.dylib
           0x11df1b000 -        0x11df1bfef +cl_kernels (???)  cl_kernels
           0x11df29000 -        0x11df29fe7 +cl_kernels (???)  cl_kernels
           0x11df85000 -        0x11dfc4ff7 +com.adobe.AAM.AdobeUpdaterNotificationFramework (UpdaterNotifications 8.0.0.14 - 8.0.0.14)  /Applications/Adobe Photoshop CC 2014/Adobe Photoshop CC 2014.app/Contents/Frameworks/updaternotifications.framework/Versions/A/UpdaterNotifications
           0x11e07a000 -        0x11e160fef  unorm8_bgra.dylib (2.4.5)  /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/unorm8_bgra.dylib
           0x11e2a8000 -        0x11e2b7fff +com.vertustech.FluidMask3Plugin (3.3.13 - 3.3.13)  /Applications/Fluid Mask 3.app/Contents/MacOS/Fluid Mask 3.plugin/Contents/MacOS/Fluid Mask 3
           0x11e5d0000 -        0x11e5d4fff  com.apple.audio.AppleHDAHALPlugIn (269.25 - 269.25)  /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bundle/Contents/MacOS/AppleHDAHALPlugIn
           0x11ea78000 -        0x11ea7bfff +FastCore (???)  /Applications/Adobe Photoshop CC 2014/Adobe Photoshop CC 2014.app/Contents/Required/Plug-Ins/Extensions/FastCore.plugin/Contents/MacOS/FastCore
           0x11ea82000 -        0x11eab1fff +MMXCore (???)  /Applications/Adobe Photoshop CC 2014/Adobe Photoshop CC 2014.app/Contents/Required/Plug-Ins/Extensions/MMXCore.plugin/Contents/MacOS/MMXCore
           0x11eb29000 -        0x11ebb1fff +MultiProcessor Support (???)  /Applications/Adobe Photoshop CC 2014/Adobe Photoshop CC 2014.app/Contents/Required/Plug-Ins/Extensions/MultiProcessor Support.plugin/Contents/MacOS/MultiProcessor Support
           0x124c9d000 -        0x124d49fff  ColorSyncDeprecated.dylib (442)  /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/Resources/ColorSyncDeprecated.dylib
           0x12501f000 -        0x12503ffff  com.apple.cmio.DAL.AppleCamera (400.5.29 - AppleCameraDeviceAbstractionLayer-5.29.0)  /Library/CoreMediaIO/*/AppleCamera.plugin/Contents/MacOS/AppleCamera
           0x1470cc000 -        0x1470ddfff +MeasurementCore (???)  /Applications/Adobe Photoshop CC 2014/Adobe Photoshop CC 2014.app/Contents/Required/Plug-Ins/Measurements/MeasurementCore.plugin/Contents/MacOS/MeasurementCore
           0x1470e3000 -        0x147325ff7 +com.adobe.PSAutomate (15.2.2 - 15.2.2)  /Applications/Adobe Photoshop CC 2014/Adobe Photoshop CC 2014.app/Contents/Required/Plug-Ins/Extensions/ScriptingSupport.plugin/Contents/MacOS/ScriptingSupport
           0x1473aa000 -        0x14749fff7 +com.adobe.AdbeScriptUIFlex (ScriptUIFlex 6.3.2 - 6.3.2.32394)  /Applications/Adobe Photoshop CC 2014/Adobe Photoshop CC 2014.app/Contents/Frameworks/AdbeScriptUIFlex.framework/Versions/A/AdbeScriptUIFlex
           0x147533000 -        0x147559ff7 +com.adobe.ape (3.4.0.29366 - 3.4.0.29366)  /Library/Application Support/Adobe/*/adbeapecore.framework/adbeapecore
           0x149733000 -        0x14a6b8fef +com.adobe.ape.engine (3.4.0.29366 - 3.4.0.29366)  /Library/Application Support/Adobe/*/adbeapecore.framework/Libraries/adbeapeengine.bundle/Contents/MacOS/adbeapeengine
           0x14d1fb000 -        0x14d234ff7 +com.adobe.pip (7.2.1.3399)  /Applications/Adobe Photoshop CC 2014/Adobe Photoshop CC 2014.app/Contents/Frameworks/AdobePIP.framework/AdobePIP
           0x14d262000 -        0x14d266ff3  libFontRegistryUI.dylib (134)  /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ATS.framework/Resources/libFontRegistryUI.dylib
           0x1511ff000 -        0x1512e6fe7 +IMSLib.dylib (7.0.0.154 - 7.0.0.154)  /Applications/Adobe Photoshop CC 2014/Adobe Photoshop CC 2014.app/Contents/Frameworks/IMSLib.dylib
           0x151382000 -        0x1513fcff7  com.apple.xquery (1.3.1 - 30)  /System/Library/PrivateFrameworks/XQuery.framework/XQuery
           0x15800a000 -        0x15800affe +cl_kernels (???)  cl_kernels
           0x15800e000 -        0x15800efef +cl_kernels (???)  cl_kernels
           0x15a391000 -        0x15c9c8fef +com.adobe.CameraRaw (8.8.0 [397] - 8.8.0f397)  /Library/Application Support/Adobe/*/Camera Raw.plugin/Contents/MacOS/Camera Raw
           0x15cd4f000 -        0x15ce09fff + (???) 
           0x16a8b1000 -        0x16a93dfff  Tcl (8.4.19 - 8.4.19)  /System/Library/Frameworks/Tcl.framework/Versions/8.4/Tcl
        0x123400000000 -     0x1234004f7fff  com.apple.driver.AppleIntelHD5000GraphicsGLDriver (10.2.46 - 10.0.2)  /System/Library/Extensions/AppleIntelHD5000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD5000GraphicsGLDriver
        0x7fff638c5000 -     0x7fff638fb837  dyld (353.2.1)  /usr/lib/dyld
        0x7fff8bbf9000 -     0x7fff8bc6bff7  com.apple.framework.IOKit (2.0.2 - 1050.10.8)  /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
        0x7fff8bc6c000 -     0x7fff8bc86ff7  liblzma.5.dylib (7)  /usr/lib/liblzma.5.dylib
        0x7fff8bc87000 -     0x7fff8bcafffb  libRIP.A.dylib (775.16)  /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
        0x7fff8bcb0000 -     0x7fff8bccbff7  com.apple.aps.framework (4.0 - 4.0)  /System/Library/PrivateFrameworks/ApplePushService.framework/Versions/A/ApplePushService
        0x7fff8bcd1000 -     0x7fff8bcfdfff  libsandbox.1.dylib (358.1.1)  /usr/lib/libsandbox.1.dylib
        0x7fff8bcfe000 -     0x7fff8bd1bfff  libsystem_kernel.dylib (2782.10.72)  /usr/lib/system/libsystem_kernel.dylib
        0x7fff8bd1c000 -     0x7fff8bd25fff  libGFXShared.dylib (11.1.1)  /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
        0x7fff8bd96000 -     0x7fff8bda3ff7  libxar.1.dylib (254)  /usr/lib/libxar.1.dylib
        0x7fff8bda4000 -     0x7fff8be1cff7  com.apple.SystemConfiguration (1.14 - 1.14)  /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
        0x7fff8be7d000 -     0x7fff8be86ff3  com.apple.CommonAuth (4.0 - 2.0)  /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
        0x7fff8be87000 -     0x7fff8beb0ffb  libxslt.1.dylib (13)  /usr/lib/libxslt.1.dylib
        0x7fff8beb1000 -     0x7fff8bec1ff7  libbsm.0.dylib (34)  /usr/lib/libbsm.0.dylib
        0x7fff8beda000 -     0x7fff8bedcfff  com.apple.loginsupport (1.0 - 1)  /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsupport.framework/Versions/A/loginsupport
        0x7fff8bedd000 -     0x7fff8bef4ff7  libLinearAlgebra.dylib (1128)  /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLinearAlgebra.dylib
        0x7fff8bef5000 -     0x7fff8befefff  libsystem_pthread.dylib (105.10.1)  /usr/lib/system/libsystem_pthread.dylib
        0x7fff8bf07000 -     0x7fff8c10146f  libobjc.A.dylib (647)  /usr/lib/libobjc.A.dylib
        0x7fff8c104000 -     0x7fff8c120ff7  libsystem_malloc.dylib (53.1.1)  /usr/lib/system/libsystem_malloc.dylib
        0x7fff8c15d000 -     0x7fff8c162fff  com.apple.DiskArbitration (2.6 - 2.6)  /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
        0x7fff8c16d000 -     0x7fff8c174ff7  libcompiler_rt.dylib (35)  /usr/lib/system/libcompiler_rt.dylib
        0x7fff8c175000 -     0x7fff8c209fff  com.apple.ink.framework (10.9 - 213)  /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
        0x7fff8c20a000 -     0x7fff8c20aff7  libunc.dylib (29)  /usr/lib/system/libunc.dylib
        0x7fff8c2a3000 -     0x7fff8c2aeff7  com.apple.speech.synthesis.framework (5.3.3 - 5.3.3)  /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
        0x7fff8c35f000 -     0x7fff8c3a8ff3  com.apple.HIServices (1.22 - 520.12)  /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
        0x7fff8c3a9000 -     0x7fff8c3acff7  libdyld.dylib (353.2.1)  /usr/lib/system/libdyld.dylib
        0x7fff8c3ad000 -     0x7fff8c3b5ff7  com.apple.AppleSRP (5.0 - 1)  /System/Library/PrivateFrameworks/AppleSRP.framework/Versions/A/AppleSRP
        0x7fff8c3b6000 -     0x7fff8c3b7fff  libsystem_secinit.dylib (18)  /usr/lib/system/libsystem_secinit.dylib
        0x7fff8c3b8000 -     0x7fff8c6d3fcf  com.apple.vImage (8.0 - 8.0)  /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
        0x7fff8c6d4000 -     0x7fff8c6e6fff  libsasl2.2.dylib (193)  /usr/lib/libsasl2.2.dylib
        0x7fff8c6e7000 -     0x7fff8c721ffb  com.apple.DebugSymbols (115 - 115)  /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
        0x7fff8c722000 -     0x7fff8c72dff7  libcsfde.dylib (471.10.6)  /usr/lib/libcsfde.dylib
        0x7fff8c72e000 -     0x7fff8c730fff  libsystem_configuration.dylib (699.1.5)  /usr/lib/system/libsystem_configuration.dylib
        0x7fff8c731000 -     0x7fff8c75cfff  com.apple.DictionaryServices (1.2 - 229)  /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
        0x7fff8c75d000 -     0x7fff8c88fff7  com.apple.MediaControlSender (2.0 - 215.15)  /System/Library/PrivateFrameworks/MediaControlSender.framework/Versions/A/MediaControlSender
        0x7fff8c890000 -     0x7fff8cb38ff7  com.apple.RawCamera.bundle (6.03 - 777)  /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
        0x7fff8cb39000 -     0x7fff8cbc2fff  com.apple.CoreSymbolication (3.1 - 57020)  /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
        0x7fff8cbc3000 -     0x7fff8cbc5ff3  com.apple.SafariServices.framework (10600 - 10600.4.10.7)  /System/Library/PrivateFrameworks/SafariServices.framework/Versions/A/SafariServices
        0x7fff8cbc6000 -     0x7fff8cc2dff7  com.apple.framework.CoreWiFi (3.0 - 300.4)  /System/Library/PrivateFrameworks/CoreWiFi.framework/Versions/A/CoreWiFi
        0x7fff8cc2e000 -     0x7fff8cd22fff  libFontParser.dylib (134.1)  /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
        0x7fff8cd23000 -     0x7fff8cf26ff3  com.apple.CFNetwork (720.2.4 - 720.2.4)  /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
        0x7fff8cf27000 -     0x7fff8cf43fff  com.apple.GenerationalStorage (2.0 - 209.11)  /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage
        0x7fff8cf44000 -     0x7fff8cf46fff  libCVMSPluginSupport.dylib (11.1.1)  /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
        0x7fff8cf47000 -     0x7fff8cf71fff  GLRendererFloat (11.1.1)  /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLRendererFloat.bundle/GLRendererFloat
        0x7fff8cf8a000 -     0x7fff8cf8aff7  libkeymgr.dylib (28)  /usr/lib/system/libkeymgr.dylib
        0x7fff8cf8b000 -     0x7fff8d477ff7  com.apple.MediaToolbox (1.0 - 1562.107)  /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox
        0x7fff8d49d000 -     0x7fff8d49efff  liblangid.dylib (117)  /usr/lib/liblangid.dylib
        0x7fff8d49f000 -     0x7fff8d4a7fff  libMatch.1.dylib (24)  /usr/lib/libMatch.1.dylib
        0x7fff8d4a8000 -     0x7fff8d563ff7  com.apple.DiscRecording (9.0 - 9000.4.2)  /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
        0x7fff8d564000 -     0x7fff8d568fff  libpam.2.dylib (20)  /usr/lib/libpam.2.dylib
        0x7fff8d569000 -     0x7fff8d577ff7  com.apple.opengl (11.1.1 - 11.1.1)  /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
        0x7fff8d578000 -     0x7fff8d582ff7  com.apple.NetAuth (5.0 - 5.0)  /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
        0x7fff8d583000 -     0x7fff8d584fff  libSystem.B.dylib (1213)  /usr/lib/libSystem.B.dylib
        0x7fff8d959000 -     0x7fff8d99afff  libGLU.dylib (11.1.1)  /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
        0x7fff8d99b000 -     0x7fff8d9d6fff  com.apple.Symbolication (1.4 - 56045)  /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
        0x7fff8d9d7000 -     0x7fff8db07fff  com.apple.UIFoundation (1.0 - 1)  /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation
        0x7fff8db08000 -     0x7fff8db40fff  com.apple.RemoteViewServices (2.0 - 99)  /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
        0x7fff8db8a000 -     0x7fff8dbb8fff  com.apple.CoreServicesInternal (221.2.2 - 221.2.2)  /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
        0x7fff8dbd3000 -     0x7fff8ddb8ff3  libicucore.A.dylib (531.31)  /usr/lib/libicucore.A.dylib
        0x7fff8ddb9000 -     0x7fff8ddc1ffb  libcopyfile.dylib (118.1.2)  /usr/lib/system/libcopyfile.dylib
        0x7fff8ddc2000 -     0x7fff8ddd4ff7  com.apple.ImageCapture (9.0 - 9.0)  /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
        0x7fff8de07000 -     0x7fff8de08fff  libDiagnosticMessagesClient.dylib (100)  /usr/lib/libDiagnosticMessagesClient.dylib
        0x7fff8de09000 -     0x7fff8de1cff7  com.apple.CoreBluetooth (1.0 - 1)  /System/Library/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth
        0x7fff8de26000 -     0x7fff8de2afff  libspindump.dylib (182)  /usr/lib/libspindump.dylib
        0x7fff8de2b000 -     0x7fff8de30ff7  libunwind.dylib (35.3)  /usr/lib/system/libunwind.dylib
        0x7fff8de3d000 -     0x7fff8de43ff7  libsystem_networkextension.dylib (167.1.10)  /usr/lib/system/libsystem_networkextension.dylib
        0x7fff8de7f000 -     0x7fff8dfeaff7  com.apple.audio.toolbox.AudioToolbox (1.12 - 1.12)  /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
        0x7fff8dfeb000 -     0x7fff8e00bfff  com.apple.IconServices (47.1 - 47.1)  /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices
        0x7fff8e00c000 -     0x7fff8e05dff7  com.apple.audio.CoreAudio (4.3.0 - 4.3.0)  /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
        0x7fff8e05e000 -     0x7fff8e05efff  com.apple.quartzframework (1.5 - 1.5)  /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
        0x7fff8e05f000 -     0x7fff8e082fff  com.apple.Sharing (328.3.2 - 328.3.2)  /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
        0x7fff8e0f5000 -     0x7fff8e1d5fff  com.apple.QuickLookUIFramework (5.0 - 675.13)  /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.framework/V

    Is this a plugin you are developing or one you have purchased?
    If purchased, I would try to contact the company that made it.
    If you are developing, then I would get the original Dissolve (or other) example and make sure it is working correctly with the OK and in the Cancel scenario. If so, then copy that example and start modifying and working your way towards what you now have. You should be able to tell when things go wrong and that would help me figure out your crasher.

Maybe you are looking for

  • How do I use landscape in numbers?

    I just spent 20 dollars to get these apps for school. But when I opened the app it remained in portrait. Which is ver uncomfortable to use at all. Is there a setting I'm supposed to hunt down and tap? Please let me know, and I hope I did not waste my

  • Photosmart 7520 Horrible Print Quality

    I have purchased HP printers for years and have always considered them excellent and reliable products. About a year ago I purchased a Photosmart 7520. This has turned out to be the worst printer I have ever owned.The print quality is terrible and un

  • Desktop app performance

    Hello, here is my setup Filr 1.1 Large-installation Active Directory One of my users wants to synchronize multiple folders. Total size is approximately 50GB. Running the sync all at once probably is not a good idea. We tried to spread the initial syn

  • Oracle PeopleSoft CRM pre-built VM Template

    Hey! Am looking for a pre-built VM Template of Oracle PeopleSoft CRM.. In the instructions it says: Visit http://edelivery.oracle.com/oraclevm Complete your registration information (Name, Company Name, Email Address and Country) and click on the dow

  • Where is internet radio in Windows version of iTunes?

    I can no longer find internet radio stations, only the newest iTune store type, which is of little interest to me.  Anybody know if it is possible to recover it.  I have a Windows & (64 bit) and iTunes11.1.3.8?  Apparently what works with OS versions