Session keep Alive when EBS is integrated with OIF acting as SP

We have an E-Business Suite R12(12.1.3) Application which is integrated with Oracle Access Manager 11.1.1.5. For authentication the Oracle Access Manager delegates the authentication request to Oracle Identity Federation acting as a Service Provider (SP). There is a home-grown SSO which acts as the Identity provider by Federating it with OIF using SAML 2.0 protocol.
The integration is successful and EBS is able to authenticate using this third party SSO.
Now there are multiple applications which are integrated with this third party SSO and the user can access any of these applications including EBS.
Considering a scenario where a user is using EBS Application say for more than 30 mins. Now when he tries to login to another application the challenge screen is thrown though he can continue to work on EBS without any issue. The reason being that the session timeout on the IDP side is set to 30 mins.
To overcome this issue the solution that has been thought of using a javascript for each page load on the application which will update the SSO token with the latest UTC time on the IDP server. This has been successfully done for all other applications except EBS.
So my question is how we can call this java script for each page load for EBS?
Thanks & Regards
Sarbashis

It appears that OAM is removing the url parameters for the p_done_url sent to it by OIF.
     302 Redirect to -> Location: https://sso.mycompany.com/oam/server/logout?p_done_url=https%3A%2F%2Fsso.mycompany.com%2Ffed%2Fuser%2Fsloosso%3Fid%3Dosso%26type%3D3&invokeOSFSLogout=false
     Result: 200. Set-Cookie OAM-ID to expired.
Form Submits: https://sso.mycompany.com/fed/user/sloosso
Result: 500 Error
Notice the p_done_url value in the redirect has extra parameters which when the Form is submitted are lost.
If I manually enter the url: https://sso.mycompany.com/fed/user/sloosso?id=osso&type=3&invokeOSFSLogout=false
Then I am successfully logged out.
This seems almost like a bug in OAM...

