Server Crashes when using Cursor Vars in Stored Procedure

Can anyone make a suggestion
We are experiencing a problem that causes our Weblogic Server to crash
when a JDBC call is made to our Oracle database.
Host Details
Operating System: Solaris Version 8
SunOS 5.8 Generic_108528-15 sun4u sparc SUNW,UltraAX-i2
WebLogic Server 6.1 SP1 09/18/2001 14:28:44 #138716
Oracle8i Enterprise Edition Release 8.1.7.4.0 - Production
JDBC Driver Weblogic JDriver for Oracle
The jdbc command that causes the problem is similar the spcursor
example code file:
// Here we prepare a CallableStatement using a WebLogic extension
// to JDBC that supports binding an Oracle cursor to an output
// parameter. Register the output parameter type as OTHER . . .
cstmt =
     (weblogic.jdbc.common.OracleCallableStatement)conn.prepareCall("BEGIN
OPEN ? FOR select * from emp; END;");
cstmt.registerOutParameter(1, java.sql.Types.OTHER);
The crash happens when the re.next() method is invoked after the
execute()
This is the core dump message that is generated:
An unexpected exception has been detected in native code outside the
VM.
Unexpected Signal : 11 occurred at PC=0xd339f37c
Function name=kpcxk2u
Library=/u01/app/oracle/product/8.1.7/lib/libclntsh.so.8.0
Current Java thread:
at weblogic.db.oci.OciCursor.arrayFetch(Native Method)
at weblogic.db.oci.OciCursor.oci_arrayFetch(OciCursor.java:2002)
at weblogic.jdbc.oci.ResultSet.next(ResultSet.java:759)
at weblogic.jdbc.pool.ResultSet.next(ResultSet.java:180)
at weblogic.jdbc.rmi.internal.ResultSetImpl.next(ResultSetImpl.java:132)
at weblogic.jdbc.rmi.internal.ResultSetImpl_WLSkel.invoke(Unknown
Source)
at weblogic.rmi.internal.BasicServerRef.invoke(BasicServerRef.java:296)
at weblogic.rmi.internal.BasicServerRef.handleRequest(BasicServerRef.java:265)
at weblogic.rmi.internal.BasicExecuteRequest.execute(BasicExecuteRequest.java:
at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:139)
at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
Dynamic libraries:
0x10000 /opt/bea/jdk131/jre/bin/../bin/sparc/native_threads/java
0xff350000 /usr/lib/libthread.so.1
0xff390000 /usr/lib/libdl.so.1
0xff200000 /usr/lib/libc.so.1
0xff330000 /usr/platform/SUNW,UltraAX-i2/lib/libc_psr.so.1
0xfe480000 /opt/bea/jdk131/jre/lib/sparc/hotspot/libjvm.so
0xff2e0000 /usr/lib/libCrun.so.1
0xff1e0000 /usr/lib/libsocket.so.1
0xff100000 /usr/lib/libnsl.so.1
0xff0d0000 /usr/lib/libm.so.1
0xff310000 /usr/lib/libw.so.1
0xff0b0000 /usr/lib/libmp.so.2
0xff080000 /opt/bea/jdk131/jre/lib/sparc/native_threads/libhpi.so
0xff050000 /opt/bea/jdk131/jre/lib/sparc/libverify.so
0xfe440000 /opt/bea/jdk131/jre/lib/sparc/libjava.so
0xff020000 /opt/bea/jdk131/jre/lib/sparc/libzip.so
0xfe230000 /opt/bea/jdk131/jre/lib/sparc/libnet.so
0xfe160000 /usr/lib/nss_files.so.1
0xd3700000 /opt/bea/wlserver6.1/lib/solaris/oci817_8/libweblogicoci37.so
0xd3000000 /u01/app/oracle/product/8.1.7/lib/libclntsh.so.8.0
0xfd090000 /usr/lib/libC.so.5
0xfd3b0000 /u01/app/oracle/product/8.1.7/lib/libwtc8.so
0xfd070000 /usr/lib/libgen.so.1
0xfd050000 /usr/lib/libsched.so.1
0xfd020000 /usr/lib/libaio.so.1
0xfafd0000 /opt/bea/wlserver6.1/lib/solaris/libmuxer.so
Local Time = Thu Apr 3 10:39:37 2003
Elapsed Time = 178
# The exception above was detected in native code outside the VM
# Java VM: Java HotSpot(TM) Client VM (1.3.1-b24 mixed mode)
# An error report file has been saved as hs_err_pid7599.log.
# Please refer to the file for further information.
Abort - core dumped
TIA
Tony

Tony,
"Tony Ross" <[email protected]> wrote in message
news:[email protected]...
Thanks Mitesh for your response.
We have followed your advice on using the 901 driver and updating the
config.xml file. Alas it has not stopped the Solaris WLS from
crashing.Actually, Mitesh sugested you replacing weblogic driver
with oracle one. As it follows from the stacktrace, it has
not been done.
I'd also recommend moving to oracle thin driver as it
doesn't have native code thus is more stable.
Regards,
Slava Imeshev
In addition to this we tried using WLS 6.1 SP2 on a Win2000 box
(connecting to same database). We managed to crash this instance as
well. The core dump is as follows:
An unexpected exception has been detected in native code outside the
VM.
Unexpected Signal : EXCEPTION_ACCESS_VIOLATION occurred at
PC=0x6021bc08
Function name=kpcxk2u
Library=C:\Oracle\Ora81\BIN\oracommon8.dll
Current Java thread:
at weblogic.db.oci.OciCursor.arrayFetch(Native Method)
- locked <2956f78> (a weblogic.db.oci.OciCursor)
at weblogic.db.oci.OciCursor.oci_arrayFetch(OciCursor.java:2022)
at weblogic.jdbc.oci.ResultSet.next(ResultSet.java:759)
- locked <3423480> (a weblogic.db.oci.OciConnection)
at weblogic.jdbc.rmi.internal.ResultSetImpl.next(ResultSetImpl.java:133)
at weblogic.jdbc.rmi.internal.ResultSetImpl_WLSkel.invoke(Unknown
Source)
at weblogic.rmi.internal.BasicServerRef.invoke(BasicServerRef.java:298)
atweblogic.rmi.internal.BasicServerRef.handleRequest(BasicServerRef.java:267)
atweblogic.rmi.internal.BasicExecuteRequest.execute(BasicExecuteRequest.java:2
2)
at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:139)
at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
Dynamic libraries:
0x00400000 - 0x00405000 c:\bea\jdk131\bin\java.exe
0x77F80000 - 0x77FFB000 C:\WINNT\System32\ntdll.dll
0x77DB0000 - 0x77E0D000 C:\WINNT\system32\ADVAPI32.dll
0x77E80000 - 0x77F36000 C:\WINNT\system32\KERNEL32.DLL
0x77D30000 - 0x77DA1000 C:\WINNT\system32\RPCRT4.DLL
0x78000000 - 0x78046000 C:\WINNT\system32\MSVCRT.dll
0x6D420000 - 0x6D4EE000 c:\bea\jdk131\jre\bin\hotspot\jvm.dll
0x77E10000 - 0x77E75000 C:\WINNT\system32\USER32.dll
0x77F40000 - 0x77F7C000 C:\WINNT\system32\GDI32.DLL
0x77570000 - 0x775A0000 C:\WINNT\System32\WINMM.dll
0x6D220000 - 0x6D227000 c:\bea\jdk131\jre\bin\hpi.dll
0x6D3B0000 - 0x6D3BD000 c:\bea\jdk131\jre\bin\verify.dll
0x6D250000 - 0x6D266000 c:\bea\jdk131\jre\bin\java.dll
0x6D3C0000 - 0x6D3CD000 c:\bea\jdk131\jre\bin\zip.dll
0x6D2A0000 - 0x6D2BB000 c:\bea\jdk131\jre\bin\jdwp.dll
0x6D1D0000 - 0x6D1D5000 c:\bea\jdk131\bin\dt_socket.dll
0x75030000 - 0x75043000 C:\WINNT\System32\ws2_32.dll
0x75020000 - 0x75028000 C:\WINNT\System32\WS2HELP.DLL
0x74FD0000 - 0x74FED000 C:\WINNT\system32\msafd.dll
0x75010000 - 0x75017000 C:\WINNT\System32\wshtcpip.dll
0x6D340000 - 0x6D348000 C:\bea\jdk131\jre\bin\net.dll
0x75050000 - 0x75058000 C:\WINNT\System32\WSOCK32.dll
0x782C0000 - 0x782CC000 C:\WINNT\System32\rnr20.dll
0x77980000 - 0x779A4000 C:\WINNT\System32\DNSAPI.DLL
0x77340000 - 0x77353000 C:\WINNT\System32\iphlpapi.dll
0x77520000 - 0x77525000 C:\WINNT\System32\ICMP.DLL
0x77320000 - 0x77337000 C:\WINNT\System32\MPRAPI.DLL
0x75150000 - 0x75160000 C:\WINNT\System32\SAMLIB.DLL
0x75170000 - 0x751BF000 C:\WINNT\System32\NETAPI32.DLL
0x77BE0000 - 0x77BEF000 C:\WINNT\System32\SECUR32.DLL
0x751C0000 - 0x751C6000 C:\WINNT\System32\NETRAP.DLL
0x77950000 - 0x7797A000 C:\WINNT\system32\WLDAP32.DLL
0x77A50000 - 0x77B45000 C:\WINNT\system32\OLE32.DLL
0x779B0000 - 0x77A4B000 C:\WINNT\system32\OLEAUT32.DLL
0x773B0000 - 0x773DE000 C:\WINNT\System32\ACTIVEDS.DLL
0x77380000 - 0x773A2000 C:\WINNT\System32\ADSLDPC.DLL
0x77830000 - 0x7783E000 C:\WINNT\System32\RTUTILS.DLL
0x77880000 - 0x7790D000 C:\WINNT\System32\SETUPAPI.DLL
0x77C10000 - 0x77C6E000 C:\WINNT\System32\USERENV.DLL
0x774E0000 - 0x77512000 C:\WINNT\System32\RASAPI32.DLL
0x774C0000 - 0x774D1000 C:\WINNT\System32\RASMAN.DLL
0x77530000 - 0x77552000 C:\WINNT\System32\TAPI32.DLL
0x71730000 - 0x717BA000 C:\WINNT\system32\COMCTL32.DLL
0x70BD0000 - 0x70C20000 C:\WINNT\system32\SHLWAPI.DLL
0x77360000 - 0x77379000 C:\WINNT\System32\DHCPCSVC.DLL
0x777E0000 - 0x777E8000 C:\WINNT\System32\winrnr.dll
0x777F0000 - 0x777F5000 C:\WINNT\System32\rasadhlp.dll
0x10000000 - 0x10055000
C:\bea\wlserver6.1\bin\oci901_8\weblogicoci37.dll
0x0DE20000 - 0x0DE3A000 C:\Oracle\Ora81\BIN\OCI.dll
0x780A0000 - 0x780B2000 C:\WINNT\System32\MSVCIRT.dll
0x60400000 - 0x60502000 C:\Oracle\Ora81\BIN\OraClient8.Dll
0x60600000 - 0x60682000 C:\Oracle\Ora81\BIN\oracore8.dll
0x60800000 - 0x60848000 C:\Oracle\Ora81\BIN\oranls8.dll
0x0DE40000 - 0x0DE46000 C:\Oracle\Ora81\BIN\oravsn8.dll
0x60200000 - 0x60264000 C:\Oracle\Ora81\BIN\oracommon8.dll
0x60000000 - 0x6011F000 C:\Oracle\Ora81\BIN\orageneric8.dll
0x60350000 - 0x60356000 C:\Oracle\Ora81\BIN\orawtc8.dll
0x60A00000 - 0x60A2B000 C:\Oracle\Ora81\BIN\oranl8.dll
0x60B00000 - 0x60BAA000 C:\Oracle\Ora81\BIN\oran8.dll
0x60E00000 - 0x60E10000 C:\Oracle\Ora81\BIN\orancrypt8.dll
0x61100000 - 0x61137000 C:\Oracle\Ora81\BIN\oranro8.dll
0x0DE50000 - 0x0DEAE000 C:\Oracle\Ora81\BIN\orannzsbb8.dll
0x61500000 - 0x6150E000 C:\Oracle\Ora81\BIN\oranldap8.dll
0x61700000 - 0x6171C000 C:\Oracle\Ora81\BIN\oraldapclnt8.dll
0x61900000 - 0x61906000 C:\Oracle\Ora81\BIN\oranhost8.dll
0x62100000 - 0x62106000 C:\Oracle\Ora81\BIN\oranoname8.dll
0x0DEB0000 - 0x0DEB6000 C:\Oracle\Ora81\BIN\orancds8.dll
0x62300000 - 0x62306000 C:\Oracle\Ora81\BIN\orantns8.dll
0x62500000 - 0x62508000 C:\Oracle\Ora81\BIN\orannds8.dll
0x0DEC0000 - 0x0DEDC000 C:\Oracle\Ora81\BIN\orannms8.dll
0x62700000 - 0x62741000 C:\Oracle\Ora81\BIN\ORATRACE8.dll
0x62900000 - 0x62B1B000 C:\Oracle\Ora81\BIN\orapls8.dll
0x63100000 - 0x63108000 C:\Oracle\Ora81\BIN\oraslax8.dll
0x63200000 - 0x63272000 C:\Oracle\Ora81\BIN\orasql8.dll
0x64700000 - 0x6470C000 C:\Oracle\Ora81\bin\orantcp8.dll
0x64500000 - 0x6450D000 C:\Oracle\Ora81\bin\orannts8.dll
0x75500000 - 0x75504000 C:\WINNT\System32\security.dll
0x782D0000 - 0x782EE000 C:\WINNT\system32\msv1_0.dll
0x11260000 - 0x11265000 C:\bea\wlserver6.1\bin\wlntio.dll
0x77920000 - 0x77943000 C:\WINNT\system32\imagehlp.dll
0x72A00000 - 0x72A2D000 C:\WINNT\system32\DBGHELP.dll
0x690A0000 - 0x690AB000 C:\WINNT\System32\PSAPI.DLL
Local Time = Thu Apr 03 17:31:00 2003
Elapsed Time = 327
# The exception above was detected in native code outside the VM
# Java VM: Java HotSpot(TM) Client VM (1.3.1_01 interpreted mode)
So now we have a situation where - we can crash either server with a
call to a function. We can now run the spcursors.java example without
problem. The procedure that does crash the WLS can be run successfully
from within sqlplus (it involves multiple subqueries and outer joins).
FYI - the cursors we are returning in the function are weak cursor
types (TYPE ref_cursor IS REF CURSOR)
Any other suggestions greatly welcomed.
Tony
Mitesh Patel <[email protected]> wrote in message
news:<[email protected]>...
Please do the following:
Make sure you have login delay sec=1 for connection pool in config.xml
Should have TestConnOnReserve=true
and use 901 driver instead of 817 driver. Using suggested driver, stillyou can connect to
your original database.
Thanks,
Mitesh
Tony Ross wrote:
Can anyone make a suggestion
We are experiencing a problem that causes our Weblogic Server to crash
when a JDBC call is made to our Oracle database.
Host Details
Operating System: Solaris Version 8
SunOS 5.8 Generic_108528-15 sun4u sparc SUNW,UltraAX-i2
WebLogic Server 6.1 SP1 09/18/2001 14:28:44 #138716
Oracle8i Enterprise Edition Release 8.1.7.4.0 - Production
JDBC Driver Weblogic JDriver for Oracle
The jdbc command that causes the problem is similar the spcursor
example code file:
// Here we prepare a CallableStatement using a WebLogic extension
// to JDBC that supports binding an Oracle cursor to an output
// parameter. Register the output parameter type as OTHER . . .
cstmt =
(weblogic.jdbc.common.OracleCallableStatement)conn.prepareCall("BEGIN
OPEN ? FOR select * from emp; END;");
cstmt.registerOutParameter(1, java.sql.Types.OTHER);
The crash happens when the re.next() method is invoked after the
execute()
This is the core dump message that is generated:
An unexpected exception has been detected in native code outside the
VM.
Unexpected Signal : 11 occurred at PC=0xd339f37c
Function name=kpcxk2u
Library=/u01/app/oracle/product/8.1.7/lib/libclntsh.so.8.0
Current Java thread:
at weblogic.db.oci.OciCursor.arrayFetch(Native Method)
atweblogic.db.oci.OciCursor.oci_arrayFetch(OciCursor.java:2002)
at weblogic.jdbc.oci.ResultSet.next(ResultSet.java:759)
at weblogic.jdbc.pool.ResultSet.next(ResultSet.java:180)
atweblogic.jdbc.rmi.internal.ResultSetImpl.next(ResultSetImpl.java:132)
atweblogic.jdbc.rmi.internal.ResultSetImpl_WLSkel.invoke(Unknown
Source)
atweblogic.rmi.internal.BasicServerRef.invoke(BasicServerRef.java:296)
atweblogic.rmi.internal.BasicServerRef.handleRequest(BasicServerRef.java:265)
atweblogic.rmi.internal.BasicExecuteRequest.execute(BasicExecuteRequest.java:
atweblogic.kernel.ExecuteThread.execute(ExecuteThread.java:139)
at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
Dynamic libraries:
0x10000/opt/bea/jdk131/jre/bin/../bin/sparc/native_threads/java
0xff350000 /usr/lib/libthread.so.1
0xff390000 /usr/lib/libdl.so.1
0xff200000 /usr/lib/libc.so.1
0xff330000 /usr/platform/SUNW,UltraAX-i2/lib/libc_psr.so.1
0xfe480000 /opt/bea/jdk131/jre/lib/sparc/hotspot/libjvm.so
0xff2e0000 /usr/lib/libCrun.so.1
0xff1e0000 /usr/lib/libsocket.so.1
0xff100000 /usr/lib/libnsl.so.1
0xff0d0000 /usr/lib/libm.so.1
0xff310000 /usr/lib/libw.so.1
0xff0b0000 /usr/lib/libmp.so.2
0xff080000 /opt/bea/jdk131/jre/lib/sparc/native_threads/libhpi.so
0xff050000 /opt/bea/jdk131/jre/lib/sparc/libverify.so
0xfe440000 /opt/bea/jdk131/jre/lib/sparc/libjava.so
0xff020000 /opt/bea/jdk131/jre/lib/sparc/libzip.so
0xfe230000 /opt/bea/jdk131/jre/lib/sparc/libnet.so
0xfe160000 /usr/lib/nss_files.so.1
0xd3700000/opt/bea/wlserver6.1/lib/solaris/oci817_8/libweblogicoci37.so
0xd3000000 /u01/app/oracle/product/8.1.7/lib/libclntsh.so.8.0
0xfd090000 /usr/lib/libC.so.5
0xfd3b0000 /u01/app/oracle/product/8.1.7/lib/libwtc8.so
0xfd070000 /usr/lib/libgen.so.1
0xfd050000 /usr/lib/libsched.so.1
0xfd020000 /usr/lib/libaio.so.1
0xfafd0000 /opt/bea/wlserver6.1/lib/solaris/libmuxer.so
Local Time = Thu Apr 3 10:39:37 2003
Elapsed Time = 178
# The exception above was detected in native code outside the VM
# Java VM: Java HotSpot(TM) Client VM (1.3.1-b24 mixed mode)
# An error report file has been saved as hs_err_pid7599.log.
# Please refer to the file for further information.
Abort - core dumped
TIA
Tony

Similar Messages

  • Application server crashes when using JCO

    Hi,
    I am currently dealing with JCO Version 2.1.8.
    For testing purposes, I want to receive data from a Remote Function Module existing in our SAP development system.
    Therefore I created a simple Java servlet:
    public class POA_EDS_Servlet extends HttpServlet {
       private static final long serialVersionUID = 1L;
    protected void doGet(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException {
       response.setContentType("text/html");
       PrintWriter out = response.getWriter();
       out.println("<html>");
         protected void doPost(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException {
         response.setContentType("text/html");
         PrintWriter out = response.getWriter();
         String uri = request.getParameter("uri");
         JCO.Client connection;
         connection = JCO.createClient("200",
                   "DAHMSMA",
                   "EN",
                   "vmw3063.wdf.sap.corp",
                                  "00");
         try {
            connection.connect();
         catch (Exception ex) {
              ex.printStackTrace();
              System.exit(1);
    After deploying and when running this servlet, the application server is crashing. That means I have to restart the server via Remote Desktop Connection.
    Can anybode provide some help?
    Regards
    Marco
    Edited by: Marco Dahms on Sep 8, 2009 3:30 PM
    Edited by: Marco Dahms on Sep 8, 2009 3:33 PM

    Hello there,
    Can you please paste your defaultrace.log here. This log file will show the exception occured before the crash.
    For better debugging always using a logging mechanism and log the messages to a particular file.
    Regards,
    Vivek

  • Illustrator CC Suddenly Crashes when mouse cursor moves a drawn object

    I've relaunched and tried re-installing Illustrator CC twice and didn't solve this unexpected crash problem. It has never happened since I paid for this software months ago.
    Illustrator won't crash when:
    - using the keyboard arrows to manually move any path or drawn shapes/ objects
    - using my wireless mouse to draw objects/ new paths from clipboards, colour boards etc.
    Illustrator CRASHES when:
    - using my wireless mouse and macbook's touchpad mouse to move any new or old drawn paths/ objects/ shapes/ lines etc.
    In my Opinion - ROOT OF PROBLEM:
    - Wirelss and macbook's touchpad mouse cursor causees it to hang then crash 1 minute later.
    Why would my mouse cursor suddenly be the cause of this crash problem when it was working fine all along?
    Below is the error message, need a SOLUTION or ADVICE ASAP as I use this software to run my design business, thank you!
    Process:         Adobe Illustrator [18899]
    Path:            /Applications/Adobe Illustrator CC/Adobe Illustrator.app/Contents/MacOS/Adobe Illustrator
    Identifier:      com.adobe.illustrator
    Version:         17.1.0 (17.0.0)
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [122]
    User ID:         501
    Date/Time:       2014-03-14 23:11:31.108 +1100
    OS Version:      Mac OS X 10.8.4 (12E55)
    Report Version:  10
    Interval Since Last Report:          638014 sec
    Crashes Since Last Report:           50
    Per-App Interval Since Last Report:  614683 sec
    Per-App Crashes Since Last Report:   10
    Anonymous UUID:                      6279357D-4FC4-2602-FF78-501FBDC454EB
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: EXC_I386_GPFLT
    Application Specific Information:
    objc_msgSend() selector name: hash
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   libobjc.A.dylib                         0x00007fff8682424c objc_msgSend + 12
    1   com.apple.CoreFoundation                0x00007fff8d34f12d -[__NSDictionaryM objectForKey:] + 77
    2   com.apple.AppKit                        0x00007fff8df3e46f +[NSPasteboard _pasteboardWithName:] + 135
    3   com.adobe.dvaui.framework               0x000000010805b7d6 dvaui::datatransfer::OS_SendData::DoDragAndDrop(int, int*) + 358
    4   com.adobe.illustrator                   0x000000010060bd2e 0x100000000 + 6339886
    5   com.adobe.illustrator                   0x0000000100508293 0x100000000 + 5276307
    6   com.adobe.illustrator                   0x00000001005056ac 0x100000000 + 5265068
    7   com.adobe.illustrator                   0x00000001004f6bbb 0x100000000 + 5204923
    8   com.adobe.illustrator                   0x00000001004f47a3 0x100000000 + 5195683
    9   com.adobe.illustrator                   0x00000001004cd539 0x100000000 + 5035321
    10  com.adobe.illustrator                   0x0000000100479242 0x100000000 + 4690498
    11  com.adobe.illustrator                   0x000000010047d2f1 0x100000000 + 4707057
    12  com.adobe.illustrator                   0x000000010047b950 0x100000000 + 4700496
    13  com.adobe.illustrator                   0x0000000100484dcc 0x100000000 + 4738508
    14  com.adobe.illustrator                   0x0000000100488223 0x100000000 + 4751907
    15  com.adobe.dvaui.framework               0x00000001080e869a dvaui::ui::UI_Node::UI_DispatchPointerEventToLeaf(dvaui::ui::UI_Node*, dvaui::ui::UI_Node*, dvaui::ui::PointerEvent const&) + 154
    16  com.adobe.dvaui.framework               0x00000001080e824a dvaui::ui::UI_Node::DispatchPointerEvent::operator()(dvaui::ui::UI_Node*, dvaui::ui::UI_Node*, dvacore::geom::PointT<float> const&) const + 122
    17  com.adobe.dvaui.framework               0x00000001080ee893 std::pair<bool, dvaui::ui::UI_Node*> dvaui::ui::UI_Node::UI_DispatchPointerEventTowardsLeafT<dvaui::ui::UI_Node::DispatchPoint erEvent>(dvaui::ui::UI_Node::DispatchPointerEvent&, dvacore::geom::PointT<float> const&, bool) + 163
    18  com.adobe.dvaui.framework               0x00000001080e74d1 dvaui::ui::UI_Node::UI_DispatchPointerEventTowardsLeaf(dvaui::ui::PointerEvent const&, bool) + 65
    19  com.adobe.dvaui.framework               0x00000001080e6bb2 dvaui::ui::UI_Node::UI_DispatchPointerEventToTarget(dvaui::ui::UI_Node*, dvaui::ui::PointerEvent const&, bool) + 194
    20  com.adobe.dvaui.framework               0x00000001080e6a52 dvaui::ui::UI_Node::UI_DispatchPointerEvent(dvaui::ui::PointerEvent const&, bool) + 66
    21  com.adobe.dvaui.framework               0x00000001081630a7 dvaui::ui::OS_View::UI_DispatchPlatformMouseEvent(dvaui::ui::MouseEvent const&, bool) + 663
    22  com.adobe.dvaui.framework               0x0000000108162c0e dvaui::ui::OS_View::UI_DispatchPlatformMouseClickEvent(dvaui::ui::OS_Event const&) + 622
    23  com.adobe.dvaui.framework               0x0000000108161478 dvaui::ui::OS_View::UI_DispatchEvent(dvaui::ui::OS_Event*) + 120
    24  com.adobe.dvaui.framework               0x00000001081613d6 dvaui::ui::OS_View::UI_HandleOSEvent(dvaui::ui::OS_Event*) + 22
    25  com.adobe.dvaui.framework               0x0000000108162679 dvaui::ui::OS_View::UI_HandlePlatformEvent(NSEvent*) + 57
    26  com.adobe.dvacore.framework             0x0000000107a0ba74 int dvacore::config::ErrorManager::ExecuteFunction<void>(boost::function0<void>*, void*) + 68
    27  com.adobe.illustrator                   0x000000010048f3f2 0x100000000 + 4781042
    28  com.adobe.dvacore.framework             0x0000000107a0bb0c void dvacore::config::ErrorManager::ExecuteFunctionWithTopLevelExceptionHandler<void>(boost::f unction0<void>, bool*) + 140
    29  com.adobe.dvacore.framework             0x0000000107a0ea1d void dvacore::config::ExecuteTopLevelFunction<void>(boost::function0<void>, bool*) + 125
    30  com.adobe.dvaui.framework               0x000000010816d2ba -[DVAMacContainerView mouseDown:] + 122
    31  com.apple.AppKit                        0x00007fff8e0f250e -[NSWindow sendEvent:] + 6853
    32  com.adobe.owl                           0x000000010582a840 0x1057f4000 + 223296
    33  com.apple.AppKit                        0x00007fff8e0ee644 -[NSApplication sendEvent:] + 5761
    34  com.adobe.dvaui.framework               0x0000000108166b7e -[DVAMacApplication sendEvent:] + 622
    35  com.adobe.exo.framework                 0x0000000108b0827f -[ExoMacApplication sendEvent:] + 559
    36  com.apple.AppKit                        0x00007fff8e00421a -[NSApplication run] + 636
    37  com.adobe.exo.framework                 0x0000000108b07c98 exo::app::OS_AppBase::RunEventLoop() + 56
    38  com.adobe.illustrator                   0x000000010048db15 0x100000000 + 4774677
    39  com.adobe.illustrator                   0x000000010043189c 0x100000000 + 4397212
    40  com.adobe.illustrator                   0x000000010041bfa7 0x100000000 + 4308903
    41  com.adobe.illustrator                   0x0000000100003754 0x100000000 + 14164
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib                  0x00007fff8bafbd16 kevent + 10
    1   libdispatch.dylib                       0x00007fff8b196dea _dispatch_mgr_invoke + 883
    2   libdispatch.dylib                       0x00007fff8b1969ee _dispatch_mgr_thread + 54
    Thread 2:
    0   libsystem_kernel.dylib                  0x00007fff8bafb0fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff91d5efe9 _pthread_cond_wait + 869
    2   com.adobe.AGM                           0x0000000102bfed0b 0x1028bc000 + 3419403
    3   com.adobe.AGM                           0x0000000102bff7bd 0x1028bc000 + 3422141
    4   com.adobe.AGM                           0x0000000102c157e8 0x1028bc000 + 3512296
    5   libsystem_c.dylib                       0x00007fff91d5a7a2 _pthread_start + 327
    6   libsystem_c.dylib                       0x00007fff91d471e1 thread_start + 13
    Thread 3:: com.apple.CFSocket.private
    0   libsystem_kernel.dylib                  0x00007fff8bafb322 __select + 10
    1   com.apple.CoreFoundation                0x00007fff8d2a1f46 __CFSocketManager + 1302
    2   libsystem_c.dylib                       0x00007fff91d5a7a2 _pthread_start + 327
    3   libsystem_c.dylib                       0x00007fff91d471e1 thread_start + 13
    Thread 4:
    0   libsystem_kernel.dylib                  0x00007fff8bafb386 __semwait_signal + 10
    1   libsystem_c.dylib                       0x00007fff91de4800 nanosleep + 163
    2   libsystem_c.dylib                       0x00007fff91de4717 usleep + 54
    3   com.adobe.illustrator.plugins.dBrushTool          0x000000011563184b 0x1155da000 + 358475
    4   libsystem_c.dylib                       0x00007fff91d5a7a2 _pthread_start + 327
    5   libsystem_c.dylib                       0x00007fff91d471e1 thread_start + 13
    Thread 5:
    0   libsystem_kernel.dylib                  0x00007fff8baf96c2 semaphore_wait_trap + 10
    1   com.adobe.illustrator.plugins.dBrushTool          0x000000011563219f 0x1155da000 + 360863
    Thread 6:
    0   libsystem_kernel.dylib                  0x00007fff8baf96c2 semaphore_wait_trap + 10
    1   com.adobe.illustrator.plugins.dBrushTool          0x000000011563219f 0x1155da000 + 360863
    Thread 7:
    0   libsystem_kernel.dylib                  0x00007fff8bafb0fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff91d5efe9 _pthread_cond_wait + 869
    2   com.adobe.AFlame                        0x000000011cb76b1b 0x11c9fb000 + 1555227
    3   com.adobe.AFlame                        0x000000011cb2e234 0x11c9fb000 + 1258036
    4   libsystem_c.dylib                       0x00007fff91d5a7a2 _pthread_start + 327
    5   libsystem_c.dylib                       0x00007fff91d471e1 thread_start + 13
    Thread 8:
    0   libsystem_kernel.dylib                  0x00007fff8bafb386 __semwait_signal + 10
    1   libsystem_c.dylib                       0x00007fff91de4800 nanosleep + 163
    2   com.adobe.illustrator.plugins.ScriptingSupport          0x00000001109a4c78 0x110831000 + 1522808
    3   com.adobe.illustrator.plugins.ScriptingSupport          0x000000011098d04e 0x110831000 + 1425486
    4   com.adobe.illustrator.plugins.ScriptingSupport          0x00000001109a4835 0x110831000 + 1521717
    5   libsystem_c.dylib                       0x00007fff91d5a7a2 _pthread_start + 327
    6   libsystem_c.dylib                       0x00007fff91d471e1 thread_start + 13
    Thread 9:: C4 ThreadController
    0   libsystem_kernel.dylib                  0x00007fff8bafb0fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff91d5efe9 _pthread_cond_wait + 869
    2   com.adobe.illustrator                   0x0000000100e99cab 0x100000000 + 15309995
    3   com.adobe.illustrator                   0x0000000100e9874b 0x100000000 + 15304523
    4   com.adobe.illustrator                   0x0000000100e96bda 0x100000000 + 15297498
    5   com.adobe.boost_threads.framework          0x0000000106e0d1be thread_proxy + 158
    6   libsystem_c.dylib                       0x00007fff91d5a7a2 _pthread_start + 327
    7   libsystem_c.dylib                       0x00007fff91d471e1 thread_start + 13
    Thread 10:: C4 ThreadController
    0   libsystem_kernel.dylib                  0x00007fff8bafb0fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff91d5efe9 _pthread_cond_wait + 869
    2   com.adobe.illustrator                   0x0000000100e99cab 0x100000000 + 15309995
    3   com.adobe.illustrator                   0x0000000100e9874b 0x100000000 + 15304523
    4   com.adobe.illustrator                   0x0000000100e96bda 0x100000000 + 15297498
    5   com.adobe.boost_threads.framework          0x0000000106e0d1be thread_proxy + 158
    6   libsystem_c.dylib                       0x00007fff91d5a7a2 _pthread_start + 327
    7   libsystem_c.dylib                       0x00007fff91d471e1 thread_start + 13
    Thread 11:: C4 ThreadController
    0   libsystem_kernel.dylib                  0x00007fff8bafb0fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff91d5efe9 _pthread_cond_wait + 869
    2   com.adobe.illustrator                   0x0000000100e99cab 0x100000000 + 15309995
    3   com.adobe.illustrator                   0x0000000100e9874b 0x100000000 + 15304523
    4   com.adobe.illustrator                   0x0000000100e96bda 0x100000000 + 15297498
    5   com.adobe.boost_threads.framework          0x0000000106e0d1be thread_proxy + 158
    6   libsystem_c.dylib                       0x00007fff91d5a7a2 _pthread_start + 327
    7   libsystem_c.dylib                       0x00007fff91d471e1 thread_start + 13
    Thread 12:: C4 ThreadController
    0   libsystem_kernel.dylib                  0x00007fff8bafb0fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff91d5efe9 _pthread_cond_wait + 869
    2   com.adobe.illustrator                   0x0000000100e99cab 0x100000000 + 15309995
    3   com.adobe.illustrator                   0x0000000100e9874b 0x100000000 + 15304523
    4   com.adobe.illustrator                   0x0000000100e96bda 0x100000000 + 15297498
    5   com.adobe.boost_threads.framework          0x0000000106e0d1be thread_proxy + 158
    6   libsystem_c.dylib                       0x00007fff91d5a7a2 _pthread_start + 327
    7   libsystem_c.dylib                       0x00007fff91d471e1 thread_start + 13
    Thread 13:: C4 ThreadController
    0   libsystem_kernel.dylib                  0x00007fff8bafb0fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff91d5efe9 _pthread_cond_wait + 869
    2   com.adobe.illustrator                   0x0000000100e99cab 0x100000000 + 15309995
    3   com.adobe.illustrator                   0x0000000100e9874b 0x100000000 + 15304523
    4   com.adobe.illustrator                   0x0000000100e96bda 0x100000000 + 15297498
    5   com.adobe.boost_threads.framework          0x0000000106e0d1be thread_proxy + 158
    6   libsystem_c.dylib                       0x00007fff91d5a7a2 _pthread_start + 327
    7   libsystem_c.dylib                       0x00007fff91d471e1 thread_start + 13
    Thread 14:: C4 ThreadController
    0   libsystem_kernel.dylib                  0x00007fff8bafb0fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff91d5efe9 _pthread_cond_wait + 869
    2   com.adobe.illustrator                   0x0000000100e99cab 0x100000000 + 15309995
    3   com.adobe.illustrator                   0x0000000100e9874b 0x100000000 + 15304523
    4   com.adobe.illustrator                   0x0000000100e96bda 0x100000000 + 15297498
    5   com.adobe.boost_threads.framework          0x0000000106e0d1be thread_proxy + 158
    6   libsystem_c.dylib                       0x00007fff91d5a7a2 _pthread_start + 327
    7   libsystem_c.dylib                       0x00007fff91d471e1 thread_start + 13
    Thread 15:: C4 ThreadController
    0   libsystem_kernel.dylib                  0x00007fff8bafb0fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff91d5efe9 _pthread_cond_wait + 869
    2   com.adobe.illustrator                   0x0000000100e99cab 0x100000000 + 15309995
    3   com.adobe.illustrator                   0x0000000100e9874b 0x100000000 + 15304523
    4   com.adobe.illustrator                   0x0000000100e96bda 0x100000000 + 15297498
    5   com.adobe.boost_threads.framework          0x0000000106e0d1be thread_proxy + 158
    6   libsystem_c.dylib                       0x00007fff91d5a7a2 _pthread_start + 327
    7   libsystem_c.dylib                       0x00007fff91d471e1 thread_start + 13
    Thread 16:: C4 ThreadController
    0   libsystem_kernel.dylib                  0x00007fff8bafb0fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff91d5efe9 _pthread_cond_wait + 869
    2   com.adobe.illustrator                   0x0000000100e99cab 0x100000000 + 15309995
    3   com.adobe.illustrator                   0x0000000100e9874b 0x100000000 + 15304523
    4   com.adobe.illustrator                   0x0000000100e96bda 0x100000000 + 15297498
    5   com.adobe.boost_threads.framework          0x0000000106e0d1be thread_proxy + 158
    6   libsystem_c.dylib                       0x00007fff91d5a7a2 _pthread_start + 327
    7   libsystem_c.dylib                       0x00007fff91d471e1 thread_start + 13
    Thread 17:: com.apple.NSURLConnectionLoader
    0   libsystem_kernel.dylib                  0x00007fff8baf9686 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff8baf8c42 mach_msg + 70
    2   com.apple.CoreFoundation                0x00007fff8d25d233 __CFRunLoopServiceMachPort + 195
    3   com.apple.CoreFoundation                0x00007fff8d262916 __CFRunLoopRun + 1078
    4   com.apple.CoreFoundation                0x00007fff8d2620e2 CFRunLoopRunSpecific + 290
    5   com.apple.Foundation                    0x00007fff85e54546 +[NSURLConnection(Loader) _resourceLoadLoop:] + 356
    6   com.apple.Foundation                    0x00007fff85eb2562 __NSThread__main__ + 1345
    7   libsystem_c.dylib                       0x00007fff91d5a7a2 _pthread_start + 327
    8   libsystem_c.dylib                       0x00007fff91d471e1 thread_start + 13
    Thread 18:
    0   libsystem_kernel.dylib                  0x00007fff8bafb2aa __recvfrom + 10
    1   ServiceManager-Launcher.dylib           0x000000010e6081a1 0x10e5f0000 + 98721
    2   ServiceManager-Launcher.dylib           0x000000010e6074bc 0x10e5f0000 + 95420
    3   ServiceManager-Launcher.dylib           0x000000010e60655e 0x10e5f0000 + 91486
    4   ServiceManager-Launcher.dylib           0x000000010e6065cc 0x10e5f0000 + 91596
    5   ServiceManager-Launcher.dylib           0x000000010e6011c4 0x10e5f0000 + 70084
    6   ServiceManager-Launcher.dylib           0x000000010e601bde 0x10e5f0000 + 72670
    7   ServiceManager-Launcher.dylib           0x000000010e601aeb 0x10e5f0000 + 72427
    8   ServiceManager-Launcher.dylib           0x000000010e60524e 0x10e5f0000 + 86606
    9   ServiceManager-Launcher.dylib           0x000000010e605392 0x10e5f0000 + 86930
    10  ServiceManager-Launcher.dylib           0x000000010e60514d 0x10e5f0000 + 86349
    11  ServiceManager-Launcher.dylib           0x000000010e6050c6 0x10e5f0000 + 86214
    12  ServiceManager-Launcher.dylib           0x000000010e5f37d6 0x10e5f0000 + 14294
    13  ServiceManager-Launcher.dylib           0x000000010e5f79c5 0x10e5f0000 + 31173
    14  ServiceManager-Launcher.dylib           0x000000010e605d2c 0x10e5f0000 + 89388
    15  ServiceManager-Launcher.dylib           0x000000010e607e63 0x10e5f0000 + 97891
    16  libsystem_c.dylib                       0x00007fff91d5a7a2 _pthread_start + 327
    17  libsystem_c.dylib                       0x00007fff91d471e1 thread_start + 13
    Thread 19:: C4 ThreadController
    0   libsystem_kernel.dylib                  0x00007fff8bafb0fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff91d5efe9 _pthread_cond_wait + 869
    2   com.adobe.illustrator                   0x0000000100e99cab 0x100000000 + 15309995
    3   com.adobe.illustrator                   0x0000000100e9874b 0x100000000 + 15304523
    4   com.adobe.illustrator                   0x0000000100e96bda 0x100000000 + 15297498
    5   com.adobe.boost_threads.framework          0x0000000106e0d1be thread_proxy + 158
    6   libsystem_c.dylib                       0x00007fff91d5a7a2 _pthread_start + 327
    7   libsystem_c.dylib                       0x00007fff91d471e1 thread_start + 13
    Thread 20:: C4 ThreadController
    0   libsystem_kernel.dylib                  0x00007fff8bafb0fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff91d5efe9 _pthread_cond_wait + 869
    2   com.adobe.illustrator                   0x0000000100e99cab 0x100000000 + 15309995
    3   com.adobe.illustrator                   0x0000000100e9874b 0x100000000 + 15304523
    4   com.adobe.illustrator                   0x0000000100e96bda 0x100000000 + 15297498
    5   com.adobe.boost_threads.framework          0x0000000106e0d1be thread_proxy + 158
    6   libsystem_c.dylib                       0x00007fff91d5a7a2 _pthread_start + 327
    7   libsystem_c.dylib                       0x00007fff91d471e1 thread_start + 13
    Thread 21:: C4 ThreadController
    0   libsystem_kernel.dylib                  0x00007fff8bafb0fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff91d5efe9 _pthread_cond_wait + 869
    2   com.adobe.illustrator                   0x0000000100e99cab 0x100000000 + 15309995
    3   com.adobe.illustrator                   0x0000000100e9874b 0x100000000 + 15304523
    4   com.adobe.illustrator                   0x0000000100e96bda 0x100000000 + 15297498
    5   com.adobe.boost_threads.framework          0x0000000106e0d1be thread_proxy + 158
    6   libsystem_c.dylib                       0x00007fff91d5a7a2 _pthread_start + 327
    7   libsystem_c.dylib                       0x00007fff91d471e1 thread_start + 13
    Thread 22:: C4 ThreadController
    0   libsystem_kernel.dylib                  0x00007fff8bafb0fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff91d5efe9 _pthread_cond_wait + 869
    2   com.adobe.illustrator                   0x0000000100e99cab 0x100000000 + 15309995
    3   com.adobe.illustrator                   0x0000000100e9874b 0x100000000 + 15304523
    4   com.adobe.illustrator                   0x0000000100e96bda 0x100000000 + 15297498
    5   com.adobe.boost_threads.framework          0x0000000106e0d1be thread_proxy + 158
    6   libsystem_c.dylib                       0x00007fff91d5a7a2 _pthread_start + 327
    7   libsystem_c.dylib                       0x00007fff91d471e1 thread_start + 13
    Thread 23:: C4 ThreadController
    0   libsystem_kernel.dylib                  0x00007fff8bafb0fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff91d5efe9 _pthread_cond_wait + 869
    2   com.adobe.illustrator                   0x0000000100e99cab 0x100000000 + 15309995
    3   com.adobe.illustrator                   0x0000000100e9874b 0x100000000 + 15304523
    4   com.adobe.illustrator                   0x0000000100e96bda 0x100000000 + 15297498
    5   com.adobe.boost_threads.framework          0x0000000106e0d1be thread_proxy + 158
    6   libsystem_c.dylib                       0x00007fff91d5a7a2 _pthread_start + 327
    7   libsystem_c.dylib                       0x00007fff91d471e1 thread_start + 13
    Thread 24:: C4 ThreadController
    0   libsystem_kernel.dylib                  0x00007fff8bafb0fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff91d5efe9 _pthread_cond_wait + 869
    2   com.adobe.illustrator                   0x0000000100e99cab 0x100000000 + 15309995
    3   com.adobe.illustrator                   0x0000000100e9874b 0x100000000 + 15304523
    4   com.adobe.illustrator                   0x0000000100e96bda 0x100000000 + 15297498
    5   com.adobe.boost_threads.framework          0x0000000106e0d1be thread_proxy + 158
    6   libsystem_c.dylib                       0x00007fff91d5a7a2 _pthread_start + 327
    7   libsystem_c.dylib                       0x00007fff91d471e1 thread_start + 13
    Thread 25:: C4 ThreadController
    0   libsystem_kernel.dylib                  0x00007fff8bafb0fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff91d5efe9 _pthread_cond_wait + 869
    2   com.adobe.illustrator                   0x0000000100e99cab 0x100000000 + 15309995
    3   com.adobe.illustrator                   0x0000000100e9874b 0x100000000 + 15304523
    4   com.adobe.illustrator                   0x0000000100e96bda 0x100000000 + 15297498
    5   com.adobe.boost_threads.framework          0x0000000106e0d1be thread_proxy + 158
    6   libsystem_c.dylib                       0x00007fff91d5a7a2 _pthread_start + 327
    7   libsystem_c.dylib                       0x00007fff91d471e1 thread_start + 13
    Thread 26:: C4 ThreadController
    0   libsystem_kernel.dylib                  0x00007fff8bafb0fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff91d5efe9 _pthread_cond_wait + 869
    2   com.adobe.illustrator                   0x0000000100e99cab 0x100000000 + 15309995
    3   com.adobe.illustrator                   0x0000000100e9874b 0x100000000 + 15304523
    4   com.adobe.illustrator                   0x0000000100e96bda 0x100000000 + 15297498
    5   com.adobe.boost_threads.framework          0x0000000106e0d1be thread_proxy + 158
    6   libsystem_c.dylib                       0x00007fff91d5a7a2 _pthread_start + 327
    7   libsystem_c.dylib                       0x00007fff91d471e1 thread_start + 13
    Thread 27:: com.apple.CoreAnimation.render-server
    0   libsystem_kernel.dylib                  0x00007fff8baf9686 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff8baf8c42 mach_msg + 70
    2   com.apple.QuartzCore                    0x00007fff8fc4717b CA::Render::Server::server_thread(void*) + 403
    3   com.apple.QuartzCore                    0x00007fff8fccbdc6 thread_fun + 25
    4   libsystem_c.dylib                       0x00007fff91d5a7a2 _pthread_start + 327
    5   libsystem_c.dylib                       0x00007fff91d471e1 thread_start + 13
    Thread 28:
    0   libsystem_kernel.dylib                  0x00007fff8baf96c2 semaphore_wait_trap + 10
    1   com.adobe.illustrator                   0x000000010000d939 0x100000000 + 55609
    2   com.adobe.illustrator                   0x000000010000e177 0x100000000 + 57719
    3   com.apple.CoreServices.CarbonCore          0x00007fff886f17e0 PrivateMPEntryPoint + 58
    4   libsystem_c.dylib                       0x00007fff91d5a7a2 _pthread_start + 327
    5   libsystem_c.dylib                       0x00007fff91d471e1 thread_start + 13
    Thread 29:
    0   libsystem_kernel.dylib                  0x00007fff8baf96c2 semaphore_wait_trap + 10
    1   com.adobe.illustrator                   0x000000010000d939 0x100000000 + 55609
    2   com.adobe.illustrator                   0x000000010000e177 0x100000000 + 57719
    3   com.apple.CoreServices.CarbonCore          0x00007fff886f17e0 PrivateMPEntryPoint + 58
    4   libsystem_c.dylib                       0x00007fff91d5a7a2 _pthread_start + 327
    5   libsystem_c.dylib                       0x00007fff91d471e1 thread_start + 13
    Thread 30:
    0   libsystem_kernel.dylib                  0x00007fff8baf96c2 semaphore_wait_trap + 10
    1   com.adobe.illustrator                   0x000000010000d939 0x100000000 + 55609
    2   com.adobe.illustrator                   0x000000010000e177 0x100000000 + 57719
    3   com.apple.CoreServices.CarbonCore          0x00007fff886f17e0 PrivateMPEntryPoint + 58
    4   libsystem_c.dylib                       0x00007fff91d5a7a2 _pthread_start + 327
    5   libsystem_c.dylib                       0x00007fff91d471e1 thread_start + 13
    Thread 31:
    0   libsystem_kernel.dylib                  0x00007fff8baf96c2 semaphore_wait_trap + 10
    1   com.adobe.illustrator                   0x000000010000d939 0x100000000 + 55609
    2   com.adobe.illustrator                   0x000000010000e177 0x100000000 + 57719
    3   com.apple.CoreServices.CarbonCore          0x00007fff886f17e0 PrivateMPEntryPoint + 58
    4   libsystem_c.dylib                       0x00007fff91d5a7a2 _pthread_start + 327
    5   libsystem_c.dylib                       0x00007fff91d471e1 thread_start + 13
    Thread 32:
    0   libsystem_kernel.dylib                  0x00007fff8baf96c2 semaphore_wait_trap + 10
    1   com.adobe.ACE                           0x00000001028503c7 ACEHasFeature + 533191
    2   com.adobe.ACE                           0x000000010284fdc1 ACEHasFeature + 531649
    3   com.adobe.ACE                           0x000000010284f67e ACEHasFeature + 529790
    4   libsystem_c.dylib                       0x00007fff91d5a7a2 _pthread_start + 327
    5   libsystem_c.dylib                       0x00007fff91d471e1 thread_start + 13
    Thread 0 crashed with X86 Thread State (64-bit):
      rax: 0x000000012167a140  rbx: 0x000000011ea4ea40  rcx: 0x0000000109814e00  rdx: 0x40c11856b3823fb6
      rdi: 0x40c11856b3823fb6  rsi: 0x00007fff8e837691  rbp: 0x00007fff5fbfd080  rsp: 0x00007fff5fbfd038
       r8: 0x00007fff76700110   r9: 0x0000000000000000  r10: 0x000000010e2f17a0  r11: 0x00007fff7656ed68
      r12: 0x0000000000000003  r13: 0x40c11856b3823fb6  r14: 0x40c11856b3823fb6  r15: 0x40c11856b3823fb6
      rip: 0x00007fff8682424c  rfl: 0x0000000000010246  cr2: 0x00007fff8dec49c9
    Logical CPU: 0
    Binary Images:
           0x100000000 -        0x1014a8ff7 +com.adobe.illustrator (17.1.0 - 17.0.0) <DA956763-D868-31EE-9329-0DE283ECA5D1> /Applications/Adobe Illustrator CC/Adobe Illustrator.app/Contents/MacOS/Adobe Illustrator
           0x101887000 -        0x1025ccff7 +libicudata.40.0.dylib (40) <6211D655-ECF8-7378-CF68-3B07300D5A29> /Applications/Adobe Illustrator CC/Adobe Illustrator.app/Contents/Frameworks/ICUData.framework/Versions/4.0/libicudata.40.0.dylib
           0x1025e0000 -        0x10262ffff +com.adobe.headlights.LogSessionFramework (2.1.2.1756) <BD518257-970F-344A-92B8-B8BE1A8EB4D8> /Applications/Adobe Illustrator CC/Adobe Illustrator.app/Contents/Frameworks/LogSession.framework/Versions/A/LogSession
           0x102665000 -        0x102667fff +com.adobe.AdobeCrashReporter (7.0 - 7.0.1) <B68D0D42-8DEB-3F22-BD17-981AC060E9D7> /Applications/Adobe Illustrator CC/Adobe Illustrator.app/Contents/Frameworks/AdobeCrashReporter.framework/Versions/A/AdobeCrashRep orter
           0x10266d000 -        0x1026bdfff +com.adobe.aiport (aiport version 16.0.0 - 16.0.0.273) <21DD0108-77DD-366F-A9BA-12065481922E> /Applications/Adobe Illustrator CC/Adobe Illustrator.app/Contents/Frameworks/AIPort.framework/Versions/A/aiport
           0x1026e0000 -        0x102734fff +com.adobe.filterport (filterport version 16.0.0 - 16.0.0.273) <F71C0D3A-454F-3EA9-81FF-16A0CDEF5BC2> /Applications/Adobe Illustrator CC/Adobe Illustrator.app/Contents/Frameworks/FilterPort.framework/Versions/A/filterport
           0x10275d000 -        0x10275dff7 +com.adobe.SPBasic (SPBasic version 16.0.0 - 16.0.0.273) <0CED669A-C6CF-3581-8861-039B9DC863ED> /Applications/Adobe Illustrator CC/Adobe Illustrator.app/Contents/Frameworks/SPBasic.framework/Versions/A/SPBasic
           0x102762000 -        0x1028a8fff +com.adobe.ACE (AdobeACE 2.20.02.31977 - 2.20.02.31977) <3A212837-B075-34C0-96E9-5A4019C9DFEE> /Applications/Adobe Illustrator CC/Adobe Illustrator.app/Contents/Frameworks/AdobeACE.framework/Versions/A/AdobeACE
           0x1028bc000 -        0x102e8dfff +com.adobe.AGM (AdobeAGM 4.30.29.31977 - 4.30.29.31977) <BFFDBF0E-28EF-3720-93BE-293618541D26> /Applications/Adobe Illustrator CC/Adobe Illustrator.app/Contents/Frameworks/AdobeAGM.framework/Versions/A/AdobeAGM
           0x102f2a000 -        0x102f67fff +com.adobe.ARE (AdobeARE 1.5.02.31977 - 1.5.02.31977) <73174C59-1DDC-3416-A0AD-4D70930ABA60> /Applications/Adobe Illustrator CC/Adobe Illustrator.app/Contents/Frameworks/AdobeARE.framework/Versions/A/AdobeARE
           0x102f6f000 -        0x10306dff7 +com.adobe.AXEDOMCore (AdobeAXEDOMCore 3.8.0.30807 - 3.8.0.30807) <DF0EC9F6-D499-39B8-B2F4-CAF4F742D702> /Applications/Adobe Illustrator CC/Adobe Illustrator.app/Contents/Frameworks/AdobeAXEDOMCore.framework/Versions/A/AdobeAXEDOMCore
           0x103119000 -        0x103136fff +com.adobe.BIB (AdobeBIB 1.2.03.31977 - 1.2.03.31977) <A69D3AA0-9248-3B77-991B-89B2B7FE46BB> /Applications/Adobe Illustrator CC/Adobe Illustrator.app/Contents/Frameworks/AdobeBIB.framework/Versions/A/AdobeBIB
           0x10313e000 -        0x103164fff +com.adobe.BIBUtils (AdobeBIBUtils 1.1.01 - 1.1.01) <FA20BCA0-05BF-35ED-95B7-5775B8310D12> /Applications/Adobe Illustrator CC/Adobe Illustrator.app/Contents/Frameworks/AdobeBibUtils.framework/Versions/A/AdobeBIBUtils
           0x10316c000 -        0x10347dff7 +com.adobe.CoolType (AdobeCoolType 5.15.00.31977 - 5.15.00.31977) <42323DBD-3A6D-3C41-A2C1-2B944789D8A9> /Applications/Adobe Illustrator CC/Adobe Illustrator.app/Contents/Frameworks/AdobeCoolType.framework/Versions/A/AdobeCoolType
           0x1034c5000 -        0x103a5efff +com.adobe.MPS (AdobeMPS 5.8.1.30604 - 5.8.1.30604) <70CBC6A8-2740-37AB-964E-484096A1BF8A> /Applications/Adobe Illustrator CC/Adobe Illustrator.app/Contents/Frameworks/AdobeMPS.framework/Versions/A/AdobeMPS
           0x103adb000 -        0x104a5efef +com.adobe.psl (AdobePSL 14.0.0.30830 - 14.0.0.30830) <7BDC4AF7-B14F-3DE0-B47A-E69B37529A6B> /Applications/Adobe Illustrator CC/Adobe Illustrator.app/Contents/Frameworks/AdobePSL.framework/Versions/A/AdobePSL
           0x104c1f000 -        0x104c8cfff +com.adobe.AdobeXMPCore (Adobe XMP Core 5.5 -c 14 - 79.151739) <95D40B8F-C287-3F7B-945C-CEEE0D5399A2> /Applications/Adobe Illustrator CC/Adobe Illustrator.app/Contents/Frameworks/AdobeXMP.framework/Versions/A/AdobeXMP
           0x104cbf000 -        0x104dcbfff +com.adobe.AdobeXMPFiles (Adobe XMP Files 5.6 -f 50 - 79.151739) <6C763585-FC85-3A15-B089-7D43EF73F6A8> /Applications/Adobe Illustrator CC/Adobe Illustrator.app/Contents/Frameworks/AdobeXMPFiles.framework/Versions/A/AdobeXMPFiles
           0x104e79000 -        0x104f23fe7 +libicucnv.40.0.dylib (40) <768D99C5-46B9-B849-2834-B5BF541856D1> /Applications/Adobe Illustrator CC/Adobe Illustrator.app/Contents/Frameworks/ICUConverter.framework/Versions/4.0/libicucnv.40.0.dy lib
           0x104f4b000 -        0x10508bfe7 +libicui18n.40.0.dylib (40) <B0341318-FB92-A0CF-2CA5-7FA100624DBD> /Applications/Adobe Illustrator CC/Adobe Illustrator.app/Contents/Frameworks/ICUInternationalization.framework/Versions/4.0/libicu i18n.40.0.dylib
           0x10510b000 -        0x10520dfef +libicuuc.40.0.dylib (40) <76F12DCE-F356-D48D-4239-FC103706EF76> /Applications/Adobe Illustrator CC/Adobe Illustrator.app/Contents/Frameworks/ICUUnicode.framework/Versions/4.0/libicuuc.40.0.dylib
           0x105256000 -        0x105384fff +com.winsoft.wrservices (WRServices 7.0.0 - 7.0.0) <0853A41B-A14A-37B7-B27F-457F87865EAD> /Applications/Adobe Illustrator CC/Adobe Illustrator.app/Contents/Frameworks/WRServices.framework/Versions/A/WRServices
           0x1053e2000 -        0x10553bff7 +com.adobe.linguistic.LinguisticManager (7.0.0 - 19061) <F6095811-7D5F-3E06-A664-1EB9FBF8C761> /Applications/Adobe Illustrator CC/Adobe Illustrator.app/Contents/Frameworks/AdobeLinguistic.framework/Versions/3/AdobeLinguistic
           0x105589000 -        0x105591ff7 +com.adobe.coretech.adobesplashkit (AdobeSplashKit version 1.0 - 1.0) <9E166135-BA3F-3F90-A08B-26FC68B919A8> /Applications/Adobe Illustrator CC/Adobe Illustrator.app/Contents/Frameworks/AdobeSplashKit.framework/Versions/A/AdobeSplashKit
           0x10559b000 -        0x1055bffff +com.adobe.AXE8SharedExpat (AdobeAXE8SharedExpat 3.8.0.30807 - 3.8.0.30807) <16FF5E16-19E0-3CE1-A68E-27567234429F> /Applications/Adobe Illustrator CC/Adobe Illustrator.app/Contents/Frameworks/AdobeAXE8SharedExpat.framework/Versions/A/AdobeAXE8Sh aredExpat
           0x1055e3000 -        0x1056a1ff7 +com.adobe.AdobeExtendScript (ExtendScript 4.5.5 - 4.5.5.30772) <4FC0039A-A770-3A51-9D7A-D24167344540> /Applications/Adobe Illustrator CC/Adobe Illustrator.app/Contents/Frameworks/AdobeExtendScript.framework/Versions/A/AdobeExtendScr ipt
           0x1056f1000 -        0x1057aaff7 +com.adobe.JP2K (1.2.2 - 1.2.2.29712) <869F46FB-FF39-39CA-B1E3-A13035A48B49> /Applications/Adobe Illustrator CC/Adobe Illustrator.app/Contents/Frameworks/AdobeJP2K.framework/Versions/A/AdobeJP2K
           0x1057f4000 -        0x1059bfff7 +com.adobe.owl (AdobeOwl version 5.0.23 - 5.0.23) <E3DD5569-DC71-3DB2-9527-86DBB22B00C9> /Applications/Adobe Illustrator CC/Adobe Illustrator.app/Contents/Frameworks/AdobeOwl.framework/Versions/A/AdobeOwl
           0x105a02000 -        0x10616cff7 +com.adobe.PDFL (PROD_MAJOR.PROD_MINOR.PROD_STEP - 11.0.0.32052) <0CC380FF-CE16-336B-BC6E-B106AB85CF0B> /Applications/Adobe Illustrator CC/Adobe Illustrator.app/Contents/Frameworks/AdobePDFL.framework/Versions/A/AdobePDFL
           0x106226000 -        0x10632afff +com.adobe.PDFPort (AdobePDFPort 2.1.0.31977 - 2.1.0.31977) <83787D51-C878-3CFF-A3A2-F2107F7BB920> /Applications/Adobe Illustrator CC/Adobe Illustrator.app/Contents/Frameworks/AdobePDFPort.framework/Versions/A/AdobePDFPort
           0x10633d000 -        0x106362ffe +adobepdfsettings (1) <56E7F033-6032-2EC2-250E-43F1EBD123B1> /Applications/Adobe Illustrator CC/Adobe Illustrator.app/Contents/Frameworks/AdobePDFSettings.framework/Versions/A/adobepdfsetting s
           0x10639c000 -        0x1063e1ff7 +com.adobe.pip (7.0.0.1768) <F022E031-1429-354F-B718-70F001B342EF> /Applications/Adobe Illustrator CC/Adobe Illustrator.app/Contents/Frameworks/AdobePIP.framework/Versions/A/AdobePIP
           0x1063ed000 -        0x106498ff7 +com.adobe.AdobeScCore (ScCore 4.5.5 - 4.5.5.30772) <5DE0B54D-CDAE-3146-904F-72CBC5C89FA7> /Applications/Adobe Illustrator CC/Adobe Illustrator.app/Contents/Frameworks/AdobeScCore.framework/Versions/A/AdobeScCore
           0x1064dd000 -        0x10659aff7 +com.adobe.SVGExport (AdobeSVGExport 6.0 - 6.0) <F15402B9-3F84-3687-8AB8-AD5B86C81806> /Applications/Adobe Illustrator CC/Adobe Illustrator.app/Contents/Frameworks/AdobeSVGExport.framework/Versions/A/AdobeSVGExport
           0x1065bd000 -        0x1068d3fff +com.adobe.SVGRE (AdobeSVGRE 6.0 - 6.0) <D21D9020-0CD5-2CE3-FE04-8856C4F631E1> /Applications/Adobe Illustrator CC/Adobe Illustrator.app/Contents/Frameworks/AdobeSVGRE.framework/Versions/A/AdobeSVGRE
           0x10699f000 -        0x1069b2ff7 +com.adobe.ahclientframework (1.8.0.31 - 1.8.0.31) <58BB943C-98EC-3812-AAAB-74F66630D1D4> /Applications/Adobe Illustrator CC/Adobe Illustrator.app/Contents/Frameworks/ahclient.framework/Versions/A/ahclient
           0x1069bc000 -        0x1069d4ff7  com.apple.carbonframeworktemplate (1.0 - 1.0) <CD612584-FFB3-3311-8A49-834F1DFA2841> /Applications/Adobe Illustrator CC/Adobe Illustrator.app/Contents/Frameworks/Alcid.framework/Versions/A/Alcid
           0x1069db000 -        0x106acbfff +com.adobe.amtlib (7.0.0.247 - 7.0.0.247) <48D8FFDB-DFEA-310D-BAE3-DFD8D05B0160> /Applications/Adobe Illustrator CC/Adobe Illustrator.app/Contents/Frameworks/amtlib.framework/Versions/A/amtlib
           0x106ade000 -        0x106ae4ff7 +com.adobe.boost_date_time.framework (7.0.0 - 7.0.0.0) <C38F2ED5-444A-3354-B637-E504EA3B11E4> /Applications/Adobe Illustrator CC/Adobe Illustrator.app/Contents/Frameworks/boost_date_time.framework/Versions/A/boost_date_time
           0x106afb000 -        0x106b09fff +com.adobe.boost_filesystem.framework (7.0.0 - 7.0.0.0) <CD143090-186F-3AC4-ADD4-C6FBE15A2283> /Applications/Adobe Illustrator CC/Adobe Illustrator.app/Contents/Frameworks/boost_filesystem.framework/Versions/A/boost_filesyste m
           0x106b1e000 -        0x106bbcff7 +com.adobe.boost_regex.framework (7.0.0 - 7.0.0.0) <959CB98A-832D-3D4B-B41C-62A9D71D1E7F> /Applications/Adobe Illustrator CC/Adobe Illustrator.app/Contents/Frameworks/boost_regex.framework/Versions/A/boost_regex
           0x106c58000 -        0x106caafff +com.adobe.boost_serialization.framework (7.0.0 - 7.0.0.0) <F43C3812-4D22-30B5-8BB3-21CD1AACD8A6> /Applications/Adobe Illustrator CC/Adobe Illustrator.app/Contents/Frameworks/boost_serialization.framework/Versions/A/boost_serial ization
           0x106dd9000 -        0x106de4ff7 +com.adobe.boost_signals.framework (7.0.0 - 7.0.0.0) <A827BD38-DBCD-3974-8758-7B227A520704> /Applications/Adobe Illustrator CC/Adobe Illustrator.app/Contents/Frameworks/boost_signals.framework/Versions/A/boost_signals
           0x106dff000 -        0x106e03ff7 +com.adobe.boost_system.framework (7.0.0 - 7.0.0.0) <854D8FEC-FDF8-31F9-9D15-B9770E6EDE86> /Applications/Adobe Illustrator CC/Adobe Illustrator.app/Contents/Frameworks/boost_system.framework/Versions/A/boost_system
           0x106e0c000 -        0x106e18fff +com.adobe.boost_threads.framework (7.0.0 - 7.0.0.0) <B9EF0A63-734B-3C71-91D5-B310D07581E6> /Applications/Adobe Illustrator CC/Adobe Illustrator.app/Contents/Frameworks/boost_threads.framework/Versions/A/boost_threads
           0x106e38000 -        0x107158ff7 +com.adobe.dvaadameve.framework (7.0.0 - 7.0.0.0) <70E16846-8C58-3811-9023-03A2FC681753> /Applications/Adobe Illustrator CC/Adobe Illustrator.app/Contents/Frameworks/dvaadameve.framework/Versions/A/dvaadameve
           0x1077fe000 -        0x10790cff7 +com.adobe.dvaai.framework (7.0.0 - 7.0.0.0) <C805ABDA-1718-36F4-B9B2-0F0482749695> /Applications/Adobe Illustrator CC/Adobe Illustrator.app/Contents/Frameworks/dvaai.framework/Versions/A/dvaai
           0x1079e4000 -        0x107c35ff7 +com.adobe.dvacore.framework (7.0.0 - 7.0.0.0) <3AF618E8-3F66-37DD-B6B6-AAC83715A282> /Applications/Adobe Illustrator CC/Adobe Illustrator.app/Contents/Frameworks/dvacore.framework/Versions/A/dvacore
           0x107e77000 -        0x108310fff +com.adobe.dvaui.framework (7.0.0 - 7.0.0.0) <382EEBCB-C3E6-3FE9-9BAD-2ABDBBE8AE3E> /Applications/Adobe Illustrator CC/Adobe Illustrator.app/Contents/Frameworks/dvaui.framework/Versions/A/dvaui
           0x10892e000 -        0x1089e6ff7 +com.adobe.dvaworkspace.framework (7.0.0 - 7.0.0.0) <DCD7579A-5260-3770-9108-06B9CF023357> /Applications/Adobe Illustrator CC/Adobe Illustrator.app/Contents/Frameworks/dvaworkspace.framework/Versions/A/dvaworkspace
           0x108b00000 -        0x108bc5fff +com.adobe.exo.framework (7.0.0 - 7.0.0.0) <6AE2E47D-37D2-320C-A302-DDFDE9AE2184> /Applications/Adobe Illustrator CC/Adobe Illustrator.app/Contents/Frameworks/exo.framework/Versions/A/exo
           0x108d25000 -        0x108d96fe7 +com.adobe.FileInfo.framework (Adobe XMP FileInfo 5 . 3 . 0 . 0 -i 3 - 79.151561) <380981FE-6528-37CC-9159-AB1892803BD4> /Applications/Adobe Illustrator CC/Adobe Illustrator.app/Contents/Frameworks/FileInfo.framework/Versions/A/FileInfo
           0x108da9000 -        0x108dc7ff7 +com.adobe.dvaflashview.framework (7.0.0 - 7.0.0.0) <8072006D-2E76-3FB7-B7B4-00918E483B18> /Applications/Adobe Illustrator CC/Adobe Illustrator.app/Contents/Frameworks/dvaflashview.framework/Versions/A/dvaflashview
           0x108df1000 -        0x108e1dff7 +libtbb.dylib (0) <64B7013E-D548-3F7B-A2FB-28B7B932275C> /Applications/Adobe Illustrator CC/Adobe Illustrator.app/Contents/Frameworks/libtbb.dylib
           0x108e38000 -        0x108e57fe7 +libtbbmalloc.dylib (0) <6887ED68-67ED-3748-82DA-B39A3EB210BB> /Applications/Adobe Illustrator CC/Adobe Illustrator.app/Contents/Frameworks/libtbbmalloc.dylib
           0x108e7c000 -        0x108e81fff  com.apple.agl (3.2.1 - AGL-3.2.1) <49C58BA7-3BF8-35CC-AFB3-2B0432766389> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
           0x108e88000 -        0x108e8cff7 +com.adobe.ape.shim (3.4.0.29366 - 3.4.0.29366) <B9447EE8-6F91-9E85-C163-96600BF70764> /Applications/Adobe Illustrator CC/Adobe Illustrator.app/Contents/Frameworks/Adbeape.framework/Versions/A/adbeape
           0x108e93000 -        0x108fdffff +com.adobe.dvascriptui.framework (7.0.6 - 7.0.6.0) <EC978E66-CA70-3CBB-9A0D-09CD166A5F70> /Applications/Adobe Illustrator CC/Adobe Illustrator.app/Contents/Frameworks/dvascriptui.framework/Versions/A/dvascriptui
           0x1092c8000 -        0x1092caff7  com.apple.textencoding.unicode (2.5 - 2.5) <0518078E-C652-3CFC-A3FB-903C600CE831> /System/Library/TextEncodings/Unicode Encodings.bundle/Contents/MacOS/Unicode Encodings
           0x10a23f000 -        0x10a246fff +com.adobe.illustrator.plugins.Action (Action version 17.0.0 - 17.0.0) <04BA283F-BA0E-3F24-B871-442248987654> /Applications/Adobe Illustrator CC/*/Action
           0x10a24c000 -        0x10a257ff7 +com.adobe.illustrator.plugins.FrameworkS (Framework Server version 17.0.0 - 17.0.0) <27F6E321-0909-3458-854D-C7D36025D34C> /Applications/Adobe Illustrator CC/Adobe Illustrator.app/Required/Plug-ins/FrameworkServer.aip/Contents/MacOS/FrameworkS
           0x10a25d000 -        0x10a266fff +com.adobe.illustrator.plugins.ArtConverters ( ArtConverters version 17.0.0 - 17.0.0) <4F370E42-56A8-3057-A7DD-61B5D2B3ACFD> /Applications/Adobe Illustrator CC/Adobe Illustrator.app/Required/Plug-ins/ArtConverters.aip/Contents/MacOS/ArtConverters
           0x10a26c000 -        0x10a272fff +com.adobe.illustrator.plugins.FlattenTransparency ( Flatten Transparency version 17.0.0 - 17.0.0) <045A9276-1B27-338B-94E2-1E4726635D74> /Applications/Adobe Illustrator CC/Adobe Illustrator.app/Required/Plug-ins/Flatten Transparency.aip/Contents/MacOS/FlattenTransparency
           0x10a367000 -        0x10a3b2fff +com.adobe.illustrator.plugins.CropAreaTool (CropAreaTool version 17.0.0 - 17.0.0) <A5390D54-5F00-37B1-840E-057E9619C8E6> /Applications/Adobe Illustrator CC/*/CropAreaTool
           0x10a3cc000 -        0x10a3d1ff7 +com.adobe.illustrator.plugins.TypeCase (Change Case version 17.0.0 - 17.0.0) <670DCDAA-D712-39E5-A0D0-63C10B01EF47> /Applications/Adobe Illustrator CC/*/TypeCase
           0x10a3d8000 -        0x10a3d9ff7  libCyrillicConverter.dylib (61) <D06971D7-9F16-3FE6-81E8-33E0FE4D6586> /System/Library/CoreServices/Encodings/libCyrillicConverter.dylib
           0x10a3e1000 -        0x10a3e2fff +com.adobe.illustrator.plugins.MPSCommon (MPSCommon version 17.0.0 - 17.0.0) <5D87412B-496A-35C8-9C38-23AA896A409B> /Applications/Adobe Illustrator CC/*/MPSCommon
           0x10c531000 -        0x10c531ff9 +cl_kernels (???) <7E4B5894-416F-45BC-9E2C-88B58728A10D> cl_kernels
           0x10c539000 -        0x10c539ffb +cl_kernels (???) <A3C4F634-0EB9-4E1D-B81D-82290782DBD1> cl_kernels
           0x10c53b000 -        0x10c5d5ff7  unorm8_bgra.dylib (2.2.16) <5D62BED8-DF5D-3C51-94B4-57368FF10DDB> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/unorm8_bgra .dylib
           0x10d8e6000 -        0x10d8ebff7  libFontRegistryUI.dylib (100) <9F172961-DB6F-3A82-9F90-28F9A233F755> /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ATS.framework/Resourc es/libFontRegistryUI.dylib
           0x10d8f2000 -        0x10d8f3ffa +cl_kernels (???) <2B407474-6F39-4653-8D77-913AD24BFD28> cl_kernels
           0x10d94b000 -        0x10d94cffb +cl_kernels (???) <DD3C5A8F-54B3-4584-B77E-C20C4B3AC576> cl_kernels
           0x10df52000 -        0x10df57ff7  libgermantok.dylib (7) <B98522FA-23D1-351E-9F25-5AAF58FD862D> /usr/lib/libgermantok.dylib
           0x10dfaa000 -        0x10e063ff7  ColorSyncDeprecated.dylib (400) <7CE58F6E-D2C8-39FB-8EE0-28CC6EC6D04F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync. framework/Versions/A/Resources/ColorSyncDeprecated.dylib
           0x10e5f0000 -        0x10e61cfff +ServiceManager-Launcher.dylib (49) <C7B7406E-26BE-34DA-AF02-21A76DC52D63> /Library/Application Support/Adobe/*/ServiceManager-Launcher.dylib
           0x10f7b1000 -        0x10f7c9ff7 +com.adobe.illustrator.plugins.FOConversionSuite (FOConversionSuite version 17.0.0 - 17.0.0) <45DF5645-A071-3DB3-A074-5BEA3A77BADB> /Applications/Adobe Illustrator CC/Adobe Illustrator.app/Required/Plug-ins/FOConversionSuite.aip/Contents/MacOS/FOConversionSuite
           0x10f7e3000 -        0x10f7f9ff7 +com.adobe.illustrator.plugins.BrushManager (Brush Manager version 17.0.0 - 17.0.0) <8B1D99F5-F718-3BBA-840B-A46844D19B84> /Applications/Adobe Illustrator CC/*/BrushManager
           0x10f900000 -        0x10f9e4fff +IMSLib.dylib (7.0.0.146 - 7.0.0.146) <38D7DA66-E06E-38A3-9401-42755F56C2C5> /Applications/Adobe Illustrator CC/Adobe Illustrator.app/Contents/Frameworks/IMSLib.dylib
           0x10f9fc000 -        0x10fa86ff7  com.apple.xquery (1.3.1 - 30) <04E0E165-BE1D-3DD7-899F-10AFD053B30C> /System/Library/PrivateFrameworks/XQuery.framework/XQuery
           0x10fb0e000 -        0x10fb2ffff +com.adobe.illustrator.plugins.Rasterize (Rasterize version 17.0.0 - 17.0.0) <80C34039-878E-3E09-847F-CEC6F511C021> /Applications/Adobe Illustrator CC/Adobe Illustrator.app/Required/Plug-ins/Rasterize.aip/Contents/MacOS/Rasterize
           0x10fb37000 -        0x10fb3cff7 +com.adobe.illustrator.plugins.ToolSelector (Tool Selector version 17.0.0 - 17.0.0) <453CB9EB-FF1F-3BDC-BDAA-78965A046402> /Applications/Adobe Illustrator CC/*/ToolSelector
           0x10fb44000 -        0x10fb82fff +com.adobe.AAM.AdobeUpdaterNotificationFramework (UpdaterNotifications 7.0.1.102 - 7.0.1.102) <75ADE364-1107-3DA7-84A2-26C6874EB881> /Applications/Adobe Illustrator CC/Adobe Illustrator.app/Contents/Frameworks/UpdaterNotifications.framework/Versions/A/UpdaterNoti fications
           0x10fbc7000 -        0x10fc33fff +com.adobe.illustrator.plugins.PhotoshopAdapter (Photoshop Adapter version 17.0.0 - 17.0.0) <A0DAFDA0-72C7-3E34-80A7-DA0C66591008> /Applications/Adobe Illustrator CC/*/PhotoshopAdapter
           0x10fc40000 -        0x10fc43ff7 +com.adobe.illustrator.plugins.Geometry ( Geometry Suite version 17.0.0 - 17.0.0) <B1597C8F-814E-3377-9940-D832ADFD2557> /Applications/Adobe Illustrator CC/*/Geometry
           0x10fcd8000 -        0x10fd42fff +com.adobe.illustrator.plugins.UserInterface (User Interface version 17.0.0 - 17.0.0) <7F6C3F1D-227E-38EA-A0F0-E890CA399994> /Applications/Adobe Illustrator CC/Adobe Illustrator.app/Required/Plug-ins/UserInterface.aip/Contents/MacOS/UserInterface
           0x10fd6b000 -        0x10fd87ff7 +com.adobe.illustrator.plugins.ControlPanel (ControlPalette version 17.0.0 - 17.0.0) <F91B7DC2-5FDF-3DD2-B8EC-962BA35FDDDB> /Applications/Adobe Illustrator CC/*/ControlPanel
           0x10fd91000 -        0x10fdb0ff7 +com.adobe.illustrator.plugins.VariablesPalette (Variables Palette version 17.0.0 - 17.0.0) <DBEF1763-5A83-3380-ABE3-BC7DD2F9400A> /Applications/Adobe Illustrator CC/*/VariablesPalette
           0x10fdb7000 -        0x10fdc2fff +com.adobe.illustrator.plugins.DiffusionRasterSuite (DiffusionRaster version 17.0.0 - 17.0.0) <5758BF03-6F50-31EF-8F5B-29459C80D6F0> /Applications/Adobe Illustrator CC/*/DiffusionRasterSuite
           0x10fdc8000 -        0x10fdcdff7 +com.adobe.illustrator.plugins.TrimMark (Crop Marks version 17.0.0 - 17.0.0) <B41641AE-E1E3-3FE2-ADD3-638591BB00AC> /Applications/Adobe Illustrator CC/*/TrimMark
           0x10fe39000 -        0x10fecafff +com.adobe.illustrator.plugins.BRSPencilTool ( Pencil Tool version 17.0.0 - 17.0.0) <F0DA7519-330A-3148-819A-65BBFB9B062A> /Applications/Adobe Illustrator CC/Adobe Illustrator.app/Required/Plug-ins/BRSPencilTool.aip/Contents/MacOS/BRSPencilTool
           0x10fed5000 -        0x10feebfff +com.adobe.illustrator.plugins.TextWrapDlg (TextWrapDlg version 17.0.0 - 17.0.0) <A74AF898-E1CF-314E-A706-E8AA99BB9354> /Applications/Adobe Illustrator CC/*/TextWrapDlg
           0x110200000 -        0x110262ff7 +com.adobe.illustrator.plugins.PDFSuite (PDF Suite version 17.0.0 - 17.0.0) <7D30E550-E18B-31C2-A3B8-E88464840059> /Applications/Adobe Illustrator CC/Adobe Illustrator.app/Required/Plug-ins/PDF Suite.aip/Contents/MacOS/PDFSuite
           0x110270000 -        0x110353fff +com.adobe.illustrator.plugins.BeautifulStrokes (Beautiful Strokes Suite version 17.0.0 - 17.0.0) <5E905A87-5CF9-35F5-A937-46A29444A6A0> /Applications/Adobe Illustrator CC/*/BeautifulStrokes
           0x11035e000 -        0x110469fff +com.adobe.illustrator.plugins.ColorHarmony (ColorHarmony version 17.0.0 - 17.0.0) <7FFC0B96-B13F-3BCA-80FC-28947C93CB01> /Applications/Adobe Illustrator CC/*/ColorHarmony
           0x110496000 -        0x1104ccff7 +com.adobe.illustrator.plugins.KinsokuDlg ( KinsokuDlg version 17.0.0 - 17.0.0) <84709A19-401B-3EFF-930A-70CFAD1003B2> /Applications/Adobe Illustrator CC/*/KinsokuDlg
           0x1104e6000 -        0x110685ff7 +com.adobe.illustrator.plugins.PlanetX (Live Paint version 17.0.0 - 17.0.0) <76612D25-AE50-3F5B-8EA8-517494207E0A> /Applications/Adobe Illustrator CC/*/PlanetX
           0x110694000 -        0x110771ff7 +com.adobe.illustrator.plugins.PaintStyle (Paint Style Palettes version 17.0.0 - 17.0.0) <16BB0497-7B38-3186-ABBB-CB215EAE486D> /Applications/Adobe Illustrator CC/*/PaintStyle
        

    Thanks for your input Jacob.
    I don't remember downloading added plug ins etc except downloading free fonts from reliable websites, which i've done that before and didn't cause a crash.
    This is BEYOND frustration, and ridiculous as if a virus or my illustrator software has decided to disconnect cooperation with mouse cursor (macbook touchpad and wireless usb mouse)!! It's fine for Adobe Photoshop btw.
    Will try your other options link, but it looks TEDIOUS to even begin! Just lost a client due to this disruption, bummer!

  • Server crashes when doing DBCopy

    We are trying to upgrade to GW2012. We have a new DL360G8 server running SUSE Release 11, kernal 3.0.93-0.5. All HP diagnostics on the computer and raid pass.
    When we do dbcopy to move databases from our existing GW8 system, the server crashes saying there was a raid controller issue. No more details than that.
    We've tried this on 2 new servers - same issue. Only crashes when using DBcopy - not when we copy large files using other methods.
    HP and Novell have not been able to come up with any solutions.
    Anyone have any ideas on this?

    Originally Posted by dknutson
    Bob - I was told the GUI was required for running Groupwise - is that not the case?
    GUI is not needed. You need X and x/gdm installed because of some dependencies in the agents allowing them to expose a GUI if requested, so they need those bindings. But having gdm or X running is not needed at all once the system is installed.
    And again, we saw a very similar issue. Either the scsi driver crashes - which disconnects you SWAP and the OS just seizes up - OR - it would cause so much I/O that the OS could not swap quick enough and you would never be able to operate the GUI to get in. We also saw an issue with the graphics adapters on these servers as well, with the GUI running we would see this behavior, without it, everything was fine.
    On one initially problematic box, we have had, literally, no unplanned downtime for 3 years once we ditched the GUI.
    Also, you can try to limit the number of threads dbcopy is using the -t parameter, e.g.
    /opt/novell/groupwise/agents/bin/dbcopy -m -p -f -t 3 /source_path /destination_path
    And I just thought of this, since you mention a server to server copy, If the source / destination is a CIFS or NCP mounted share, you can also run into another issue: oplocks. Disable oplocks on both ends, and on the linux box, if using CIFS:
    echo 0 > /proc/fs/cifs/OplockEnabled
    -- Bob

  • Photoshop CS5.1 (version 12.1) crashes when using Warp Tool

    Hi there,
    Our retouchers have started to use Photoshop CS5 and things seems fine overall, but one user got three chrashes and he says it happens when using the Warp Tool. I don't have any more details than that currently.
    The computer is the latest generation Mac Pro (mid 2010) with six core 3.33 GHz processor, Mac OS X 10.6.7, ATI RADEON 5870 graphics card.
    All current updates for Creative Suite applied.
    Here's one of the crash logs:
    Process:         Adobe Photoshop CS5.1 [5033]
    Path:            /Applications/Adobe Photoshop CS5.1/Adobe Photoshop CS5.1.app/Contents/MacOS/Adobe Photoshop CS5.1
    Identifier:      com.adobe.Photoshop
    Version:         12.1 (12.1x20110328.r.145) (12.1)
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [110]
    Date/Time:       2011-05-24 09:02:34.671 +0200
    OS Version:      Mac OS X 10.6.7 (10J869)
    Report Version:  6
    Sleep/Wake UUID: 3ECA1A21-F0BE-4E86-8566-57822CF67F2E
    Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000028
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Thread 0 Crashed:  Dispatch queue: com.apple.main-thread
    0   com.adobe.Photoshop           0x0000000100cf61fa AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 10591670
    1   com.adobe.Photoshop           0x0000000100df2775 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 11625265
    2   com.adobe.Photoshop           0x00000001006b6778 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 4039476
    3   com.adobe.Photoshop           0x000000010055caea AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 2623142
    4   com.adobe.Photoshop           0x000000010007b0bb 0x100000000 + 503995
    5   com.adobe.Photoshop           0x0000000100069d9b 0x100000000 + 433563
    6   com.adobe.Photoshop           0x000000010006607f 0x100000000 + 417919
    7   com.adobe.Photoshop           0x0000000100077053 0x100000000 + 487507
    8   com.apple.Foundation          0x00007fff841707d5 __NSFireTimer + 114
    9   com.apple.CoreFoundation      0x00007fff82c36be8 __CFRunLoopRun + 6488
    10  com.apple.CoreFoundation      0x00007fff82c34dbf CFRunLoopRunSpecific + 575
    11  com.apple.HIToolbox           0x00007fff8573d7ee RunCurrentEventLoopInMode + 333
    12  com.apple.HIToolbox           0x00007fff8573d5f3 ReceiveNextEventCommon + 310
    13  com.apple.HIToolbox           0x00007fff8573d4ac BlockUntilNextEventMatchingListInMode + 59
    14  com.apple.AppKit              0x00007fff80fc8e64 _DPSNextEvent + 718
    15  com.apple.AppKit              0x00007fff80fc87a9 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 155
    16  com.apple.AppKit              0x00007fff81203c47 -[NSApplication _realDoModalLoop:peek:] + 442
    17  com.apple.AppKit              0x00007fff812017d5 -[NSApplication runModalForWindow:] + 129
    18  com.apple.AppKit              0x00007fff811fec8b -[NSAlert runModal] + 96
    19  com.adobe.Photoshop           0x0000000100077e89 0x100000000 + 491145
    20  com.adobe.Photoshop           0x0000000100078090 0x100000000 + 491664
    21  com.adobe.Photoshop           0x00000001000ce1dc 0x100000000 + 844252
    22  com.adobe.Photoshop           0x00000001000ce2cf 0x100000000 + 844495
    23  com.adobe.Photoshop           0x000000010007c2c3 0x100000000 + 508611
    24  com.adobe.Photoshop           0x000000010006671a 0x100000000 + 419610
    25  com.adobe.Photoshop           0x00000001012e2094 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 16800848
    26  com.apple.AppKit              0x00007fff80f8e4da -[NSApplication run] + 474
    27  com.adobe.Photoshop           0x00000001012e0644 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 16794112
    28  com.adobe.Photoshop           0x00000001012e10a1 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 16796765
    29  com.adobe.Photoshop           0x0000000100068286 0x100000000 + 426630
    30  com.adobe.Photoshop           0x0000000100237199 0x100000000 + 2322841
    31  com.adobe.Photoshop           0x0000000100237229 0x100000000 + 2322985
    32  com.adobe.Photoshop           0x0000000100002294 0x100000000 + 8852
    Thread 1:  Dispatch queue: com.apple.libdispatch-manager
    0   libSystem.B.dylib             0x00007fff8283f12a kevent + 10
    1   libSystem.B.dylib             0x00007fff82840ffd _dispatch_mgr_invoke + 154
    2   libSystem.B.dylib             0x00007fff82840cd4 _dispatch_queue_invoke + 185
    3   libSystem.B.dylib             0x00007fff828407fe _dispatch_worker_thread2 + 252
    4   libSystem.B.dylib             0x00007fff82840128 _pthread_wqthread + 353
    5   libSystem.B.dylib             0x00007fff8283ffc5 start_wqthread + 13
    Thread 2:
    0   libSystem.B.dylib             0x00007fff82860f8a __semwait_signal + 10
    1   libSystem.B.dylib             0x00007fff82864da1 _pthread_cond_wait + 1286
    2   com.adobe.amt.services        0x0000000108664247 C_AMTUISwitchSuppressUpdates + 16439
    3   com.adobe.amt.services        0x000000010865d39e C_EULA_SetState + 1742
    4   com.adobe.amt.services        0x00000001086642b2 C_AMTUISwitchSuppressUpdates + 16546
    5   libSystem.B.dylib             0x00007fff8285f4f6 _pthread_start + 331
    6   libSystem.B.dylib             0x00007fff8285f3a9 thread_start + 13
    Thread 3:
    0   libSystem.B.dylib             0x00007fff828262ee semaphore_timedwait_trap + 10
    1   ...ple.CoreServices.CarbonCore 0x00007fff85d5a1de MPWaitOnSemaphore + 96
    2   MultiProcessor Support        0x000000011ddeeb9b ThreadFunction(void*) + 69
    3   ...ple.CoreServices.CarbonCore 0x00007fff85cc5335 PrivateMPEntryPoint + 63
    4   libSystem.B.dylib             0x00007fff8285f4f6 _pthread_start + 331
    5   libSystem.B.dylib             0x00007fff8285f3a9 thread_start + 13
    Thread 4:
    0   libSystem.B.dylib             0x00007fff828262ee semaphore_timedwait_trap + 10
    1   ...ple.CoreServices.CarbonCore 0x00007fff85d5a1de MPWaitOnSemaphore + 96
    2   MultiProcessor Support        0x000000011ddeeb9b ThreadFunction(void*) + 69
    3   ...ple.CoreServices.CarbonCore 0x00007fff85cc5335 PrivateMPEntryPoint + 63
    4   libSystem.B.dylib             0x00007fff8285f4f6 _pthread_start + 331
    5   libSystem.B.dylib             0x00007fff8285f3a9 thread_start + 13
    Thread 5:
    0   libSystem.B.dylib             0x00007fff828262ee semaphore_timedwait_trap + 10
    1   ...ple.CoreServices.CarbonCore 0x00007fff85d5a1de MPWaitOnSemaphore + 96
    2   MultiProcessor Support        0x000000011ddeeb9b ThreadFunction(void*) + 69
    3   ...ple.CoreServices.CarbonCore 0x00007fff85cc5335 PrivateMPEntryPoint + 63
    4   libSystem.B.dylib             0x00007fff8285f4f6 _pthread_start + 331
    5   libSystem.B.dylib             0x00007fff8285f3a9 thread_start + 13
    Thread 6:
    0   libSystem.B.dylib             0x00007fff828262ee semaphore_timedwait_trap + 10
    1   ...ple.CoreServices.CarbonCore 0x00007fff85d5a1de MPWaitOnSemaphore + 96
    2   MultiProcessor Support        0x000000011ddeeb9b ThreadFunction(void*) + 69
    3   ...ple.CoreServices.CarbonCore 0x00007fff85cc5335 PrivateMPEntryPoint + 63
    4   libSystem.B.dylib             0x00007fff8285f4f6 _pthread_start + 331
    5   libSystem.B.dylib             0x00007fff8285f3a9 thread_start + 13
    Thread 7:
    0   libSystem.B.dylib             0x00007fff828262ee semaphore_timedwait_trap + 10
    1   ...ple.CoreServices.CarbonCore 0x00007fff85d5a1de MPWaitOnSemaphore + 96
    2   MultiProcessor Support        0x000000011ddeeb9b ThreadFunction(void*) + 69
    3   ...ple.CoreServices.CarbonCore 0x00007fff85cc5335 PrivateMPEntryPoint + 63
    4   libSystem.B.dylib             0x00007fff8285f4f6 _pthread_start + 331
    5   libSystem.B.dylib             0x00007fff8285f3a9 thread_start + 13
    Thread 8:
    0   libSystem.B.dylib             0x00007fff828262ee semaphore_timedwait_trap + 10
    1   ...ple.CoreServices.CarbonCore 0x00007fff85d5a1de MPWaitOnSemaphore + 96
    2   MultiProcessor Support        0x000000011ddeeb9b ThreadFunction(void*) + 69
    3   ...ple.CoreServices.CarbonCore 0x00007fff85cc5335 PrivateMPEntryPoint + 63
    4   libSystem.B.dylib             0x00007fff8285f4f6 _pthread_start + 331
    5   libSystem.B.dylib             0x00007fff8285f3a9 thread_start + 13
    Thread 9:
    0   libSystem.B.dylib             0x00007fff828262ee semaphore_timedwait_trap + 10
    1   ...ple.CoreServices.CarbonCore 0x00007fff85d5a1de MPWaitOnSemaphore + 96
    2   MultiProcessor Support        0x000000011ddeeb9b ThreadFunction(void*) + 69
    3   ...ple.CoreServices.CarbonCore 0x00007fff85cc5335 PrivateMPEntryPoint + 63
    4   libSystem.B.dylib             0x00007fff8285f4f6 _pthread_start + 331
    5   libSystem.B.dylib             0x00007fff8285f3a9 thread_start + 13
    Thread 10:
    0   libSystem.B.dylib             0x00007fff828262ee semaphore_timedwait_trap + 10
    1   ...ple.CoreServices.CarbonCore 0x00007fff85d5a1de MPWaitOnSemaphore + 96
    2   MultiProcessor Support        0x000000011ddeeb9b ThreadFunction(void*) + 69
    3   ...ple.CoreServices.CarbonCore 0x00007fff85cc5335 PrivateMPEntryPoint + 63
    4   libSystem.B.dylib             0x00007fff8285f4f6 _pthread_start + 331
    5   libSystem.B.dylib             0x00007fff8285f3a9 thread_start + 13
    Thread 11:
    0   libSystem.B.dylib             0x00007fff828262ee semaphore_timedwait_trap + 10
    1   ...ple.CoreServices.CarbonCore 0x00007fff85d5a1de MPWaitOnSemaphore + 96
    2   MultiProcessor Support        0x000000011ddeeb9b ThreadFunction(void*) + 69
    3   ...ple.CoreServices.CarbonCore 0x00007fff85cc5335 PrivateMPEntryPoint + 63
    4   libSystem.B.dylib             0x00007fff8285f4f6 _pthread_start + 331
    5   libSystem.B.dylib             0x00007fff8285f3a9 thread_start + 13
    Thread 12:
    0   libSystem.B.dylib             0x00007fff828262ee semaphore_timedwait_trap + 10
    1   ...ple.CoreServices.CarbonCore 0x00007fff85d5a1de MPWaitOnSemaphore + 96
    2   MultiProcessor Support        0x000000011ddeeb9b ThreadFunction(void*) + 69
    3   ...ple.CoreServices.CarbonCore 0x00007fff85cc5335 PrivateMPEntryPoint + 63
    4   libSystem.B.dylib             0x00007fff8285f4f6 _pthread_start + 331
    5   libSystem.B.dylib             0x00007fff8285f3a9 thread_start + 13
    Thread 13:
    0   libSystem.B.dylib             0x00007fff828262ee semaphore_timedwait_trap + 10
    1   ...ple.CoreServices.CarbonCore 0x00007fff85d5a1de MPWaitOnSemaphore + 96
    2   MultiProcessor Support        0x000000011ddeeb9b ThreadFunction(void*) + 69
    3   ...ple.CoreServices.CarbonCore 0x00007fff85cc5335 PrivateMPEntryPoint + 63
    4   libSystem.B.dylib             0x00007fff8285f4f6 _pthread_start + 331
    5   libSystem.B.dylib             0x00007fff8285f3a9 thread_start + 13
    Thread 14:
    0   libSystem.B.dylib             0x00007fff82860f8a __semwait_signal + 10
    1   libSystem.B.dylib             0x00007fff82864da1 _pthread_cond_wait + 1286
    2   ...ple.CoreServices.CarbonCore 0x00007fff85d83e13 TSWaitOnCondition + 118
    3   ...ple.CoreServices.CarbonCore 0x00007fff85cf3268 TSWaitOnConditionTimedRelative + 177
    4   ...ple.CoreServices.CarbonCore 0x00007fff85ced173 MPWaitOnQueue + 215
    5   AdobeACE                      0x000000010599018d 0x105956000 + 237965
    6   AdobeACE                      0x000000010598fb3a 0x105956000 + 236346
    7   ...ple.CoreServices.CarbonCore 0x00007fff85cc5335 PrivateMPEntryPoint + 63
    8   libSystem.B.dylib             0x00007fff8285f4f6 _pthread_start + 331
    9   libSystem.B.dylib             0x00007fff8285f3a9 thread_start + 13
    Thread 15:
    0   libSystem.B.dylib             0x00007fff82860f8a __semwait_signal + 10
    1   libSystem.B.dylib             0x00007fff82864da1 _pthread_cond_wait + 1286
    2   ...ple.CoreServices.CarbonCore 0x00007fff85d83e13 TSWaitOnCondition + 118
    3   ...ple.CoreServices.CarbonCore 0x00007fff85cf3268 TSWaitOnConditionTimedRelative + 177
    4   ...ple.CoreServices.CarbonCore 0x00007fff85ced173 MPWaitOnQueue + 215
    5   AdobeACE                      0x000000010599018d 0x105956000 + 237965
    6   AdobeACE                      0x000000010598fb3a 0x105956000 + 236346
    7   ...ple.CoreServices.CarbonCore 0x00007fff85cc5335 PrivateMPEntryPoint + 63
    8   libSystem.B.dylib             0x00007fff8285f4f6 _pthread_start + 331
    9   libSystem.B.dylib             0x00007fff8285f3a9 thread_start + 13
    Thread 16:
    0   libSystem.B.dylib             0x00007fff82860f8a __semwait_signal + 10
    1   libSystem.B.dylib             0x00007fff82864da1 _pthread_cond_wait + 1286
    2   ...ple.CoreServices.CarbonCore 0x00007fff85d83e13 TSWaitOnCondition + 118
    3   ...ple.CoreServices.CarbonCore 0x00007fff85cf3268 TSWaitOnConditionTimedRelative + 177
    4   ...ple.CoreServices.CarbonCore 0x00007fff85ced173 MPWaitOnQueue + 215
    5   AdobeACE                      0x000000010599018d 0x105956000 + 237965
    6   AdobeACE                      0x000000010598fb3a 0x105956000 + 236346
    7   ...ple.CoreServices.CarbonCore 0x00007fff85cc5335 PrivateMPEntryPoint + 63
    8   libSystem.B.dylib             0x00007fff8285f4f6 _pthread_start + 331
    9   libSystem.B.dylib             0x00007fff8285f3a9 thread_start + 13
    Thread 17:
    0   libSystem.B.dylib             0x00007fff82860f8a __semwait_signal + 10
    1   libSystem.B.dylib             0x00007fff82864da1 _pthread_cond_wait + 1286
    2   ...ple.CoreServices.CarbonCore 0x00007fff85d83e13 TSWaitOnCondition + 118
    3   ...ple.CoreServices.CarbonCore 0x00007fff85cf3268 TSWaitOnConditionTimedRelative + 177
    4   ...ple.CoreServices.CarbonCore 0x00007fff85ced173 MPWaitOnQueue + 215
    5   AdobeACE                      0x000000010599018d 0x105956000 + 237965
    6   AdobeACE                      0x000000010598fb3a 0x105956000 + 236346
    7   ...ple.CoreServices.CarbonCore 0x00007fff85cc5335 PrivateMPEntryPoint + 63
    8   libSystem.B.dylib             0x00007fff8285f4f6 _pthread_start + 331
    9   libSystem.B.dylib             0x00007fff8285f3a9 thread_start + 13
    Thread 18:
    0   libSystem.B.dylib             0x00007fff82860f8a __semwait_signal + 10
    1   libSystem.B.dylib             0x00007fff82864da1 _pthread_cond_wait + 1286
    2   ...ple.CoreServices.CarbonCore 0x00007fff85d83e13 TSWaitOnCondition + 118
    3   ...ple.CoreServices.CarbonCore 0x00007fff85cf3268 TSWaitOnConditionTimedRelative + 177
    4   ...ple.CoreServices.CarbonCore 0x00007fff85ced173 MPWaitOnQueue + 215
    5   AdobeACE                      0x000000010599018d 0x105956000 + 237965
    6   AdobeACE                      0x000000010598fb3a 0x105956000 + 236346
    7   ...ple.CoreServices.CarbonCore 0x00007fff85cc5335 PrivateMPEntryPoint + 63
    8   libSystem.B.dylib             0x00007fff8285f4f6 _pthread_start + 331
    9   libSystem.B.dylib             0x00007fff8285f3a9 thread_start + 13
    Thread 19:
    0   libSystem.B.dylib             0x00007fff82860f8a __semwait_signal + 10
    1   libSystem.B.dylib             0x00007fff82864da1 _pthread_cond_wait + 1286
    2   ...ple.CoreServices.CarbonCore 0x00007fff85d83e13 TSWaitOnCondition + 118
    3   ...ple.CoreServices.CarbonCore 0x00007fff85cf3268 TSWaitOnConditionTimedRelative + 177
    4   ...ple.CoreServices.CarbonCore 0x00007fff85ced173 MPWaitOnQueue + 215
    5   AdobeACE                      0x000000010599018d 0x105956000 + 237965
    6   AdobeACE                      0x000000010598fb3a 0x105956000 + 236346
    7   ...ple.CoreServices.CarbonCore 0x00007fff85cc5335 PrivateMPEntryPoint + 63
    8   libSystem.B.dylib             0x00007fff8285f4f6 _pthread_start + 331
    9   libSystem.B.dylib             0x00007fff8285f3a9 thread_start + 13
    Thread 20:
    0   libSystem.B.dylib             0x00007fff82860f8a __semwait_signal + 10
    1   libSystem.B.dylib             0x00007fff82864da1 _pthread_cond_wait + 1286
    2   ...ple.CoreServices.CarbonCore 0x00007fff85d83e13 TSWaitOnCondition + 118
    3   ...ple.CoreServices.CarbonCore 0x00007fff85cf3268 TSWaitOnConditionTimedRelative + 177
    4   ...ple.CoreServices.CarbonCore 0x00007fff85ced173 MPWaitOnQueue + 215
    5   AdobeACE                      0x000000010599018d 0x105956000 + 237965
    6   AdobeACE                      0x000000010598fb3a 0x105956000 + 236346
    7   ...ple.CoreServices.CarbonCore 0x00007fff85cc5335 PrivateMPEntryPoint + 63
    8   libSystem.B.dylib             0x00007fff8285f4f6 _pthread_start + 331
    9   libSystem.B.dylib             0x00007fff8285f3a9 thread_start + 13
    Thread 21:
    0   libSystem.B.dylib             0x00007fff82860f8a __semwait_signal + 10
    1   libSystem.B.dylib             0x00007fff82864da1 _pthread_cond_wait + 1286
    2   ...ple.CoreServices.CarbonCore 0x00007fff85d83e13 TSWaitOnCondition + 118
    3   ...ple.CoreServices.CarbonCore 0x00007fff85cf3268 TSWaitOnConditionTimedRelative + 177
    4   ...ple.CoreServices.CarbonCore 0x00007fff85ced173 MPWaitOnQueue + 215
    5   AdobeACE                      0x000000010599018d 0x105956000 + 237965
    6   AdobeACE                      0x000000010598fb3a 0x105956000 + 236346
    7   ...ple.CoreServices.CarbonCore 0x00007fff85cc5335 PrivateMPEntryPoint + 63
    8   libSystem.B.dylib             0x00007fff8285f4f6 _pthread_start + 331
    9   libSystem.B.dylib             0x00007fff8285f3a9 thread_start + 13
    Thread 22:
    0   libSystem.B.dylib             0x00007fff82860f8a __semwait_signal + 10
    1   libSystem.B.dylib             0x00007fff82864da1 _pthread_cond_wait + 1286
    2   ...ple.CoreServices.CarbonCore 0x00007fff85d83e13 TSWaitOnCondition + 118
    3   ...ple.CoreServices.CarbonCore 0x00007fff85cf3268 TSWaitOnConditionTimedRelative + 177
    4   ...ple.CoreServices.CarbonCore 0x00007fff85ced173 MPWaitOnQueue + 215
    5   AdobeACE                      0x000000010599018d 0x105956000 + 237965
    6   AdobeACE                      0x000000010598fb3a 0x105956000 + 236346
    7   ...ple.CoreServices.CarbonCore 0x00007fff85cc5335 PrivateMPEntryPoint + 63
    8   libSystem.B.dylib             0x00007fff8285f4f6 _pthread_start + 331
    9   libSystem.B.dylib             0x00007fff8285f3a9 thread_start + 13
    Thread 23:
    0   libSystem.B.dylib             0x00007fff82860f8a __semwait_signal + 10
    1   libSystem.B.dylib             0x00007fff82864da1 _pthread_cond_wait + 1286
    2   ...ple.CoreServices.CarbonCore 0x00007fff85d83e13 TSWaitOnCondition + 118
    3   ...ple.CoreServices.CarbonCore 0x00007fff85cf3268 TSWaitOnConditionTimedRelative + 177
    4   ...ple.CoreServices.CarbonCore 0x00007fff85ced173 MPWaitOnQueue + 215
    5   AdobeACE                      0x000000010599018d 0x105956000 + 237965
    6   AdobeACE                      0x000000010598fb3a 0x105956000 + 236346
    7   ...ple.CoreServices.CarbonCore 0x00007fff85cc5335 PrivateMPEntryPoint + 63
    8   libSystem.B.dylib             0x00007fff8285f4f6 _pthread_start + 331
    9   libSystem.B.dylib             0x00007fff8285f3a9 thread_start + 13
    Thread 24:
    0   libSystem.B.dylib             0x00007fff82860f8a __semwait_signal + 10
    1   libSystem.B.dylib             0x00007fff82864da1 _pthread_cond_wait + 1286
    2   ...ple.CoreServices.CarbonCore 0x00007fff85d83e13 TSWaitOnCondition + 118
    3   ...ple.CoreServices.CarbonCore 0x00007fff85cf3268 TSWaitOnConditionTimedRelative + 177
    4   ...ple.CoreServices.CarbonCore 0x00007fff85ced173 MPWaitOnQueue + 215
    5   AdobeACE                      0x000000010599018d 0x105956000 + 237965
    6   AdobeACE                      0x000000010598fb3a 0x105956000 + 236346
    7   ...ple.CoreServices.CarbonCore 0x00007fff85cc5335 PrivateMPEntryPoint + 63
    8   libSystem.B.dylib             0x00007fff8285f4f6 _pthread_start + 331
    9   libSystem.B.dylib             0x00007fff8285f3a9 thread_start + 13
    Thread 25:
    0   libSystem.B.dylib             0x00007fff82860f8a __semwait_signal + 10
    1   libSystem.B.dylib             0x00007fff82860e19 nanosleep + 148
    2   com.adobe.PSAutomate          0x0000000131081fdb ScObjects::Thread::sleep(unsigned int) + 59
    3   com.adobe.PSAutomate          0x0000000131063f13 ScObjects::BridgeTalkThread::run() + 163
    4   com.adobe.PSAutomate          0x00000001310820d6 ScObjects::Thread::go(void*) + 166
    5   libSystem.B.dylib             0x00007fff8285f4f6 _pthread_start + 331
    6   libSystem.B.dylib             0x00007fff8285f3a9 thread_start + 13
    Thread 26:
    0   libSystem.B.dylib             0x00007fff82860f8a __semwait_signal + 10
    1   libSystem.B.dylib             0x00007fff82864da1 _pthread_cond_wait + 1286
    2   com.adobe.adobeswfl           0x0000000132987ced APXGetHostAPI + 2467693
    3   com.adobe.adobeswfl           0x000000013273fd09 APXGetHostAPI + 75657
    4   com.adobe.adobeswfl           0x0000000132987e01 APXGetHostAPI + 2467969
    5   com.adobe.adobeswfl           0x000000013298816a APXGetHostAPI + 2468842
    6   com.adobe.adobeswfl           0x0000000132988299 APXGetHostAPI + 2469145
    7   libSystem.B.dylib             0x00007fff8285f4f6 _pthread_start + 331
    8   libSystem.B.dylib             0x00007fff8285f3a9 thread_start + 13
    Thread 27:
    0   libSystem.B.dylib             0x00007fff82860f8a __semwait_signal + 10
    1   libSystem.B.dylib             0x00007fff82864da1 _pthread_cond_wait + 1286
    2   com.adobe.adobeswfl           0x0000000132987ced APXGetHostAPI + 2467693
    3   com.adobe.adobeswfl           0x000000013273fd09 APXGetHostAPI + 75657
    4   com.adobe.adobeswfl           0x0000000132987e01 APXGetHostAPI + 2467969
    5   com.adobe.adobeswfl           0x000000013298816a APXGetHostAPI + 2468842
    6   com.adobe.adobeswfl           0x0000000132988299 APXGetHostAPI + 2469145
    7   libSystem.B.dylib             0x00007fff8285f4f6 _pthread_start + 331
    8   libSystem.B.dylib             0x00007fff8285f3a9 thread_start + 13
    Thread 28:
    0   libSystem.B.dylib             0x00007fff82860f8a __semwait_signal + 10
    1   libSystem.B.dylib             0x00007fff82864da1 _pthread_cond_wait + 1286
    2   com.adobe.adobeswfl           0x0000000132987ced APXGetHostAPI + 2467693
    3   com.adobe.adobeswfl           0x000000013273fd09 APXGetHostAPI + 75657
    4   com.adobe.adobeswfl           0x0000000132987e01 APXGetHostAPI + 2467969
    5   com.adobe.adobeswfl           0x000000013298816a APXGetHostAPI + 2468842
    6   com.adobe.adobeswfl           0x0000000132988299 APXGetHostAPI + 2469145
    7   libSystem.B.dylib             0x00007fff8285f4f6 _pthread_start + 331
    8   libSystem.B.dylib             0x00007fff8285f3a9 thread_start + 13
    Thread 29:
    0   libSystem.B.dylib             0x00007fff82860f8a __semwait_signal + 10
    1   libSystem.B.dylib             0x00007fff82864da1 _pthread_cond_wait + 1286
    2   com.adobe.adobeswfl           0x0000000132987ced APXGetHostAPI + 2467693
    3   com.adobe.adobeswfl           0x000000013273fd09 APXGetHostAPI + 75657
    4   com.adobe.adobeswfl           0x0000000132987e01 APXGetHostAPI + 2467969
    5   com.adobe.adobeswfl           0x000000013298816a APXGetHostAPI + 2468842
    6   com.adobe.adobeswfl           0x0000000132988299 APXGetHostAPI + 2469145
    7   libSystem.B.dylib             0x00007fff8285f4f6 _pthread_start + 331
    8   libSystem.B.dylib             0x00007fff8285f3a9 thread_start + 13
    Thread 30:
    0   libSystem.B.dylib             0x00007fff82860f8a __semwait_signal + 10
    1   libSystem.B.dylib             0x00007fff82864da1 _pthread_cond_wait + 1286
    2   com.adobe.adobeswfl           0x0000000132987ced APXGetHostAPI + 2467693
    3   com.adobe.adobeswfl           0x000000013273fd09 APXGetHostAPI + 75657
    4   com.adobe.adobeswfl           0x0000000132987e01 APXGetHostAPI + 2467969
    5   com.adobe.adobeswfl           0x000000013298816a APXGetHostAPI + 2468842
    6   com.adobe.adobeswfl           0x0000000132988299 APXGetHostAPI + 2469145
    7   libSystem.B.dylib             0x00007fff8285f4f6 _pthread_start + 331
    8   libSystem.B.dylib             0x00007fff8285f3a9 thread_start + 13
    Thread 31:
    0   libSystem.B.dylib             0x00007fff82860f8a __semwait_signal + 10
    1   libSystem.B.dylib             0x00007fff82864da1 _pthread_cond_wait + 1286
    2   com.adobe.adobeswfl           0x0000000132987ced APXGetHostAPI + 2467693
    3   com.adobe.adobeswfl           0x000000013273fd09 APXGetHostAPI + 75657
    4   com.adobe.adobeswfl           0x0000000132987e01 APXGetHostAPI + 2467969
    5   com.adobe.adobeswfl           0x000000013298816a APXGetHostAPI + 2468842
    6   com.adobe.adobeswfl           0x0000000132988299 APXGetHostAPI + 2469145
    7   libSystem.B.dylib             0x00007fff8285f4f6 _pthread_start + 331
    8   libSystem.B.dylib             0x00007fff8285f3a9 thread_start + 13
    Thread 32:
    0   libSystem.B.dylib             0x00007fff8282629a mach_msg_trap + 10
    1   libSystem.B.dylib             0x00007fff8282690d mach_msg + 59
    2   ....audio_hijack_server.hermes 0x00000001081e5262 ah_serv_loop + 118
    3   libSystem.B.dylib             0x00007fff8285f4f6 _pthread_start + 331
    4   libSystem.B.dylib             0x00007fff8285f3a9 thread_start + 13
    Thread 33:
    0   libSystem.B.dylib             0x00007fff8282629a mach_msg_trap + 10
    1   libSystem.B.dylib             0x00007fff8282690d mach_msg + 59
    2   com.apple.CoreFoundation      0x00007fff82c35932 __CFRunLoopRun + 1698
    3   com.apple.CoreFoundation      0x00007fff82c34dbf CFRunLoopRunSpecific + 575
    4   com.apple.CoreMediaIOServices 0x00007fff8222362b MIO::DAL::RunLoop::OwnThread(void*) + 147
    5   com.apple.CoreMediaIOServices 0x00007fff822251f6 CAPThread::Entry(CAPThread*) + 140
    6   libSystem.B.dylib             0x00007fff8285f4f6 _pthread_start + 331
    7   libSystem.B.dylib             0x00007fff8285f3a9 thread_start + 13
    Thread 34:
    0   libSystem.B.dylib             0x00007fff828262fa semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib             0x00007fff82864c92 _pthread_cond_wait + 1015
    2   com.adobe.adobeswfl           0x0000000132987cb9 APXGetHostAPI + 2467641
    3   com.adobe.adobeswfl           0x00000001329a406c APXGetHostAPI + 2583276
    4   com.adobe.adobeswfl           0x0000000132987e01 APXGetHostAPI + 2467969
    5   com.adobe.adobeswfl           0x000000013298816a APXGetHostAPI + 2468842
    6   com.adobe.adobeswfl           0x0000000132988299 APXGetHostAPI + 2469145
    7   libSystem.B.dylib             0x00007fff8285f4f6 _pthread_start + 331
    8   libSystem.B.dylib             0x00007fff8285f3a9 thread_start + 13
    Thread 35:
    0   libSystem.B.dylib             0x00007fff828262fa semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib             0x00007fff82864c92 _pthread_cond_wait + 1015
    2   com.adobe.adobeswfl           0x0000000132987cb9 APXGetHostAPI + 2467641
    3   com.adobe.adobeswfl           0x0000000132b224ed APXGetHostAPI + 4149101
    4   com.adobe.adobeswfl           0x0000000132987e01 APXGetHostAPI + 2467969
    5   com.adobe.adobeswfl           0x000000013298816a APXGetHostAPI + 2468842
    6   com.adobe.adobeswfl           0x0000000132988299 APXGetHostAPI + 2469145
    7   libSystem.B.dylib             0x00007fff8285f4f6 _pthread_start + 331
    8   libSystem.B.dylib             0x00007fff8285f3a9 thread_start + 13
    Thread 36:
    0   libSystem.B.dylib             0x00007fff82869e76 recvfrom + 10
    1   ServiceManager-Launcher.dylib 0x0000000135649562 Invoke + 54020
    2   ServiceManager-Launcher.dylib 0x00000001356486bf Invoke + 50273
    3   ServiceManager-Launcher.dylib 0x0000000135647706 Invoke + 46248
    4   ServiceManager-Launcher.dylib 0x0000000135647761 Invoke + 46339
    5   ServiceManager-Launcher.dylib 0x00000001356477e2 Invoke + 46468
    6   ServiceManager-Launcher.dylib 0x0000000135641eed Invoke + 23695
    7   ServiceManager-Launcher.dylib 0x0000000135642086 Invoke + 24104
    8   ServiceManager-Launcher.dylib 0x0000000135642b0f Invoke + 26801
    9   ServiceManager-Launcher.dylib 0x0000000135642bfd Invoke + 27039
    10  ServiceManager-Launcher.dylib 0x0000000135645eff Invoke + 40097
    11  ServiceManager-Launcher.dylib 0x00000001356461a5 Invoke + 40775
    12  ServiceManager-Launcher.dylib 0x0000000135646764 Invoke + 42246
    13  ServiceManager-Launcher.dylib 0x0000000135646951 Invoke + 42739
    14  ServiceManager-Launcher.dylib 0x000000013563867f Login + 1773
    15  ServiceManager-Launcher.dylib 0x0000000135639d01 Login + 7535
    16  ServiceManager-Launcher.dylib 0x0000000135646e88 Invoke + 44074
    17  ServiceManager-Launcher.dylib 0x00000001356492a1 Invoke + 53315
    18  libSystem.B.dylib             0x00007fff8285f4f6 _pthread_start + 331
    19  libSystem.B.dylib             0x00007fff8285f3a9 thread_start + 13
    Thread 37:
    0   libSystem.B.dylib             0x00007fff828262d6 semaphore_wait_trap + 10
    1   com.adobe.CameraRaw           0x000000018e4b3541 EntryFM + 2317873
    2   com.adobe.CameraRaw           0x000000018e4e3093 EntryFM + 2513283
    3   libSystem.B.dylib             0x00007fff8285f4f6 _pthread_start + 331
    4   libSystem.B.dylib             0x00007fff8285f3a9 thread_start + 13
    Thread 38:
    0   libSystem.B.dylib             0x00007fff82860f8a __semwait_signal + 10
    1   libSystem.B.dylib             0x00007fff82864da1 _pthread_cond_wait + 1286
    2   ...ple.CoreServices.CarbonCore 0x00007fff85d83e13 TSWaitOnCondition + 118
    3   ...ple.CoreServices.CarbonCore 0x00007fff85cf3268 TSWaitOnConditionTimedRelative + 177
    4   ...ple.CoreServices.CarbonCore 0x00007fff85ced173 MPWaitOnQueue + 215
    5   com.adobe.CameraRaw           0x000000018e1fd289 0x18e000000 + 2085513
    6   com.adobe.CameraRaw           0x000000018e1fc4f0 0x18e000000 + 2082032
    7   ...ple.CoreServices.CarbonCore 0x00007fff85cc5335 PrivateMPEntryPoint + 63
    8   libSystem.B.dylib             0x00007fff8285f4f6 _pthread_start + 331
    9   libSystem.B.dylib             0x00007fff8285f3a9 thread_start + 13
    Thread 39:
    0   libSystem.B.dylib             0x00007fff82860f8a __semwait_signal + 10
    1   libSystem.B.dylib             0x00007fff82864da1 _pthread_cond_wait + 1286
    2   ...ple.CoreServices.CarbonCore 0x00007fff85d83e13 TSWaitOnCondition + 118
    3   ...ple.CoreServices.CarbonCore 0x00007fff85cf3268 TSWaitOnConditionTimedRelative + 177
    4   ...ple.CoreServices.CarbonCore 0x00007fff85ced173 MPWaitOnQueue + 215
    5   com.adobe.CameraRaw           0x000000018e1fd289 0x18e000000 + 2085513
    6   com.adobe.CameraRaw           0x000000018e1fc4f0 0x18e000000 + 2082032
    7   ...ple.CoreServices.CarbonCore 0x00007fff85cc5335 PrivateMPEntryPoint + 63
    8   libSystem.B.dylib             0x00007fff8285f4f6 _pthread_start + 331
    9   libSystem.B.dylib             0x00007fff8285f3a9 thread_start + 13
    Thread 40:
    0   libSystem.B.dylib             0x00007fff82860f8a __semwait_signal + 10
    1   libSystem.B.dylib             0x00007fff82864da1 _pthread_cond_wait + 1286
    2   ...ple.CoreServices.CarbonCore 0x00007fff85d83e13 TSWaitOnCondition + 118
    3   ...ple.CoreServices.CarbonCore 0x00007fff85cf3268 TSWaitOnConditionTimedRelative + 177
    4   ...ple.CoreServices.CarbonCore 0x00007fff85ced173 MPWaitOnQueue + 215
    5   com.adobe.CameraRaw           0x000000018e1fd289 0x18e000000 + 2085513
    6   com.adobe.CameraRaw           0x000000018e1fc4f0 0x18e000000 + 2082032
    7   ...ple.CoreServices.CarbonCore 0x00007fff85cc5335 PrivateMPEntryPoint + 63
    8   libSystem.B.dylib             0x00007fff8285f4f6 _pthread_start + 331
    9   libSystem.B.dylib             0x00007fff8285f3a9 thread_start + 13
    Thread 41:
    0   libSystem.B.dylib             0x00007fff82860f8a __semwait_signal + 10
    1   libSystem.B.dylib             0x00007fff82864da1 _pthread_cond_wait + 1286
    2   ...ple.CoreServices.CarbonCore 0x00007fff85d83e13 TSWaitOnCondition + 118
    3   ...ple.CoreServices.CarbonCore 0x00007fff85cf3268 TSWaitOnConditionTimedRelative + 177
    4   ...ple.CoreServices.CarbonCore 0x00007fff85ced173 MPWaitOnQueue + 215
    5   com.adobe.CameraRaw           0x000000018e1fd289 0x18e000000 + 2085513
    6   com.adobe.CameraRaw           0x000000018e1fc4f0 0x18e000000 + 2082032
    7   ...ple.CoreServices.CarbonCore 0x00007fff85cc5335 PrivateMPEntryPoint + 63
    8   libSystem.B.dylib             0x00007fff8285f4f6 _pthread_start + 331
    9   libSystem.B.dylib             0x00007fff8285f3a9 thread_start + 13
    Thread 42:
    0   libSystem.B.dylib             0x00007fff82860f8a __semwait_signal + 10
    1   libSystem.B.dylib             0x00007fff82864da1 _pthread_cond_wait + 1286
    2   ...ple.CoreServices.CarbonCore 0x00007fff85d83e13 TSWaitOnCondition + 118
    3   ...ple.CoreServices.CarbonCore 0x00007fff85cf3268 TSWaitOnConditionTimedRelative + 177
    4   ...ple.CoreServices.CarbonCore 0x00007fff85ced173 MPWaitOnQueue + 215
    5   com.adobe.CameraRaw           0x000000018e1fd289 0x18e000000 + 2085513
    6   com.adobe.CameraRaw           0x000000018e1fc4f0 0x18e000000 + 2082032
    7   ...ple.CoreServices.CarbonCore 0x00007fff85cc5335 PrivateMPEntryPoint + 63
    8   libSystem.B.dylib             0x00007fff8285f4f6 _pthread_start + 331
    9   libSystem.B.dylib             0x00007fff8285f3a9 thread_start + 13
    Thread 43:
    0   libSystem.B.dylib             0x00007fff82860f8a __semwait_signal + 10
    1   libSystem.B.dylib             0x00007fff82864da1 _pthread_cond_wait + 1286
    2   ...ple.CoreServices.CarbonCore 0x00007fff85d83e13 TSWaitOnCondition + 118
    3   ...ple.CoreServices.CarbonCore 0x00007fff85cf3268 TSWaitOnConditionTimedRelative + 177
    4   ...ple.CoreServices.CarbonCore 0x00007fff85ced173 MPWaitOnQueue + 215
    5   com.adobe.CameraRaw           0x000000018e1fd289 0x18e000000 + 2085513
    6   com.adobe.CameraRaw           0x000000018e1fc4f0 0x18e000000 + 2082032
    7   ...ple.CoreServices.CarbonCore 0x00007fff85cc5335 PrivateMPEntryPoint + 63
    8   libSystem.B.dylib             0x00007fff8285f4f6 _pthread_start + 331
    9   libSystem.B.dylib             0x00007fff8285f3a9 thread_start + 13
    Thread 44:
    0   libSystem.B.dylib             0x00007fff82860f8a __semwait_signal + 10
    1   libSystem.B.dylib             0x00007fff82864da1 _pthread_cond_wait + 1286
    2   ...ple.CoreServices.CarbonCore 0x00007fff85d83e13 TSWaitOnCondition + 118
    3   ...ple.CoreServices.CarbonCore 0x00007fff85cf3268 TSWaitOnConditionTimedRelative + 177
    4   ...ple.CoreServices.CarbonCore 0x00007fff85ced173 MPWaitOnQueue + 215
    5   com.adobe.CameraRaw           0x000000018e1fd289 0x18e000000 + 2085513
    6   com.adobe.CameraRaw           0x000000018e1fc4f0 0x18e000000 + 2082032
    7   ...ple.CoreServices.CarbonCore 0x00007fff85cc5335 PrivateMPEntryPoint + 63
    8   libSystem.B.dylib             0x00007fff8285f4f6 _pthread_start + 331
    9   libSystem.B.dylib             0x00007fff8285f3a9 thread_start + 13
    Thread 45:
    0   libSystem.B.dylib             0x00007fff82860f8a __semwait_signal + 10
    1   libSystem.B.dylib             0x00007fff82864da1 _pthread_cond_wait + 1286
    2   ...ple.CoreServices.CarbonCore 0x00007fff85d83e13 TSWaitOnCondition + 118
    3   ...ple.CoreServices.CarbonCore 0x00007fff85cf3268 TSWaitOnConditionTimedRelative + 177
    4   ...ple.CoreServices.CarbonCore 0x00007fff85ced173 MPWaitOnQueue + 215
    5   com.adobe.CameraRaw           0x000000018e1fd289 0x18e000000 + 2085513
    6   com.adobe.CameraRaw           0x000000018e1fc4f0 0x18e000000 + 2082032
    7   ...ple.CoreServices.CarbonCore 0x00007fff85cc5335 PrivateMPEntryPoint + 63
    8   libSystem.B.dylib             0x00007fff8285f4f6 _pthread_start + 331
    9   libSystem.B.dylib             0x00007fff8285f3a9 thread_start + 13
    Thread 46:
    0   libSystem.B.dylib             0x00007fff82860f8a __semwait_signal + 10
    1   libSystem.B.dylib             0x00007fff82864da1 _pthread_cond_wait + 1286
    2   ...ple.CoreServices.CarbonCore 0x00007fff85d83e13 TSWaitOnCondition + 118
    3   ...ple.CoreServices.CarbonCore 0x00007fff85cf3268 TSWaitOnConditionTimedRelative + 177
    4   ...ple.CoreServices.CarbonCore 0x00007fff85ced173 MPWaitOnQueue + 215
    5   com.adobe.CameraRaw           0x000000018e1fd289 0x18e000000 + 2085513
    6   com.adobe.CameraRaw           0x000000018e1fc4f0 0x18e000000 + 2082032
    7   ...ple.CoreServices.CarbonCore 0x00007fff85cc5335 PrivateMPEntryPoint + 63
    8   libSystem.B.dylib             0x00007fff8285f4f6 _pthread_start + 331
    9   libSystem.B.dylib             0x00007fff8285f3a9 thread_start + 13
    Thread 47:
    0   libSystem.B.dylib             0x00007fff82860f8a __semwait_signal + 10
    1   libSystem.B.dylib             0x00007fff82864da1 _pthread_cond_wait + 1286
    2   ...ple.CoreServices.CarbonCore 0x00007fff85d83e13 TSWaitOnCondition + 118
    3   ...ple.CoreServices.CarbonCore 0x00007fff85cf3268 TSWaitOnConditionTimedRelative + 177
    4   ...ple.CoreServices.CarbonCore 0x00007fff85ced173 MPWaitOnQueue + 215
    5   com.adobe.CameraRaw           0x000000018e1fd289 0x18e000000 + 2085513
    6   com.adobe.CameraRaw           0x000000018e1fc4f0 0x18e000000 + 2082032
    7   ...ple.CoreServices.CarbonCore 0x00007fff85cc5335 PrivateMPEntryPoint + 63
    8   libSystem.B.dylib             0x00007fff8285f4f6 _pthread_start + 331
    9   libSystem.B.dylib             0x00007fff8285f3a9 thread_start + 13
    Thread 48:
    0   libSystem.B.dylib             0x00007fff82860f8a __semwait_signal + 10
    1   libSystem.B.dylib             0x00007fff82864da1 _pthread_cond_wait + 1286
    2   ...ple.CoreServices.CarbonCore 0x00007fff85d83e13 TSWaitOnCondition + 118
    3   ...ple.CoreServices.CarbonCore 0x00007fff85cf3268 TSWaitOnConditionTimedRelative + 177
    4   ...ple.CoreServices.CarbonCore 0x00007fff85ced173 MPWaitOnQueue + 215
    5   com.adobe.CameraRaw           0x000000018e1fd289 0x18e000000 + 2085513
    6   com.adobe.CameraRaw           0x000000018e1fc4f0 0x18e000000 + 2082032
    7   ...ple.CoreServices.CarbonCore 0x00007fff85cc5335 PrivateMPEntryPoint + 63
    8   libSystem.B.dylib            

    I can't find that structure on that users computer.
    There's no ”Log Transport” folder to be found for some reason.
    On another users computer I find the structure and one crash log, but he gets that crash when trying to save onto an AFP server (seems fine to save locally).
    I guess a crash when saving onto a server isn't of much interest since I understand it's only supported to save onto the local drive?
    Here comes the log anyway, but like I said this is for crash upon saving onto server. Can't find the ones for crash when using Warp Tool.
    Process:         Adobe Photoshop CS5.1 [54042]
    Path:            /Applications/Adobe Photoshop CS5.1/Adobe Photoshop CS5.1.app/Contents/MacOS/Adobe Photoshop CS5.1
    Identifier:      com.adobe.Photoshop
    Version:         12.1 (12.1x20110328.r.145) (12.1)
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [101]
    Date/Time:       2011-05-30 13:33:11.995 +0200
    OS Version:      Mac OS X 10.6.7 (10J869)
    Report Version:  6
    Sleep/Wake UUID: A597193C-46F9-469B-A9B6-1A1035216031
    Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: KERN_INVALID_ADDRESS at 0x00000000ef000030
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Error Formulating Crash Report:
    *** -[NSCFDictionary setObject:forKey:]: attempt to insert nil value (key: Identifier)
    0x8383d796
    0x803b10f3
    0x8383d5d7
    0x8383d564
    0x8250cb06
    0x00005572
    0x8659f917
    0x0000541c
    0x00007fb4
    0x00008aa0
    0x0000ad72
    0x0000ab4f
    0x877959dc
    0x0000a256
    0x877894f6
    0x877893a9
    Thread 0 Crashed:  Dispatch queue: com.apple.main-thread
    0   AdobeMPS                      0x0000000103a9bbd2 HeapPageCallback + 434
    1   AdobeMPS                      0x0000000103a983e7 RelocateSegsFromRegion + 303
    2   AdobeMPS                      0x0000000103a98952 ClearRegion + 255
    3   AdobeMPS                      0x0000000103a98c59 MemBlockHeavyFirstFit + 637
    4   AdobeMPS                      0x0000000103a98d3f PageMasterFrozenAlloc + 120
    5   AdobeMPS                      0x0000000103a98f16 pgst_NewPages + 356
    6   AdobeMPS                      0x0000000103a944f5 AddPages + 112
    7   AdobeMPS                      0x0000000103a94781 mc_Malloc + 173
    8   AdobeMPS                      0x0000000103a4c984 dis_mallocinternal + 328
    9   AdobeMPS                      0x00000001039fc7a4 cbMemNew + 29
    10  AdobeMPS                      0x0000000103ba29b5 parseNew + 23
    11  AdobeMPS                      0x0000000103bb175b tcNew + 269
    12  AdobeMPS                      0x00000001039fca15 FontCompactNew + 250
    13  AdobeMPS                      0x0000000103a3b5da WriteT1FontFile + 83
    14  AdobeMPS                      0x00000001039326e3 PS3GraphicsMgr::CreateAndRegisterFont(char const*, _t_GenericFontResource*) + 99
    15  AdobeMPS                      0x000000010393342c PS3GraphicsMgr::RegisterFont(char const*, _t_Object*) + 444
    16  AdobeMPS                      0x000000010392e137 PS3DocumentMgr::CreateEmbeddedFont(char const*) + 423
    17  AdobeMPS                      0x000000010392ee6c PS3DocumentMgr::NoteNewFont(char const*, _t_Object*) + 460
    18  AdobeMPS                      0x0000000103934b0b PS3GraphicsMgr::NoteDefineFont(_t_Object*, _t_Object*, int) + 187
    19  AdobeMPS                      0x0000000103b139b1 PS_DefineFont + 2221
    20  AdobeMPS                      0x0000000103abfbb7 psExecute + 3427
    21  AdobeMPS                      0x0000000103ac68e5 DoResourceOp + 408
    22  AdobeMPS                      0x0000000103abfbb7 psExecute + 3427
    23  AdobeMPS                      0x0000000103b11fce CallFontResourceOp + 115
    24  AdobeMPS                      0x0000000103abfbb7 psExecute + 3427
    25  AdobeMPS                      0x0000000103b47f1f PSRunJobInternal + 248
    26  AdobeMPS                      0x0000000103b484a1 PSRunJob + 284
    27  AdobeMPS                      0x0000000103a9dbb3 PSRIPRunAProcJob + 111
    28  AdobeMPS                      0x000000010392db85 PS3DistillerGlue::StartJob(ImpsServer_Stream*, ImpsServer_Stream*, ImpsServer_Stream*, _t_CommonParserParams const&, _t_MPSPostScript3ParserParams const&) + 309
    29  AdobeMPS                      0x000000010392749e MPSServer_Parser_PS3::mParse(ImpsServer_Dictionary*, ImpsServer_Stream*, ImpsServer_Stream*, ImpsServer_Stream*) + 718
    30  AdobeMPS                      0x0000000103926fdf MPSServer_Parser_PS3::Parse(ImpsServer_Dictionary*, ImpsServer_Stream*, ImpsServer_Stream*, ImpsServer_Stream*) + 111
    31  com.adobe.Photoshop           0x0000000100fabe76 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 13433394
    32  com.adobe.Photoshop           0x0000000100fac1a8 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 13434212
    33  com.adobe.Photoshop           0x0000000100405646 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 1217026
    34  com.adobe.Photoshop           0x000000010050f0ae AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 2305130
    35  com.adobe.Photoshop           0x00000001004bfe60 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 1980956
    36  com.adobe.Photoshop           0x00000001000804bf 0x100000000 + 525503
    37  com.adobe.Photoshop           0x0000000100c33b8f AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 9795403
    38  com.adobe.Photoshop           0x0000000100080063 0x100000000 + 524387
    39  com.adobe.Photoshop           0x000000010006b51a 0x100000000 + 439578
    40  com.adobe.Photoshop           0x000000010006c037 0x100000000 + 442423
    41  com.adobe.Photoshop           0x000000010007115a 0x100000000 + 463194
    42  com.adobe.Photoshop           0x0000000100066573 0x100000000 + 419187
    43  com.adobe.Photoshop           0x0000000100066636 0x100000000 + 419382
    44  com.adobe.Photoshop           0x00000001012e2094 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 16800848
    45  com.adobe.Photoshop           0x00000001000786a4 0x100000000 + 493220
    46  com.adobe.Photoshop           0x0000000100066573 0x100000000 + 419187
    47  com.adobe.Photoshop           0x0000000100066636 0x100000000 + 419382
    48  com.adobe.Photoshop           0x00000001012e0723 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 16794335
    49  com.apple.Foundation          0x00007fff825707d5 __NSFireTimer + 114
    50  com.apple.CoreFoundation      0x00007fff837d9be8 __CFRunLoopRun + 6488
    51  com.apple.CoreFoundation      0x00007fff837d7dbf CFRunLoopRunSpecific + 575
    52  com.apple.HIToolbox           0x00007fff834a17ee RunCurrentEventLoopInMode + 333
    53  com.apple.HIToolbox           0x00007fff834a15f3 ReceiveNextEventCommon + 310
    54  com.apple.HIToolbox           0x00007fff834a14ac BlockUntilNextEventMatchingListInMode + 59
    55  com.apple.AppKit              0x00007fff8107ee64 _DPSNextEvent + 718
    56  com.apple.AppKit              0x00007fff8107e7a9 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 155
    57  com.apple.AppKit              0x00007fff8104448b -[NSApplication run] + 395
    58  com.adobe.Photoshop           0x00000001012e0644 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 16794112
    59  com.adobe.Photoshop           0x00000001012e10a1 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 16796765
    60  com.adobe.Photoshop           0x0000000100068286 0x100000000 + 426630
    61  com.adobe.Photoshop           0x0000000100237199 0x100000000 + 2322841
    62  com.adobe.Photoshop           0x0000000100237229 0x100000000 + 2322985
    63  com.adobe.Photoshop           0x0000000100002294 0x100000000 + 8852
    Thread 1:  Dispatch queue: com.apple.libdispatch-manager
    0   libSystem.B.dylib             0x00007fff8776912a kevent + 10
    1   libSystem.B.dylib             0x00007fff8776affd _dispatch_mgr_invoke + 154
    2   libSystem.B.dylib             0x00007fff8776acd4 _dispatch_queue_invoke + 185
    3   libSystem.B.dylib             0x00007fff8776a7fe _dispatch_worker_thread2 + 252
    4   libSystem.B.dylib             0x00007fff8776a128 _pthread_wqthread + 353
    5   libSystem.B.dylib             0x00007fff87769fc5 start_wqthread + 13
    Thread 2:
    0   libSystem.B.dylib             0x00007fff8778af8a __semwait_signal + 10
    1   libSystem.B.dylib             0x00007fff8778eda1 _pthread_cond_wait + 1286
    2   com.adobe.amt.services        0x0000000108764247 C_AMTUISwitchSuppressUpdates + 16439
    3   com.adobe.amt.services        0x000000010875d39e C_EULA_SetState + 1742
    4   com.adobe.amt.services        0x00000001087642b2 C_AMTUISwitchSuppressUpdates + 16546
    5   libSystem.B.dylib             0x00007fff877894f6 _pthread_start + 331
    6   libSystem.B.dylib             0x00007fff877893a9 thread_start + 13
    Thread 3:
    0   libSystem.B.dylib             0x00007fff877502ee semaphore_timedwait_trap + 10
    1   ...ple.CoreServices.CarbonCore 0x00007fff886641de MPWaitOnSemaphore + 96
    2   MultiProcessor Support        0x000000011e029b9b ThreadFunction(void*) + 69
    3   ...ple.CoreServices.CarbonCore 0x00007fff885cf335 PrivateMPEntryPoint + 63
    4   libSystem.B.dylib             0x00007fff877894f6 _pthread_start + 331
    5   libSystem.B.dylib             0x00007fff877893a9 thread_start + 13
    Thread 4:
    0   libSystem.B.dylib             0x00007fff877502ee semaphore_timedwait_trap + 10
    1   ...ple.CoreServices.CarbonCore 0x00007fff886641de MPWaitOnSemaphore + 96
    2   MultiProcessor Support        0x000000011e029b9b ThreadFunction(void*) + 69
    3   ...ple.CoreServices.CarbonCore 0x00007fff885cf335 PrivateMPEntryPoint + 63
    4   libSystem.B.dylib             0x00007fff877894f6 _pthread_start + 331
    5   libSystem.B.dylib             0x00007fff877893a9 thread_start + 13
    Thread 5:
    0   libSystem.B.dylib             0x00007fff877502ee semaphore_timedwait_trap + 10
    1   ...ple.CoreServices.CarbonCore 0x00007fff886641de MPWaitOnSemaphore + 96
    2   MultiProcessor Support        0x000000011e029b9b ThreadFunction(void*) + 69
    3   ...ple.CoreServices.CarbonCore 0x00007fff885cf335 PrivateMPEntryPoint + 63
    4   libSystem.B.dylib             0x00007fff877894f6 _pthread_start + 331
    5   libSystem.B.dylib             0x00007fff877893a9 thread_start + 13
    Thread 6:
    0   libSystem.B.dylib             0x00007fff877502ee semaphore_timedwait_trap + 10
    1   ...ple.CoreServices.CarbonCore 0x00007fff886641de MPWaitOnSemaphore + 96
    2   MultiProcessor Support        0x000000011e029b9b ThreadFunction(void*) + 69
    3   ...ple.CoreServices.CarbonCore 0x00007fff885cf335 PrivateMPEntryPoint + 63
    4   libSystem.B.dylib             0x00007fff877894f6 _pthread_start + 331
    5   libSystem.B.dylib             0x00007fff877893a9 thread_start + 13
    Thread 7:
    0   libSystem.B.dylib             0x00007fff877502ee semaphore_timedwait_trap + 10
    1   ...ple.CoreServices.CarbonCore 0x00007fff886641de MPWaitOnSemaphore + 96
    2   MultiProcessor Support        0x000000011e029b9b ThreadFunction(void*) + 69
    3   ...ple.CoreServices.CarbonCore 0x00007fff885cf335 PrivateMPEntryPoint + 63
    4   libSystem.B.dylib             0x00007fff877894f6 _pthread_start + 331
    5   libSystem.B.dylib             0x00007fff877893a9 thread_start + 13
    Thread 8:
    0   libSystem.B.dylib             0x00007fff877502ee semaphore_timedwait_trap + 10
    1   ...ple.CoreServices.CarbonCore 0x00007fff886641de MPWaitOnSemaphore + 96
    2   MultiProcessor Support        0x000000011e029b9b ThreadFunction(void*) + 69
    3   ...ple.CoreServices.CarbonCore 0x00007fff885cf335 PrivateMPEntryPoint + 63
    4   libSystem.B.dylib             0x00007fff877894f6 _pthread_start + 331
    5   libSystem.B.dylib             0x00007fff877893a9 thread_start + 13
    Thread 9:
    0   libSystem.B.dylib             0x00007fff877502ee semaphore_timedwait_trap + 10
    1   ...ple.CoreServices.CarbonCore 0x00007fff886641de MPWaitOnSemaphore + 96
    2   MultiProcessor Support        0x000000011e029b9b ThreadFunction(void*) + 69
    3   ...ple.CoreServices.CarbonCore 0x00007fff885cf335 PrivateMPEntryPoint + 63
    4   libSystem.B.dylib             0x00007fff877894f6 _pthread_start + 331
    5   libSystem.B.dylib             0x00007fff877893a9 thread_start + 13
    Thread 10:
    0   libSystem.B.dylib             0x00007fff877502ee semaphore_timedwait_trap + 10
    1   ...ple.CoreServices.CarbonCore 0x00007fff886641de MPWaitOnSemaphore + 96
    2   MultiProcessor Support        0x000000011e029b9b ThreadFunction(void*) + 69
    3   ...ple.CoreServices.CarbonCore 0x00007fff885cf335 PrivateMPEntryPoint + 63
    4   libSystem.B.dylib             0x00007fff877894f6 _pthread_start + 331
    5   libSystem.B.dylib             0x00007fff877893a9 thread_start + 13
    Thread 11:
    0   libSystem.B.dylib             0x00007fff877502ee semaphore_timedwait_trap + 10
    1   ...ple.CoreServices.CarbonCore 0x00007fff886641de MPWaitOnSemaphore + 96
    2   MultiProcessor Support        0x000000011e029b9b ThreadFunction(void*) + 69
    3   ...ple.CoreServices.CarbonCore 0x00007fff885cf335 PrivateMPEntryPoint + 63
    4   libSystem.B.dylib             0x00007fff877894f6 _pthread_start + 331
    5   libSystem.B.dylib             0x00007fff877893a9 thread_start + 13
    Thread 12:
    0   libSystem.B.dylib             0x00007fff877502ee semaphore_timedwait_trap + 10
    1   ...ple.CoreServices.CarbonCore 0x00007fff886641de MPWaitOnSemaphore + 96
    2   MultiProcessor Support        0x000000011e029b9b ThreadFunction(void*) + 69
    3   ...ple.CoreServices.CarbonCore 0x00007fff885cf335 PrivateMPEntryPoint + 63
    4   libSystem.B.dylib             0x00007fff877894f6 _pthread_start + 331
    5   libSystem.B.dylib             0x00007fff877893a9 thread_start + 13
    Thread 13:
    0   libSystem.B.dylib             0x00007fff877502ee semaphore_timedwait_trap + 10
    1   ...ple.CoreServices.CarbonCore 0x00007fff886641de MPWaitOnSemaphore + 96
    2   MultiProcessor Support        0x000000011e029b9b ThreadFunction(void*) + 69
    3   ...ple.CoreServices.CarbonCore 0x00007fff885cf335 PrivateMPEntryPoint + 63
    4   libSystem.B.dylib             0x00007fff877894f6 _pthread_start + 331
    5   libSystem.B.dylib             0x00007fff877893a9 thread_start + 13
    Thread 14:
    0   libSystem.B.dylib             0x00007fff8778af8a __semwait_signal + 10
    1   libSystem.B.dylib             0x00007fff8778eda1 _pthread_cond_wait + 1286
    2   ...ple.CoreServices.CarbonCore 0x00007fff8868de13 TSWaitOnCondition + 118
    3   ...ple.CoreServices.CarbonCore 0x00007fff885fd268 TSWaitOnConditionTimedRelative + 177
    4   ...ple.CoreServices.CarbonCore 0x00007fff885f7173 MPWaitOnQueue + 215
    5   AdobeACE                      0x000000010598418d 0x10594a000 + 237965
    6   AdobeACE                      0x0000000105983b3a 0x10594a000 + 236346
    7   ...ple.CoreServices.CarbonCore 0x00007fff885cf335 PrivateMPEntryPoint + 63
    8   libSystem.B.dylib             0x00007fff877894f6 _pthread_start + 331
    9   libSystem.B.dylib             0x00007fff877893a9 thread_start + 13
    Thread 15:
    0   libSystem.B.dylib             0x00007fff8778af8a __semwait_signal + 10
    1   libSystem.B.dylib             0x00007fff8778eda1 _pthread_cond_wait + 1286
    2   ...ple.CoreServices.CarbonCore 0x00007fff8868de13 TSWaitOnCondition + 118
    3   ...ple.CoreServices.CarbonCore 0x00007fff885fd268 TSWaitOnConditionTimedRelative + 177
    4   ...ple.CoreServices.CarbonCore 0x00007fff885f7173 MPWaitOnQueue + 215
    5   AdobeACE                      0x000000010598418d 0x10594a000 + 237965
    6   AdobeACE                      0x0000000105983b3a 0x10594a000 + 236346
    7   ...ple.CoreServices.CarbonCore 0x00007fff885cf335 PrivateMPEntryPoint + 63
    8   libSystem.B.dylib             0x00007fff877894f6 _pthread_start + 331
    9   libSystem.B.dylib             0x00007fff877893a9 thread_start + 13
    Thread 16:
    0   libSystem.B.dylib             0x00007fff8778af8a __semwait_signal + 10
    1   libSystem.B.dylib             0x00007fff8778eda1 _pthread_cond_wait + 1286
    2   ...ple.CoreServices.CarbonCore 0x00007fff8868de13 TSWaitOnCondition + 118
    3   ...ple.CoreServices.CarbonCore 0x00007fff885fd268 TSWaitOnConditionTimedRelative + 177
    4   ...ple.CoreServices.CarbonCore 0x00007fff885f7173 MPWaitOnQueue + 215
    5   AdobeACE                      0x000000010598418d 0x10594a000 + 237965
    6   AdobeACE                      0x0000000105983b3a 0x10594a000 + 236346
    7   ...ple.CoreServices.CarbonCore 0x00007fff885cf335 PrivateMPEntryPoint + 63
    8   libSystem.B.dylib             0x00007fff877894f6 _pthread_start + 331
    9   libSystem.B.dylib             0x00007fff877893a9 thread_start + 13
    Thread 17:
    0   libSystem.B.dylib             0x00007fff8778af8a __semwait_signal + 10
    1   libSystem.B.dylib             0x00007fff8778eda1 _pthread_cond_wait + 1286
    2   ...ple.CoreServices.CarbonCore 0x00007fff8868de13 TSWaitOnCondition + 118
    3   ...ple.CoreServices.CarbonCore 0x00007fff885fd268 TSWaitOnConditionTimedRelative + 177
    4   ...ple.CoreServices.CarbonCore 0x00007fff885f7173 MPWaitOnQueue + 215
    5   AdobeACE                      0x000000010598418d 0x10594a000 + 237965
    6   AdobeACE                      0x0000000105983b3a 0x10594a000 + 236346
    7   ...ple.CoreServices.CarbonCore 0x00007fff885cf335 PrivateMPEntryPoint + 63
    8   libSystem.B.dylib             0x00007fff877894f6 _pthread_start + 331
    9   libSystem.B.dylib             0x00007fff877893a9 thread_start + 13
    Thread 18:
    0   libSystem.B.dylib             0x00007fff8778af8a __semwait_signal + 10
    1   libSystem.B.dylib             0x00007fff8778eda1 _pthread_cond_wait + 1286
    2   ...ple.CoreServices.CarbonCore 0x00007fff8868de13 TSWaitOnCondition + 118
    3   ...ple.CoreServices.CarbonCore 0x00007fff885fd268 TSWaitOnConditionTimedRelative + 177
    4   ...ple.CoreServices.CarbonCore 0x00007fff885f7173 MPWaitOnQueue + 215
    5   AdobeACE                      0x000000010598418d 0x10594a000 + 237965
    6   AdobeACE                      0x0000000105983b3a 0x10594a000 + 236346
    7   ...ple.CoreServices.CarbonCore 0x00007fff885cf335 PrivateMPEntryPoint + 63
    8   libSystem.B.dylib             0x00007fff877894f6 _pthread_start + 331
    9   libSystem.B.dylib             0x00007fff877893a9 thread_start + 13
    Thread 19:
    0   libSystem.B.dylib             0x00007fff8778af8a __semwait_signal + 10
    1   libSystem.B.dylib             0x00007fff8778eda1 _pthread_cond_wait + 1286
    2   ...ple.CoreServices.CarbonCore 0x00007fff8868de13 TSWaitOnCondition + 118
    3   ...ple.CoreServices.CarbonCore 0x00007fff885fd268 TSWaitOnConditionTimedRelative + 177
    4   ...ple.CoreServices.CarbonCore 0x00007fff885f7173 MPWaitOnQueue + 215
    5   AdobeACE                      0x000000010598418d 0x10594a000 + 237965
    6   AdobeACE                      0x0000000105983b3a 0x10594a000 + 236346
    7   ...ple.CoreServices.CarbonCore 0x00007fff885cf335 PrivateMPEntryPoint + 63
    8   libSystem.B.dylib             0x00007fff877894f6 _pthread_start + 331
    9   libSystem.B.dylib             0x00007fff877893a9 thread_start + 13
    Thread 20:
    0   libSystem.B.dylib             0x00007fff8778af8a __semwait_signal + 10
    1   libSystem.B.dylib             0x00007fff8778eda1 _pthread_cond_wait + 1286
    2   ...ple.CoreServices.CarbonCore 0x00007fff8868de13 TSWaitOnCondition + 118
    3   ...ple.CoreServices.CarbonCore 0x00007fff885fd268 TSWaitOnConditionTimedRelative + 177
    4   ...ple.CoreServices.CarbonCore 0x00007fff885f7173 MPWaitOnQueue + 215
    5   AdobeACE                      0x000000010598418d 0x10594a000 + 237965
    6   AdobeACE                      0x0000000105983b3a 0x10594a000 + 236346
    7   ...ple.CoreServices.CarbonCore 0x00007fff885cf335 PrivateMPEntryPoint + 63
    8   libSystem.B.dylib             0x00007fff877894f6 _pthread_start + 331
    9   libSystem.B.dylib             0x00007fff877893a9 thread_start + 13
    Thread 21:
    0   libSystem.B.dylib             0x00007fff8778af8a __semwait_signal + 10
    1   libSystem.B.dylib             0x00007fff8778eda1 _pthread_cond_wait + 1286
    2   ...ple.CoreServices.CarbonCore 0x00007fff8868de13 TSWaitOnCondition + 118
    3   ...ple.CoreServices.CarbonCore 0x00007fff885fd268 TSWaitOnConditionTimedRelative + 177
    4   ...ple.CoreServices.CarbonCore 0x00007fff885f7173 MPWaitOnQueue + 215
    5   AdobeACE                      0x000000010598418d 0x10594a000 + 237965
    6   AdobeACE                      0x0000000105983b3a 0x10594a000 + 236346
    7   ...ple.CoreServices.CarbonCore 0x00007fff885cf335 PrivateMPEntryPoint + 63
    8   libSystem.B.dylib             0x00007fff877894f6 _pthread_start + 331
    9   libSystem.B.dylib             0x00007fff877893a9 thread_start + 13
    Thread 22:
    0   libSystem.B.dylib             0x00007fff8778af8a __semwait_signal + 10
    1   libSystem.B.dylib             0x00007fff8778eda1 _pthread_cond_wait + 1286
    2   ...ple.CoreServices.CarbonCore 0x00007fff8868de13 TSWaitOnCondition + 118
    3   ...ple.CoreServices.CarbonCore 0x00007fff885fd268 TSWaitOnConditionTimedRelative + 177
    4   ...ple.CoreServices.CarbonCore 0x00007fff885f7173 MPWaitOnQueue + 215
    5   AdobeACE                      0x000000010598418d 0x10594a000 + 237965
    6   AdobeACE                      0x0000000105983b3a 0x10594a000 + 236346
    7   ...ple.CoreServices.CarbonCore 0x00007fff885cf335 PrivateMPEntryPoint + 63
    8   libSystem.B.dylib             0x00007fff877894f6 _pthread_start + 331
    9   libSystem.B.dylib             0x00007fff877893a9 thread_start + 13
    Thread 23:
    0   libSystem.B.dylib             0x00007fff8778af8a __semwait_signal + 10
    1   libSystem.B.dylib             0x00007fff8778eda1 _pthread_cond_wait + 1286
    2   ...ple.CoreServices.CarbonCore 0x00007fff8868de13 TSWaitOnCondition + 118
    3   ...ple.CoreServices.CarbonCore 0x00007fff885fd268 TSWaitOnConditionTimedRelative + 177
    4   ...ple.CoreServices.CarbonCore 0x00007fff885f7173 MPWaitOnQueue + 215
    5   AdobeACE                      0x000000010598418d 0x10594a000 + 237965
    6   AdobeACE                      0x0000000105983b3a 0x10594a000 + 236346
    7   ...ple.CoreServices.CarbonCore 0x00007fff885cf335 PrivateMPEntryPoint + 63
    8   libSystem.B.dylib             0x00007fff877894f6 _pthread_start + 331
    9   libSystem.B.dylib             0x00007fff877893a9 thread_start + 13
    Thread 24:
    0   libSystem.B.dylib             0x00007fff8778af8a __semwait_signal + 10
    1   libSystem.B.dylib             0x00007fff8778eda1 _pthread_cond_wait + 1286
    2   ...ple.CoreServices.CarbonCore 0x00007fff8868de13 TSWaitOnCondition + 118
    3   ...ple.CoreServices.CarbonCore 0x00007fff885fd268 TSWaitOnConditionTimedRelative + 177
    4   ...ple.CoreServices.CarbonCore 0x00007fff885f7173 MPWaitOnQueue + 215
    5   AdobeACE                      0x000000010598418d 0x10594a000 + 237965
    6   AdobeACE                      0x0000000105983b3a 0x10594a000 + 236346
    7   ...ple.CoreServices.CarbonCore 0x00007fff885cf335 PrivateMPEntryPoint + 63
    8   libSystem.B.dylib             0x00007fff877894f6 _pthread_start + 331
    9   libSystem.B.dylib             0x00007fff877893a9 thread_start + 13
    Thread 25:
    0   libSystem.B.dylib             0x00007fff8778af8a __semwait_signal + 10
    1   libSystem.B.dylib             0x00007fff8778ae19 nanosleep + 148
    2   com.adobe.PSAutomate          0x000000013cd45fdb ScObjects::Thread::sleep(unsigned int) + 59
    3   com.adobe.PSAutomate          0x000000013cd27f13 ScObjects::BridgeTalkThread::run() + 163
    4   com.adobe.PSAutomate          0x000000013cd460d6 ScObjects::Thread::go(void*) + 166
    5   libSystem.B.dylib             0x00007fff877894f6 _pthread_start + 331
    6   libSystem.B.dylib             0x00007fff877893a9 thread_start + 13
    Thread 26:
    0   libSystem.B.dylib             0x00007fff8778af8a __semwait_signal + 10
    1   libSystem.B.dylib             0x00007fff8778eda1 _pthread_cond_wait + 1286
    2   com.adobe.adobeswfl           0x000000013df87ced APXGetHostAPI + 2467693
    3   com.adobe.adobeswfl           0x000000013dd3fd09 APXGetHostAPI + 75657
    4   com.adobe.adobeswfl           0x000000013df87e01 APXGetHostAPI + 2467969
    5   com.adobe.adobeswfl           0x000000013df8816a APXGetHostAPI + 2468842
    6   com.adobe.adobeswfl           0x000000013df88299 APXGetHostAPI + 2469145
    7   libSystem.B.dylib             0x00007fff877894f6 _pthread_start + 331
    8   libSystem.B.dylib             0x00007fff877893a9 thread_start + 13
    Thread 27:
    0   libSystem.B.dylib             0x00007fff8778af8a __semwait_signal + 10
    1   libSystem.B.dylib             0x00007fff8778eda1 _pthread_cond_wait + 1286
    2   com.adobe.adobeswfl           0x000000013df87ced APXGetHostAPI + 2467693
    3   com.adobe.adobeswfl           0x000000013dd3fd09 APXGetHostAPI + 75657
    4   com.adobe.adobeswfl           0x000000013df87e01 APXGetHostAPI + 2467969
    5   com.adobe.adobeswfl           0x000000013df8816a APXGetHostAPI + 2468842
    6   com.adobe.adobeswfl           0x000000013df88299 APXGetHostAPI + 2469145
    7   libSystem.B.dylib             0x00007fff877894f6 _pthread_start + 331
    8   libSystem.B.dylib             0x00007fff877893a9 thread_start + 13
    Thread 28:
    0   libSystem.B.dylib             0x00007fff8778af8a __semwait_signal + 10
    1   libSystem.B.dylib             0x00007fff8778eda1 _pthread_cond_wait + 1286
    2   com.adobe.adobeswfl           0x000000013df87ced APXGetHostAPI + 2467693
    3   com.adobe.adobeswfl           0x000000013dd3fd09 APXGetHostAPI + 75657
    4   com.adobe.adobeswfl           0x000000013df87e01 APXGetHostAPI + 2467969
    5   com.adobe.adobeswfl           0x000000013df8816a APXGetHostAPI + 2468842
    6   com.adobe.adobeswfl           0x000000013df88299 APXGetHostAPI + 2469145
    7   libSystem.B.dylib             0x00007fff877894f6 _pthread_start + 331
    8   libSystem.B.dylib             0x00007fff877893a9 thread_start + 13
    Thread 29:
    0   libSystem.B.dylib             0x00007fff8778af8a __semwait_signal + 10
    1   libSystem.B.dylib             0x00007fff8778eda1 _pthread_cond_wait + 1286
    2   com.adobe.adobeswfl           0x000000013df87ced APXGetHostAPI + 2467693
    3   com.adobe.adobeswfl           0x000000013dd3fd09 APXGetHostAPI + 75657
    4   com.adobe.adobeswfl           0x000000013df87e01 APXGetHostAPI + 2467969
    5   com.adobe.adobeswfl           0x000000013df8816a APXGetHostAPI + 2468842
    6   com.adobe.adobeswfl           0x000000013df88299 APXGetHostAPI + 2469145
    7   libSystem.B.dylib             0x00007fff877894f6 _pthread_start + 331
    8   libSystem.B.dylib             0x00007fff877893a9 thread_start + 13
    Thread 30:
    0   libSystem.B.dylib             0x00007fff8778af8a __semwait_signal + 10
    1   libSystem.B.dylib             0x00007fff8778eda1 _pthread_cond_wait + 1286
    2   com.adobe.adobeswfl           0x000000013df87ced APXGetHostAPI + 2467693
    3   com.adobe.adobeswfl           0x000000013dd3fd09 APXGetHostAPI + 75657
    4   com.adobe.adobeswfl           0x000000013df87e01 APXGetHostAPI + 2467969
    5   com.adobe.adobeswfl           0x000000013df8816a APXGetHostAPI + 2468842
    6   com.adobe.adobeswfl           0x000000013df88299 APXGetHostAPI + 2469145
    7   libSystem.B.dylib             0x00007fff877894f6 _pthread_start + 331
    8   libSystem.B.dylib             0x00007fff877893a9 thread_start + 13
    Thread 31:
    0   libSystem.B.dylib             0x00007fff8778af8a __semwait_signal + 10
    1   libSystem.B.dylib             0x00007fff8778eda1 _pthread_cond_wait + 1286
    2   com.adobe.adobeswfl           0x000000013df87ced APXGetHostAPI + 2467693
    3   com.adobe.adobeswfl           0x000000013dd3fd09 APXGetHostAPI + 75657
    4   com.adobe.adobeswfl           0x000000013df87e01 APXGetHostAPI + 2467969
    5   com.adobe.adobeswfl           0x000000013df8816a APXGetHostAPI + 2468842
    6   com.adobe.adobeswfl           0x000000013df88299 APXGetHostAPI + 2469145
    7   libSystem.B.dylib             0x00007fff877894f6 _pthread_start + 331
    8   libSystem.B.dylib             0x00007fff877893a9 thread_start + 13
    Thread 32:
    0   libSystem.B.dylib             0x00007fff8775029a mach_msg_trap + 10
    1   libSystem.B.dylib             0x00007fff8775090d mach_msg + 59
    2   com.apple.CoreFoundation      0x00007fff837d8932 __CFRunLoopRun + 1698
    3   com.apple.CoreFoundation      0x00007fff837d7dbf CFRunLoopRunSpecific + 575
    4   com.apple.CoreMediaIOServices 0x00007fff8699062b MIO::DAL::RunLoop::OwnThread(void*) + 147
    5   com.apple.CoreMediaIOServices 0x00007fff869921f6 CAPThread::Entry(CAPThread*) + 140
    6   libSystem.B.dylib             0x00007fff877894f6 _pthread_start + 331
    7   libSystem.B.dylib             0x00007fff877893a9 thread_start + 13
    Thread 33:
    0   libSystem.B.dylib             0x00007fff877502fa semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib             0x00007fff8778ec92 _pthread_cond_wait + 1015
    2   com.adobe.adobeswfl           0x000000013df87cb9 APXGetHostAPI + 2467641
    3   com.adobe.adobeswfl           0x000000013dfa406c APXGetHostAPI + 2583276
    4   com.adobe.adobeswfl           0x000000013df87e01 APXGetHostAPI + 2467969
    5   com.adobe.adobeswfl           0x000000013df8816a APXGetHostAPI + 2468842
    6   com.adobe.adobeswfl           0x000000013df88299 APXGetHostAPI + 2469145
    7   libSystem.B.dylib             0x00007fff877894f6 _pthread_start + 331
    8   libSystem.B.dylib             0x00007fff877893a9 thread_start + 13
    Thread 34:
    0   libSystem.B.dylib             0x00007fff877502fa semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib             0x00007fff8778ec92 _pthread_cond_wait + 1015
    2   com.adobe.adobeswfl           0x000000013df87cb9 APXGetHostAPI + 2467641
    3   com.adobe.adobeswfl           0x000000013e122573 APXGetHostAPI + 4149235
    4   com.adobe.adobeswfl           0x000000013df87e01 APXGetHostAPI + 2467969
    5   com.adobe.adobeswfl           0x000000013df8816a APXGetHostAPI + 2468842
    6   com.adobe.adobeswfl           0x000000013df88299 APXGetHostAPI + 2469145
    7   libSystem.B.dylib             0x00007fff877894f6 _pthread_start + 331
    8   libSystem.B.dylib             0x00007fff877893a9 thread_start + 13
    Thread 35:
    0   libSystem.B.dylib             0x00007fff87793e76 recvfrom + 10
    1   ServiceManager-Launcher.dylib 0x0000000140a20562 Invoke + 54020
    2   ServiceManager-Launcher.dylib 0x0000000140a1f6bf Invoke + 50273
    3   ServiceManager-Launcher.dylib 0x0000000140a1e706 Invoke + 46248
    4   ServiceManager-Launcher.dylib 0x0000000140a1e761 Invoke + 46339
    5   ServiceManager-Launcher.dylib 0x0000000140a1e7e2 Invoke + 46468
    6   ServiceManager-Launcher.dylib 0x0000000140a18eed Invoke + 23695
    7   ServiceManager-Launcher.dylib 0x0000000140a19086 Invoke + 24104
    8   ServiceManager-Launcher.dylib 0x0000000140a19b0f Invoke + 26801
    9   ServiceManager-Launcher.dylib 0x0000000140a19bfd Invoke + 27039
    10  ServiceManager-Launcher.dylib 0x0000000140a1ceff Invoke + 40097
    11  ServiceManager-Launcher.dylib 0x0000000140a1d1a5 Invoke + 40775
    12  ServiceManager-Launcher.dylib 0x0000000140a1d764 Invoke + 42246
    13  ServiceManager-Launcher.dylib 0x0000000140a1d951 Invoke + 42739
    14  ServiceManager-Launcher.dylib 0x0000000140a0f67f Login + 1773
    15  ServiceManager-Launcher.dylib 0x0000000140a10d01 Login + 7535
    16  ServiceManager-Launcher.dylib 0x0000000140a1de88 Invoke + 44074
    17  ServiceManager-Launcher.dylib 0x0000000140a202a1 Invoke + 53315
    18  libSystem.B.dylib             0x00007fff877894f6 _pthread_start + 331
    19  libSystem.B.dylib             0x00007fff877893a9 thread_start + 13
    Thread 36:
    0   libSystem.B.dylib             0x00007fff8778af8a __semwait_signal + 10
    1   libSystem.B.dylib             0x00007fff8778eda1 _pthread_cond_wait + 1286
    2   libtbb.dylib                  0x0000000106be922c tbb::internal::GenericScheduler::wait_while_pool_is_empty() + 92
    3   libtbb.dylib                  0x0000000106bf3b84 tbb::internal::CustomScheduler<tbb::internal::IntelSchedulerTraits>::wait_for_all(tbb::ta sk&, tbb::task*) + 1858
    4   libtbb.dylib                  0x0000000106bebe3a tbb::internal::GenericScheduler::worker_routine(void*) + 632
    5   libSystem.B.dylib             0x00007fff877894f6 _pthread_start + 331
    6   libSystem.B.dylib             0x00007fff877893a9 thread_start + 13
    Thread 37:
    0   libSystem.B.dylib             0x00007fff8778af8a __semwait_signal + 10
    1   libSystem.B.dylib             0x00007fff8778eda1 _pthread_cond_wait + 1286
    2   libtbb.dylib                  0x0000000106be922c tbb::internal::GenericScheduler::wait_while_pool_is_empty() + 92
    3   libtbb.dylib                  0x0000000106bf3b84 tbb::internal::CustomScheduler<tbb::internal::IntelSchedulerTraits>::wait_for_all(tbb::ta sk&, tbb::task*) + 1858
    4   libtbb.dylib                  0x0000000106bebe3a tbb::internal::GenericScheduler::worker_routine(void*) + 632
    5   libSystem.B.dylib             0x00007fff877894f6 _pthread_start + 331
    6   libSystem.B.dylib             0x00007fff877893a9 thread_start + 13
    Thread 38:
    0   libSystem.B.dylib             0x00007fff8778af8a __semwait_signal + 10
    1   libSystem.B.dylib             0x00007fff8778eda1 _pthread_cond_wait + 1286
    2   libtbb.dylib                  0x0000000106be922c tbb::internal::GenericScheduler::wait_while_pool_is_empty() + 92
    3   libtbb.dylib                  0x0000000106bf3b84 tbb::internal::CustomScheduler<tbb::internal::IntelSchedulerTraits>::wait_for_all(tbb::ta sk&, tbb::task*) + 1858
    4   libtbb.dylib                  0x0000000106bebe3a tbb::internal::GenericScheduler::worker_routine(void*) + 632
    5   libSystem.B.dylib             0x00007fff877894f6 _pthread_start + 331
    6   libSystem.B.dylib             0x00007fff877893a9 thread_start + 13
    Thread 39:
    0   libSystem.B.dylib             0x00007fff8778af8a __semwait_signal + 10
    1   libSystem.B.dylib             0x00007fff8778eda1 _pthread_cond_wait + 1286
    2   libtbb.dylib                  0x0000000106be922c tbb::internal::GenericScheduler::wait_while_pool_is_empty() + 92
    3   libtbb.dylib                  0x0000000106bf3b84 tbb::internal::CustomScheduler<tbb::internal::IntelSchedulerTraits>::wait_for_all(tbb::ta sk&, tbb::task*) + 1858
    4   libtbb.dylib                  0x0000000106bebe3a tbb::internal::GenericScheduler::worker_routine(void*) + 632
    5   libSystem.B.dylib             0x00007fff877894f6 _pthread_start + 331
    6   libSystem.B.dylib             0x00007fff877893a9 thread_start + 13
    Thread 40:
    0   libSystem.B.dylib             0x00007fff8778af8a __semwait_signal + 10
    1   libSystem.B.dylib             0x00007fff8778eda1 _pthread_cond_wait + 1286
    2   libtbb.dylib                  0x0000000106be922c tbb::internal::GenericScheduler::wait_while_pool_is_empty() + 92
    3   libtbb.dylib                  0x0000000106bf3b84 tbb::internal::CustomScheduler<tbb::internal::IntelSchedulerTraits>::wait_for_all(tbb::ta sk&, tbb::task*) + 1858
    4   libtbb.dylib                  0x0000000106bebe3a tbb::internal::GenericScheduler::worker_routine(void*) + 632
    5   libSystem.B.dylib             0x00007fff877894f6 _pthread_start + 331
    6   libSystem.B.dylib             0x00007fff877893a9 thread_start + 13
    Thread 41:
    0   libSystem.B.dylib             0x00007fff8778af8a __semwait_signal + 10
    1   libSystem.B.dylib             0x00007fff8778eda1 _pthread_cond_wait + 1286
    2   libtbb.dylib                  0x0000000106be922c tbb::internal::GenericScheduler::wait_while_pool_is_empty() + 92
    3   libtbb.dylib                  0x0000000106bf3b84 tbb::internal::CustomScheduler<tbb::internal::IntelSchedulerTraits>::wait_for_all(tbb::ta sk&, tbb::task*) + 1858
    4   libtbb.dylib                  0x0000000106bebe3a tbb::internal::GenericScheduler::worker_routine(void*) + 632
    5   libSystem.B.dylib             0x00007fff877894f6 _pthread_start + 331
    6   libSystem.B.dylib             0x00007fff877893a9 thread_start + 13
    Thread 42:
    0   libSystem.B.dylib             0x00007fff8778af8a __semwait_signal + 10
    1   libSystem.B.dylib             0x00007fff8778eda1 _pthread_cond_wait + 1286
    2   libtbb.dylib                  0x0000000106be922c tbb::internal::GenericScheduler::wait_while_pool_is_empty() + 92
    3   libtbb.dylib                  0x0000000106bf3b84 tbb::internal::CustomScheduler<tbb::internal::IntelSchedulerTraits>::wait_for_all(tbb::ta sk&, tbb::task*) + 1858
    4   libtbb.dylib                  0x0000000106bebe3a tbb::internal::GenericScheduler::worker_routine(void*) + 632
    5   libSystem.B.dylib             0x00007fff877894f6 _pthread_start + 331
    6   libSystem.B.dylib             0x00007fff877893a9 thread_start + 13
    Thread 43:
    0   libSystem.B.dylib             0x00007fff8778af8a __semwait_signal + 10
    1   libSystem.B.dylib             0x00007fff8778eda1 _pthread_cond_wait + 1286
    2   libtbb.dylib                  0x0000000106be922c tbb::internal::GenericScheduler::wait_while_pool_is_empty() + 92
    3   libtbb.dylib                  0x0000000106bf3b84 tbb::internal::CustomScheduler<tbb::internal::IntelSchedulerTraits>::wait_for_all(tbb::ta sk&, tbb::task*) + 1858
    4   libtbb.dylib                  0x0000000106bebe3a tbb::internal::GenericScheduler::worker_routine(void*) + 632
    5   libSystem.B.dylib             0x00007fff877894f6 _pthread_start + 331
    6   libSystem.B.dylib             0x00007fff877893a9 thread_start + 13
    Thread 44:
    0   libSystem.B.dylib             0x00007fff8778af8a __semwait_signal + 10
    1   libSystem.B.dylib             0x00007fff8778eda1 _pthread_cond_wait + 1286
    2   libtbb.dylib                  0x0000000106be922c tbb::internal::GenericScheduler::wait_while_pool_is_empty() + 92
    3   libtbb.dylib                  0x0000000106bf3b84 tbb::internal::C

  • Managed server crashes when trying to deploy an application

    Hi,
    I have a unix box and sometimes the managed server crashes when the application has faults or some bug. Why does this happen? Why does the server go down every time there is an error? Can it not be crash proof?
    NOTE: I do not have node manager configured

    You'll need to share the details from the logs or the crash (usually a core dump file of some kind). The information you have provided is not sufficient.
    You might also get the latest JVM update for the platform you are using. Sometimes those updates resolve issues.
    http://www.oracle.com/technetwork/middleware/ias/downloads/fusion-certification-100350.html
    Contact support if you have any questions.

  • Adobe Photoshop CS4/5 Crashes when using the Move Tool

    Hello. I'm here because I'm having an issue with Photoshop.
    I was trying out CS5 when it started to crash every time I tried to use the Move Tool. It was the generic error message: "Adobe Photoshop CS4 has stopped working.
    A problem has caused Adobe Photoshop CS4 to stop working correctly. Windows will close the program and notify you if a solution is available."
    Thinking that it was a CS5 issue, I went back to my copy of CS4, only to find the same thing happening there (I also downgraded because CS5 was also crashing at other random times for some reason, but that's an issue for another time).
    This puzzles me because both were working fine before. Granted, I hadn't opened them for a while, but it was a sudden thing.
    My first impulse was to uninstall and reinstall CS4. No luck. So then, I uninstalled all third-party plugins, thinking that might be it. Still, the same problem. I started looking around on Google for solutions and found the instructions on resetting the Tool preferences (I chose to reset the preferences for ALL of the tools). When that didn't work, I tried deleting the preferences file outright, which said instructions recommended. Nothing.
    I should note that Photoshop crashes when using the Move Tool to move an object without ant lines around it, i.e., a layer. I'll move the object, and after two to three seconds, the mentioned error message will appear and Windows will close Photoshop. This, however, only seems to happen after selecting, copying, and pasting part of a large object with some variation of the Marqee Tool (thus making that part a new layer by default) while working at a zoom of 100%. So, in short, working with a large image like <a href=http://www.wallpaper4me.com/images/wallpapers/ergo_proxy_267_1280-862301.jpeg>This</a> at 100% zoom. The image linked is the image that I was using and am currently using to reproduce the problem. It is 1280x1024 pixels. I have tested this with somewhat smaller, yet comparable images too. Same problem. I have never had this problem working with large images before, and I wonder if anyone has any suggestions short of formatting my hard drive.
    The error code, from Event Viewer:
    Faulting application name: Photoshop.exe, version: 11.0.2.0, time stamp: 0x4bf2d4f6
    Faulting module name: unknown, version: 0.0.0.0, time stamp: 0x00000000
    Exception code: 0xc0000005
    Fault offset: 0x65637275
    Faulting process id: 0xe28
    Faulting application start time: 0x01cb2bb3471d87bf
    Faulting application path: C:\Program Files\Adobe\Adobe Photoshop CS4\Photoshop.exe
    Faulting module path: unknown
    Report Id: b412e368-97ab-11df-8f49-001d60b646ef
    Details:
    System
    Provider
    [  Name]
    Application  Error
    EventID
    1000
    [  Qualifiers]
    0
    Level
    2
    Task
    100
    Keywords
    0x80000000000000
    TimeCreated
    [  SystemTime]
    2010-07-25T05:15:57.000000000Z
    EventRecordID
    78845
    Channel
    Application
    Computer
    Gatherum
    Security
    EventData
    Photoshop.exe
    11.0.2.0
    4bf2d4f6
    unknown
    0.0.0.0
    00000000
    c0000005
    65637275
    e28
    01cb2bb3471d87bf
    C:\Program  Files\Adobe\Adobe Photoshop CS4\Photoshop.exe
    unknown
    b412e368-97ab-11df-8f49-001d60b646ef
    Details in XML View:
    - <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
    - <System>
    <Provider Name="Application Error" />
    <EventID Qualifiers="0">1000</EventID>
    <Level>2</Level>
    <Task>100</Task>
    <Keywords>0x80000000000000</Keywords>
    <TimeCreated SystemTime="2010-07-25T05:15:57.000000000Z" />
    <EventRecordID>78845</EventRecordID>
    <Channel>Application</Channel>
    <Computer>Gatherum</Computer>
    <Security />
    </System>
    - <EventData>
    <Data>Photoshop.exe</Data>
    <Data>11.0.2.0</Data>
    <Data>4bf2d4f6</Data>
    <Data>unknown</Data>
    <Data>0.0.0.0</Data>
    <Data>00000000</Data>
    <Data>c0000005</Data>
    <Data>65637275</Data>
    <Data>e28</Data>
    <Data>01cb2bb3471d87bf</Data>
    <Data>C:\Program Files\Adobe\Adobe Photoshop CS4\Photoshop.exe</Data>
    <Data>unknown</Data>
    <Data>b412e368-97ab-11df-8f49-001d60b646ef</Data>
    </EventData>
    </Event>
    System Specifications:
    Operating System: Windows 7 Ultimate 32-bit (6.1, Build 7600)
    System Manufacturer: HP-Pavilion
    System Model: GN697AA-ABA a6214x
    Processor: Intel Pentium Dual CPU E2160 @ 1.80 GHz (2 CPUs)
    Memory: 2048MB RAM
    DirectX Version: DirectX 11
    Display Device:
    Name: NVIDIA GeForce 8600 GTS
    Manufacturer: NVIDIA
    DAC Type: Integrated RAMDAC
    Approx. Total Memory: 1010 MB
    Current Display Mode: 1440 x 900 (32 bit) (60 Hz)
    Photoshop Version: CS4 Extended 11.0.2

    Even a decent RAM upgrade is usually only a few hundred dollars nowadays, but it's not a trivially simple process.  That said, with a little research and care you can do it.  Alternatively, you can hire people (e.g., "Geek Squad") to do such an upgrade.
    First, you'll need to know what your operating system capacity is.  For example, a 32 bit Windows system can really only use up to a bit more than 3 GB of RAM, while a 64 bit Windows system can use all the RAM you can find a place to plug in.  What version of Windows are you running?
    Then you'll need to determine what RAM you have installed and what your computer's maximum RAM capacity is - usually you can do this through internet research, either by visiting your computer manufacturer's web site or doing google searches.  There are even RAM manufacturer web sites that will tell you what kind of RAM your computer needs and suggest sources, for example:
    http://www.kingston.com/
    It may be that you can just plug additional chips into currently empty sockets, or it is possible you'll need to replace the RAM chips you have installed in your computer to make room for an upgrade.  Every computer is different.
    If you list your computer model and current RAM that you have installed here, it may be that someone can help with more specific advice.
    -Noel

  • Adobe flash CS6 crashes when using the type tool or Editing word all the time... please help!

    Adobe flash CS6 crashes when using the type tool or Editing word all the time... please help!

    Nobody can tell you anything without proper system info or other technical details. The standard answer with all text issues simply is, that you have a "bad font" on your system and need to get rid of it.
    Mylenium

  • Safari crashes when using the dialog box to import/save files, in facebook under windows 7

    I've encountered the following errors in some PCs, running Safari 5.1.7 in MS-Windows 7 Pro:
    Safari crashes when using the dialog box to import/save files. One doesn't have to actually upload or download any file, the mere invocation of the relevant dialog box brings down all open Safari windows after a couple of seconds.
    Errors displayed in the Event Log are:
    Όνομα ελαττωματικής εφαρμογής Safari.exe, έκδοση 5.34.57.2, χρονική σήμανση 0x4f982b5e
    Όνομα ελαττωματικής λειτουργικής μονάδας CoreGraphics.dll, έκδοση 1.87.0.0, χρονική σήμανση 0x4f9739a0
    Κωδικός εξαίρεσης: 0x40000015
    Μετατόπιση σφάλματος: 0x0013a762
    Αναγνωριστικό ελαττωματικής διεργασίας: 0x17f4
    Χρόνος έναρξης ελαττωματικής εφαρμογής: 0x01cded6b09576023
    Διαδρομή ελαττωματικής εφαρμογής: C:\Program Files\Safari\Safari.exe
    Διαδρομή ελλατωματικής λειτουργικής μονάδας:C:\Program Files\Safari\Apple Application Support\CoreGraphics.dll
    Αναγνωριστικό αναφοράς:ebe64ac9-595e-11e2-a977-0016356671d1
    System
    Provider
    [ Name]
    Application Error
    EventID
    1000
    [ Qualifiers]
    0
    Level
    2
    Task
    100
    Keywords
    0x80000000000000
    TimeCreated
    [ SystemTime]
    2013-01-08T06:45:00.000000000Z
    EventRecordID
    95609
    Channel
    Application
    Computer
    computername
    Security
    EventData
    Safari.exe
    5.34.57.2
    4f982b5e
    CoreGraphics.dll
    1.87.0.0
    4f9739a0
    40000015
    0013a762
    17f4
    01cded6b09576023
    C:\Program Files\Safari\Safari.exe
    C:\Program Files\Safari\Apple Application Support\CoreGraphics.dll
    ebe64ac9-595e-11e2-a977-0016356671d1
    and
    Ελαττωματικός κάδος (bucket) 2970527469, τύπος 1
    Όνομα συμβάντος: APPCRASH
    Απόκριση: Δεν υπάρχει
    Αναγνωριστικό Cab: 0
    Υπογραφή προβλήματος:
    P1: Safari.exe
    P2: 5.34.57.2
    P3: 4f982b5e
    P4: CoreGraphics.dll
    P5: 1.87.0.0
    P6: 4f9739a0
    P7: 40000015
    P8: 0013a762
    P9:
    P10:
    Συνημμένα αρχεία:
    C:\Users\username\AppData\Local\Temp\WER51A.tmp.WERInternalMetadata.xml
    Αυτά τα αρχεία μπορεί να είναι διαθέσιμα εδώ:
    C:\Users\username\AppData\Local\Microsoft\Windows\WER\ReportArchive\AppCrash_Saf ari.exe_e273f639ef3d86d52c9d8e15dd2b42dce3e78061_1f86213d
    Σύμβολο ανάλυσης:
    Επανέλεγχος για λύση: 0
    Αναγνωριστικό αναφοράς: ebe64ac9-595e-11e2-a977-0016356671d1
    Κατάσταση αναφοράς: 0
    +
    System
    Provider
    [ Name]
    Windows Error Reporting
    EventID
    1001
    [ Qualifiers]
    0
    Level
    4
    Task
    0
    Keywords
    0x80000000000000
    TimeCreated
    [ SystemTime]
    2013-01-08T06:45:10.000000000Z
    EventRecordID
    95610
    Channel
    Application
    Computer
    computername
    Security
    EventData
    2970527469
    1
    APPCRASH
    Δεν υπάρχει
    0
    Safari.exe
    5.34.57.2
    4f982b5e
    CoreGraphics.dll
    1.87.0.0
    4f9739a0
    40000015
    0013a762
    C:\Users\username\AppData\Local\Temp\WER51A.tmp.WERInternalMetadata.xml
    C:\Users\username\AppData\Local\Microsoft\Windows\WER\ReportArchive\AppCrash_Saf ari.exe_e273f639ef3d86d52c9d8e15dd2b42dce3e78061_1f86213d
    0
    ebe64ac9-595e-11e2-a977-0016356671d1
    0
    I have tried in-installing safari but it seems not to help. I have tried installing it to a third, newly installed pc and come to the same result.
    All PCs are fully up-to-date as it regards Microsoft and Apple patches. Any ideas as to why this might happen?

    Still having the same problem. Ever the optimist, I submit the following info.
    Error window screenshot can be found here: https://dl.dropboxusercontent.com/u/22465174/safari/safari_fail_01.JPG
    Enent log entry can be found here: https://dl.dropboxusercontent.com/u/22465174/safari/safari_fail_02.txt
    Version info can be found here: https://dl.dropboxusercontent.com/u/22465174/safari/safari_fail_03.JPG

  • Photoshop CS6 crashes when using burn tool, crop tool, and dodge tool?

    Just recently upgraded from Photoshop CS5.5 64bit to Photoshop CS6 64 bit. Crashes when using burn tool, crop tool, or dodge tool? Thanks for your help!

    Turn off OpenGL in the prefs and update your graphics driver before re-enabling it.
    Mylenium

  • Sphere doc cam software crashed when used in the WorkGroup Manager managed environment  Crash report Process:         Sphere [93076] Path:            /Applications/Sphere.app/Contents/MacOS/Sphere Identifier:      com.yourcompany.Sphere Version:         ?

    Sphere doc cam software crashes when using the screen recording feature in the WorkGroup Manager managed environment .  Does not crash in admin (non managed).
    Process:         Sphere [94287]
    Path:            /Applications/Sphere.app/Contents/MacOS/Sphere
    Identifier:      com.yourcompany.Sphere
    Version:         ??? (???)
    Code Type:       X86 (Native)
    Parent Process:  launchd [244]
    Interval Since Last Report:          371 sec
    Crashes Since Last Report:           2
    Per-App Interval Since Last Report:  25 sec
    Per-App Crashes Since Last Report:   1
    Date/Time:       2014-02-11 09:53:05.896 -0700
    OS Version:      Mac OS X 10.5.8 (9L31a)
    Report Version:  6
    Anonymous UUID:  9ACAC95B-DACE-48A7-BA12-8644258A670B
    Exception Type:  EXC_BAD_ACCESS (SIGBUS)
    Exception Codes: KERN_PROTECTION_FAILURE at 0x000000000000002c
    Crashed Thread:  0
    Thread 0 Crashed:
    0   com.yourcompany.Sphere                  0x0009e93f FrameMovieExporter::stop(QString&) + 79
    1   com.yourcompany.Sphere                  0x000a2e06 -[RecordingController stopRecording] + 118
    2   com.yourcompany.Sphere                  0x0009c217 RecordingImpl::doStopRecording(QString*) + 39
    3   com.yourcompany.Sphere                  0x0009b33d RecordingImpl::doStopRecording(QList<QString>&) + 77
    4   com.yourcompany.Sphere                  0x00095163 RecordingCommonImpl::stopRecording(QList<QString>&) + 67
    5   com.yourcompany.Sphere                  0x0011a7a8 Sphere::stopRecord() + 136
    6   com.yourcompany.Sphere                  0x0010d37e ToolsPanel::startStopRecording(bool) + 78
    7   com.yourcompany.Sphere                  0x00134bad ToolsPanel::qt_metacall(QMetaObject::Call, int, void**) + 541
    8   QtCore                                  0x00902b51 QMetaObject::activate(QObject*, QMetaObject const*, int, void**) + 673
    9   QtGui                                   0x02f172c4 QAbstractButton::clicked(bool) + 68
    10  QtGui                                   0x02c3329a QAbstractButton::mousePressEvent(QMouseEvent*) + 186
    11  QtGui                                   0x02c34366 QAbstractButton::keyPressEvent(QKeyEvent*) + 726
    12  QtGui                                   0x02c345b5 QAbstractButton::mouseReleaseEvent(QMouseEvent*) + 117
    13  QtGui                                   0x02d0866c QToolButton::mouseReleaseEvent(QMouseEvent*) + 28
    14  QtGui                                   0x028e2a65 QWidget::event(QEvent*) + 2565
    15  QtGui                                   0x02c335bd QAbstractButton::event(QEvent*) + 45
    16  QtGui                                   0x02d0a6f0 QToolButton::event(QEvent*) + 64
    17  QtGui                                   0x028872ec QApplicationPrivate::notify_helper(QObject*, QEvent*) + 188
    18  QtGui                                   0x0288efbd QApplication::notify(QObject*, QEvent*) + 7789
    19  QtCore                                  0x008fc33c QCoreApplication::notifyInternal(QObject*, QEvent*) + 108
    20  QtGui                                   0x0288741c QApplication::activeModalWidget() + 156
    21  QtGui                                   0x0283b043 QMacCocoaAutoReleasePool::QMacCocoaAutoReleasePool() + 19427
    22  QtGui                                   0x0282adff QMacInputContext::reset() + 4063
    23  com.apple.AppKit                        0x91dadb95 -[NSWindow sendEvent:] + 5539
    24  QtGui                                   0x02831cdb QMacInputContext::reset() + 32443
    25  com.apple.AppKit                        0x91d7a6a5 -[NSApplication sendEvent:] + 2939
    26  QtGui                                   0x028353dd QMacInputContext::reset() + 46525
    27  com.apple.AppKit                        0x91cd7fe7 -[NSApplication run] + 867
    28  QtGui                                   0x0283f471 QDesktopWidget::resizeEvent(QResizeEvent*) + 12513
    29  QtCore                                  0x009ebb61 QEventLoop::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) + 65
    30  QtCore                                  0x009ebeaa QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) + 170
    31  QtCore                                  0x009ed526 QCoreApplication::exec() + 182
    32  com.yourcompany.Sphere                  0x001229e1 main + 897
    33  com.yourcompany.Sphere                  0x0000bd09 _start + 208
    34  com.yourcompany.Sphere                  0x0000bc38 start + 40
    Thread 1:
    0   libSystem.B.dylib                       0x9094460a select$DARWIN_EXTSN + 10
    1   libSystem.B.dylib                       0x90926055 _pthread_start + 321
    2   libSystem.B.dylib                       0x90925f12 thread_start + 34
    Thread 2:
    0   libSystem.B.dylib                       0x908fc34e __semwait_signal + 10
    1   libSystem.B.dylib                       0x90926ccd pthread_cond_wait$UNIX2003 + 73
    2   libGLProgrammability.dylib              0x95d73b32 glvmDoWork + 162
    3   libSystem.B.dylib                       0x90926055 _pthread_start + 321
    4   libSystem.B.dylib                       0x90925f12 thread_start + 34
    Thread 3:
    0   libSystem.B.dylib                       0x908f5166 mach_msg_trap + 10
    1   libSystem.B.dylib                       0x908fc95c mach_msg + 72
    2   com.apple.CoreFoundation                0x93563e7e CFRunLoopRunSpecific + 1790
    3   com.apple.CoreFoundation                0x93564aa8 CFRunLoopRunInMode + 88
    4   com.apple.Foundation                    0x900ea3d5 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 213
    5   com.apple.Foundation                    0x90168b4d -[NSRunLoop(NSRunLoop) runUntilDate:] + 93
    6   com.AVerMedia.AVerVDig                  0x170584b9 -[AVDocCamControlTCPServer socketThread] + 271
    7   com.apple.AppKit                        0x92035123 +[NSApplication _startDrawingThread:] + 77
    8   com.apple.Foundation                    0x900b5dfd -[NSThread main] + 45
    9   com.apple.Foundation                    0x900b59a4 __NSThread__main__ + 308
    10  libSystem.B.dylib                       0x90926055 _pthread_start + 321
    11  libSystem.B.dylib                       0x90925f12 thread_start + 34
    Thread 4:
    0   libSystem.B.dylib                       0x908f5166 mach_msg_trap + 10
    1   libSystem.B.dylib                       0x908fc95c mach_msg + 72
    2   com.apple.CoreFoundation                0x93563e7e CFRunLoopRunSpecific + 1790
    3   com.apple.CoreFoundation                0x93564b04 CFRunLoopRun + 84
    4   ...le.QuickTimeUSBVDCDigitizer          0x181ca084 0x181c9000 + 4228
    5   libSystem.B.dylib                       0x90926055 _pthread_start + 321
    6   libSystem.B.dylib                       0x90925f12 thread_start + 34
    Thread 5:
    0   libSystem.B.dylib                       0x908f5166 mach_msg_trap + 10
    1   libSystem.B.dylib                       0x908fc95c mach_msg + 72
    2   com.apple.CoreFoundation                0x93563e7e CFRunLoopRunSpecific + 1790
    3   com.apple.CoreFoundation                0x93564b04 CFRunLoopRun + 84
    4   ...le.QuickTimeUSBVDCDigitizer          0x181ca084 0x181c9000 + 4228
    5   libSystem.B.dylib                       0x90926055 _pthread_start + 321
    6   libSystem.B.dylib                       0x90925f12 thread_start + 34
    Thread 6:
    0   libSystem.B.dylib                       0x909258c6 kevent + 10
    1   QtCore                                  0x009306e6 QThread::setPriority(QThread::Priority) + 454
    2   libSystem.B.dylib                       0x90926055 _pthread_start + 321
    3   libSystem.B.dylib                       0x90925f12 thread_start + 34
    Thread 7:
    0   libSystem.B.dylib                       0x908f5166 mach_msg_trap + 10
    1   libSystem.B.dylib                       0x908fc95c mach_msg + 72
    2   com.apple.CoreFoundation                0x93563e7e CFRunLoopRunSpecific + 1790
    3   com.apple.CoreFoundation                0x93564aa8 CFRunLoopRunInMode + 88
    4   com.apple.audio.CoreAudio               0x95a695f8 HALRunLoop::OwnThread(void*) + 160
    5   com.apple.audio.CoreAudio               0x95a69480 CAPThread::Entry(CAPThread*) + 96
    6   libSystem.B.dylib                       0x90926055 _pthread_start + 321
    7   libSystem.B.dylib                       0x90925f12 thread_start + 34
    Thread 8:
    0   libSystem.B.dylib                       0x908f5166 mach_msg_trap + 10
    1   libSystem.B.dylib                       0x908fc95c mach_msg + 72
    2   com.apple.CoreFoundation                0x93563e7e CFRunLoopRunSpecific + 1790
    3   com.apple.CoreFoundation                0x93564aa8 CFRunLoopRunInMode + 88
    4   com.apple.CoreMediaIOServices           0x93278a74 MIO::DAL::RunLoop::OwnThread(void*) + 160
    5   com.apple.CoreMediaIOServices           0x9327ac46 CAPThread::Entry(CAPThread*) + 96
    6   libSystem.B.dylib                       0x90926055 _pthread_start + 321
    7   libSystem.B.dylib                       0x90925f12 thread_start + 34
    Thread 9:
    0   libSystem.B.dylib                       0x908fc34e __semwait_signal + 10
    1   libSystem.B.dylib                       0x90926ccd pthread_cond_wait$UNIX2003 + 73
    2   com.apple.ColorSync                     0x937863c8 pthreadSemaphoreWait(t_pthreadSemaphore*) + 42
    3   com.apple.ColorSync                     0x93798d4e CMMConvTask(void*) + 54
    4   libSystem.B.dylib                       0x90926055 _pthread_start + 321
    5   libSystem.B.dylib                       0x90925f12 thread_start + 34
    Thread 10:
    0   libSystem.B.dylib                       0x908f5166 mach_msg_trap + 10
    1   libSystem.B.dylib                       0x908fc95c mach_msg + 72
    2   com.apple.CoreFoundation                0x93563e7e CFRunLoopRunSpecific + 1790
    3   com.apple.CoreFoundation                0x93564aa8 CFRunLoopRunInMode + 88
    4   com.apple.Foundation                    0x900ea3d5 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 213
    5   com.apple.Foundation                    0x90168b4d -[NSRunLoop(NSRunLoop) runUntilDate:] + 93
    6   com.AVerMedia.AVerVDig                  0x17053914 -[AVUSBDeviceCYBulk2 threadEntry:] + 466
    7   com.apple.AppKit                        0x92035123 +[NSApplication _startDrawingThread:] + 77
    8   com.apple.Foundation                    0x900b5dfd -[NSThread main] + 45
    9   com.apple.Foundation                    0x900b59a4 __NSThread__main__ + 308
    10  libSystem.B.dylib                       0x90926055 _pthread_start + 321
    11  libSystem.B.dylib                       0x90925f12 thread_start + 34
    Thread 11:
    0   libSystem.B.dylib                       0x9092c2da select$DARWIN_EXTSN$NOCANCEL + 10
    1   QtCore                                  0x00a0e9f7 qt_safe_select(int, fd_set*, fd_set*, fd_set*, timeval const*) + 87
    2   QtCore                                  0x00a12c93 QEventDispatcherUNIXPrivate::doSelect(QFlags<QEventLoop::ProcessEventsFlag>, timeval*) + 435
    3   QtCore                                  0x00a131cf QEventDispatcherUNIX::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) + 175
    4   QtCore                                  0x009ebb61 QEventLoop::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) + 65
    5   QtCore                                  0x009ebeaa QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) + 170
    6   QtCore                                  0x0092f79d QThread::exec() + 157
    7   libAVerMacDocCam.1.0.0.dylib            0x01054f2f IdleThread::run() + 127
    8   QtCore                                  0x009306e6 QThread::setPriority(QThread::Priority) + 454
    9   libSystem.B.dylib                       0x90926055 _pthread_start + 321
    10  libSystem.B.dylib                       0x90925f12 thread_start + 34
    Thread 12:
    0   libSystem.B.dylib                       0x908f51a2 semaphore_wait_trap + 10
    1   ...ickTimeComponents.component          0x93e98c82 QTThreadWaitSignal + 100
    2   ...ickTimeComponents.component          0x94aaf95c sgAudioProcessingThreadEntryPoint + 87
    3   ...ickTimeComponents.component          0x93e9846b start_thread + 54
    4   libSystem.B.dylib                       0x90926055 _pthread_start + 321
    5   libSystem.B.dylib                       0x90925f12 thread_start + 34
    Thread 13:
    0   libSystem.B.dylib                       0x908f51c6 semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib                       0x909271af _pthread_cond_wait + 1244
    2   libSystem.B.dylib                       0x90928a33 pthread_cond_timedwait_relative_np + 47
    3   com.apple.audio.CoreAudio               0x95a78bdf CAGuard::WaitFor(unsigned long long) + 213
    4   com.apple.audio.CoreAudio               0x95a7a79a CAGuard::WaitUntil(unsigned long long) + 70
    5   com.apple.audio.CoreAudio               0x95a78f3f HP_IOThread::WorkLoop() + 759
    6   com.apple.audio.CoreAudio               0x95a78c43 HP_IOThread::ThreadEntry(HP_IOThread*) + 17
    7   com.apple.audio.CoreAudio               0x95a69480 CAPThread::Entry(CAPThread*) + 96
    8   libSystem.B.dylib                       0x90926055 _pthread_start + 321
    9   libSystem.B.dylib                       0x90925f12 thread_start + 34
    Thread 0 crashed with X86 Thread State (32-bit):
      eax: 0x00000000  ebx: 0x0009e8fe  ecx: 0x00000001  edx: 0x0107f000
      edi: 0x186b8940  esi: 0x186b8940  ebp: 0xbfffe7c8  esp: 0xbfffe770
       ss: 0x0000001f  efl: 0x00210282  eip: 0x0009e93f   cs: 0x00000017
       ds: 0x0000001f   es: 0x0000001f   fs: 0x00000000   gs: 0x00000037
      cr2: 0x0000002c
    Binary Images:
        0x1000 -   0x4fffff +com.yourcompany.Sphere ??? (???) <f7c2b0a788413da6927f15cbf1665ed7> /Applications/Sphere.app/Contents/MacOS/Sphere
      0x56b000 -   0x575ff3 +libAVerBase.1.0.0.dylib ??? (???) <c0f817480b8b3b1e93acfaa715b5cdfe> /Applications/Sphere.app/Contents/Frameworks/libAVerBase.1.0.0.dylib
      0x57b000 -   0x580ffb +libAVerMacSystem.1.0.0.dylib ??? (???) <7d7ab1c093e73eacb72caa7378839ad8> /Applications/Sphere.app/Contents/Frameworks/libAVerMacSystem.1.0.0.dylib
      0x585000 -   0x618fe3 +libAVerSocialNetwork.1.0.0.dylib ??? (???) <b6ea2ada18a931bebe40559dac9c3355> /Applications/Sphere.app/Contents/Frameworks/libAVerSocialNetwork.1.0.0.dylib
      0x638000 -   0x686ffb +libAVerDocCamDirectCore.1.0.0.dylib ??? (???) <7ce00b3227cc357c89b6380576b039c1> /Applications/Sphere.app/Contents/Frameworks/libAVerDocCamDirectCore.1.0.0.dyli b
      0x6a4000 -   0x6a9fef +QtSingleApplication.1.0.0.dylib ??? (???) <c96c230d43c5fadf347617dbac171f4c> /Applications/Sphere.app/Contents/Frameworks/QtSingleApplication.1.0.0.dylib
      0x6af000 -   0x737fe3 +QtMultimediaKit ??? (???) <128415cf4f68e58494e3e8f796e64abe> /Applications/Sphere.app/Contents/Frameworks/QtMultimediaKit.framework/Versions /1/QtMultimediaKit
      0x766000 -   0x7a8fff +phonon ??? (???) <0c22e12035bf30ab3b45c683f2685731> /Applications/Sphere.app/Contents/Frameworks/phonon.framework/Versions/4/phonon
      0x7bd000 -   0x836fe3 +QtDBus ??? (???) <1978cb6b3385a6a506849d535c8ff202> /Applications/Sphere.app/Contents/Frameworks/QtDBus.framework/Versions/4/QtDBus
      0x844000 -   0x897fe3 +QtXml ??? (???) <55615d3464055b65160ce9d1f8732ff4> /Applications/Sphere.app/Contents/Frameworks/QtXml.framework/Versions/4/QtXml
      0x8a8000 -   0xb0afeb +QtCore ??? (???) <166e83eea8084b01d66ed13c1a20a216> /Applications/Sphere.app/Contents/Frameworks/QtCore.framework/Versions/4/QtCore
      0xb56000 -   0xda1ff3 +QtScript ??? (???) <e5ca39a11e0d64757d8392027d1c6457> /Applications/Sphere.app/Contents/Frameworks/QtScript.framework/Versions/4/QtSc ript
      0xdd9000 -   0xe0bfe7 +QtSql ??? (???) <e9dba1fae1b47f6ec389fcc5a32ef9ad> /Applications/Sphere.app/Contents/Frameworks/QtSql.framework/Versions/4/QtSql
      0xe19000 -   0xedffe3 +QtOpenGL ??? (???) <9847c32076b1eb3415fe103622116be9> /Applications/Sphere.app/Contents/Frameworks/QtOpenGL.framework/Versions/4/QtOp enGL
      0xeff000 -  0x1016feb +QtNetwork ??? (???) <73e78f033d96a3976cf20b05c03f2c36> /Applications/Sphere.app/Contents/Frameworks/QtNetwork.framework/Versions/4/QtN etwork
    0x103a000 -  0x103dff7 +libAVerSupportCrypto.1.0.0.dylib ??? (???) <6279e58c463d38c2924fdf78693026b1> /Applications/Sphere.app/Contents/Frameworks/libAVerSupportCrypto.1.0.0.dylib
    0x1040000 -  0x1043ff7 +libAVerSupportGeneral.1.0.0.dylib ??? (???) <cf7af01f8b1e3e879ea29b0315801101> /Applications/Sphere.app/Contents/Frameworks/libAVerSupportGeneral.1.0.0.dylib
    0x1046000 -  0x1066ff3 +libAVerMacDocCam.1.0.0.dylib ??? (???) <f68870d8dbb63abdb259cf61ac462793> /Applications/Sphere.app/Contents/Frameworks/libAVerMacDocCam.1.0.0.dylib
    0x1073000 -  0x1079fff +libAVerUsbMisc.1.0.0.dylib ??? (???) <5193e5654fc63c9e8ca3ab9750a3be7a> /Applications/Sphere.app/Contents/Frameworks/libAVerUsbMisc.1.0.0.dylib
    0x1178000 -  0x1195ffb +libqqt7engine.dylib ??? (???) <9c4b928ca3761ad6f92c0ed85063c721> /Applications/Sphere.app/Contents/PlugIns/mediaservice/libqqt7engine.dylib
    0x11a0000 -  0x11abff7 +libqtmedia_audioengine.dylib ??? (???) <29adeb116e1e002e0a524167aa952468> /Applications/Sphere.app/Contents/PlugIns/mediaservice/libqtmedia_audioengine.d ylib
    0x13ff000 -  0x25ddfef +QtWebKit ??? (???) <8866c377d70c71144ec8e01f1a83dcdb> /Applications/Sphere.app/Contents/Frameworks/QtWebKit.framework/Versions/4/QtWe bKit
    0x27fe000 -  0x317afef +QtGui ??? (???) <0bfe5cdbc200d5a4f7cb07122c2c0db8> /Applications/Sphere.app/Contents/Frameworks/QtGui.framework/Versions/4/QtGui
    0x1704b000 - 0x1705dff0 +com.AVerMedia.AVerVDig 2.5.1.0032 (2.5.1.0032) <90c4277c83c6375a01fe65b19115e165> /Library/QuickTime/AVerVDig.component/Contents/MacOS/AVerVDig
    0x1706b000 - 0x17074ff7  com.apple.iokit.IOUSBLib 3.4.9 (3.4.9) <ea4061ec718fddebf2cf952e8606ae87> /System/Library/Extensions/IOUSBFamily.kext/Contents/PlugIns/IOUSBLib.bundle/Co ntents/MacOS/IOUSBLib
    0x1707e000 - 0x17089ffb +com.aver.AVerVirtualVDig 1.2.2024.40 (1.2.2024.40) <8693b4a6443231a68759294fb1128c06> /Library/QuickTime/AVerVirtualVDig.component/Contents/MacOS/AVerVirtualVDig
    0x17090000 - 0x170a6fff +libAVerVisionBridgeServer.1.dylib ??? (???) <b0e30d4212a13a2fb1e9eb43280eb5b3> /Library/Application Support/AVer/dylibs/libAVerVisionBridgeServer.1.dylib
    0x170b1000 - 0x17a2dfef +QtGui ??? (???) <0bfe5cdbc200d5a4f7cb07122c2c0db8> /Library/Application Support/AVer/QtFrameworks/QtGui.framework/Versions/Current/QtGui
    0x17c3e000 - 0x17ea0feb +QtCore ??? (???) <166e83eea8084b01d66ed13c1a20a216> /Library/Application Support/AVer/QtFrameworks/QtCore.framework/Versions/Current/QtCore
    0x17f16000 - 0x1802dfeb +QtNetwork ??? (???) <73e78f033d96a3976cf20b05c03f2c36> /Library/Application Support/AVer/QtFrameworks/QtNetwork.framework/Versions/Current/QtNetwork
    0x18073000 - 0x18096ff7 +libAVerService.1.dylib ??? (???) <da19cc2d259d305c8e7807abd8ec4a99> /Library/Application Support/AVer/dylibs/libAVerService.1.dylib
    0x180a4000 - 0x180beff3 +libAPlusDataManager.1.dylib ??? (???) <41c391dda46c3f7289ef14ab21ea399a> /Library/Application Support/AVer/dylibs/libAPlusDataManager.1.dylib
    0x180c9000 - 0x18100ff3 +libAVerDocCamProxy.1.dylib ??? (???) <ce791d7872853232bdfcfaf8f402e2e0> /Library/Application Support/AVer/dylibs/libAVerDocCamProxy.1.dylib
    0x18116000 - 0x18151fff  com.apple.QuickTimeFireWireDV.component 7.6.9 (1680.9) /System/Library/QuickTime/QuickTimeFireWireDV.component/Contents/MacOS/QuickTim eFireWireDV
    0x1815e000 - 0x18167fff  com.apple.IOFWDVComponents 1.9.5 (1.9.5) <889959011cb23c11785c378264400284> /System/Library/Components/IOFWDVComponents.component/Contents/MacOS/IOFWDVComp onents
    0x18171000 - 0x1819fff7  com.apple.QuickTimeIIDCDigitizer 7.6.9 (1680.9) <e65ec1b47a8fa38231a0c063b0859ee4> /System/Library/QuickTime/QuickTimeIIDCDigitizer.component/Contents/MacOS/Quick TimeIIDCDigitizer
    0x181c9000 - 0x18217ffe  com.apple.QuickTimeUSBVDCDigitizer 2.3.2 (2.3.2) <dceb65eeab48361f6466fadf8aa4ad6f> /System/Library/QuickTime/QuickTimeUSBVDCDigitizer.component/Contents/MacOS/Qui ckTimeUSBVDCDigitizer
    0x18225000 - 0x183aafe3  GLEngine ??? (???) <052e02d9a452a45d014ffbd2a84a4e7c> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
    0x183d8000 - 0x18431ff7  com.apple.driver.AppleIntelGMA950GLDriver 1.5.48 (5.4.8) <806d3030842b46995c46c9059046f2fc> /System/Library/Extensions/AppleIntelGMA950GLDriver.bundle/Contents/MacOS/Apple IntelGMA950GLDriver
    0x18439000 - 0x18455ff7  GLRendererFloat ??? (???) <7badea5e2b8167c0e6391623bb46140a> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLRendererFloa t.bundle/GLRendererFloat
    0x18524000 - 0x1852aff3 +libqgif.dylib ??? (???) <75dc58d3cf5b4f317ca57a90bb06cd32> /Applications/Sphere.app/Contents/PlugIns/imageformats/libqgif.dylib
    0x18533000 - 0x18539fff +libqico.dylib ??? (???) <6af165080c046065ec11fe001ba05fd7> /Applications/Sphere.app/Contents/PlugIns/imageformats/libqico.dylib
    0x1853e000 - 0x18573fef +libqjpeg.dylib ??? (???) <2b719025fdfb60464d73f1310a277292> /Applications/Sphere.app/Contents/PlugIns/imageformats/libqjpeg.dylib
    0x18578000 - 0x185c2fe7 +libqmng.dylib ??? (???) <3b1a1648e9acb620cfc18976526a85fe> /Applications/Sphere.app/Contents/PlugIns/imageformats/libqmng.dylib
    0x19700000 - 0x1974ffeb +libqtiff.dylib ??? (???) <b4b631dcd8e391e5305be882f36afae6> /Applications/Sphere.app/Contents/PlugIns/imageformats/libqtiff.dylib
    0x198a0000 - 0x19909ff7 +libqsqlite.dylib ??? (???) <01a276e06357373b9b9f4b74b1528a34> /Applications/Sphere.app/Contents/PlugIns/sqldrivers/libqsqlite.dylib
    0x19915000 - 0x19918fff  com.apple.audio.AudioIPCPlugIn 1.0.6 (1.0.6) <51c811377017028f8904ad779e6a1344> /System/Library/Extensions/AudioIPCDriver.kext/Contents/Resources/AudioIPCPlugI n.bundle/Contents/MacOS/AudioIPCPlugIn
    0x1991e000 - 0x19924fff  com.apple.audio.AppleHDAHALPlugIn 1.7.1 (1.7.1a2) <a0a4389b5ac52ab84397d2b25c9d3b9c> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bun dle/Contents/MacOS/AppleHDAHALPlugIn
    0x19a42000 - 0x19a6dff4  com.apple.mio.DAL.VDC_4 130.0 (935) <8f98042c48277e2c973284d845ad8b64> /System/Library/PrivateFrameworks/CoreMediaIOServices.framework/Resources/VDC.p lugin/Contents/MacOS/VDC
    0x19a79000 - 0x19c2ffee  com.apple.TundraUnits 130.0 (935) <77804f3f11b9181b2a9f35990c12cf2a> /System/Library/PrivateFrameworks/CoreMediaIOServices.framework/Resources/Tundr aUnits.bundle/Contents/MacOS/TundraUnits
    0x19c5c000 - 0x19c77fff  com.apple.FWAVC 130.46 (46) <ee8798230047eb0cb0dd083fa63f0ffc> /System/Library/PrivateFrameworks/FWAVC.framework/Versions/A/FWAVC
    0x1b3d0000 - 0x1b6c9ff3  com.apple.RawCamera.bundle 2.3.0 (505) <1c7cea30ffe2b4de98ced6518df1e54b> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x70000000 - 0x700e6ff2  com.apple.audio.units.Components 1.5.2 (1.5.2) /System/Library/Components/CoreAudio.component/Contents/MacOS/CoreAudio
    0x8fe00000 - 0x8fe2db43  dyld 97.1 (???) <458eed38a009e5658a79579e7bc26603> /usr/lib/dyld
    0x90003000 - 0x900aafec  com.apple.CFNetwork 438.16 (438.16) <0a2f633dc532b176109547367f209ced> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x900ab000 - 0x90327fe7  com.apple.Foundation 6.5.9 (677.26) <c68b3cff7864959becfc7fd1a384f925> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x90377000 - 0x90392ff3  libPng.dylib ??? (???) <e0c3bdc3144e1ed91f1e4d00d147ff3a> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x903c0000 - 0x9041aff7  com.apple.CoreText 2.0.5 (???) <5483518a613464d043455ac661a9dcbe> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x9041b000 - 0x90427ffe  libGL.dylib ??? (???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x90428000 - 0x90560fe7  com.apple.imageKit 1.0.2 (1.0) <00d03cf7f26e1b6023efdc4bd15dd52e> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
    0x90561000 - 0x90568ffe  libbsm.dylib ??? (???) <d25c63378a5029648ffd4b4669be31bf> /usr/lib/libbsm.dylib
    0x90569000 - 0x90630ff2  com.apple.vImage 3.0 (3.0) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x90698000 - 0x90869fef  com.apple.security 5.0.7 (1) <44e26a9c40630a54d5a9f70c18483411> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x9086a000 - 0x908b3fef  com.apple.Metadata 10.5.8 (398.26) <e4d268ea45379200f03cdc7c8bedae6f> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x908c6000 - 0x908c8ff5  libRadiance.dylib ??? (???) <73169d8c3fc31df4005e8eaa0d16bde5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x908c9000 - 0x908c9ffd  com.apple.vecLib 3.4.2 (vecLib 3.4.2) /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x908ca000 - 0x908f3fff  libcups.2.dylib ??? (???) <2b0ab6b9fa1957ee940835d0cfd42894> /usr/lib/libcups.2.dylib
    0x908f4000 - 0x90a5bff3  libSystem.B.dylib ??? (???) <be7a9fa5c8a925578bddcbaa72e5bf6e> /usr/lib/libSystem.B.dylib
    0x90a5c000 - 0x90e1afea  libLAPACK.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x90e1b000 - 0x90e3ffff  libxslt.1.dylib ??? (???) <c372568bd2f7169efa0faee6546eead3> /usr/lib/libxslt.1.dylib
    0x90e40000 - 0x90e6ffe3  com.apple.AE 402.3 (402.3) <dba512e47f68eea1dd0ab35f596edb34> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x90e70000 - 0x90e9bfe7  libauto.dylib ??? (???) <4f3e58cb81da07a1662c1f647ce30225> /usr/lib/libauto.dylib
    0x90e9c000 - 0x911a4fe7  com.apple.HIToolbox 1.5.6 (???) <eece3cb8aa0a4e6843fcc1500aca61c5> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x911a5000 - 0x91361ff3  com.apple.QuartzComposer 2.1 (106.13) <dc04566811ab9c5316d1a622f42da8ba> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
    0x91362000 - 0x91579ff7  com.apple.JavaScriptCore 5534 (5534.49) <b6a2c99482d55a354e6281cd4dd82518> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x9159f000 - 0x915a3fff  libmathCommon.A.dylib ??? (???) /usr/lib/system/libmathCommon.A.dylib
    0x915a4000 - 0x915a9fff  com.apple.CommonPanels 1.2.4 (85) <ea0665f57cd267609466ed8b2b20e893> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x915fb000 - 0x9163dfef  com.apple.NavigationServices 3.5.2 (163) <7f4f1766414a511bf5bc68920ac85a88> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x9163e000 - 0x9165cff3  com.apple.DirectoryService.Framework 3.5.7 (3.5.7) <b4cd561d2481c4162ecf0acdf8cb062c> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x9165d000 - 0x9165dffe  com.apple.quartzframework 1.5 (1.5) <4b8f505e32e4f2d67967a276401f9aaf> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x9165e000 - 0x9166effc  com.apple.LangAnalysis 1.6.5 (1.6.5) <d057feb38163121ffd871c564c692804> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x9166f000 - 0x916bdfe3  com.apple.AppleVAFramework 4.1.17 (4.1.17) /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x91788000 - 0x91805fef  libvMisc.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x91806000 - 0x9193fff7  libicucore.A.dylib ??? (???) <f2819243b278259b9a622ea111ea5fd6> /usr/lib/libicucore.A.dylib
    0x91940000 - 0x919e7feb  com.apple.QD 3.11.57 (???) <35f058678972d42b88ebdf652df79956> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x919e8000 - 0x919f8fff  com.apple.speech.synthesis.framework 3.7.1 (3.7.1) <9a71429c74ed6ca43eb35e1f78471b2e> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x919f9000 - 0x91a30fff  com.apple.SystemConfiguration 1.9.2 (1.9.2) <41d5aeffefc6d19d471f51ae0b15024f> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x91c9f000 - 0x9249dfef  com.apple.AppKit 6.5.9 (949.54) <4df5d2e2271175452103f789b4f4d8a8> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x9249e000 - 0x92778ff3  com.apple.CoreServices.CarbonCore 786.16 (786.16) <d2af3f75c3500c518c39fd00aed7f9b9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x927cb000 - 0x9281cff7  com.apple.HIServices 1.7.1 (???) <ba7fd0ede540a0da08db027f87efbd60> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x9281d000 - 0x92c2dfef  libBLAS.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x92c2e000 - 0x92cc1ff3  com.apple.ApplicationServices.ATS 3.8 (???) <e61b0945da6ab368348a927f7428ad67> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x92d67000 - 0x93123ff4  com.apple.VideoToolbox 0.484.2 (484.2) <46c37a5fead4e4f58501f15a641ff476> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbo x
    0x93124000 - 0x93132ffd  libz.1.dylib ??? (???) <5ddd8539ae2ebfd8e7cc1c57525385c7> /usr/lib/libz.1.dylib
    0x93133000 - 0x93135fff  com.apple.securityhi 3.0 (30817) <2b2854123fed609d1820d2779e2e0963> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x93146000 - 0x931d9fff  com.apple.ink.framework 101.3 (86) <bf3fa8927b4b8baae92381a976fd2079> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x931da000 - 0x931f7ff7  com.apple.QuickLookFramework 1.3.1 (170.9) /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x9322f000 - 0x93235fff  com.apple.print.framework.Print 218.0.3 (220.2) <8c541d587e4068a5fe5a5ce8ee208516> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x93236000 - 0x93267ffb  com.apple.quartzfilters 1.5.0 (1.5.0) <22581f8fe9dd2cb261f97a897407ec3e> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters .framework/Versions/A/QuartzFilters
    0x93268000 - 0x932b3ff7  com.apple.CoreMediaIOServices 130.0 (935) <e7c6d794bbec49f9d1ee8261c3f9ff0e> /System/Library/PrivateFrameworks/CoreMediaIOServices.framework/Versions/A/Core MediaIOServices
    0x932b4000 - 0x93438fef  com.apple.MediaToolbox 0.484.2 (484.2) <32bf3254fafd942cf8f2c813960217fd> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbo x
    0x93439000 - 0x93439ff8  com.apple.ApplicationServices 34 (34) <8f910fa65f01d401ad8d04cc933cf887> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x9343a000 - 0x934ebfff  edu.mit.Kerberos 6.0.15 (6.0.15) <28005ea82ba82307f185c255c25bfdd3> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x934f1000 - 0x93624fe7  com.apple.CoreFoundation 6.5.7 (476.19) <a332c8f45529ee26d2e9c36d0c723bad> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x93625000 - 0x93628fff  com.apple.help 1.1 (36) <b507b08e484cb89033e9cf23062d77de> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x93641000 - 0x93649fff  com.apple.DiskArbitration 2.2.1 (2.2.1) <ba64dd6ada417b5e7be736957f380bca> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x9364a000 - 0x93732ff3  com.apple.CoreData 100.2 (186.2) <44df326fea0236718f5ed64084e82270> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x93733000 - 0x93752ffa  libJPEG.dylib ??? (???) <6d61215d5adfd74f75fed2e4db29a21c> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x93753000 - 0x9381efef  com.apple.ColorSync 4.5.4 (4.5.4) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x9381f000 - 0x939aefe7  com.apple.CoreAUC 3.08.0 (3.08.0) <5382f0ce050d3edd8f5979b8a87557bf> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
    0x939af000 - 0x939cdfff  libresolv.9.dylib ??? (???) <0e26b308654f33fc94a0c010a50751f9> /usr/lib/libresolv.9.dylib
    0x939ce000 - 0x939cfffc  libffi.dylib ??? (???) <a3b573eb950ca583290f7b2b4c486d09> /usr/lib/libffi.dylib
    0x939d0000 - 0x939d4fff  libGIF.dylib ??? (???) <ade6d93abe118569a7a39d11f81eb9bf> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x939d5000 - 0x93a02feb  libvDSP.dylib ??? (???) <f39d424bd56a0e75d5c7a2280a25cd76> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x93a03000 - 0x93a12ffe  com.apple.DSObjCWrappers.Framework 1.3 (1.3) <a2f7a163a74c134f6f17d497423436fe> /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
    0x93a13000 - 0x93a1afff  com.apple.agl 3.0.9 (AGL-3.0.9) <5a57ce58f8adb7825e1adb9f7cdea151> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x93a1b000 - 0x93a6afff  com.apple.QuickLookUIFramework 1.3.1 (170.9) /System/Library/PrivateFrameworks/QuickLookUI.framework/Versions/A/QuickLookUI
    0x93a6b000 - 0x93a6bffc  com.apple.audio.units.AudioUnit 1.5 (1.5) /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x93a6c000 - 0x93a6cfff  com.apple.Carbon 136 (136) <98a5e3bc0c4fa44bbb09713bb88707fe> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x93a6d000 - 0x93a6dffd  com.apple.Accelerate 1.4.2 (Accelerate 1.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x93a6e000 - 0x93a79fe7  libCSync.A.dylib ??? (???) <f3228c803584320fde5e1bb9f04b4d44> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x93a80000 - 0x93b61ff7  libxml2.2.dylib ??? (???) <f274ba384fb55203873f9c17569ef131> /usr/lib/libxml2.2.dylib
    0x93bd0000 - 0x93c4fff5  com.apple.SearchKit 1.2.2 (1.2.2) <3b5f3ab6a363a4d8a2bbbf74213ab0e5> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x93c56000 - 0x93cafff7  libGLU.dylib ??? (???) <64d010e31d7596bd8f9edc6e027d1d0c> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x93cb0000 - 0x93d3dff7  com.apple.framework.IOKit 1.5.2 (???) <7a3cc24f78f93931731203854ae0d891> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x93e21000 - 0x93e2afff  com.apple.speech.recognition.framework 3.7.24 (3.7.24) <d3180f9edbd9a5e6f283d6156aa3c602> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x93e2b000 - 0x94d2bfe6  com.apple.QuickTimeComponents.component 7.6.9 (1680.9) /System/Library/QuickTime/QuickTimeComponents.component/Contents/MacOS/QuickTim eComponents
    0x94d2c000 - 0x94d41ffb  com.apple.ImageCapture 5.0.2 (5.0.2) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x94d42000 - 0x94d83fe7  libRIP.A.dylib ??? (???) <cd04df9e8993c51312c8cbcfe2539914> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x94f05000 - 0x94fb7ffb  libcrypto.0.9.7.dylib ??? (???) <d02f7e5b8a68813bb7a77f5edb34ff9d> /usr/lib/libcrypto.0.9.7.dylib
    0x94ff5000 - 0x9500dfff  com.apple.openscripting 1.2.8 (???) <a888b18c8527f71629702ed8dce9c877> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x9500e000 - 0x95013fff  com.apple.DisplayServicesFW 2.0.2 (2.0.2) <cb9b98b43ae385a0f374baabe2b71764> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
    0x95014000 - 0x9515dff7  com.apple.ImageIO.framework 2.0.9 (2.0.9) <717938c4837f88bbe8ec613d4d25bc52> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x9515e000 - 0x951d0fff  com.apple.PDFKit 2.1.2 (2.1.2) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
    0x951d1000 - 0x95211fef  com.apple.CoreMedia 0.484.2 (484.2) <81221976abdc19f30723c81c5669bbc9> /System/Library/PrivateFrameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x95212000 - 0x958b2fff  com.apple.CoreGraphics 1.409.8 (???) <25020feb388637ee860451c19b613c48> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x959d1000 - 0x95a4bff8  com.apple.print.framework.PrintCore 5.5.4 (245.6) <9ae833544b8249984c07544dbe6a97fa> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x95a4c000 - 0x95ac9feb  com.apple.audio.CoreAudio 3.1.2 (3.1.2) <782a08c44be4698597f4bbd79cac21c6> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x95aca000 - 0x95ae6ff3  com.apple.CoreVideo 1.6.1 (48.6) <186cb311c17ea8714e918273c86d3c13> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x95bdc000 - 0x95c1bfef  libTIFF.dylib ??? (???) <2afd7f6079224311d67ab427e10bf61c> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x95c39000 - 0x95c40ff7  libCGATS.A.dylib ??? (???) <8875cf11c0de0579423ac6b6ce80336d> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
    0x95c41000 - 0x95c41ffb  com.apple.installserver.framework 1.0 (8) /System/Library/PrivateFrameworks/InstallServer.framework/Versions/A/InstallSer ver
    0x95cc1000 - 0x95d4bff7  com.apple.DesktopServices 1.4.9 (1.4.9) <f5e51a76d315798371b3dd35a4d46d6c> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x95d4c000 - 0x9621dfbe  libGLProgrammability.dylib ??? (???) <d5cb4e7997a873cd77523689e6749acd> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0x9621e000 - 0x96258fe7  com.apple.coreui 1.2 (62) /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x96259000 - 0x965f6fef  com.apple.QuartzCore 1.5.8 (1.5.8) <18113e06d296230d63a63b58baf35f55> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x965f7000 - 0x96604fe7  com.apple.opengl 1.5.10 (1.5.10) <e7d1198d869f45f09251f9697cbdd192> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x96605000 - 0x96692ff7  com.apple.LaunchServices 292 (292) <a41286c7c1eb20ffd5cc796f791070f0> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x96693000 - 0x966a9fff  com.apple.DictionaryServices 1.0.0 (1.0.0) <ad0aa0252e3323d182e17f50defe56fc> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
    0x966aa000 - 0x966b4feb  com.apple.audio.SoundManager 3.9.2 (3.9.2) <0f2ba6e891d3761212cf5a5e6134d683> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x966b5000 - 0x966c1ff9  com.apple.helpdata 1.0.1 (14.2) /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
    0x966c2000 - 0x96700fff  libGLImage.dylib ??? (???) <2e570958595e0c9c3a289158223b39ee> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x96701000 - 0x96853ff3  com.apple.audio.toolbox.AudioToolbox 1.5.3 (1.5.3) /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x96a28000 - 0x96b08fff  libobjc.A.dylib ??? (???) <3ca288b625a47bbcfe378158e4dc328f> /usr/lib/libobjc.A.dylib
    0x9788c000 - 0x979d6feb  com.apple.QTKit 7.6.9 (1680.9) <fe987e6adf235d5754399dcdae6e5a8e> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x97a19000 - 0x97ad4fe3  com.apple.CoreServices.OSServices 228.1 (228.1) <9c640e79ad97f335730d8a49f6cb2032> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x97b49000 - 0x97b49ff8  com.apple.Cocoa 6.5 (???) <e064f94d969ce25cb7de3cfb980c3249> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x97b4a000 - 0x97b4affe  com.apple.MonitorPanelFramework 1.2.0 (1.2.0) <a2b462be6c51187eddf7d097ef0e0a04> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPane l
    0x97c3a000 - 0x97c62ff7  com.apple.shortcut 1.0.1 (1.0) <37e4b08cfaf9edb08b8682a06c4ec844> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
    0x97c96000 - 0x97c96ffa  com.apple.CoreServices 32 (32) <2fcc8f3bd5bbfc000b476cad8e6a3dd2> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x97ca4000 - 0x97d00ff7  com.apple.htmlrendering 68 (1.1.3) <fe87a9dede38db00e6c8949942c6bd4f> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x97d01000 - 0x97d5effb  libstdc++.6.dylib ??? (???) <04b812dcec670daa8b7d2852ab14be60> /usr/lib/libstdc++.6.dylib
    0x97d5f000 - 0x97d66fe9  libgcc_s.1.dylib ??? (???) <f53c808e87d1184c0f9df63aef53ce0b> /usr/lib/libgcc_s.1.dylib
    0x97d67000 - 0x97deeff7  libsqlite3.0.dylib ??? (???) <aaaf72c093e13f34b96e2688b95bdb4a> /usr/lib/libsqlite3.0.dylib
    0x97def000 - 0x97defffd  com.apple.Accelerate.vecLib 3.4.2 (vecLib 3.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x97df0000 - 0x9811bff6  com.apple.QuickTime 7.6.9 (1680.9) <024f122335016a54f8e59ddb4c79901d> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0xfffe8000 - 0xfffebfff  libobjc.A.dylib ??? (???) /usr/lib/libobjc.A.dylib
    0xffff0000 - 0xffff1780  libSystem.B.dylib ??? (???) /usr/lib/libSystem.B.dylib

    Hi
    Looks like it may be this:
    http://support.apple.com/kb/TS3968
    CCT

  • Illustrator CS4 crashes when using save drop down menu on MacBook Pro Yosemite

    Illustrator CS4 crashes when using save drop down menu on MacBook Pro Yosemite. Just purchased a new laptop and it has Yosemite installed.

    Hi Parisian tiger
    What happens when you try to open any file from the same location where you are saving the file using Save As command ?
    Will it be possible to join a connect session with me ?
    Please do let me know about your time availability ?
    Thanks & Regards,
    Raghuveer Singh
    [email protected]
    Time Zone: +5:30 GMT (IST)

  • Premiere is Crashing when using CUDA and dual GTX680

    I am getting consistent crashing when using Premiere in this configuration:
    OSX 10.8.5
    2 x 2.93 GHZ 6-core
    64 GB RAM (32 allocated to CC)
    GUI graphics: ATI Radeon HD 5870
    CUDA GPUs: 2 x NVIDIA GeForce GTX 680 (expansion chasis)
    CUDA Driver version: 5.5.28
    System will freeze when switching to Premiere or on playback with irregularity.  Disabling CUDA hardware acceleration solves issue.
    Here is the Kernel Panic report:
    Interval Since Last Panic Report:  11922612 sec
    Panics Since Last Report:          1
    Anonymous UUID:                    8B84C82D-B83F-C297-7CB2-84377167CBA6
    Wed Apr 30 09:07:58 2014
    panic(cpu 16 caller 0xffffff801ceb8945): Kernel trap at 0xffffff7f9e91bd71, type 14=page fault, registers:
    CR0: 0x0000000080010033, CR2: 0x00000000000000c0, CR3: 0x000000001971109c, CR4: 0x00000000000206e0
    RAX: 0x0000000000000000, RBX: 0xffffff80b3c01c00, RCX: 0xffffff87239f9014, RDX: 0x0000000000000012
    RSP: 0xffffff87192e3b30, RBP: 0xffffff87192e3b40, RSI: 0x0000000000000005, RDI: 0xffffff80b3c01c00
    R8:  0x0000000008830080, R9:  0x000000000000002f, R10: 0x0000000000000000, R11: 0xffffff8693a180f0
    R12: 0xffffff87239f3000, R13: 0x0000000008830080, R14: 0xffffff8693a18000, R15: 0x0000000000000400
    RFL: 0x0000000000010246, RIP: 0xffffff7f9e91bd71, CS:  0x0000000000000008, SS:  0x0000000000000010
    Fault CR2: 0x00000000000000c0, Error code: 0x0000000000000000, Fault CPU: 0x10
    Backtrace (CPU 16), Frame : Return Address
    0xffffff87192e37d0 : 0xffffff801ce1d636
    0xffffff87192e3840 : 0xffffff801ceb8945
    0xffffff87192e3a10 : 0xffffff801cecebfd
    0xffffff87192e3a30 : 0xffffff7f9e91bd71
    0xffffff87192e3b40 : 0xffffff7f9e92be7a
    0xffffff87192e3b90 : 0xffffff7f9e92c0a1
    0xffffff87192e3bd0 : 0xffffff7f9e90920a
    0xffffff87192e3bf0 : 0xffffff7f9e931807
    0xffffff87192e3c70 : 0xffffff7f9e8f8416
    0xffffff87192e3de0 : 0xffffff801d26deed
    0xffffff87192e3e40 : 0xffffff801ce988d4
    0xffffff87192e3e80 : 0xffffff801ce20b4d
    0xffffff87192e3eb0 : 0xffffff801ce10448
    0xffffff87192e3f00 : 0xffffff801ce1961b
    0xffffff87192e3f70 : 0xffffff801cea6546
    0xffffff87192e3fb0 : 0xffffff801cecf473
          Kernel Extensions in backtrace:
             com.apple.GeForce(8.1.6)[7C67749B-3B6B-38A9-8203-01A139C21895]@0xffffff7f9e8e1000->0xffff ff7f9e9aefff
                dependency: com.apple.NVDAResman(8.1.6)[EA4F9902-5AAE-3F1D-A846-3796221C8C91]@0xffffff7f9d852000
                dependency: com.apple.iokit.IONDRVSupport(2.3.7)[F16E015E-1ABE-3C40-AC71-BC54F4BE442E]@0xffffff7f9d83 e000
                dependency: com.apple.iokit.IOPCIFamily(2.8)[6C1D646D-7E5E-3D7F-A557-2CBA398FF878]@0xffffff7f9d7b8000
                dependency: com.apple.iokit.IOGraphicsFamily(2.3.7)[9928306E-3508-3DBC-80A4-D8F1D87650D7]@0xffffff7f9 d7fb000
    BSD process name corresponding to current thread: Adobe Premiere P
    Mac OS version:
    12F45
    Kernel version:
    Darwin Kernel Version 12.5.0: Sun Sep 29 13:33:47 PDT 2013; root:xnu-2050.48.12~1/RELEASE_X86_64
    Kernel UUID: EA38B02E-2B88-309F-BA68-1DE29F605DD8
    Kernel slide:     0x000000001cc00000
    Kernel text base: 0xffffff801ce00000
    System model name: MacPro5,1 (Mac-F221BEC8)
    System uptime in nanoseconds: 55230373642253
    last loaded kext at 5997022568100: com.apple.driver.AppleUSBCDC 4.1.23 (addr 0xffffff7f9ff33000, size 16384)
    last unloaded kext at 6071655418813: com.apple.driver.AppleUSBCDC 4.1.23 (addr 0xffffff7f9ff33000, size 12288)
    loaded kexts:
    metasan.sandsbd 5.6.0
    metasan.sandsfs 5.6.0
    com.nvidia.CUDA 1.1.0
    tbox.sanefs 2.0.5
    tbox.vpfs 2.0.5
    tbox.vpbd 2.0.5
    tbox.sanebd 2.0.5
    com.logmein.driver.LogMeInSoundDriver 1.0.3
    com.blackmagic-design.desktopvideo.iokit.driver 9.9.3
    com.blackmagic-design.desktopvideo.iokit.framebufferdriver 9.9.
    metasan.sandsdf 5.6.0
    com.Logitech.Unifying.HID Driver 1.2.0
    com.Logitech.Control Center.HID Driver 3.6.0
    com.ATTO.driver.ATTOCelerityFC8 2.0.0
    com.apple.filesystems.smbfs 1.8.4
    com.apple.driver.AppleHWSensor 1.9.5d0
    com.apple.filesystems.autofs 3.0
    com.apple.iokit.IOBluetoothSerialManager 4.1.7f4
    com.apple.driver.AppleTyMCEDriver 1.0.2d2
    com.apple.driver.AGPM 100.13.12
    com.apple.driver.AppleMikeyHIDDriver 124
    com.apple.driver.AudioAUUC 1.60
    com.apple.driver.AppleHDA 2.4.7fc4
    com.apple.driver.AppleUpstreamUserClient 3.5.12
    com.apple.driver.AppleMCCSControl 1.1.11
    com.apple.iokit.IOUserEthernet 1.0.0d1
    com.apple.kext.AMDFramebuffer 8.1.6
    com.apple.GeForce 8.1.6
    com.apple.driver.AppleMikeyDriver 2.4.7fc4
    com.apple.Dont_Steal_Mac_OS_X 7.0.0
    com.apple.iokit.BroadcomBluetoothHostControllerUSBTransport 4.1.7f4
    com.apple.AMDRadeonAccelerator 1.0.8
    com.apple.driver.ApplePolicyControl 3.4.5
    com.apple.driver.AppleLPC 1.6.3
    com.apple.driver.AppleSMBusPCI 1.0.11d1
    com.apple.driver.ACPI_SMC_PlatformPlugin 1.0.0
    com.apple.iokit.SCSITaskUserClient 3.5.6
    com.apple.driver.AppleRAID 4.0.6
    com.apple.driver.XsanFilter 404
    com.apple.iokit.IOAHCIBlockStorage 2.3.5
    com.apple.driver.AppleFWOHCI 4.9.9
    com.apple.driver.AppleUSBHub 635.4.0
    com.apple.AppleFSCompression.AppleFSCompressionTypeDataless 1.0.0d1
    com.apple.AppleFSCompression.AppleFSCompressionTypeZlib 1.0.0d1
    com.apple.driver.AirPort.Brcm4331 615.20.17
    com.apple.driver.Intel82574L 2.3.0b5
    com.apple.BootCache 34
    com.apple.driver.AppleAHCIPort 2.6.6
    com.apple.driver.AppleUSBEHCI 621.4.6
    com.apple.driver.AppleUSBUHCI 621.4.0
    com.apple.driver.AppleRTC 1.5
    com.apple.driver.AppleHPET 1.8
    com.apple.driver.AppleACPIButtons 1.8
    com.apple.driver.AppleSMBIOS 1.9
    com.apple.driver.AppleACPIEC 1.8
    com.apple.driver.AppleAPIC 1.7
    com.apple.driver.AppleIntelCPUPowerManagementClient 214.0.0
    com.apple.nke.applicationfirewall 4.0.39
    com.apple.security.quarantine 2.1
    com.apple.driver.AppleIntelCPUPowerManagement 214.0.0
    com.apple.kext.triggers 1.0
    com.apple.iokit.IOSCSIBlockCommandsDevice 3.5.6
    com.apple.driver.DspFuncLib 2.4.7fc4
    com.apple.iokit.IOSurface 86.0.4
    com.apple.nvidia.gk100hal 8.1.6
    com.apple.NVDAResman 8.1.6
    com.apple.iokit.IOBluetoothHostControllerUSBTransport 4.1.7f4
    com.apple.driver.AppleSMBusController 1.0.11d1
    com.apple.iokit.IOAcceleratorFamily 74.15
    com.apple.iokit.IOAudioFamily 1.9.2fc7
    com.apple.kext.OSvKernDSPLib 1.12
    com.apple.iokit.IOSerialFamily 10.0.6
    com.apple.driver.AppleHDAController 2.4.7fc4
    com.apple.iokit.IOHDAFamily 2.4.7fc4
    com.apple.driver.AppleGraphicsControl 3.4.5
    com.apple.iokit.IONDRVSupport 2.3.7
    com.apple.kext.AMD5000Controller 8.1.6
    com.apple.kext.AMDSupport 8.1.6
    com.apple.iokit.IOGraphicsFamily 2.3.7
    com.apple.driver.AppleSMC 3.1.5d4
    com.apple.driver.IOPlatformPluginLegacy 1.0.0
    com.apple.driver.IOPlatformPluginFamily 5.4.1d13
    com.apple.iokit.IOFireWireIP 2.2.5
    com.apple.driver.AppleUSBHIDKeyboard 170.2.4
    com.apple.driver.AppleHIDKeyboard 170.2.4
    com.apple.driver.IOBluetoothHIDDriver 4.1.7f4
    com.apple.iokit.IOBluetoothFamily 4.1.7f4
    com.apple.iokit.IOUSBHIDDriver 623.4.0
    com.apple.driver.AppleUSBMergeNub 621.4.6
    com.apple.driver.AppleUSBComposite 621.4.0
    com.apple.iokit.IOSCSIMultimediaCommandsDevice 3.5.6
    com.apple.iokit.IOBDStorageFamily 1.7
    com.apple.iokit.IODVDStorageFamily 1.7.1
    com.apple.iokit.IOCDStorageFamily 1.7.1
    com.apple.iokit.IOFireWireFamily 4.5.5
    com.apple.iokit.IOAHCISerialATAPI 2.5.5
    com.apple.iokit.IOSCSIParallelFamily 2.5.1
    com.apple.iokit.IOSCSIArchitectureModelFamily 3.5.6
    com.apple.iokit.IO80211Family 530.5
    com.apple.iokit.IOUSBUserClient 630.4.4
    com.apple.iokit.IONetworkingFamily 3.0
    com.apple.iokit.IOAHCIFamily 2.5.1
    com.apple.iokit.IOUSBFamily 635.4.0
    com.apple.driver.AppleEFINVRAM 2.0
    com.apple.driver.AppleEFIRuntime 2.0
    com.apple.iokit.IOHIDFamily 1.8.1
    com.apple.iokit.IOSMBusFamily 1.1
    com.apple.security.sandbox 220.3
    com.apple.kext.AppleMatch 1.0.0d1
    com.apple.security.TMSafetyNet 7
    com.apple.driver.DiskImages 345
    com.apple.iokit.IOStorageFamily 1.8
    com.apple.driver.AppleKeyStore 28.21
    com.apple.driver.AppleACPIPlatform 1.8
    com.apple.iokit.IOPCIFamily 2.8
    com.apple.iokit.IOACPIFamily 1.4
    com.apple.kec.corecrypto 1.0
    Model: MacPro5,1, BootROM MP51.007F.B03, 12 processors, 6-Core Intel Xeon, 2.93 GHz, 64 GB, SMC 1.39f11
    Graphics: ATI Radeon HD 5870, ATI Radeon HD 5870, PCIe, 1024 MB
    Graphics: NVIDIA GeForce GTX 680, NVIDIA GeForce GTX 680, PCIe, 4096 MB
    Graphics: NVIDIA GeForce GTX 680, NVIDIA GeForce GTX 680, PCIe, 4096 MB
    Memory Module: DIMM 1, 8 GB, DDR3 ECC, 1333 MHz, 0x802C, 0x33364A534631473732505A2D3147344D3120
    Memory Module: DIMM 2, 8 GB, DDR3 ECC, 1333 MHz, 0x802C, 0x33364A534631473732505A2D3147344D3120
    Memory Module: DIMM 3, 8 GB, DDR3 ECC, 1333 MHz, 0x802C, 0x33364A535A4631473732505A2D3147344431
    Memory Module: DIMM 4, 8 GB, DDR3 ECC, 1333 MHz, 0x802C, 0x33364A535A4631473732505A2D3147344431
    Memory Module: DIMM 5, 8 GB, DDR3 ECC, 1333 MHz, 0x802C, 0x33364A534631473732505A2D3147344D3120
    Memory Module: DIMM 6, 8 GB, DDR3 ECC, 1333 MHz, 0x802C, 0x33364A534631473732505A2D3147344D3120
    Memory Module: DIMM 7, 8 GB, DDR3 ECC, 1333 MHz, 0x802C, 0x33364A535A4631473732505A2D3147344431
    Memory Module: DIMM 8, 8 GB, DDR3 ECC, 1333 MHz, 0x802C, 0x33364A535A4631473732505A2D3147344431
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x8E), Broadcom BCM43xx 1.0 (5.106.98.100.17)
    Bluetooth: Version 4.1.7f4 12974, 3 service, 21 devices, 3 incoming serial ports
    Network Service: Ethernet 1, Ethernet, en0
    Network Service: Ethernet 2, Ethernet, en1
    Serial ATA Device: HL-DT-ST DVD-RW GH61N
    Serial ATA Device: ST2000DM001-9YN164, 2 TB
    Serial ATA Device: APPLE SSD TS512B, 500.28 GB
    Serial ATA Device: Hitachi HDS5C3020ALA632, 2 TB
    Serial ATA Device: Hitachi HDS5C3020ALA632, 2 TB
    Serial ATA Device: ST2000DM001-9YN164, 2 TB
    Fibre Channel Device: SCSI Target Device @ 0
    Fibre Channel Device: SCSI Target Device @ 1
    USB Device: USB 2.0 HUB
    , 0x2109  (VIA Labs, Inc.), 0x2812, 0xfa200000 / 2
    USB Device: USB 2.0 HUB
    , 0x2109  (VIA Labs, Inc.), 0x2812, 0xfa230000 / 5
    USB Device: element-Tk, 0x04d8  (Microchip Technology Inc.), 0xfa1c, 0xfa234000 / 10
    USB Device: PTK-840, 0x056a  (WACOM Co., Ltd.), 0x00ba, 0xfa233000 / 9
    USB Device: element-Bt, 0x04d8  (Microchip Technology Inc.), 0xfa1f, 0xfa231000 / 8
    USB Device: element-Mf, 0x04d8  (Microchip Technology Inc.), 0xfa1a, 0xfa232000 / 7
    USB Device: Keyboard Hub, apple_vendor_id, 0x1006, 0xfa220000 / 4
    USB Device: Apple Keyboard, apple_vendor_id, 0x0220, 0xfa222000 / 6
    USB Device: element-Kb, 0x04d8  (Microchip Technology Inc.), 0xfa1e, 0xfa210000 / 3
    USB Device: BRCM2046 Hub, 0x0a5c  (Broadcom Corp.), 0x4500, 0x5a100000 / 2
    USB Device: Bluetooth USB Host Controller, apple_vendor_id, 0x8215, 0x5a110000 / 3
    USB Device: USB Receiver, 0x046d  (Logitech Inc.), 0xc52b, 0x3a200000 / 2
    USB Device: USB DONGLE, 0x096e, 0x0201, 0x1d100000 / 2
    FireWire Device: built-in_hub, 800mbit_speed

    Brandon Kraemer wrote:
    Jeff,
    The ATI card is the GUI interface, it can't be disabled.  GTX cards are dedicated to processing (DaVinci Resolve setup).  Are there known issues with setups using both ATI and NVidia CUDA cards?
    I actually rolled back the CUDA drivers do to this same issue.  Recent version of the drivers had the same issue.
    bk
    Yeah, typically dual video card setups that involve cards or chips from different manufacturers will choke Pr.  Typical issue is with laptops that have on-board Intel graphics chips and also have ATI or nVidia graphics adapters.  I don't have any answers or workarounds for you if that's your issue.  To see if the different manufacturer thing is the issue, try temporarily disabling the nVidia cards and using hardware-accelerated Mecury Playback with the ATI card and OpenCL.  (I'm not a Mac guy, so I don't know if the GUI card can be used for other video processing.)
    Jeff

  • Premiere Pro CC crashes when using jpg pictures in timeline. Any help?

    My PP CC (on Mac) crashes when using (large) jpg pictures in a HD timeline. PP gives me this path in an error message: [/sirreact64/releases/2013.03/shared/adobe/MediaCore/Backend/Make/Mac/../../Src/Video/Vid eoPreviewCache.cpp-75]
    But that is not the worst thing. This crash destrys the project file and I can not open it again, so all work is lost. Also the backup files won't open. Anybody know how to solve this?
    I am working on a 1/2 hour documentary and I am not happy with PP CC now!!!

    Pictures that are "overly" large may cause video editing problems
    Photo Scaling for Video http://forums.adobe.com/thread/450798
    -HiRes Pictures to DVD http://forums.adobe.com/thread/1187937?tstart=0
    -PPro Crash http://forums.adobe.com/thread/879967

  • Photoshop CC crashes when using Favicon Plugin

    Photoshop CC crashes when using Favicon Plugin.
    please help

    I have the same problem!
    In previous versions of Photoshop I have used this pligin (http://www.telegraphics.com.au/sw/) and it has worked just fine.
    Do you recommend any other plugin?

Maybe you are looking for

  • USB devices disappear after using Apple TV

    When I Option-Click on the Sound icon in my menubar, all of the USB microphone/headset devices show up. It's how I switch from headset to headset. However, if I use my Mac to play itunes through my Apple TV, all of those USB devices disappear from th

  • Itunes failing to launch - error message (-50)

    Hi Since yesterday my iTunes fails to launch.  I get the following message "An unknown error occurred (-50)".  I've tried the suggested solutions but nothing has worked.  Can anybody help Thank you  Tracy

  • Problem retreving data from cluster table

    Hi friends, Iam facing a problem while retreving data from a cluster table.. select knumv           kposn           krech           kawrt           kbetr           waers           kpein           kmein           kwert           from konv           in

  • % if () {%   %} if() {% %}% Why  does Error occur?

    Hi, can somebody help me to understand why does error occur in this example? <% if (k.equals("1")) {%> html tags <%} if (k.equals("2")) {%> html tags <%}%> If there is only one condition it works, but if tere are two, the second condition lead to the

  • View Database Tables in Multiple Tabs

    How do you configure JDev to allow you to open and view multiple database tables in multiple tabs. Currently if I open 1 table and then open another, it loads them within the same tab.