Similar Messages

  • User authentication when OBIEE is integrated with EBS

    Hello guys
    I have a conceptual question about how OBIEE authentication is performed in an integrated environment with EBS? If the goal is to have users access to OBIEE based on their roles given in EBS, what kind of authentication is it needed for such implementation?
    Do I import users and group from EBS database or LDAP server (if its available)? what kind of session variable and ini block is created if I want to do data level secuirty based on user groups?
    Please give some basic idea and guidelines on topic
    Thank you very much

    hi,
    the final solution must face and fill your needs....
    Bi suite has 3 ways of making-having user-groups...
    1.manual
    2.ldap
    3.from external database
    If the goal is to have users access to OBIEE based on their roles given in EBS, what kind of authentication is it needed for such implementation?
    -->match the roles from EBS to your liked in OBIEE
    check and this,
    http://it.toolbox.com/blogs/eye-on-obi/oracle-bi-applications-obiee-security-integration-with-oracle-ebusiness-suite-17246
    hope i helped....
    http://greekoraclebi.blogspot.com/
    ///////////////////////////////////////

  • Keep alive script for HTTPS service with GET method

    Hello,
    I tried to implement a keep alive to services that support HTPS connections. I’ve created a script that opens a tcp connection on port 443 and tries to do a GET of a test web page. This web page only displays “OK”.
    In a resumed form I used the following script commands:
    Socket connect host 192.168.136.134 port 443 tcp
    Socket send ${SOCKET} “GET /teste.template\n\n”
    Socket waitfor ${SOCKET}” 200 “ 2000
    Socket disconnect ${SOCKET} graceful
    I was unable to receive the expected “ 200 “response and received a message saying string not found, I used the socket inspect command to inspect the socket’s internal data buffer and the result was nothing, it seemed empty.
    I tried the same operation using a linux machine that has IP connectivity with the Webservers and I was successful.
    In the same CSS I have services configured to respond to HTTP sessions. I tried the following script and everything went well
    Socket connect host 192.168.136.151 port 80 tcp
    Socket send ${SOCKET} “HEAD /index.html\n\n”
    Socket waitfor ${SOCKET}” 200 “ 2000
    Socket disconnect ${SOCKET} graceful
    When I issued the socket inspect command I could in fact see the socket’s internal data buffer content.
    The CSS is running WebNS 5.0 build 66
    Can someone give me a help?
    Thanks,
    Ricardo Lourenço

    Hello,
    There is no direct no direct link between TCP and SSL.
    So, in spite of having success with the TCP port 443 connection the CSS will not be able to negotiate de security parameters necessary to establish the SSL session.
    This was the reason for not having success through the use of the socket commands, as i refered in my original message.
    Thanks for your collaboration,
    Ricardo Lourenço

  • Autodiscover not working correctly when Office 365 integrated with Server Essentials 2012 R2

    Hello!
    This last weekend I setup our server as new and to ease the creation of users, integrated with our Office 365 (which to this point has worked fine) and imported the users. This had a somewhat unexpected side effect in that the import used the email address
    as for the user forename and then synced that change back to Office 365 and so needed to enter this information back in on the dashboard which synced back to Office 365. This may or may not have any relevance to our issue below.
    I should also point out that we have our own domain name so within the original Office 365 setup we had just one .onmicrosoft.com user with all the rest setup with our own domain name.
    At the weekend when it came to the client install, Outlook (2010 or 2013) would fail on the autodiscover with it asking again for credentials but critically displaying a server name of .contoso.com rather than the office365srvr.contoso.com . As I mention,
    Office 365 had been operating fine for some time and DNS records where checked and have been set for sometime. I spoke to Office 365 support and after a while come up with a temporary solution (so that I could complete the client installs) of assigning each
    user a onmicrosoft address, using that in the new account wizard to pick up the server correctly and then signing in the the Office 365 .contoso.com credentials.
    This worked OK to get us past the weekend (although I am having to reset up profiles on quite number of users where they get disconnected but with no credentials box appearing) but isn't a solution. The clients do not see public folders or their archives
    and of course we don't want to keep having to reset the profiles.
    I'm think that there must be something in the internal network that needs reconfiguring but I don't know what. I have tried pointing the client to an external DNS server just in case the internal DNS server was throwing the autodiscover out but this has
    made no difference.

    Ah - solved my own problem.
    Despite the domain DNS record looking OK and the Office 365 Portal domain checker not highlighting any issue, it looks as though the autodiscover is picking up an imap account provided by the web host.
    I've added an alias on the local DNS server to point to the Office 365 autodiscover server and this has solved the problem.

  • Session keeps running when the query has a syntax error

    I have a weird scenario.
    Take this query for example: select distinct physassignednum from hsi.docdeficiency where delinqlevel> 0 and dfcystatus in (1,6));
    This query has a syntax error as there is an additional bracket at the end. I know that. When I run it on STJOSE database the session keeps running and never returns. Even if I stop it, it does not. I try to disconnect, it says "Connection is currently busy. Try again?" This behavior is pretty consistent on STJOSET. If I run this query on UMASS database it gives me this error (as expected)
    ORA-00933: SQL command not properly ended
    00933. 00000 - "SQL command not properly ended"
    *Cause:   
    *Action:
    Error at Line: 1 Column: 99
    I do not know what is wrong with the STJOSE database connection that causes the session to hang and never return.
    Please help.
    -Nags
    Oracle Database 11g Enterprise Edition Release 11.1.0.7.0 - 64bit Production (both databases)
    SQL Developer Version 3.0.04 Build Main-04.34

    This does not happen in sql*plus. It does not hang. It returns a proper error message.
    HSI@stjose> select distinct physassignednum from hsi.docdeficiency where delinqlevel> 0 and dfcystatus in (1,6));
    select distinct physassignednum from hsi.docdeficiency where delinqlevel> 0 and dfcystatus in (1,6))
    ERROR at line 1:
    ORA-00933: SQL command not properly ended
    HSI@stjose>

  • Can XML Publisher 5.6.3(EBS) be integrated with APEX?

    On the following document, XMP Publisher 5.6.2 does not support integration with APEX. May I know about 5.6.3? Or is it about the product being an add-on with EBS causing the non-support to integration(meaning, even 5.6.3 is not supported)?
    http://www.oracle.com/technology/products/database/application_express/html/configure_printing.html
    Thanks,
    Rownald

    APEX integrates with the standalone version of BI Publisher. There was not a server component with the standalone 5.6.3 release. The integration relies on publisher providing a servlet for APEX to communicate with, 5.6.3 does not have this.
    If you are talking 5.6.3 under EBS then I guess you could build a servlet on the mid tier that called the BIP conversion APIs - it would all be custom work.
    The APEX integration needs 10.1.3.2 BIP to work with out of the box.
    Regards
    tim

  • EBS Security Integration with BI Publisher

    Hi All,
    I have few questions regarding integration of EBS Security with BIP. I went through the following document Oracle Fusion Middleware Administrator's Guide for Oracle Business Intelligence Publisher.
    and have following questions.
    -- Upon on logging on into BIP after integration with EBS should I assign the three roles of BI i.e. BI Administrator, BI Author and BI Conusmer to all EBS roles for catalog permission set up.
    Below is my requirement. EBS user logging into BIP
    a) Set of Users should have to build reports , publish on dashboard etc.
    b)Set of users need only view reports i.e. read only.
    c) One User should have Admin privileges.
    How do I associated above with EBS roles. Should I assign BI roles to EBS roles in EM and give catalog permissions? Any thoughts will be really appreciated.
    Thanks
    SYK

    have you got a response for this? We are having the same issue after following everything as well.

  • Session Keep Alive

    I have seen that my user sessions for a room will expire if there is no activity for some period of time. After that time it looks as if the authentication token for that user cannot be used again.
    Is this expected behavior? If so, after what period of inactivity does the session become invalid?
    Ideally I would like to keep the user session alive for a controlled period as long as they stay in the room(browser is not closed). Is there a recommended "keep alive" call I can make from clients to keep sessions alive?
    Thanks,
    Barry

    I ran another test and it does seem like an auth token becomes invalid in some circumstances after a period of inactivity. I still can't pin down exactly why, but the main reason for the problem I was seeing was because I had another process that deleted the room in the background.
    If I see a pattern for how auth tokens become invalid I'll post back, but it works well enough now for my purposes.
    Jamie,
    Yes, the tokens are created using the server api.
    Thanks,
    Barry

  • How to work in RH9 when project is integrated with TFS and TFS server is down

    My RoboHelp 9 project is integrated with TFS/Visual Studio. The server went down yesterday and won't be back up until late today.
    If I open the project locally (rather than from Version Control), how do I eventually get the latest files (those that I've worked on locally) into Version Control?
    Thank you.

    Hi,
    I use the following method:
    1.       Open the project and disconnect from source control.
    2.       Modify any files you need. Be aware that when you add/rename/remove/move files, the RoboHelp control files are modified too. (.apj and .fpj)
    3.       When TFS is up, check out the files using team explorer. Do NOT overwrite local files. (Make a backup first.)
    4.       Using TFS, check in all modified files. Do NOT check in the XPJ file. If you do, the project will lose its connection with source control.
    5.       Thrash the local project.
    6.       Get the latest version from the server.
    Be aware that this requires that you know what you’re doing. Especially when control files are modified. When you only modify the content of existing topics and check the existing topic in, you should be fine.
    Greet,
    Willam

  • Session keep alive && calling a class

    I have a JSP that will stay in a user's window and I want to know how to keep the session alive until they close the window, also since I am doing this I need to check a class for a method's state. What I mean by that is the Object calls on a ValueObject which gets info updated periodically, so I need to know how to set a timer coupled with the session to renew and check a class. Does anyone have a direction they can point me in this one.
    Thanks in advance

    keep reloading the page? META refresh tag or Javascript setTimeout() and document.location
    There's not really any guaranteed way to know that a window is closed, of course. There are tricks which probably work most of the time. Refreshing the page within the session timeout time is probably the easiest.

  • PuTTy Session Keep Alive

    BASHyum install tmux
    You're welcome.

    Typically I'm dealing with multiple PuTTy SSH sessions to CentOS boxes and if I get lost somewhere in browsing the net for info it drops the session after some time and I have to restart it.
    Is there a way to keep the sessions alive instead of hitting enter every now and then?
    This topic first appeared in the Spiceworks Community

  • Hacces32.dll error when testing FDM integration with Hyperion Enterprise

    I recently installed FDM and I am having difficulty figuring out the cause of an error I am getting when I test the integration settings for FDM and Enterprise. I am receiving the following error message when I click "Browse for Target Value" in the FDM Web Client > Activities > Maps section:
    "Error: File not found: hacces32.dll
    At Line: 190
    Detail: InnerException1: File not found: hacces32.dll
    At Line:190
    Any suggestions?
    Thanks

    I would suggest performing the following:
    a) Logon to the FDm application server as the FDM service account that was used to configure the App server, load balance server, web server
    b) Launch the Hyperion Enterprise win32 client on the server and verify the ability to login to the application that FDM is configured to integrate with.
    c) Verify that the Target Machine field of the machine profile is populated with the FDM application server as this is where the connection is established.

  • Light on wireless keyboard keeps flashing when trying to pair with ipad2

    When trying to pair my ipad2 to my wireless (bluetooth) keyboard, it will search from the ipad, but the light on the keyboard will jusk keep flashing, any help?

    Hello:
    An iPad will not connect (Bluetooth) to the KB.  As I understand the device, it should connect to your Bluetooth-capable Mac.
    Barry

  • MBP keeps crashing when using Internet Tethering with iPhone4

    I have had 2 crashes today of my new 13" MBP (I7 CPU, 8 Gb RAM, SSD) while using Ethernet Tethering with iPhone4. This is really embarrassing. I have used PC all my life and this is my first Mac. It's been many years since I have seen Blue screen of death on my PC. I have always heard about super reliability of Mac and could not believed my eyes when I saw the black message. Software industry moved long way improving reliability but looks like Mac team is moving in other direction. Unacceptable!

    Same with my MacBook Pro!
    I was really upset with this issue.
    I got it in early March 2011, just only one month and a few days.
    I always connected via USB tethering, it did work.
    The problem just started yesterday, it almost 10 times after connect internet.
    I called to the technical support and they told me to update to 10.6.7 (Mine was 10.6.6)
    Then I updated and it went well (which I found out later that cuz I use the WiFi to connected) for the rest of the day.
    But after I came back home and connected via USB , it crashed again.
    Then I decided to go to the store at 5th ave. , they checked for a 10 minutes and told me to backup all my data and take it back to them.
    Let see what is going to happen next.

  • Illustrator CC keeps crashing when opening a file with placed image

    I get this message:
    and regardless of what I click (Replace, Ignore, Cancel) the program crashes.
    Below is the crash report I get:
    Process:         Adobe Illustrator [954]
    Path:            /Applications/Adobe Illustrator CC/Adobe Illustrator.app/Contents/MacOS/Adobe Illustrator
    Identifier:      com.adobe.illustrator
    Version:         256 (17.0.0)
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [170]
    User ID:         501
    Date/Time:       2013-09-30 10:41:13.521 -0400
    OS Version:      Mac OS X 10.8.4 (12E55)
    Report Version:  10
    Interval Since Last Report:          61535 sec
    Crashes Since Last Report:           8
    Per-App Interval Since Last Report:  37856 sec
    Per-App Crashes Since Last Report:   8
    Anonymous UUID:                      A312EF8F-A9EC-D426-709E-D538E4DA0B32
    Crashed Thread:  0  Main Thread  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_CRASH (SIGABRT)
    Exception Codes: 0x0000000000000000, 0x0000000000000000
    Application Specific Information:
    terminate called without an active exception
    abort() called
    Thread 0 Crashed:: Main Thread  Dispatch queue: com.apple.main-thread
    0   libsystem_kernel.dylib                  0x00007fff85071212 __pthread_kill + 10
    1   libsystem_c.dylib                       0x00007fff8e6ccb54 pthread_kill + 90
    2   libsystem_c.dylib                       0x00007fff8e710dce abort + 143
    3   libc++abi.dylib                         0x00007fff86c799eb abort_message + 257
    4   libc++abi.dylib                         0x00007fff86c773a8 default_terminate() + 42
    5   libc++abi.dylib                         0x00007fff86c773c9 safe_handler_caller(void (*)()) + 8
    6   libc++abi.dylib                         0x00007fff86c77424 std::terminate() + 16
    7   libc++abi.dylib                         0x00007fff86c7861b __cxa_rethrow + 85
    8   com.adobe.illustrator.plugins.svgFileFormat          0x00000001192b4c01 0x119232000 + 535553
    9   com.adobe.illustrator.plugins.svgFileFormat          0x00000001192b55a9 0x119232000 + 538025
    10  com.adobe.illustrator.plugins.svgFileFormat          0x00000001192b7643 0x119232000 + 546371
    11  com.adobe.illustrator.plugins.svgFileFormat          0x00000001192b3069 0x119232000 + 528489
    12  com.adobe.illustrator.plugins.svgFileFormat          0x00000001192b3129 0x119232000 + 528681
    13  com.adobe.illustrator.plugins.svgFileFormat          0x00000001192b2c9b 0x119232000 + 527515
    14  com.adobe.illustrator.plugins.svgFileFormat          0x00000001192b74b3 0x119232000 + 545971
    15  com.adobe.illustrator.plugins.svgFileFormat          0x0000000119261540 0x119232000 + 193856
    16  com.adobe.illustrator.plugins.SVGFilterEffect          0x000000012aba6903 0x12ab9d000 + 39171
    17  com.adobe.illustrator.plugins.SVGFilterEffect          0x000000012aba18ff 0x12ab9d000 + 18687
    18  com.adobe.illustrator.plugins.SVGFilterEffect          0x000000012aba399f 0x12ab9d000 + 27039
    19  com.adobe.illustrator.plugins.SVGFilterEffect          0x000000012aba34d0 0x12ab9d000 + 25808
    20  com.adobe.illustrator.plugins.SVGFilterEffect          0x000000012aba0d74 0x12ab9d000 + 15732
    21  com.adobe.illustrator.plugins.SVGFilterEffect          0x000000012ab9e69d PluginMain + 301
    22  com.adobe.illustrator                   0x0000000100aba158 spEdgeCallPlugin(SPAccess*, char const*, char const*, void*, int*) + 152
    23  com.adobe.illustrator                   0x0000000100ab5423 SPCallPlugin + 99
    24  com.adobe.illustrator                   0x0000000100ab8066 SPSendMessage + 646
    25  com.adobe.illustrator                   0x00000001006b6605 fxCallPlugin(SPPlugin*, char const*, void*) + 1573
    26  com.adobe.illustrator                   0x0000000100856261 _t_AILiveEffectOpaque::Execute(Ref<CAIFilterExecution, CountedObject::Traits>, ArtObject*, Ref<CAIArtStyle, CountedObject::Traits>) const + 5297
    27  com.adobe.illustrator                   0x00000001002b9bf1 CAIFilterExecution::Execute(ArtObject*, Ref<CAIArtStyle, CountedObject::Traits>) + 241
    28  com.adobe.illustrator                   0x00000001002a71e3 CAIChainStyleFilter::Execute(Ref<CAIFilterExecution, CountedObject::Traits>, ArtObject*, Ref<CAIArtStyle, CountedObject::Traits>, ArtObject*) const + 2467
    29  com.adobe.illustrator                   0x00000001002a7791 CAIChainStyleFilter::Execute(Ref<CAIFilterExecution, CountedObject::Traits>, ArtObject*, Ref<CAIArtStyle, CountedObject::Traits>) const + 129
    30  com.adobe.illustrator                   0x00000001002a8bef CAICompoundFilterExecution::Execute(ArtObject*, Ref<CAIArtStyle, CountedObject::Traits>) + 127
    31  com.adobe.illustrator                   0x0000000100284a44 CAIArtStyle::ExecActiveStyle(ArtObject*) + 1028
    32  com.adobe.illustrator                   0x000000010028341d CAIArtStyle::Execute(ArtObject*) + 1341
    33  com.adobe.illustrator                   0x0000000100282972 CAIArtStyle::GetStyledArt(ArtObject*, bool) + 722
    34  com.adobe.illustrator                   0x0000000100282489 CAIArtStyle::CleanupDirtyDescendants(ArtObject* const&) + 233
    35  com.adobe.illustrator                   0x00000001002825cc CAIArtStyle::CleanupDirtyDescendants(ArtObject* const&) + 556
    36  com.adobe.illustrator                   0x000000010016c652 Artwork::ExecuteRemainingStyles() + 146
    37  com.adobe.illustrator                   0x000000010016c589 ValidatePluginObjectsAndStyles(Artwork*) + 41
    38  com.adobe.illustrator                   0x00000001007734ab PluginArtIdle(unsigned long) + 59
    39  com.adobe.illustrator                   0x00000001006e5a31 PluginsIdle(IdlePurpose) + 65
    40  com.adobe.illustrator                   0x000000010051e55b WindowIdle(IdlePurpose) + 443
    41  com.adobe.illustrator                   0x000000010042f67a CAIApplication::Idle(IdlePurpose) + 170
    42  com.adobe.illustrator                   0x00000001001fa97d CommandDoInternal(CAIEvent*, int, int) + 301
    43  com.adobe.illustrator                   0x0000000100486598 CAIExoAppEventHandler::DispatchMenuEvent(CAIEvent&) + 376
    44  com.adobe.illustrator                   0x00000001004863ba CAIExoAppEventHandler::HandleAIEvent(CAIEvent&) + 42
    45  com.adobe.illustrator                   0x0000000100486e34 CAIExoAppEventHandler::DispatchKeyEvent(CAIEvent&) + 1284
    46  com.adobe.illustrator                   0x00000001003f6f9f CAIExoAppMacEventHandler::DispatchKeyEvent(CAIEvent&) + 223
    47  com.adobe.illustrator                   0x00000001003f6e85 CAIExoAppMacEventHandler::DispatchKeyEvent(unsigned short const&, unsigned short const&, unsigned long const&) + 197
    48  com.adobe.illustrator                   0x00000001003f6d35 CAIExoAppMacEventHandler::HandleForwardedEvent(dvaui::ui::OS_Event const&) + 293
    49  com.adobe.illustrator                   0x00000001003f6a10 CAIExoAppMacEventHandler::PreProcessEvent(dvaui::ui::OS_Event const&) + 448
    50  com.adobe.illustrator                   0x00000001004895ff CAIExoAppImpl::DoPreEventProcessing(dvaui::ui::OS_Event const&) + 47
    51  com.adobe.exo.framework                 0x00000001097eb98d exo::app::AppBase::PreEventProcessing(dvaui::ui::OS_Event const&) + 13
    52  com.adobe.exo.framework                 0x00000001097f41a4 boost::detail::function::function_obj_invoker0<boost::_bi::bind_t<bool, boost::_mfi::mf1<bool, exo::app::AppBase, dvaui::ui::OS_Event const&>, boost::_bi::list2<boost::_bi::value<exo::app::OS_AppBase*>, boost::_bi::value<dvaui::ui::OS_Event> > >, bool>::invoke(boost::detail::function::function_buffer&) + 36
    53  com.adobe.illustrator                   0x0000000100401207 int dvacore::config::ErrorManager::ExecuteFunction<bool>(boost::function0<bool>*, bool*) + 71
    54  com.adobe.illustrator                   0x0000000100489a52 DroverErrorManager::ExecuteFunctionWithTopLevelExceptionHandler(boost::function0<int>) + 66
    55  com.adobe.illustrator                   0x00000001004010bc bool dvacore::config::ErrorManager::ExecuteFunctionWithTopLevelExceptionHandler<bool>(boost::f unction0<bool>, bool*) + 140
    56  com.adobe.illustrator                   0x0000000100400c9d bool dvacore::config::ExecuteTopLevelFunction<bool>(boost::function0<bool>, bool*) + 125
    57  com.adobe.exo.framework                 0x00000001097f03c7 -[ExoMacApplication sendEvent:] + 359
    58  com.apple.AppKit                        0x00007fff8e97d21a -[NSApplication run] + 636
    59  com.adobe.exo.framework                 0x00000001097efeb8 exo::app::OS_AppBase::RunEventLoop() + 56
    60  com.adobe.illustrator                   0x0000000100488195 CAIExoAppImpl::RunEventLoop() + 21
    61  com.adobe.illustrator                   0x000000010042e74c CAIApplication::RunApp() + 396
    62  com.adobe.illustrator                   0x0000000100419a57 main + 135
    63  com.adobe.illustrator                   0x0000000100002c94 start + 52
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib                  0x00007fff85071d16 kevent + 10
    1   libdispatch.dylib                       0x00007fff8ccb2dea _dispatch_mgr_invoke + 883
    2   libdispatch.dylib                       0x00007fff8ccb29ee _dispatch_mgr_thread + 54
    Thread 2:
    0   libsystem_kernel.dylib                  0x00007fff850710fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff8e6cffe9 _pthread_cond_wait + 869
    2   com.adobe.AGM                           0x0000000103894dcb 0x103552000 + 3419595
    3   com.adobe.AGM                           0x000000010389587d 0x103552000 + 3422333
    4   com.adobe.AGM                           0x00000001038ab8a8 0x103552000 + 3512488
    5   libsystem_c.dylib                       0x00007fff8e6cb7a2 _pthread_start + 327
    6   libsystem_c.dylib                       0x00007fff8e6b81e1 thread_start + 13
    Thread 3:: com.apple.CFSocket.private
    0   libsystem_kernel.dylib                  0x00007fff85071322 __select + 10
    1   com.apple.CoreFoundation                0x00007fff8e507f46 __CFSocketManager + 1302
    2   libsystem_c.dylib                       0x00007fff8e6cb7a2 _pthread_start + 327
    3   libsystem_c.dylib                       0x00007fff8e6b81e1 thread_start + 13
    Thread 4:
    0   libsystem_kernel.dylib                  0x00007fff85071386 __semwait_signal + 10
    1   libsystem_c.dylib                       0x00007fff8e755800 nanosleep + 163
    2   libsystem_c.dylib                       0x00007fff8e755717 usleep + 54
    3   com.adobe.illustrator.plugins.dBrushTool          0x000000011981b723 0x1197c3000 + 362275
    4   libsystem_c.dylib                       0x00007fff8e6cb7a2 _pthread_start + 327
    5   libsystem_c.dylib                       0x00007fff8e6b81e1 thread_start + 13
    Thread 5:
    0   libsystem_kernel.dylib                  0x00007fff8506f6c2 semaphore_wait_trap + 10
    1   com.adobe.illustrator.plugins.dBrushTool          0x000000011981c077 0x1197c3000 + 364663
    Thread 6:
    0   libsystem_kernel.dylib                  0x00007fff8506f6c2 semaphore_wait_trap + 10
    1   com.adobe.illustrator.plugins.dBrushTool          0x000000011981c077 0x1197c3000 + 364663
    Thread 7:
    0   libsystem_kernel.dylib                  0x00007fff8506f6c2 semaphore_wait_trap + 10
    1   com.adobe.illustrator.plugins.dBrushTool          0x000000011981c077 0x1197c3000 + 364663
    Thread 8:
    0   libsystem_kernel.dylib                  0x00007fff8506f6c2 semaphore_wait_trap + 10
    1   com.adobe.illustrator.plugins.dBrushTool          0x000000011981c077 0x1197c3000 + 364663
    Thread 9:
    0   libsystem_kernel.dylib                  0x00007fff8506f6c2 semaphore_wait_trap + 10
    1   com.adobe.illustrator.plugins.dBrushTool          0x000000011981c077 0x1197c3000 + 364663
    Thread 10:
    0   libsystem_kernel.dylib                  0x00007fff8506f6c2 semaphore_wait_trap + 10
    1   com.adobe.illustrator.plugins.dBrushTool          0x000000011981c077 0x1197c3000 + 364663
    Thread 11:
    0   libsystem_kernel.dylib                  0x00007fff8506f6c2 semaphore_wait_trap + 10
    1   com.adobe.illustrator.plugins.dBrushTool          0x000000011981c077 0x1197c3000 + 364663
    Thread 12:
    0   libsystem_kernel.dylib                  0x00007fff8506f6c2 semaphore_wait_trap + 10
    1   com.adobe.illustrator.plugins.dBrushTool          0x000000011981c077 0x1197c3000 + 364663
    Thread 13:
    0   libsystem_kernel.dylib                  0x00007fff8506f6c2 semaphore_wait_trap + 10
    1   com.adobe.illustrator.plugins.dBrushTool          0x000000011981c077 0x1197c3000 + 364663
    Thread 14:
    0   libsystem_kernel.dylib                  0x00007fff8506f6c2 semaphore_wait_trap + 10
    1   com.adobe.illustrator.plugins.dBrushTool          0x000000011981c077 0x1197c3000 + 364663
    Thread 15:
    0   libsystem_kernel.dylib                  0x00007fff8506f6c2 semaphore_wait_trap + 10
    1   com.adobe.illustrator.plugins.dBrushTool          0x000000011981c077 0x1197c3000 + 364663
    Thread 16:
    0   libsystem_kernel.dylib                  0x00007fff8506f6c2 semaphore_wait_trap + 10
    1   com.adobe.illustrator.plugins.dBrushTool          0x000000011981c077 0x1197c3000 + 364663
    Thread 17:
    0   libsystem_kernel.dylib                  0x00007fff8506f6c2 semaphore_wait_trap + 10
    1   com.adobe.illustrator.plugins.dBrushTool          0x000000011981c077 0x1197c3000 + 364663
    Thread 18:
    0   libsystem_kernel.dylib                  0x00007fff8506f6c2 semaphore_wait_trap + 10
    1   com.adobe.illustrator.plugins.dBrushTool          0x000000011981c077 0x1197c3000 + 364663
    Thread 19:
    0   libsystem_kernel.dylib                  0x00007fff8506f6c2 semaphore_wait_trap + 10
    1   com.adobe.illustrator.plugins.dBrushTool          0x000000011981c077 0x1197c3000 + 364663
    Thread 20:
    0   libsystem_kernel.dylib                  0x00007fff8506f6c2 semaphore_wait_trap + 10
    1   com.adobe.illustrator.plugins.dBrushTool          0x000000011981c077 0x1197c3000 + 364663
    Thread 21:: IPCClient rcvr: FMClient.501.954.140735140422016.1
    0   libsystem_kernel.dylib                  0x00007fff85071322 __select + 10
    1   com.extensis.cpp-core-framework          0x000000012651b169 GIPCReceiver::OSWaitForData() + 2975
    2   com.extensis.cpp-core-framework          0x000000012650fb40 GIPCClient::ReceiverThreadProc(GThread*) + 798
    3   com.extensis.cpp-core-framework          0x000000012658ded9 GThread::PthreadInternal(void*) + 223
    4   libsystem_c.dylib                       0x00007fff8e6cb7a2 _pthread_start + 327
    5   libsystem_c.dylib                       0x00007fff8e6b81e1 thread_start + 13
    Thread 22:: Agent IF Message Handler
    0   libsystem_kernel.dylib                  0x00007fff850710fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff8e6cffe9 _pthread_cond_wait + 869
    2   com.extensis.cpp-core-framework          0x000000012654d3ce GSemaphore::TimedWait(unsigned int) + 76
    3   com.extensis.cpp-core-framework          0x00000001265143f9 GIPCClient::GIPCMTDataAccumulator::WaitForData(unsigned int, std::vector<char, std::allocator<char> >&, bool) + 37
    4   com.extensis.ExtensisFontManagement.sdk          0x0000000126adc271 GAgentIFMessageHandlerThread::RunMessageHandlerThread() + 445
    5   com.extensis.ExtensisFontManagement.sdk          0x0000000126adc98e GAgentIFMessageHandlerThread::AgentIFMessageHandlerThreadFunc(GThread*) + 42
    6   com.extensis.cpp-core-framework          0x000000012658ded9 GThread::PthreadInternal(void*) + 223
    7   libsystem_c.dylib                       0x00007fff8e6cb7a2 _pthread_start + 327
    8   libsystem_c.dylib                       0x00007fff8e6b81e1 thread_start + 13
    Thread 23:: IPCDataHandler for rcvr: FMClient.501.954.140735140422016.1
    0   libsystem_kernel.dylib                  0x00007fff85071322 __select + 10
    1   com.extensis.cpp-core-framework          0x00000001265173d1 -[IPCDataHandler handleDataFromSocket:] + 2197
    2   com.apple.Foundation                    0x00007fff88440562 __NSThread__main__ + 1345
    3   libsystem_c.dylib                       0x00007fff8e6cb7a2 _pthread_start + 327
    4   libsystem_c.dylib                       0x00007fff8e6b81e1 thread_start + 13
    Thread 24:
    0   libsystem_kernel.dylib                  0x00007fff85071386 __semwait_signal + 10
    1   libsystem_c.dylib                       0x00007fff8e755800 nanosleep + 163
    2   com.adobe.illustrator.plugins.ScriptingSupport          0x0000000118973d38 ScObjects::Thread::wait(unsigned int) + 56
    3   com.adobe.illustrator.plugins.ScriptingSupport          0x000000011895c10e ScObjects::BridgeTalkThread::run() + 174
    4   com.adobe.illustrator.plugins.ScriptingSupport          0x00000001189738f5 ScObjects::Thread::go(void*) + 165
    5   libsystem_c.dylib                       0x00007fff8e6cb7a2 _pthread_start + 327
    6   libsystem_c.dylib                       0x00007fff8e6b81e1 thread_start + 13
    Thread 25:: C4 ThreadController
    0   libsystem_kernel.dylib                  0x00007fff850710fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff8e6cffe9 _pthread_cond_wait + 869
    2   com.adobe.illustrator                   0x0000000100a71edb boost::condition_variable::wait(boost::unique_lock<boost::mutex>&) + 155
    3   com.adobe.illustrator                   0x0000000100a70bc3 (anonymous namespace)::ThreadControllerContinous::Run() + 1267
    4   com.adobe.illustrator                   0x0000000100a6ecda (anonymous namespace)::ThreadController::operator()() + 266
    5   com.adobe.boost_threads.framework          0x0000000107a9a6d4 thread_proxy + 164
    6   libsystem_c.dylib                       0x00007fff8e6cb7a2 _pthread_start + 327
    7   libsystem_c.dylib                       0x00007fff8e6b81e1 thread_start + 13
    Thread 26:: C4 ThreadController
    0   libsystem_kernel.dylib                  0x00007fff850710fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff8e6cffe9 _pthread_cond_wait + 869
    2   com.adobe.illustrator                   0x0000000100a71edb boost::condition_variable::wait(boost::unique_lock<boost::mutex>&) + 155
    3   com.adobe.illustrator                   0x0000000100a70bc3 (anonymous namespace)::ThreadControllerContinous::Run() + 1267
    4   com.adobe.illustrator                   0x0000000100a6ecda (anonymous namespace)::ThreadController::operator()() + 266
    5   com.adobe.boost_threads.framework          0x0000000107a9a6d4 thread_proxy + 164
    6   libsystem_c.dylib                       0x00007fff8e6cb7a2 _pthread_start + 327
    7   libsystem_c.dylib                       0x00007fff8e6b81e1 thread_start + 13
    Thread 27:: C4 ThreadController
    0   libsystem_kernel.dylib                  0x00007fff850710fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff8e6cffe9 _pthread_cond_wait + 869
    2   com.adobe.illustrator                   0x0000000100a71edb boost::condition_variable::wait(boost::unique_lock<boost::mutex>&) + 155
    3   com.adobe.illustrator                   0x0000000100a70bc3 (anonymous namespace)::ThreadControllerContinous::Run() + 1267
    4   com.adobe.illustrator                   0x0000000100a6ecda (anonymous namespace)::ThreadController::operator()() + 266
    5   com.adobe.boost_threads.framework          0x0000000107a9a6d4 thread_proxy + 164
    6   libsystem_c.dylib                       0x00007fff8e6cb7a2 _pthread_start + 327
    7   libsystem_c.dylib                       0x00007fff8e6b81e1 thread_start + 13
    Thread 28:: C4 ThreadController
    0   libsystem_kernel.dylib                  0x00007fff850710fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff8e6cffe9 _pthread_cond_wait + 869
    2   com.adobe.illustrator                   0x0000000100a71edb boost::condition_variable::wait(boost::unique_lock<boost::mutex>&) + 155
    3   com.adobe.illustrator                   0x0000000100a70bc3 (anonymous namespace)::ThreadControllerContinous::Run() + 1267
    4   com.adobe.illustrator                   0x0000000100a6ecda (anonymous namespace)::ThreadController::operator()() + 266
    5   com.adobe.boost_threads.framework          0x0000000107a9a6d4 thread_proxy + 164
    6   libsystem_c.dylib                       0x00007fff8e6cb7a2 _pthread_start + 327
    7   libsystem_c.dylib                       0x00007fff8e6b81e1 thread_start + 13
    Thread 29:: C4 ThreadController
    0   libsystem_kernel.dylib                  0x00007fff850710fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff8e6cffe9 _pthread_cond_wait + 869
    2   com.adobe.illustrator                   0x0000000100a71edb boost::condition_variable::wait(boost::unique_lock<boost::mutex>&) + 155
    3   com.adobe.illustrator                   0x0000000100a70bc3 (anonymous namespace)::ThreadControllerContinous::Run() + 1267
    4   com.adobe.illustrator                   0x0000000100a6ecda (anonymous namespace)::ThreadController::operator()() + 266
    5   com.adobe.boost_threads.framework          0x0000000107a9a6d4 thread_proxy + 164
    6   libsystem_c.dylib                       0x00007fff8e6cb7a2 _pthread_start + 327
    7   libsystem_c.dylib                       0x00007fff8e6b81e1 thread_start + 13
    Thread 30:: C4 ThreadController
    0   libsystem_kernel.dylib                  0x00007fff850710fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff8e6cffe9 _pthread_cond_wait + 869
    2   com.adobe.illustrator                   0x0000000100a71edb boost::condition_variable::wait(boost::unique_lock<boost::mutex>&) + 155
    3   com.adobe.illustrator                   0x0000000100a70bc3 (anonymous namespace)::ThreadControllerContinous::Run() + 1267
    4   com.adobe.illustrator                   0x0000000100a6ecda (anonymous namespace)::ThreadController::operator()() + 266
    5   com.adobe.boost_threads.framework          0x0000000107a9a6d4 thread_proxy + 164
    6   libsystem_c.dylib                       0x00007fff8e6cb7a2 _pthread_start + 327
    7   libsystem_c.dylib                       0x00007fff8e6b81e1 thread_start + 13
    Thread 31:: C4 ThreadController
    0   libsystem_kernel.dylib                  0x00007fff850710fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff8e6cffe9 _pthread_cond_wait + 869
    2   com.adobe.illustrator                   0x0000000100a71edb boost::condition_variable::wait(boost::unique_lock<boost::mutex>&) + 155
    3   com.adobe.illustrator                   0x0000000100a70bc3 (anonymous namespace)::ThreadControllerContinous::Run() + 1267
    4   com.adobe.illustrator                   0x0000000100a6ecda (anonymous namespace)::ThreadController::operator()() + 266
    5   com.adobe.boost_threads.framework          0x0000000107a9a6d4 thread_proxy + 164
    6   libsystem_c.dylib                       0x00007fff8e6cb7a2 _pthread_start + 327
    7   libsystem_c.dylib                       0x00007fff8e6b81e1 thread_start + 13
    Thread 32:: C4 ThreadController
    0   libsystem_kernel.dylib                  0x00007fff850710fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff8e6cffe9 _pthread_cond_wait + 869
    2   com.adobe.illustrator                   0x0000000100a71edb boost::condition_variable::wait(boost::unique_lock<boost::mutex>&) + 155
    3   com.adobe.illustrator                   0x0000000100a70bc3 (anonymous namespace)::ThreadControllerContinous::Run() + 1267
    4   com.adobe.illustrator                   0x0000000100a6ecda (anonymous namespace)::ThreadController::operator()() + 266
    5   com.adobe.boost_threads.framework          0x0000000107a9a6d4 thread_proxy + 164
    6   libsystem_c.dylib                       0x00007fff8e6cb7a2 _pthread_start + 327
    7   libsystem_c.dylib                       0x00007fff8e6b81e1 thread_start + 13
    Thread 33:: com.apple.NSURLConnectionLoader
    0   libsystem_kernel.dylib                  0x00007fff8506f686 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff8506ec42 mach_msg + 70
    2   com.apple.CoreFoundation                0x00007fff8e4c3233 __CFRunLoopServiceMachPort + 195
    3   com.apple.CoreFoundation                0x00007fff8e4c8916 __CFRunLoopRun + 1078
    4   com.apple.CoreFoundation                0x00007fff8e4c80e2 CFRunLoopRunSpecific + 290
    5   com.apple.Foundation                    0x00007fff883e2546 +[NSURLConnection(Loader) _resourceLoadLoop:] + 356
    6   com.apple.Foundation                    0x00007fff88440562 __NSThread__main__ + 1345
    7   libsystem_c.dylib                       0x00007fff8e6cb7a2 _pthread_start + 327
    8   libsystem_c.dylib                       0x00007fff8e6b81e1 thread_start + 13
    Thread 34:
    0   libsystem_kernel.dylib                  0x00007fff850712aa __recvfrom + 10
    1   ServiceManager-Launcher.dylib           0x0000000129fdc231 0x129fc4000 + 98865
    2   ServiceManager-Launcher.dylib           0x0000000129fdb5d6 0x129fc4000 + 95702
    3   ServiceManager-Launcher.dylib           0x0000000129fda678 0x129fc4000 + 91768
    4   ServiceManager-Launcher.dylib           0x0000000129fda6e6 0x129fc4000 + 91878
    5   ServiceManager-Launcher.dylib           0x0000000129fd52e4 0x129fc4000 + 70372
    6   ServiceManager-Launcher.dylib           0x0000000129fd5cfe 0x129fc4000 + 72958
    7   ServiceManager-Launcher.dylib           0x0000000129fd5c0b 0x129fc4000 + 72715
    8   ServiceManager-Launcher.dylib           0x0000000129fd936e 0x129fc4000 + 86894
    9   ServiceManager-Launcher.dylib           0x0000000129fd94b2 0x129fc4000 + 87218
    10  ServiceManager-Launcher.dylib           0x0000000129fd926d 0x129fc4000 + 86637
    11  ServiceManager-Launcher.dylib           0x0000000129fd91e6 0x129fc4000 + 86502
    12  ServiceManager-Launcher.dylib           0x0000000129fc7916 0x129fc4000 + 14614
    13  ServiceManager-Launcher.dylib           0x0000000129fcbb05 0x129fc4000 + 31493
    14  ServiceManager-Launcher.dylib           0x0000000129fd9e46 0x129fc4000 + 89670
    15  ServiceManager-Launcher.dylib           0x0000000129fdbef3 0x129fc4000 + 98035
    16  libsystem_c.dylib                       0x00007fff8e6cb7a2 _pthread_start + 327
    17  libsystem_c.dylib                       0x00007fff8e6b81e1 thread_start + 13
    Thread 35:: C4 ThreadController
    0   libsystem_kernel.dylib                  0x00007fff850710fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff8e6cffe9 _pthread_cond_wait + 869
    2   com.adobe.illustrator                   0x0000000100a71edb boost::condition_variable::wait(boost::unique_lock<boost::mutex>&) + 155
    3   com.adobe.illustrator                   0x0000000100a70bc3 (anonymous namespace)::ThreadControllerContinous::Run() + 1267
    4   com.adobe.illustrator                   0x0000000100a6ecda (anonymous namespace)::ThreadController::operator()() + 266
    5   com.adobe.boost_threads.framework          0x0000000107a9a6d4 thread_proxy + 164
    6   libsystem_c.dylib                       0x00007fff8e6cb7a2 _pthread_start + 327
    7   libsystem_c.dylib                       0x00007fff8e6b81e1 thread_start + 13
    Thread 36:: C4 ThreadController
    0   libsystem_kernel.dylib                  0x00007fff850710fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff8e6cffe9 _pthread_cond_wait + 869
    2   com.adobe.illustrator                   0x0000000100a71edb boost::condition_variable::wait(boost::unique_lock<boost::mutex>&) + 155
    3   com.adobe.illustrator                   0x0000000100a70bc3 (anonymous namespace)::ThreadControllerContinous::Run() + 1267
    4   com.adobe.illustrator                   0x0000000100a6ecda (anonymous namespace)::ThreadController::operator()() + 266
    5   com.adobe.boost_threads.framework          0x0000000107a9a6d4 thread_proxy + 164
    6   libsystem_c.dylib                       0x00007fff8e6cb7a2 _pthread_start + 327
    7   libsystem_c.dylib                       0x00007fff8e6b81e1 thread_start + 13
    Thread 37:: C4 ThreadController
    0   libsystem_kernel.dylib                  0x00007fff850710fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff8e6cffe9 _pthread_cond_wait + 869
    2   com.adobe.illustrator                   0x0000000100a71edb boost::condition_variable::wait(boost::unique_lock<boost::mutex>&) + 155
    3   com.adobe.illustrator                   0x0000000100a70bc3 (anonymous namespace)::ThreadControllerContinous::Run() + 1267
    4   com.adobe.illustrator                   0x0000000100a6ecda (anonymous namespace)::ThreadController::operator()() + 266
    5   com.adobe.boost_threads.framework          0x0000000107a9a6d4 thread_proxy + 164
    6   libsystem_c.dylib                       0x00007fff8e6cb7a2 _pthread_start + 327
    7   libsystem_c.dylib                       0x00007fff8e6b81e1 thread_start + 13
    Thread 38:: C4 ThreadController
    0   libsystem_kernel.dylib                  0x00007fff850710fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff8e6cffe9 _pthread_cond_wait + 869
    2   com.adobe.illustrator                   0x0000000100a71edb boost::condition_variable::wait(boost::unique_lock<boost::mutex>&) + 155
    3   com.adobe.illustrator                   0x0000000100a70bc3 (anonymous namespace)::ThreadControllerContinous::Run() + 1267
    4   com.adobe.illustrator                   0x0000000100a6ecda (anonymous namespace)::ThreadController::operator()() + 266
    5   com.adobe.boost_threads.framework          0x0000000107a9a6d4 thread_proxy + 164
    6   libsystem_c.dylib                       0x00007fff8e6cb7a2 _pthread_start + 327
    7   libsystem_c.dylib                       0x00007fff8e6b81e1 thread_start + 13
    Thread 39:: C4 ThreadController
    0   libsystem_kernel.dylib                  0x00007fff850710fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff8e6cffe9 _pthread_cond_wait + 869
    2   com.adobe.illustrator                   0x0000000100a71edb boost::condition_variable::wait(boost::unique_lock<boost::mutex>&) + 155
    3   com.adobe.illustrator                   0x0000000100a70bc3 (anonymous namespace)::ThreadControllerContinous::Run() + 1267
    4   com.adobe.illustrator                   0x0000000100a6ecda (anonymous namespace)::ThreadController::operator()() + 266
    5   com.adobe.boost_threads.framework          0x0000000107a9a6d4 thread_proxy + 164
    6   libsystem_c.dylib                       0x00007fff8e6cb7a2 _pthread_start + 327
    7   libsystem_c.dylib                       0x00007fff8e6b81e1 thread_start + 13
    Thread 40:: C4 ThreadController
    0   libsystem_kernel.dylib                  0x00007fff850710fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff8e6cffe9 _pthread_cond_wait + 869
    2   com.adobe.illustrator                   0x0000000100a71edb boost::condition_variable::wait(boost::unique_lock<boost::mutex>&) + 155
    3   com.adobe.illustrator                   0x0000000100a70bc3 (anonymous namespace)::ThreadControllerContinous::Run() + 1267
    4   com.adobe.illustrator                   0x0000000100a6ecda (anonymous namespace)::ThreadController::operator()() + 266
    5   com.adobe.boost_threads.framework          0x0000000107a9a6d4 thread_proxy + 164
    6   libsystem_c.dylib                       0x00007fff8e6cb7a2 _pthread_start + 327
    7   libsystem_c.dylib                       0x00007fff8e6b81e1 thread_start + 13
    Thread 41:: C4 ThreadController
    0   libsystem_kernel.dylib                  0x00007fff850710fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff8e6cffe9 _pthread_cond_wait + 869
    2   com.adobe.illustrator                   0x0000000100a71edb boost::condition_variable::wait(boost::unique_lock<boost::mutex>&) + 155
    3   com.adobe.illustrator                   0x0000000100a70bc3 (anonymous namespace)::ThreadControllerContinous::Run() + 1267
    4   com.adobe.illustrator                   0x0000000100a6ecda (anonymous namespace)::ThreadController::operator()() + 266
    5   com.adobe.boost_threads.framework          0x0000000107a9a6d4 thread_proxy + 164
    6   libsystem_c.dylib                       0x00007fff8e6cb7a2 _pthread_start + 327
    7   libsystem_c.dylib                       0x00007fff8e6b81e1 thread_start + 13
    Thread 42:: C4 ThreadController
    0   libsystem_kernel.dylib                  0x00007fff850710fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff8e6cffe9 _pthread_cond_wait + 869
    2   com.adobe.illustrator                   0x0000000100a71edb boost::condition_variable::wait(boost::unique_lock<boost::mutex>&) + 155
    3   com.adobe.illustrator                   0x0000000100a70bc3 (anonymous namespace)::ThreadControllerContinous::Run() + 1267
    4   com.adobe.illustrator                   0x0000000100a6ecda (anonymous namespace)::ThreadController::operator()() + 266
    5   com.adobe.boost_threads.framework          0x0000000107a9a6d4 thread_proxy + 164
    6   libsystem_c.dylib                       0x00007fff8e6cb7a2 _pthread_start + 327
    7   libsystem_c.dylib                       0x00007fff8e6b81e1 thread_start + 13
    Thread 43:: com.apple.CoreAnimation.render-server
    0   libsystem_kernel.dylib                  0x00007fff8506f686 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff8506ec42 mach_msg + 70
    2   com.apple.QuartzCore                    0x00007fff852cc17b CA::Render::Server::server_thread(void*) + 403
    3   com.apple.QuartzCore                    0x00007fff85350dc6 thread_fun + 25
    4   libsystem_c.dylib                       0x00007fff8e6cb7a2 _pthread_start + 327
    5   libsystem_c.dylib                       0x00007fff8e6b81e1 thread_start + 13
    Thread 44:
    0   libsystem_kernel.dylib                  0x00007fff8506f6c2 semaphore_wait_trap + 10
    1   com.adobe.illustrator                   0x000000010000ce79 basic::detail::thread_function_base::operator()() + 217
    2   com.adobe.illustrator                   0x000000010000d6b7 basic::thread_base::_call(void*) + 119
    3   com.apple.CoreServices.CarbonCore          0x00007fff8595e7e0 PrivateMPEntryPoint + 58
    4   libsystem_c.dylib                       0x00007fff8e6cb7a2 _pthread_start + 327
    5   libsystem_c.dylib                       0x00007fff8e6b81e1 thread_start + 13
    Thread 45:
    0   libsystem_kernel.dylib                  0x00007fff8506f6c2 semaphore_wait_trap + 10
    1   com.adobe.illustrator                   0x000000010000ce79 basic::detail::thread_function_base::operator()() + 217
    2   com.adobe.illustrator                   0x000000010000d6b7 basic::thread_base::_call(void*) + 119
    3   com.apple.CoreServices.CarbonCore          0x00007fff8595e7e0 PrivateMPEntryPoint + 58
    4   libsystem_c.dylib                       0x00007fff8e6cb7a2 _pthread_start + 327
    5   libsystem_c.dylib                       0x00007fff8e6b81e1 thread_start + 13
    Thread 46:
    0   libsystem_kernel.dylib                  0x00007fff8506f6c2 semaphore_wait_trap + 10
    1   com.adobe.illustrator                   0x000000010000ce79 basic::detail::thread_function_base::operator()() + 217
    2   com.adobe.illustrator                   0x000000010000d6b7 basic::thread_base::_call(void*) + 119
    3   com.apple.CoreServices.CarbonCore          0x00007fff8595e7e0 PrivateMPEntryPoint + 58
    4   libsystem_c.dylib                       0x00007fff8e6cb7a2 _pthread_start + 327
    5   libsystem_c.dylib                       0x00007fff8e6b81e1 thread_start + 13
    Thread 47:
    0   libsystem_kernel.dylib                  0x00007fff8506f6c2 semaphore_wait_trap + 10
    1   com.adobe.illustrator                   0x000000010000ce79 basic::detail::thread_function_base::operator()() + 217
    2   com.adobe.illustrator                   0x000000010000d6b7 basic::thread_base::_call(void*) + 119
    3   com.apple.CoreServices.CarbonCore          0x00007fff8595e7e0 PrivateMPEntryPoint + 58
    4   libsystem_c.dylib                       0x00007fff8e6cb7a2 _pthread_start + 327
    5   libsystem_c.dylib                       0x00007fff8e6b81e1 thread_start + 13
    Thread 48:
    0   libsystem_kernel.dylib                  0x00007fff8506f6c2 semaphore_wait_trap + 10
    1   com.adobe.illustrator                   0x000000010000ce79 basic::detail::thread_function_base::operator()() + 217
    2   com.adobe.illustrator                   0x000000010000d6b7 basic::thread_base::_call(void*) + 119
    3   com.apple.CoreServices.CarbonCore          0x00007fff8595e7e0 PrivateMPEntryPoint + 58
    4   libsystem_c.dylib                       0x00007fff8e6cb7a2 _pthread_start + 327
    5   libsystem_c.dylib                       0x00007fff8e6b81e1 thread_start + 13
    Thread 49:
    0   libsystem_kernel.dylib                  0x00007fff8506f6c2 semaphore_wait_trap + 10
    1   com.adobe.illustrator                   0x000000010000ce79 basic::detail::thread_function_base::operator()() + 217
    2   com.adobe.illustrator                   0x000000010000d6b7 basic::thread_base::_call(void*) + 119
    3   com.apple.CoreServices.CarbonCore          0x00007fff8595e7e0 PrivateMPEntryPoint + 58
    4   libsystem_c.dylib                       0x00007fff8e6cb7a2 _pthread_start + 327
    5   libsystem_c.dylib                       0x00007fff8e6b81e1 thread_start + 13
    Thread 50:
    0   libsystem_kernel.dylib                  0x00007fff8506f6c2 semaphore_wait_trap + 10
    1   com.adobe.illustrator                   0x000000010000ce79 basic::detail::thread_function_base::operator()() + 217
    2   com.adobe.illustrator                   0x000000010000d6b7 basic::thread_base::_call(void*) + 119
    3   com.apple.CoreServices.CarbonCore          0x00007fff8595e7e0 PrivateMPEntryPoint + 58
    4   libsystem_c.dylib                       0x00007fff8e6cb7a2 _pthread_start + 327
    5   libsystem_c.dylib                       0x00007fff8e6b81e1 thread_start + 13
    Thread 51:
    0   libsystem_kernel.dylib                  0x00007fff8506f6c2 semaphore_wait_trap + 10
    1   com.adobe.illustrator                   0x000000010000ce79 basic::detail::thread_function_base::operator()() + 217
    2   com.adobe.illustrator                   0x000000010000d6b7 basic::thread_base::_call(void*) + 119
    3   com.apple.CoreServices.CarbonCore          0x00007fff8595e7e0 PrivateMPEntryPoint + 58
    4   libsystem_c.dylib                       0x00007fff8e6cb7a2 _pthread_start + 327
    5   libsystem_c.dylib                       0x00007fff8e6b81e1 thread_start + 13
    Thread 52:
    0   libsystem_kernel.dylib                  0x00007fff8506f6c2 semaphore_wait_trap + 10
    1   com.adobe.illustrator                   0x000000010000ce79 basic::detail::thread_function_base::operator()() + 217
    2   com.adobe.illustrator                   0x000000010000d6b7 basic::thread_base::_call(void*) + 119
    3   com.apple.CoreServices.CarbonCore          0x00007fff8595e7e0 PrivateMPEntryPoint + 58
    4   libsystem_c.dylib                       0x00007fff8e6cb7a2 _pthread_start + 327
    5   libsystem_c.dylib                       0x00007fff8e6b81e1 thread_start + 13
    Thread 53:
    0   libsystem_kernel.dylib                  0x00007fff8506f6c2 semaphore_wait_trap + 10
    1   com.adobe.illustrator                   0x000000010000ce79 basic::detail::thread_function_base::operator()() + 217
    2   com.adobe.illustrator                   0x000000010000d6b7 basic::thread_base::_call(void*) + 119
    3   com.apple.CoreServices.CarbonCore          0x00007fff8595e7e0 PrivateMPEntryPoint + 58
    4   libsystem_c.dylib                       0x00007fff8e6cb7a2 _pthread_start + 327
    5   libsystem_c.dylib                       0x00007fff8e6b81e1 thread_start + 13
    Thread 54:
    0   libsystem_kernel.dylib                  0x00007fff8506f6c2 semaphore_wait_trap + 10
    1   com.adobe.illustrator                   0x000000010000ce79 basic::detail::thread_function_base::operator()() + 217
    2   com.adobe.illustrator                   0x000000010000d6b7 basic::thread_base::_call(void*) + 119
    3   com.apple.CoreServices.CarbonCore          0x00007fff8595e7e0 PrivateMPEntryPoint + 58
    4   libsystem_c.dylib                       0x00007fff8e6cb7a2 _pthread_start + 327
    5   libsystem_c.dylib                       0x00007fff8e6b81e1 thread_start + 13
    Thread 55:
    0   libsystem_kernel.dylib                  0x00007fff8506f6c2 semaphore_wait_trap + 10
    1   com.adobe.illustrator                   0x000000010000ce79 basic::detail::thread_function_base::operator()() + 217
    2   com.adobe.illustrator                   0x000000010000d6b7 basic::thread_base::_call(void*) + 119
    3   com.apple.CoreServices.CarbonCore          0x00007fff8595e7e0 PrivateMPEntryPoint + 58
    4   libsystem_c.dylib                       0x00007fff8e6cb7a2 _pthread_start + 327
    5   libsystem_c.dylib                       0x00007fff8e6b81e1 thread_start + 13
    Thread 56:
    0   libsystem_kernel.dylib                  0x00007fff8506f6c2 semaphore_wait_trap + 10
    1   com.adobe.illustrator                   0x000000010000ce79 basic::detail::thread_function_base::operator()() + 217
    2   com.adobe.illustrator                   0x000000010000d6b7 basic::thread_base::_call(void*) + 119
    3   com.apple.CoreServices.CarbonCore          0x00007fff8595e7e0 PrivateMPEntryPoint + 58
    4   libsystem_c.dylib                       0x00007fff8e6cb7a2 _pthread_start + 327
    5   libsystem_c.dylib                       0x00007fff8e6b81e1 thread_start + 13
    Thread 57:
    0   libsystem_kernel.dylib                  0x00007fff8506f6c2 semaphore_wait_trap + 10
    1   com.adobe.illustrator                   0x000000010000ce79 basic::detail::thread_function_base::operator()() + 217
    2   com.adobe.illustrator                   0x000000010000d6b7 basic::thread_base::_call(void*) + 119
    3   com.apple.CoreServices.CarbonCore          0x00007fff8595e7e0 PrivateMPEntryPoint + 58
    4   libsystem_c.dylib                       0x00007fff8e6cb7a2 _pthread_start + 327
    5   libsystem_c.dylib                       0x00007fff8e6b81e1 thread_start + 13
    Thread 58:
    0   libsystem_kernel.dylib                  0x00007fff8506f6c2 semaphore_wait_trap + 10
    1   com.adobe.illustrator                   0x000000010000ce79 basic::detail::thread_function_base::operator()() + 217
    2   com.adobe.illustrator                   0x000000010000d6b7 basic::thread_base::_call(void*) + 119
    3   com.apple.CoreServices.CarbonCore          0x00007fff8595e7e0 PrivateMPEntryPoint + 58
    4   libsystem_c.dylib                       0x00007fff8e6cb7a2 _pthread_start + 327
    5   libsystem_c.dylib                       0x00007fff8e6b81e1 thread_start + 13
    Thread 59:
    0   libsystem_kernel.dylib                  0x00007fff8506f6c2 semaphore_wait_trap + 10
    1   com.adobe.illustrator                   0x000000010000ce79 basic::detail::thread_function_base::operator()() + 217
    2   com.adobe.illustrator                   0x000000010000d6b7 basic::thread_base::_call(void*) + 119
    3   com.apple.CoreServices.CarbonCore          0x00007fff8595e7e0 PrivateMPEntryPoint + 58
    4   libsystem_c.dylib                       0x00007fff8e6cb7a2 _pthread_start + 327
    5   libsystem_c.dylib                       0x00007fff8e6b81e1 thread_start + 13
    Thread 60:
    0   libsystem_kernel.dylib                  0x00007fff8506f6c2 semaphore_wait_trap + 10
    1   com.adobe.illustrator                   0x000000010000ce79 basic::detail::thread_function_base::operator()() + 217
    2   com.adobe.illustrator                   0x000000010000d6b7 basic::thread_base::_call(void*) + 119
    3   com.apple.CoreServices.CarbonCore          0x00007fff8595e7e0 PrivateMPEntryPoint + 58
    4   libsystem_c.dylib                       0x00007fff8e6cb7a2 _pthread_start + 327
    5   libsystem_c.dylib                       0x00007fff8e6b81e1 thread_start + 13
    Thread 61:
    0   libsystem_kernel.dylib                  0x00007fff8506f6c2 semaphore_wait_trap + 10
    1   com.adobe.illustrator                   0x000000010000ce79 basic::detail::thread_function_base::operator()() + 217
    2   com.adobe.illustrator                   0x000000010000d6b7 basic::thread_base::_call(void*) + 119
    3   com.apple.CoreServices.CarbonCore          0x00007fff8595e7e0 PrivateMPEntryPoint + 58
    4   libsystem_c.dylib                       0x00007fff8e6cb7a2 _pthread_start + 327
    5   libsystem_c.dylib                       0x00007fff8e6b81e1 thread_start + 13
    Thread 62:
    0   libsystem_kernel.dylib                  0x00007fff850710fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff8e6cffe9 _pthread_cond_wait + 869
    2   com.adobe.AFlame                        0x00000001415c7b1b 0x14144c000 + 1555227
    3   com.adobe.AFlame                        0x000000014157f234 0x14144c000 + 1258036
    4   libsystem_c.dylib                       0x00007fff8e6cb7a2 _pthread_start + 327
    5   libsystem_c.dylib                       0x00007fff8e6b81e1 thread_start + 13
    Thread 63:
    0   libsystem_kernel.dylib                  0x00007fff850716d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff8e6cdf4c _pthread_workq_return + 25
    2   libsystem_c.dylib                       0x00007fff8e6cdd13 _pthread_wqthread + 412
    3   libsystem_c.dylib                       0x00007fff8e6b81d1 start_wqthread + 13
    Thread 64:
    0   libsystem_kernel.dylib                  0x00007fff850716d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff8e6cdf4c _pthread_workq_return + 25
    2   libsystem_c.dylib                       0x00007fff8e6cdd13 _pthread_wqthread + 412
    3   libsystem_c.dylib                       0x00007fff8e6b81d1 start_wqthread + 13
    Thread 65:
    0   libsystem_kernel.dylib                  0x00007fff850716d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff8e6cdf4c _pthread_workq_return + 25
    2   libsystem_c.dylib                       0x00007fff8e6cdd13 _pthread_wqthread + 412
    3   libsystem_c.dylib                       0x00007fff8e6b81d1 start_wqthread + 13
    Thread 66:
    0   libsystem_kernel.dylib                  0x00007fff850716d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff8e6cdf4c _pthread_workq_return + 25
    2   libsystem_c.dylib                       0x00007fff8e6cdd13 _pthread_wqthread + 412
    3   libsystem_c.dylib                       0x00007fff8e6b81d1 start_wqthread + 13
    Thread 0 crashed with X86 Thread State (64-bit):
      rax: 0x0000000000000000  rbx: 0x0000000000000006  rcx: 0x00007fff5fbfcad8  rdx: 0x0000000000000000
      rdi: 0x0000000000000c07  rsi: 0x0000000000000006  rbp: 0x00007fff5fbfcb00  rsp: 0x00007fff5fbfcad8
       r8: 0x00007fff740d5278   r9: 0x0000000000000013  r10: 0x0000000020000000  r11: 0x0000000000000206
      r12: 0x00007fff5fbfc

    Identified the Issue and the same will be resolved. The crash is happening for file with SVG filters and there is a missing link.

Maybe you are looking for