Error code 167 in DSCC

Hello,
I'm using the DSCC to administer two DS6 Server.
One of the Servers I can administer without getting any error messages.
However the second Server gives me some trouble.
1.
If I try to administer the Certificates I'll get the following error:
"The version of the instance /local/dsmmuc01 is more recent than dsadm ." Error code 167.
2.
The other problem is that I can not stop/start the server using the dscc. I'll get a window where I'm prompted to supply username and password of an administrator account. The error code is also 167.
What is the meaning of error code 167 ?
Any Idea what I can do to fix the problem ?
Regards,
Beate

Hello !
The dscc is running on the second machine (sunone02) together with the instance dsmmuc02.
output sunone02:
bash-3.00# ps -ef | grep dscc
noaccess 632 1 0 Apr 23 ? 37:07 ./ns-slapd -D /var/opt/SUNWdsee/dscc6/dcc/ads -i /var/opt/SUNWdsee/dscc6/dcc/ad
bash-3.00# netstat -an | grep 6789
*.6789 *.* 0 0 49152 0 LISTEN
bash-3.00# /local/SUNWdsee/dscc6/bin/dsccsetup status
DSCC Application is registered in Sun Java (TM) Web Console
DSCC Agent is registered in Cacao
DSCC Registry has been created
Path of DSCC registry is /var/opt/SUNWdsee/dscc6/dcc/ads
Port of DSCC registry is 3998
bash-3.00# find . -name dscc
./var/opt/SUNWdsee/dscc6
./var/webconsole/webapps/dccapp/images/dscc.gif
./local/SUNWdsee/dsee6/man/man1m/dsccmon.1m
./local/SUNWdsee/dsee6/man/man1m/dsccreg.1m
./local/SUNWdsee/dsee6/man/man1m/dsccsetup.1m
./local/SUNWdsee/dscc6
./local/SUNWdsee/dscc6/bin/dsccmon
./local/SUNWdsee/dscc6/bin/dsccreg
./local/SUNWdsee/dscc6/bin/dsccsetup
./local/SUNWdsee/dscc6/dccapp/images/dscc.gif
I'm able to administer the Instance dsmmuc02 on sunone02. But I have problems with the instance dsmmuc01 on sunone01.
I administer both instances using the dscc on sunone02.
I don't have a dscc running on sunone01. The dscc is only installed on sunone02.
How can I teach the dscc to use the correct binaries, when administering an instance on sunone01 ?
Thank you for helping !
Regards,
Beate

Similar Messages

  • MDB rollbacks and stops the listener port with error code 2072

    Hi
    We have a MDB listening on QUEUE1. This MDB processes the message and puts another message in QUEUE2. Transaction is "required" for this MDB.
    The processing could somtime take more than 2 min. We used to get EJB timeout error in this scenario. We changed EJB timeout to 5 min (default was 2 min). This resolved the timeout error. But it started throwing following exception. Note that if the processing takes less than 2 min, MDB never rollbacks.
    After this rollack, listener port can not pick up the next message and it throws error (MQJMS2002: failed to get message from MQ queue. MQ Error Code 2072) . It stops as a result and restarts after 60 sec. Even after restart it can not process the messages till we restart the JVM.
    Regarding error handling, Backout threshold is 3. If the message is redelivered, we discard this message.
    We are using 2 Phase commit for 2 resources MQ (5.3) and MS SQL.
    Websphere version is 5.1.
    Two issues here
    1. Why is MDB rolling back if processing takes more than 2 min.
    2. After the rollback, why is listener port not picking up the messages. Why do we need to recycle the JVM.
    Any pointers to resolve this issue?
    EXCEPTION
    [11/29/05 15:03:37:752 EST] 1b9bccc XATransaction E J2CA0027E: An exception occurred while invoking end on an XA Resource Adapter from dataSource JMS$postprocessor$JMSManagedConnection@25078403, within transaction ID {XID: formatId(57415344), gtrid_length(51), bqual_length(2, data(00000000000000950000000113238145f813eccfef12249c6aab206666f96901636c5f6170703130355f73656e7431715f716113238145f813eccfef12249c6aab206666f969010000000100000000)}: javax.transaction.xa.XAException: XA operation failed, see errorCode
    at com.ibm.mq.MQXAResource.end(MQXAResource.java:520)
    at com.ibm.ejs.jms.JMSManagedSession$JMSXAResource.end(JMSManagedSession.java:1557)
    at com.ibm.ejs.j2c.XATransactionWrapper.end(XATransactionWrapper.java:525)
    at com.ibm.ws.Transaction.JTA.JTAResourceBase.end(JTAResourceBase.java:253)
    at com.ibm.ws.Transaction.JTA.RegisteredResources.distributeEnd(RegisteredResources.java:629)
    at com.ibm.ws.Transaction.JTA.TransactionImpl.internalPrepare(TransactionImpl.java:1241)
    at com.ibm.ws.Transaction.JTA.TransactionImpl.commit(TransactionImpl.java:981)
    at com.ibm.ws.Transaction.JTA.TranManagerImpl.commit(TranManagerImpl.java:150)
    at com.ibm.ws.Transaction.JTA.TranManagerSet.commit(TranManagerSet.java:177)
    at com.ibm.ejs.csi.TranStrategy.commit(TranStrategy.java:712)
    at com.ibm.ejs.csi.TranStrategy.postInvoke(TranStrategy.java:167)
    at com.ibm.ejs.csi.TransactionControlImpl.postInvoke(TransactionControlImpl.java:570)
    at com.ibm.ejs.container.EJSContainer.postInvoke(EJSContainer.java:3068)
    at com.ibm.ejs.container.MDBWrapper.onMessage(MDBWrapper.java:102)
    at com.ibm.ejs.container.MDBWrapper.onMessage(MDBWrapper.java:127)
    at com.ibm.ejs.jms.listener.ServerSession.run(ServerSession.java:375)
    at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:912)
    [11/29/05 15:03:38:089 EST] 1b9bccc ServerSession W WMSG0031E: Exception processing JMS Message for MDB BatchProcessorMDB, JMSDestination jms/PostprocessorQ : javax.ejb.TransactionRolledbackLocalException: ; nested exception is: com.ibm.ws.exception.WsEJBException
    com.ibm.ws.exception.WsEJBException
    at com.ibm.ejs.container.LocalExceptionMappingStrategy.mapException(LocalExceptionMappingStrategy.java:159)
    at com.ibm.ejs.container.LocalExceptionMappingStrategy.mapCSITransactionRolledBackException(LocalExceptionMappingStrategy.java:293)
    at com.ibm.ejs.container.EJSContainer.postInvoke(EJSContainer.java:3159)
    at com.ibm.ejs.container.MDBWrapper.onMessage(MDBWrapper.java:102)
    at com.ibm.ejs.container.MDBWrapper.onMessage(MDBWrapper.java:127)
    at com.ibm.ejs.jms.listener.ServerSession.run(ServerSession.java:375)
    at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:912)
    javax.ejb.TransactionRolledbackLocalException: ; nested exception is: com.ibm.ws.exception.WsEJBException
    at com.ibm.ejs.container.LocalExceptionMappingStrategy.mapCSIException(LocalExceptionMappingStrategy.java:96)
    at com.ibm.ejs.container.LocalExceptionMappingStrategy.mapException(LocalExceptionMappingStrategy.java:165)
    at com.ibm.ejs.container.LocalExceptionMappingStrategy.mapCSITransactionRolledBackException(LocalExceptionMappingStrategy.java:293)
    at com.ibm.ejs.container.EJSContainer.postInvoke(EJSContainer.java:3159)
    at com.ibm.ejs.container.MDBWrapper.onMessage(MDBWrapper.java:102)
    at com.ibm.ejs.container.MDBWrapper.onMessage(MDBWrapper.java:127)
    at com.ibm.ejs.jms.listener.ServerSession.run(ServerSession.java:375)
    at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:912)
    [11/29/05 15:03:38:124 EST] 1e9aa18 JMSExceptionL E WMSG0018E: Error on JMSConnection for MDB BatchProcessorMDB , JMSDestination jms/PostprocessorQ : javax.jms.JMSException: MQJMS2002: failed to get message from MQ queue
    at com.ibm.mq.jms.services.ConfigEnvironment.newException(ConfigEnvironment.java:553)
    at com.ibm.mq.jms.MQSession.consume(MQSession.java:3144)
    at com.ibm.mq.jms.MQSession.run(MQSession.java:1585)
    at com.ibm.ejs.jms.JMSSessionHandle.run(JMSSessionHandle.java:924)
    at com.ibm.ejs.jms.listener.ServerSession.connectionConsumerOnMessage(ServerSession.java:752)
    at com.ibm.ejs.jms.listener.ServerSession.onMessage(ServerSession.java:527)
    at com.ibm.ejs.jms.listener.ServerSession.dispatch(ServerSession.java:494)
    at sun.reflect.GeneratedMethodAccessor40.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:324)
    at com.ibm.ejs.jms.listener.ServerSessionDispatcher.dispatch(ServerSessionDispatcher.java:37)
    at com.ibm.ejs.container.MDBWrapper.onMessage(MDBWrapper.java:91)
    at com.ibm.ejs.container.MDBWrapper.onMessage(MDBWrapper.java:127)
    at com.ibm.ejs.jms.listener.ServerSession.run(ServerSession.java:375)
    at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:912)
    ---- Begin backtrace for Nested Throwables
    com.ibm.mq.MQException: MQJE001: Completion Code 2, Reason 2072
    at com.ibm.mq.jms.MQSession.consume(MQSession.java:3118)
    at com.ibm.mq.jms.MQSession.run(MQSession.java:1585)
    at com.ibm.ejs.jms.JMSSessionHandle.run(JMSSessionHandle.java:924)
    at com.ibm.ejs.jms.listener.ServerSession.connectionConsumerOnMessage(ServerSession.java:752)
    at com.ibm.ejs.jms.listener.ServerSession.onMessage(ServerSession.java:527)
    at com.ibm.ejs.jms.listener.ServerSession.dispatch(ServerSession.java:494)
    at sun.reflect.GeneratedMethodAccessor40.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:324)
    at com.ibm.ejs.jms.listener.ServerSessionDispatcher.dispatch(ServerSessionDispatcher.java:37)
    at com.ibm.ejs.container.MDBWrapper.onMessage(MDBWrapper.java:91)
    at com.ibm.ejs.container.MDBWrapper.onMessage(MDBWrapper.java:127)
    at com.ibm.ejs.jms.listener.ServerSession.run(ServerSession.java:375)
    at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:912)
    [11/29/05 15:03:38:149 EST] 1e9aa18 JMSExceptionL E WMSG0057E: Error on JMSConnection for MDB BatchProcessorMDB , JMSDestination jms/PostprocessorQ , JMS Linked Exception : com.ibm.mq.MQException: MQJE001: Completion Code 2, Reason 2072
    at com.ibm.mq.jms.MQSession.consume(MQSession.java:3118)
    at com.ibm.mq.jms.MQSession.run(MQSession.java:1585)
    at com.ibm.ejs.jms.JMSSessionHandle.run(JMSSessionHandle.java:924)
    at com.ibm.ejs.jms.listener.ServerSession.connectionConsumerOnMessage(ServerSession.java:752)
    at com.ibm.ejs.jms.listener.ServerSession.onMessage(ServerSession.java:527)
    at com.ibm.ejs.jms.listener.ServerSession.dispatch(ServerSession.java:494)
    at sun.reflect.GeneratedMethodAccessor40.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:324)
    at com.ibm.ejs.jms.listener.ServerSessionDispatcher.dispatch(ServerSessionDispatcher.java:37)
    at com.ibm.ejs.container.MDBWrapper.onMessage(MDBWrapper.java:91)
    at com.ibm.ejs.container.MDBWrapper.onMessage(MDBWrapper.java:127)
    at com.ibm.ejs.jms.listener.ServerSession.run(ServerSession.java:375)
    at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:912)
    [11/29/05 15:03:38:190 EST] 1e9aa18 MDBListenerIm I WMSG0043I: MDB Listener ProcessorLP stopped for JMSDestination jms/PostprocessorQ
    [11/29/05 15:03:38:192 EST] 1e9aa18 MDBListenerIm I WMSG0058I: Listener Port ProcessorLP will attempt to restart in 60 seconds
    [11/29/05 15:03:38:194 EST] 1e9aa18 ConnectionEve A J2CA0056I: The Connection Manager received a fatal connection error from the Resource Adaptor for resource jms/PostprocessorQF. The exception which was received is javax.jms.JMSException: MQJMS2002: failed to get message from MQ queue
    [11/29/05 15:04:38:230 EST] 1436f66 MDBListenerIm I WMSG0042I: MDB Listener ProcessorLP started successfully for JMSDestination jms/PostprocessorQ

    Have been able to solve this problem? The same occurs in our environment. I have a nagging feelin git has something to do with a known bug that is solved in some fixpack or something. We're on Websphere 5.1.1.4.
    Any feedback would be appreciated.
    Thanks,
    Jaap

  • Unexpected database connector error---- Error code:-2147467259

    Hi, I am using Crystal Report for Eclipse 12.2.208).
    My rpt file contains a command with a simple sql query
    In eclipse I used this rpt and generated the Jsp file to export the report to Pdf format
    But exception is thrown in the following line of Jsp
    //Push the Java ResultSet into the report (this will then be the datasource of the report)
    CRJavaHelper.passResultSet(clientDoc, fetchResultSet(driverName, connectStr, userName, password, query), tableAlias, "");
    CRJavaHelper.java
    clientDoc.getDatabaseController().setDataSource(rs, tableAlias,tableAlias);
    While replacing the result set I am getting the following error.... Please help me on this.
    com.crystaldecisions.sdk.occa.report.lib.ReportSDKException: Unexpected database connector error---- Error code:-2147467259 Error code name:failed at com.businessobjects.reports.sdk.JRCCommunicationAdapter.a(SourceFile:2285) at com.businessobjects.reports.sdk.JRCCommunicationAdapter.a(SourceFile:2305) at com.businessobjects.reports.sdk.JRCCommunicationAdapter.if(SourceFile:737) at com.businessobjects.reports.sdk.JRCCommunicationAdapter.a(SourceFile:167) at com.businessobjects.reports.sdk.JRCCommunicationAdapter$2.a(SourceFile:529) at com.businessobjects.reports.sdk.JRCCommunicationAdapter$2.call(SourceFile:527) at com.crystaldecisions.reports.common.ThreadGuard.syncExecute(SourceFile:102) at com.businessobjects.reports.sdk.JRCCommunicationAdapter.for(SourceFile:525) at com.businessobjects.reports.sdk.JRCCommunicationAdapter.int(SourceFile:424) at com.businessobjects.reports.sdk.JRCCommunicationAdapter.request(SourceFile:352) at com.businessobjects.sdk.erom.jrc.a.a(SourceFile:54) at com.businessobjects.sdk.erom.jrc.a.execute(SourceFile:67) at com.crystaldecisions.proxy.remoteagent.RemoteAgent$a.execute(SourceFile:716) at com.crystaldecisions.proxy.remoteagent.CommunicationChannel.a(SourceFile:125) at com.crystaldecisions.proxy.remoteagent.RemoteAgent.a(SourceFile:537) at com.crystaldecisions.sdk.occa.report.application.ReportClientDocument.if(SourceFile:605) at com.crystaldecisions.sdk.occa.report.application.ReportClientDocument.a(SourceFile:1688) at com.crystaldecisions.sdk.occa.report.application.ReportClientDocument.new(SourceFile:2650) at com.crystaldecisions.sdk.occa.report.application.b9.onDataSourceChanged(SourceFile:301) at com.crystaldecisions.sdk.occa.report.application.DatabaseController.a(SourceFile:962) at com.crystaldecisions.sdk.occa.report.application.DatabaseController.a(SourceFile:2834) at com.crystaldecisions.sdk.occa.report.application.DatabaseController.setDataSource(SourceFile:2557) at com.businessobjects.samples.CRJavaHelper.passResultSet(CRJavaHelper.java:263) at org.apache.jsp.Report2008_002dviewer_jsp._jspService(Report2008_002dviewer_jsp.java:120) at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70) at javax.servlet.http.HttpServlet.service(HttpServlet.java:717) at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:377) at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:313) at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:260) at javax.servlet.http.HttpServlet.service(HttpServlet.java:717) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:298) at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:857) at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:588) at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:489) at java.lang.Thread.run(Unknown Source) Caused by: com.crystaldecisions.reports.common.QueryEngineException: Unexpected database connector error at com.crystaldecisions.reports.queryengine.Connection.bf(SourceFile:2962) at com.crystaldecisions.reports.queryengine.Rowset.z3(SourceFile:944) at com.crystaldecisions.reports.queryengine.Rowset.bL(SourceFile:533) at com.crystaldecisions.reports.queryengine.Rowset.zM(SourceFile:245) at com.crystaldecisions.reports.queryengine.Connection.a(SourceFile:776) at com.crystaldecisions.reports.queryengine.Table.a(SourceFile:2234) at com.crystaldecisions.reports.queryengine.Table.if(SourceFile:2161) at com.crystaldecisions.reports.queryengine.Table.try(SourceFile:1525) at com.crystaldecisions.reports.queryengine.Table.a(SourceFile:568) at com.crystaldecisions.reports.queryengine.Table.u7(SourceFile:2405) at com.crystaldecisions.reports.datafoundation.DataFoundation.a(SourceFile:1234) at com.crystaldecisions.reports.dataengine.dfadapter.DFAdapter.a(SourceFile:344) at com.crystaldecisions.reports.dataengine.dfadapter.CheckDatabaseHelper.a(SourceFile:66) at com.crystaldecisions.reports.dataengine.datafoundation.CheckDatabaseCommand.new(SourceFile:100) at com.crystaldecisions.reports.common.CommandManager.a(SourceFile:71) at com.crystaldecisions.reports.common.Document.a(SourceFile:203) at com.crystaldecisions.reports.dataengine.VerifyDatabaseCommand.new(SourceFile:76) at com.crystaldecisions.reports.common.CommandManager.a(SourceFile:71) at com.crystaldecisions.reports.common.Document.a(SourceFile:203) at com.businessobjects.reports.sdk.requesthandler.f.a(SourceFile:175) at com.businessobjects.reports.sdk.requesthandler.DatabaseRequestHandler.a(SourceFile:373) at com.businessobjects.reports.sdk.requesthandler.DatabaseRequestHandler.if(SourceFile:352) at com.businessobjects.reports.sdk.JRCCommunicationAdapter.do(SourceFile:1291) at com.businessobjects.reports.sdk.JRCCommunicationAdapter.if(SourceFile:661)

    Please ensure that you have upgraded to Service Pack 4.  There was a bug related to Unexpected Database Connector error that was resolved in the latest service pack release this February.

  • Invalid subreport name Error code:-2147483086

    The setup used in this particular environment is to run reports via Crystal reports server 2008. We call the servers via the rassdk_java_dg_12_en and the setup works just fine BUT in one particular case.
    The report that fails have a main report with a datasource to SQL. The report does have about 20 - 25 subreports mostly based on the same datasource. There are however 6 subreports that uses ttx files as datasources.
    The report works fine when there is no data for the ttx subreports, but whenever a "change datasource" is tried to the ttx subreports the error "Invalid subreport name Error code:-2147483086" pops up.
    We have done noumerous tests on the pojo approach in other reports so the technic and code works just fine - it most be some special case in the report.
    Before we start to try to rebuild the report we will give you a chance to help us out. The report sucker is big and complex so a rebuild is not wanted...
    Here is the particular code involved
    private static void passPOJO(ReportClientDocument clientDoc,
                ReportPojoHolder pojoHolder, String reportName)
                    throws ReportSDKException,ClassNotFoundException {
            //Its a pojo data source, but it's nothing in it
            if (pojoHolder.getPojos().size() == 0) {
                return;
            String reportTable = pojoHolder.getTableName();
            Object pojo = pojoHolder.getPojos().iterator().next();
            POJOResultSetFactory factory = new POJOResultSetFactory(pojo.getClass());
            POJOResultSet resultSet = (POJOResultSet)factory.createResultSet(pojoHolder.getPojos());
            if(reportName == null || reportName.equals("")) {
                clientDoc.getDatabaseController().setDataSource(resultSet, reportTable, reportTable);
            else {
                System.err.println("Setting data in " + reportName );
    //Here comes the error
                clientDoc.getSubreportController().getSubreport(reportName).
                    getDatabaseController().setDataSource(resultSet, reportTable, reportTable);
    Here is the stacktrace:
    table: srptMainCustomerList;1, subrapport: AddressField
    table: srptusrinf;1, subrapport: AdvisorName
    table: srptusrinf;1, pojo: Beta
    table: srptusrinf;1, pojo: JensensAlpha
    table: srptusrinf;1, pojo: PerformanceChart
    Setting data in PerformanceChart
    2009-02-06 09:05:31,720 ERROR (CrystalReportServlet:doGet()) - [Username=Patrik Andrén, UserID=n249060, CustId=005563741684, Cstid=37385] - (Creation of report: customer_report.rpt failed on: [ReportAppServer: CCA1CS0569. Datasource: cca1cd0046qa1|omega] com.crystaldecisions.sdk.occa.report.lib.ReportSDKServerException:
    Fel i filen customer_report {CDCDCEC2-050C-4405-865C-6031D4BFF2DE}.rpt:
    Ogiltigt underrapportnamn.---- Error code:-2147483086 Error code name:failed, ) - [applicationId=omega, omegaUserId=omega.userid, credentials=IT, groupName=IT, sessionId=yLkhJLtYpLlDQ5Jf5S2GkzhPfSZJBg2zZkT4LfQ0L1bJg2v20pz2!-2033571304!1233906968432, requestId=06968853:167:000], exception-stack=
    com.nordea.omega.report.exceptions.ReportGenerationFailedException: Creation of report: customer_report.rpt failed on: [ReportAppServer: CCA1CS0569. Datasource: cca1cd0046qa1|omega] com.crystaldecisions.sdk.occa.report.lib.ReportSDKServerException:
    Fel i filen customer_report {CDCDCEC2-050C-4405-865C-6031D4BFF2DE}.rpt:
    Ogiltigt underrapportnamn.---- Error code:-2147483086 Error code name:failed,
         at com.crystaldecisions.sdk.occa.report.lib.ReportSDKServerException.throwReportSDKServerException(Unknown Source)
         at com.crystaldecisions.proxy.remoteagent.s.a(Unknown Source)
         at com.crystaldecisions.sdk.occa.report.application.ReportClientDocument.if(Unknown Source)
         at com.crystaldecisions.sdk.occa.report.application.ReportClientDocument.a(Unknown Source)
         at com.crystaldecisions.sdk.occa.report.application.bl.do(Unknown Source)
         at com.crystaldecisions.sdk.occa.report.application.ReportClientDocument.do(Unknown Source)
         at com.crystaldecisions.sdk.occa.report.application.ReportClientDocument.verifyDatabase(Unknown Source)
         at com.crystaldecisions.sdk.occa.report.application.bl.byte(Unknown Source)
         at com.crystaldecisions.sdk.occa.report.application.ao.onDataSourceChanged(Unknown Source)
         at com.crystaldecisions.sdk.occa.report.application.DatabaseController.a(Unknown Source)
         at com.crystaldecisions.sdk.occa.report.application.DatabaseController.a(Unknown Source)
         at com.crystaldecisions.sdk.occa.report.application.DatabaseController.setDataSource(Unknown Source)
         at com.nordea.crystalreports.ReportHelper.passPOJO(ReportHelper.java:814)
         at com.nordea.crystalreports.ReportHelper.changeDataSource(ReportHelper.java:124)
         at com.nordea.crystalreports.ReportGenerator.generate(ReportGenerator.java:115)
         at com.nordea.crystalreports.ReportGenerator.generate(ReportGenerator.java:62)
         at com.nordea.omega.report.servlet.CrystalReportServlet.doGet(CrystalReportServlet.java:116)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:707)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
         at weblogic.servlet.internal.StubSecurityHelper$ServletServi

    I have been able to wrestle this down after a lot of frustrating work. The error had nothing to do with pojos at all. The error was simple a store procedure that did not reply nothing.
    In the preparation of the subreport that did consist of the pojo data source. The report(server?) did send a "pre call" to the store procedure with NULL as parameters. The reply was unfortunately an "empty" reply. When we changed the reply to an empty result set it went pass the data sources.
    The error message given on this was "Invalid subreport name"! Not very helpful at all.
    I have used this new version for about 3 weeks now in a "proof of concept" work controlling if we would be able to upgrade from crystal 9/Harmoni to Crystal 2008/Crystal Report Server 2008. The answer will be yes. It will work. And with a minimum of report changes which is very nice.
    What have struck me the most during this work is a few proposals to improvements.
    1. Put the versions on jars and sdk's so it's obvious what's used. I spent a few days with an old version of a sdk believing that it was a newer than I already had. It should not be neccessary to go through a manifest file inside a jar in order to find out what the version is. Put it on the file names!
    2. Give proper error messages back when something goes wrong. If a parameter value is missing. Send back the parameter that's missed/misses a value for Gods sake. The programmer catching the error most know what's missed hence the message. Would save the user's of the API very much time.
    I spent about 5 - 10 days trying to find out what was wrong with my sub report name (This thread). It had nothing to do with the subreport name. It had to do with missing data from a called store procedure!
    3. The documentation can be a bit tricky to find. I saw that you have given away a eclipse plugin in order to gather the documentation inside the IDE. That's a good approach.
    If the error messages will be enhanced and more accurate it's a pretty handy api to work with. And the handling of unmanaged reports is a wet dream compared to usage of the Harmoni API. That's a real nightmare. The server seems to be very stable and just runs.
    I like this forum, fast replies when one is stuck is extremely helpful!
    /Patrik

  • Error code -49, When Exporting.

    Hi
    Just built a Moving For NG  And Animal Planet  Well i hope it will be,  Fist I saved a few weeks ago a full HD All was OK.
    I edited the film as it was a bit long, But went to save and export it Full HD again, twice I got (-49)    The project could not be Prepaired for publishing
    How to solve ?

    HELP - this is happening again.  The error code is below!  I recently upgraded my RAM from 4GB to 8GB hoping this would stop the problem, looks like I wasted my money ;o(
    Process:         iMovie [458]
    Path:            /Users/USER/Desktop/iMovie.app/Contents/MacOS/iMovie
    Identifier:      com.apple.iMovieApp
    Version:         9.0.8 (1778)
    Build Info:      iMovieApp-1778000000000000~2
    App Item ID:     408981434
    App External ID: 10440451
    Code Type:       X86 (Native)
    Parent Process:  launchd [124]
    Date/Time:       2012-11-27 22:51:34.113 +0000
    OS Version:      Mac OS X 10.7.5 (11G63)
    Report Version:  9
    Interval Since Last Report:          444513 sec
    Crashes Since Last Report:           9
    Per-App Interval Since Last Report:  38789 sec
    Per-App Crashes Since Last Report:   4
    Anonymous UUID:                      813418FE-DC0F-4E88-8BAA-B4C0BDB4CF50
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_BAD_ACCESS (SIGBUS)
    Exception Codes: KERN_PROTECTION_FAILURE at 0x00000000000003b7
    VM Regions Near 0x3b7:
    --> __PAGEZERO             0000000000000000-0000000000001000 [    4K] ---/--- SM=NUL  /Users/USER/Desktop/iMovie.app/Contents/MacOS/iMovie
        VM_ALLOCATE            0000000000001000-0000000000084000 [  524K] ---/--- SM=NUL 
    Application Specific Information:
    objc[458]: garbage collection is OFF
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   com.apple.ATIRadeonX3000GLDriver          0x0721e102 0x7016000 + 2130178
    1   com.apple.ATIRadeonX3000GLDriver          0x0721e4c0 0x7016000 + 2131136
    2   com.apple.ATIRadeonX3000GLDriver          0x072247b3 0x7016000 + 2156467
    3   GLEngine                                0x06ceb0f2 glCopyTexImage2D_Exec + 1702
    4   com.apple.QuartzComposer                0x9cd8be48 -[QCCGLContext(SnapshotImage) createSnapshotImageOfType:withColorSpace:] + 453
    5   com.apple.QuartzComposer                0x9cd99aa2 -[QCRenderer createSnapshotImageOfType:] + 103
    6   com.apple.iMovieApp                     0x00220124 0x84000 + 1687844
    7   com.apple.iMovieApp                     0x000f309d 0x84000 + 454813
    8   com.apple.iMovieApp                     0x000f4800 0x84000 + 460800
    9   com.apple.iMovieApp                     0x000f36af 0x84000 + 456367
    10  com.apple.iMovieApp                     0x000fb4e0 0x84000 + 488672
    11  com.apple.iMovieApp                     0x000fa2bf 0x84000 + 484031
    12  com.apple.QuickTimeMPEG4.component          0x94fdc07d getVideoDataFromDataProc + 229
    13  com.apple.QuickTimeMPEG4.component          0x94fdc1ab NuOutputVideoPass + 179
    14  com.apple.QuickTimeMPEG4.component          0x94fdd04b NuOutputVideo + 81
    15  com.apple.QuickTimeMPEG4.component          0x94fb938c SpitMP4_FromProceduresToDataRef + 3716
    16  com.apple.CoreServices.CarbonCore          0x95a264fe callComponentStorage_444 + 32
    17  com.apple.CoreServices.CarbonCore          0x95ad543d _ZL38CallComponentFunctionCommonWithStoragePPcP19ComponentParametersPFlvEm + 45
    18  com.apple.CoreServices.CarbonCore          0x95ad547d CallComponentFunctionWithStorageProcInfo + 30
    19  com.apple.QuickTimeMPEG4.component          0x94fb707c SpitMP4_ComponentDispatch + 64
    20  com.apple.CoreServices.CarbonCore          0x95a4b415 CallComponent + 223
    21  com.apple.CoreServices.CarbonCore          0x95a4b43c DelegateComponentCall + 24
    22  com.apple.QuickTimeMPEG4.component          0x94fb6dae SpitAMF_ComponentDispatch + 96
    23  com.apple.CoreServices.CarbonCore          0x95a4b415 CallComponent + 223
    24  com.apple.CoreServices.CarbonCore          0x95a4b43c DelegateComponentCall + 24
    25  com.apple.QuickTimeMPEG4.component          0x94feffc2 SpitAMFRFComponentDispatch + 43
    26  com.apple.CoreServices.CarbonCore          0x95a4b415 CallComponent + 223
    27  com.apple.CoreServices.CarbonCore          0x95a4b45e CallComponentDispatch + 29
    28  com.apple.QuickTime                     0x93436094 MovieExportFromProceduresToDataRef + 49
    29  com.apple.iMovieApp                     0x000fc595 0x84000 + 492949
    30  com.apple.iMovieApp                     0x000fd14b 0x84000 + 495947
    31  com.apple.iMovieApp                     0x0022ad51 0x84000 + 1731921
    32  com.apple.iMovieApp                     0x0022b6aa 0x84000 + 1734314
    33  com.apple.iMovieApp                     0x00197d65 0x84000 + 1129829
    34  com.apple.iMovieApp                     0x0022d736 0x84000 + 1742646
    35  com.apple.AppKit                        0x9692ab6d -[NSSavePanel _didEndSheet:returnCode:contextInfo:] + 167
    36  com.apple.AppKit                        0x9664de36 -[NSApplication endSheet:returnCode:] + 337
    37  com.apple.iMovieApp                     0x000ce982 0x84000 + 305538
    38  com.apple.AppKit                        0x96927a5d -[NSSavePanel dismissWindow:] + 154
    39  com.apple.AppKit                        0x969296c5 -[NSSavePanel ok:] + 464
    40  com.apple.CoreFoundation                0x938cdd11 -[NSObject performSelector:withObject:] + 65
    41  com.apple.AppKit                        0x9648b663 -[NSApplication sendAction:to:from:] + 232
    42  com.apple.iMovieApp                     0x000d59d0 0x84000 + 334288
    43  com.apple.AppKit                        0x9648b540 -[NSControl sendAction:to:] + 102
    44  com.apple.AppKit                        0x9648b443 -[NSCell _sendActionFrom:] + 160
    45  com.apple.AppKit                        0x9648a800 -[NSCell trackMouse:inRect:ofView:untilMouseUp:] + 2295
    46  com.apple.AppKit                        0x9650da95 -[NSButtonCell trackMouse:inRect:ofView:untilMouseUp:] + 501
    47  com.apple.AppKit                        0x96489243 -[NSControl mouseDown:] + 943
    48  com.apple.AppKit                        0x96452dcd -[NSWindow sendEvent:] + 7533
    49  com.apple.AppKit                        0x963ebf77 -[NSApplication sendEvent:] + 4788
    50  com.apple.iMovieApp                     0x000d5700 0x84000 + 333568
    51  com.apple.AppKit                        0x9637db21 -[NSApplication run] + 1007
    52  com.apple.AppKit                        0x9660eac5 NSApplicationMain + 1054
    53  com.apple.iMovieApp                     0x0008635a 0x84000 + 9050
    54  com.apple.iMovieApp                     0x00085ec5 0x84000 + 7877
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib                  0x9bce6b5e __select_nocancel + 10
    1   libdispatch.dylib                       0x9ac8fcbd _dispatch_mgr_invoke + 642
    2   libdispatch.dylib                       0x9ac8e853 _dispatch_mgr_thread + 53
    Thread 2:
    0   libsystem_kernel.dylib                  0x9bce702e __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x97535ccf _pthread_wqthread + 773
    2   libsystem_c.dylib                       0x975376fe start_wqthread + 30
    Thread 3:
    0   libsystem_kernel.dylib                  0x9bce4c22 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x9bce41f6 mach_msg + 70
    2   com.apple.CoreFoundation                0x938659da __CFRunLoopServiceMachPort + 170
    3   com.apple.CoreFoundation                0x9386eb04 __CFRunLoopRun + 1428
    4   com.apple.CoreFoundation                0x9386e1dc CFRunLoopRunSpecific + 332
    5   com.apple.CoreFoundation                0x9387ef01 CFRunLoopRun + 129
    6   com.apple.FWAVCPrivate                  0x02049763 _ZN3AVSL27AVCVideoServicesThreadStartEPNS_28AVCVideoServicesThreadParamsE + 254
    7   libsystem_c.dylib                       0x97533ed9 _pthread_start + 335
    8   libsystem_c.dylib                       0x975376de thread_start + 34
    Thread 4:: com.apple.CFSocket.private
    0   libsystem_kernel.dylib                  0x9bce6b42 __select + 10
    1   com.apple.CoreFoundation                0x938bce15 __CFSocketManager + 1557
    2   libsystem_c.dylib                       0x97533ed9 _pthread_start + 335
    3   libsystem_c.dylib                       0x975376de thread_start + 34
    Thread 5:
    0   libsystem_kernel.dylib                  0x9bce683e __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x97537e78 _pthread_cond_wait + 914
    2   libsystem_c.dylib                       0x97537f7b pthread_cond_timedwait_relative_np + 47
    3   com.apple.CoreServices.CarbonCore          0x95a223a7 TSWaitOnConditionTimedRelative + 178
    4   com.apple.CoreServices.CarbonCore          0x95a2211d TSWaitOnSemaphoreCommon + 490
    5   com.apple.CoreServices.CarbonCore          0x95a21f2e TSWaitOnSemaphoreRelative + 24
    6   com.apple.QuickTimeComponents.component          0x9a39916a 0x99dac000 + 6213994
    7   libsystem_c.dylib                       0x97533ed9 _pthread_start + 335
    8   libsystem_c.dylib                       0x975376de thread_start + 34
    Thread 6:
    0   libsystem_kernel.dylib                  0x9bce683e __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x97537e78 _pthread_cond_wait + 914
    2   libsystem_c.dylib                       0x97537f7b pthread_cond_timedwait_relative_np + 47
    3   com.apple.CoreServices.CarbonCore          0x95a223a7 TSWaitOnConditionTimedRelative + 178
    4   com.apple.CoreServices.CarbonCore          0x95a2211d TSWaitOnSemaphoreCommon + 490
    5   com.apple.CoreServices.CarbonCore          0x95a21f2e TSWaitOnSemaphoreRelative + 24
    6   com.apple.CoreServices.CarbonCore          0x95a54e53 AIOFileThread(void*) + 1019
    7   libsystem_c.dylib                       0x97533ed9 _pthread_start + 335
    8   libsystem_c.dylib                       0x975376de thread_start + 34
    Thread 7:
    0   libsystem_kernel.dylib                  0x9bce4c5e semaphore_wait_trap + 10
    1   com.apple.QuickTimeComponents.component          0x9a874ee4 0x99dac000 + 11308772
    2   com.apple.QuickTimeComponents.component          0x9a409345 0x99dac000 + 6673221
    3   com.apple.QuickTimeComponents.component          0x9a874e17 0x99dac000 + 11308567
    4   libsystem_c.dylib                       0x97533ed9 _pthread_start + 335
    5   libsystem_c.dylib                       0x975376de thread_start + 34
    Thread 8:: jpegdecompress_MPLoop
    0   libsystem_kernel.dylib                  0x9bce683e __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x97537e78 _pthread_cond_wait + 914
    2   libsystem_c.dylib                       0x974df82a pthread_cond_wait + 48
    3   com.apple.QuickTimeComponents.component          0x9a4bb467 0x99dac000 + 7402599
    4   libsystem_c.dylib                       0x97533ed9 _pthread_start + 335
    5   libsystem_c.dylib                       0x975376de thread_start + 34
    Thread 9:: jpegdecompress_MPLoop
    0   libsystem_kernel.dylib                  0x9bce683e __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x97537e78 _pthread_cond_wait + 914
    2   libsystem_c.dylib                       0x974df82a pthread_cond_wait + 48
    3   com.apple.QuickTimeComponents.component          0x9a4bb467 0x99dac000 + 7402599
    4   libsystem_c.dylib                       0x97533ed9 _pthread_start + 335
    5   libsystem_c.dylib                       0x975376de thread_start + 34
    Thread 10:: jpegdecompress_MPLoop
    0   libsystem_kernel.dylib                  0x9bce683e __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x97537e78 _pthread_cond_wait + 914
    2   libsystem_c.dylib                       0x974df82a pthread_cond_wait + 48
    3   com.apple.QuickTimeComponents.component          0x9a4bb467 0x99dac000 + 7402599
    4   libsystem_c.dylib                       0x97533ed9 _pthread_start + 335
    5   libsystem_c.dylib                       0x975376de thread_start + 34
    Thread 11:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib                  0x9bce683e __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x97537e21 _pthread_cond_wait + 827
    2   libsystem_c.dylib                       0x974e842c pthread_cond_wait$UNIX2003 + 71
    Thread 12:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib                  0x9bce683e __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x97537e21 _pthread_cond_wait + 827
    2   libsystem_c.dylib                       0x974e842c pthread_cond_wait$UNIX2003 + 71
    Thread 13:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib                  0x9bce683e __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x97537e21 _pthread_cond_wait + 827
    2   libsystem_c.dylib                       0x974e842c pthread_cond_wait$UNIX2003 + 71
    Thread 14:: JavaScriptCore::BlockFree
    0   libsystem_kernel.dylib                  0x9bce683e __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x97537e21 _pthread_cond_wait + 827
    2   libsystem_c.dylib                       0x974e83e0 pthread_cond_timedwait$UNIX2003 + 70
    3   com.apple.JavaScriptCore                0x9840761c ***::ThreadCondition::timedWait(***::Mutex&, double) + 156
    4   com.apple.JavaScriptCore                0x98654b93 JSC::Heap::blockFreeingThreadMain() + 323
    5   com.apple.JavaScriptCore                0x98654bcf JSC::Heap::blockFreeingThreadStartFunc(void*) + 15
    6   libsystem_c.dylib                       0x97533ed9 _pthread_start + 335
    7   libsystem_c.dylib                       0x975376de thread_start + 34
    Thread 15:
    0   libsystem_kernel.dylib                  0x9bce702e __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x97535ccf _pthread_wqthread + 773
    2   libsystem_c.dylib                       0x975376fe start_wqthread + 30
    Thread 16:: com.apple.coremedia.JVTlib
    0   libsystem_kernel.dylib                  0x9bce4c5e semaphore_wait_trap + 10
    1   QuickTimeH264.scalar                    0x0b5e71f3 0xb34b000 + 2736627
    2   QuickTimeH264.scalar                    0x0b5e6cdb 0xb34b000 + 2735323
    3   libsystem_c.dylib                       0x97533ed9 _pthread_start + 335
    4   libsystem_c.dylib                       0x975376de thread_start + 34
    Thread 17:: com.apple.coremedia.JVTlib
    0   libsystem_kernel.dylib                  0x9bce4c5e semaphore_wait_trap + 10
    1   QuickTimeH264.scalar                    0x0b5e71f3 0xb34b000 + 2736627
    2   QuickTimeH264.scalar                    0x0b5e6cdb 0xb34b000 + 2735323
    3   libsystem_c.dylib                       0x97533ed9 _pthread_start + 335
    4   libsystem_c.dylib                       0x975376de thread_start + 34
    Thread 18:: com.apple.coremedia.JVTlib
    0   libsystem_kernel.dylib                  0x9bce4c5e semaphore_wait_trap + 10
    1   QuickTimeH264.scalar                    0x0b5e71f3 0xb34b000 + 2736627
    2   QuickTimeH264.scalar                    0x0b5e6cdb 0xb34b000 + 2735323
    3   libsystem_c.dylib                       0x97533ed9 _pthread_start + 335
    4   libsystem_c.dylib                       0x975376de thread_start + 34
    Thread 19:: com.apple.coremedia.JVTlib
    0   libsystem_kernel.dylib                  0x9bce4c5e semaphore_wait_trap + 10
    1   QuickTimeH264.scalar                    0x0b5e71f3 0xb34b000 + 2736627
    2   QuickTimeH264.scalar                    0x0b5e6cdb 0xb34b000 + 2735323
    3   libsystem_c.dylib                       0x97533ed9 _pthread_start + 335
    4   libsystem_c.dylib                       0x975376de thread_start + 34
    Thread 20:: com.apple.coremedia.JVTlib
    0   libsystem_kernel.dylib                  0x9bce4c5e semaphore_wait_trap + 10
    1   QuickTimeH264.scalar                    0x0b5e71f3 0xb34b000 + 2736627
    2   QuickTimeH264.scalar                    0x0b5e6cdb 0xb34b000 + 2735323
    3   libsystem_c.dylib                       0x97533ed9 _pthread_start + 335
    4   libsystem_c.dylib                       0x975376de thread_start + 34
    Thread 21:: com.apple.coremedia.JVTlib
    0   libsystem_kernel.dylib                  0x9bce4c5e semaphore_wait_trap + 10
    1   QuickTimeH264.scalar                    0x0b5e71f3 0xb34b000 + 2736627
    2   QuickTimeH264.scalar                    0x0b5e6cdb 0xb34b000 + 2735323
    3   libsystem_c.dylib                       0x97533ed9 _pthread_start + 335
    4   libsystem_c.dylib                       0x975376de thread_start + 34
    Thread 22:: com.apple.coremedia.JVTlib
    0   libsystem_kernel.dylib                  0x9bce4c5e semaphore_wait_trap + 10
    1   QuickTimeH264.scalar                    0x0b5e71f3 0xb34b000 + 2736627
    2   QuickTimeH264.scalar                    0x0b6a4603 0xb34b000 + 3511811
    3   libsystem_c.dylib                       0x97533ed9 _pthread_start + 335
    4   libsystem_c.dylib                       0x975376de thread_start + 34
    Thread 23:: com.apple.coremedia.JVTlib
    0   libsystem_kernel.dylib                  0x9bce4c5e semaphore_wait_trap + 10
    1   QuickTimeH264.scalar                    0x0b5e71f3 0xb34b000 + 2736627
    2   QuickTimeH264.scalar                    0x0b5e6cdb 0xb34b000 + 2735323
    3   libsystem_c.dylib                       0x97533ed9 _pthread_start + 335
    4   libsystem_c.dylib                       0x975376de thread_start + 34
    Thread 24:: com.apple.coremedia.JVTlib
    0   libsystem_kernel.dylib                  0x9bce4c5e semaphore_wait_trap + 10
    1   QuickTimeH264.scalar                    0x0b5e71f3 0xb34b000 + 2736627
    2   QuickTimeH264.scalar                    0x0b5e6cdb 0xb34b000 + 2735323
    3   libsystem_c.dylib                       0x97533ed9 _pthread_start + 335
    4   libsystem_c.dylib                       0x975376de thread_start + 34
    Thread 25:: com.apple.coremedia.JVTlib
    0   libsystem_kernel.dylib                  0x9bce4c5e semaphore_wait_trap + 10
    1   QuickTimeH264.scalar                    0x0b5e71f3 0xb34b000 + 2736627
    2   QuickTimeH264.scalar                    0x0b5e6cdb 0xb34b000 + 2735323
    3   libsystem_c.dylib                       0x97533ed9 _pthread_start + 335
    4   libsystem_c.dylib                       0x975376de thread_start + 34
    Thread 26:: com.apple.coremedia.JVTlib
    0   libsystem_kernel.dylib                  0x9bce4c5e semaphore_wait_trap + 10
    1   QuickTimeH264.scalar                    0x0b5e71f3 0xb34b000 + 2736627
    2   QuickTimeH264.scalar                    0x0b6a4603 0xb34b000 + 3511811
    3   libsystem_c.dylib                       0x97533ed9 _pthread_start + 335
    4   libsystem_c.dylib                       0x975376de thread_start + 34
    Thread 27:: com.apple.coremedia.JVTlib
    0   libsystem_kernel.dylib                  0x9bce4c5e semaphore_wait_trap + 10
    1   QuickTimeH264.scalar                    0x0b5e71f3 0xb34b000 + 2736627
    2   QuickTimeH264.scalar                    0x0b626726 0xb34b000 + 2996006
    3   libsystem_c.dylib                       0x97533ed9 _pthread_start + 335
    4   libsystem_c.dylib                       0x975376de thread_start + 34
    Thread 28:: com.apple.coremedia.JVTlib
    0   libsystem_kernel.dylib                  0x9bce4c5e semaphore_wait_trap + 10
    1   QuickTimeH264.scalar                    0x0b5e71f3 0xb34b000 + 2736627
    2   QuickTimeH264.scalar                    0x0b5e6cdb 0xb34b000 + 2735323
    3   libsystem_c.dylib                       0x97533ed9 _pthread_start + 335
    4   libsystem_c.dylib                       0x975376de thread_start + 34
    Thread 29:: com.apple.coremedia.JVTlib
    0   libsystem_kernel.dylib                  0x9bce4c5e semaphore_wait_trap + 10
    1   QuickTimeH264.scalar                    0x0b5e71f3 0xb34b000 + 2736627
    2   QuickTimeH264.scalar                    0x0b5e6cdb 0xb34b000 + 2735323
    3   libsystem_c.dylib                       0x97533ed9 _pthread_start + 335
    4   libsystem_c.dylib                       0x975376de thread_start + 34
    Thread 30:: com.apple.coremedia.JVTlib
    0   libsystem_kernel.dylib                  0x9bce4c5e semaphore_wait_trap + 10
    1   QuickTimeH264.scalar                    0x0b5e71f3 0xb34b000 + 2736627
    2   QuickTimeH264.scalar                    0x0b5e6cdb 0xb34b000 + 2735323
    3   libsystem_c.dylib                       0x97533ed9 _pthread_start + 335
    4   libsystem_c.dylib                       0x975376de thread_start + 34
    Thread 31:: com.apple.coremedia.JVTlib
    0   libsystem_kernel.dylib                  0x9bce4c5e semaphore_wait_trap + 10
    1   QuickTimeH264.scalar                    0x0b5e71f3 0xb34b000 + 2736627
    2   QuickTimeH264.scalar                    0x0b6a4603 0xb34b000 + 3511811
    3   libsystem_c.dylib                       0x97533ed9 _pthread_start + 335
    4   libsystem_c.dylib                       0x975376de thread_start + 34
    Thread 32:: com.apple.coremedia.JVTlib
    0   libsystem_kernel.dylib                  0x9bce4c5e semaphore_wait_trap + 10
    1   QuickTimeH264.scalar                    0x0b5e71f3 0xb34b000 + 2736627
    2   QuickTimeH264.scalar                    0x0b5e6cdb 0xb34b000 + 2735323
    3   libsystem_c.dylib                       0x97533ed9 _pthread_start + 335
    4   libsystem_c.dylib                       0x975376de thread_start + 34
    Thread 33:: com.apple.coremedia.JVTlib
    0   libsystem_kernel.dylib                  0x9bce4c5e semaphore_wait_trap + 10
    1   QuickTimeH264.scalar                    0x0b5e71f3 0xb34b000 + 2736627
    2   QuickTimeH264.scalar                    0x0b5e6cdb 0xb34b000 + 2735323
    3   libsystem_c.dylib                       0x97533ed9 _pthread_start + 335
    4   libsystem_c.dylib                       0x975376de thread_start + 34
    Thread 34:: com.apple.coremedia.JVTlib
    0   libsystem_kernel.dylib                  0x9bce4c5e semaphore_wait_trap + 10
    1   QuickTimeH264.scalar                    0x0b5e71f3 0xb34b000 + 2736627
    2   QuickTimeH264.scalar                    0x0b5e6cdb 0xb34b000 + 2735323
    3   libsystem_c.dylib                       0x97533ed9 _pthread_start + 335
    4   libsystem_c.dylib                       0x975376de thread_start + 34
    Thread 35:: com.apple.coremedia.JVTlib
    0   libsystem_kernel.dylib                  0x9bce4c5e semaphore_wait_trap + 10
    1   QuickTimeH264.scalar                    0x0b5e71f3 0xb34b000 + 2736627
    2   QuickTimeH264.scalar                    0x0b6a4603 0xb34b000 + 3511811
    3   libsystem_c.dylib                       0x97533ed9 _pthread_start + 335
    4   libsystem_c.dylib                       0x975376de thread_start + 34
    Thread 36:: com.apple.coremedia.JVTlib
    0   libsystem_kernel.dylib                  0x9bce4c5e semaphore_wait_trap + 10
    1   QuickTimeH264.scalar                    0x0b5e71f3 0xb34b000 + 2736627
    2   QuickTimeH264.scalar                    0x0b626726 0xb34b000 + 2996006
    3   libsystem_c.dylib                       0x97533ed9 _pthread_start + 335
    4   libsystem_c.dylib                       0x975376de thread_start + 34
    Thread 37:
    0   libsystem_kernel.dylib                  0x9bce702e __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x97535ccf _pthread_wqthread + 773
    2   libsystem_c.dylib                       0x975376fe start_wqthread + 30
    Thread 38:
    0   libsystem_kernel.dylib                  0x9bce702e __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x97535ccf _pthread_wqthread + 773
    2   libsystem_c.dylib                       0x975376fe start_wqthread + 30
    Thread 0 crashed with X86 Thread State (32-bit):
      eax: 0x1f7c1150  ebx: 0x00000001  ecx: 0x000003b7  edx: 0x00000000
      edi: 0x86f36c00  esi: 0x864d1c00  ebp: 0xc0080fc8  esp: 0xc0080f90
       ss: 0x00000023  efl: 0x00010297  eip: 0x0721e102   cs: 0x0000001b
       ds: 0x00000023   es: 0x00000023   fs: 0x00000000   gs: 0x0000000f
      cr2: 0x000003b7
    Logical CPU: 1
    Binary Images:
       0x84000 -   0x50afef  com.apple.iMovieApp (9.0.8 - 1778) <8B088F1A-C83A-3009-BCDA-03F2292C7A8F> /Users/USER/Desktop/iMovie.app/Contents/MacOS/iMovie
      0x5ce000 -   0x5e4ff3  com.apple.iLifeFaceRecognition (1.0 - 21.1) <B06AF65E-3188-3361-BD75-3EE9B2DF4A68> /Users/USER/Desktop/iMovie.app/Contents/Frameworks/iLifeFaceRecognition.framewo rk/Versions/A/iLifeFaceRecognition
      0x5f5000 -   0x5f6ff3  com.apple.Helium (3.1.0 - 18567.3) <72A242AC-3BA7-3DD5-A043-000C7A9DCD11> /Users/USER/Desktop/iMovie.app/Contents/Frameworks/Helium.framework/Versions/A/ Helium
      0x5fd000 -   0x62bfe3  com.apple.MPEG2TSDecoder (1.0 - 84) <7E230E93-F7F6-34A2-8B60-E6F79E353426> /Users/USER/Desktop/iMovie.app/Contents/Frameworks/Mpeg2TsDecoder.framework/Ver sions/A/Mpeg2TsDecoder
      0x665000 -   0x666ff7 +com.bensyverson.dvmatte.autopicker (1.0 - 1.0) <EB13CAE4-1A5F-7C8E-F4FA-39C5B0A22636> /Users/USER/Desktop/iMovie.app/Contents/Frameworks/DVMAutopick.framework/Versio ns/A/DVMAutopick
      0x66e000 -   0x66ffff +eOkaoCom.dylib (??? - ???) <2DE16B47-23E7-73DB-1297-C928E40DFC31> /Users/USER/Desktop/iMovie.app/Contents/Frameworks/iLifeFaceRecognition.framewo rk/Versions/A/Resources/eOkaoCom.dylib
      0x674000 -   0x699ff2 +eOkaoPt.dylib (??? - ???) <831D49D0-43A0-21A0-2662-2207E3BE0FF6> /Users/USER/Desktop/iMovie.app/Contents/Frameworks/iLifeFaceRecognition.framewo rk/Versions/A/Resources/eOkaoPt.dylib
      0x6a1000 -   0x6d5fe7 +eOkaoDt.dylib (??? - ???) <5693A28E-8C94-0F5F-150E-3B17CF753F64> /Users/USER/Desktop/iMovie.app/Contents/Frameworks/iLifeFaceRecognition.framewo rk/Versions/A/Resources/eOkaoDt.dylib
      0x6dc000 -   0x843fff +eOkaoFr.dylib (??? - ???) <E355FB47-C5EF-50CF-621A-9B17A50E2850> /Users/USER/Desktop/iMovie.app/Contents/Frameworks/iLifeFaceRecognition.framewo rk/Versions/A/Resources/eOkaoFr.dylib
      0x847000 -   0xa4afeb  com.apple.Helium.HeliumRender (2.1.0 - 18567.3) <A20BE37C-2987-3BB8-AA52-0607FE7CCF8C> /Users/USER/Desktop/iMovie.app/Contents/Frameworks/Helium.framework/Versions/A/ Frameworks/HeliumRender.framework/Versions/A/HeliumRender
      0xaa0000 -   0xb21fe7  com.apple.Helium.Heliumfilters (2.1.0 - 18567.3) <3DCC7DCF-8734-31A0-9B6F-0139CC6CB71C> /Users/USER/Desktop/iMovie.app/Contents/Frameworks/Helium.framework/Versions/A/ Frameworks/HeliumFilters.framework/Versions/A/HeliumFilters
      0xe5a000 -  0x1017feb  com.apple.Helium.HeliumSensoCore (2.0.2 - 18567.3) <BFA19728-C6DD-3D2D-BFF5-1099CBB20679> /Users/USER/Desktop/iMovie.app/Contents/Frameworks/Helium.framework/Versions/A/ Frameworks/HeliumSensoCore.framework/Versions/A/HeliumSensoCore
    0x2045000 -  0x2075ff7  com.apple.FWAVCPrivate (52.47 - 47) <8E724EF3-79D6-3B0D-8A57-6E13DA3EACB5> /System/Library/PrivateFrameworks/FWAVCPrivate.framework/FWAVCPrivate
    0x218e000 -  0x2190fff  com.apple.AddressBook.LocalSourceBundle (1.5 - 1091) <7A218EB1-111E-3E5C-8FC0-3300D232D7F6> /System/Library/Address Book Plug-Ins/LocalSource.sourcebundle/Contents/MacOS/LocalSource
    0x2195000 -  0x2198ffe  com.apple.DirectoryServicesSource (1.5 - 1091) <2DB6EF39-C50C-318D-9F7A-7A9EE37C1FE2> /System/Library/Address Book Plug-Ins/DirectoryServices.sourcebundle/Contents/MacOS/DirectoryServices
    0x3acf000 -  0x3b2afff  com.apple.AddressBook.CardDAVPlugin (10.7.2 - 200) <B5CA94A3-383B-371A-BB8C-F7142EB4FF6B> /System/Library/Address Book Plug-Ins/CardDAVPlugin.sourcebundle/Contents/MacOS/CardDAVPlugin
    0x6cbe000 -  0x6e46ff9  GLEngine (??? - ???) <84549EEF-900F-397A-AABC-47DD261F40BE> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
    0x6e7d000 -  0x6fe7ffb  libGLProgrammability.dylib (??? - ???) <169ED314-B937-3877-A7D7-4AFB96D8C561> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0x7016000 -  0x72b2ff3  com.apple.ATIRadeonX3000GLDriver (7.32.12 - 7.3.2) <86BEF6D7-D130-36AB-8939-5AB20C0681FE> /System/Library/Extensions/ATIRadeonX3000GLDriver.bundle/Contents/MacOS/ATIRade onX3000GLDriver
    0x72e7000 -  0x72f3ffb  libGPUSupport.dylib (??? - ???) <A4467427-9E43-3F03-96E7-B09BBD5F0A6D> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/lib GPUSupport.dylib
    0x72fa000 -  0x7327ff0  GLRendererFloat (??? - ???) <B72FCE8D-7A5E-35F3-8A9F-0D139F8921AB> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GL RendererFloat
    0x7330000 -  0x7339ff6  libcldcpuengine.dylib (2.0.19 - compatibility 1.0.0) <95A88DC8-E5EE-363F-9275-214D5AB7A2EF> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengin e.dylib
    0x7340000 -  0x7342fff  libCoreFSCache.dylib (??? - ???) <9E7CBE71-566C-36E9-A49F-C5FF6956D76F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache .dylib
    0x7455000 -  0x75abff9  com.apple.iLMBAperture31Plugin (2.6.4 - 288.4.6) <DADA8260-5B52-3809-AA1A-F65C2ED80250> /Library/Application Support/iLifeMediaBrowser/*/iLMBAperture31Plugin
    0x75f3000 -  0x75faff4  com.apple.iLMBAperturePlugin (2.6.4 - 288.4.6) <FF4D4456-FE0D-38EB-9BB2-6BE4147B646D> /Library/Application Support/iLifeMediaBrowser/*/iLMBAperturePlugin
    0x7601000 -  0x77a5ff5  com.apple.iLMBAperturePlugin2012 (2.6.4 - 288.4.6) <A06DA00C-9F21-3855-B043-16E18F0057CD> /Library/Application Support/iLifeMediaBrowser/*/iLMBAperturePlugin2012
    0x77ff000 -  0x77fffff  com.apple.iLMBAppDefPlugin (2.6.4 - 288.4.6) <72B8DECB-9CB6-345E-8739-BC65FF59FFE3> /Library/Application Support/iLifeMediaBrowser/*/iLMBAppDefPlugin
    0x7804000 -  0x780dffb  com.apple.iLMBFinalCutPlugin (2.6.4 - 288.4.6) <903BA9A1-BCDB-392F-90EE-D9FDD775891E> /Library/Application Support/iLifeMediaBrowser/*/iLMBFinalCutPlugin
    0x7813000 -  0x7814fff  com.apple.iLMBFolderPlugin (2.6.4 - 288.4.6) <FD20A467-5D44-3073-80B8-71508DC08B4F> /Library/Application Support/iLifeMediaBrowser/*/iLMBFolderPlugin
    0x7819000 -  0x781cfff  com.apple.iLMBGarageBandPlugin (2.6.4 - 288.4.6) <3B8CBDAF-6359-38E8-B2DF-CC7307F04F19> /Library/Application Support/iLifeMediaBrowser/*/iLMBGarageBandPlugin
    0x7822000 -  0x782dff2  com.apple.iLMBiMoviePlugin (2.6.4 - 288.4.6) <C9D4201A-DDD4-3C7B-9E01-510A2C7396EA> /Library/Application Support/iLifeMediaBrowser/*/iLMBiMoviePlugin
    0x7837000 -  0x784aff7  com.apple.iLMBiPhoto8Plugin (2.6.4 - 288.4.6) <F14BF337-D4DA-356C-82EE-2BBD6ABE138D> /Library/Application Support/iLifeMediaBrowser/*/iLMBiPhoto8Plugin
    0x7852000 -  0x79abff9  com.apple.iLMBiPhoto9Plugin (2.6.4 - 288.4.6) <55261E40-5CB1-360D-920C-ED95258C46E6> /Library/Application Support/iLifeMediaBrowser/*/iLMBiPhoto9Plugin
    0x79f3000 -  0x79fbff2  com.apple.iLMBiPhotoPlugin (2.6.4 - 288.4.6) <668E3D87-6E61-3596-B875-327501C31889> /Library/Application Support/iLifeMediaBrowser/*/iLMBiPhotoPlugin
    0x7a02000 -  0x7ba7ffd  com.apple.iLMBiPhotoPlugin2012 (2.6.4 - 288.4.6) <66709B75-6C03-3AAC-8CB3-0BA57AB7B32D> /Library/Application Support/iLifeMediaBrowser/*/iLMBiPhotoPlugin2012
    0x7c02000 -  0x7c0aff2  com.apple.iLMBiTunesPlugin (2.6.4 - 288.4.6) <3BC0F592-8A14-3738-B959-10E108BAB976> /Library/Application Support/iLifeMediaBrowser/*/iLMBiTunesPlugin
    0x7c11000 -  0x7cc7ff3  com.apple.iTunesAccess (10.7 - 10.7) <FC3334BD-4462-8A94-6FD0-C09E33A04255> /System/Library/PrivateFrameworks/iTunesAccess.framework/iTunesAccess
    0x7cf1000 -  0x7cf2ff7  com.apple.iLMBMoviesFolderPlugin (2.6.4 - 288.4.6) <990BAADB-8895-3F53-8041-7C6663714235> /Library/Application Support/iLifeMediaBrowser/*/iLMBMoviesFolderPlugin
    0x7cf7000 -  0x7cf9ff7  com.apple.iLMBPhotoBooth2Plugin (2.6.4 - 288.4.6) <C906DB2A-CAD2-3C96-8A11-EA843B9ADB2A> /Library/Application Support/iLifeMediaBrowser/*/iLMBPhotoBooth2Plugin
    0x7cfe000 -  0x7cffff6  com.apple.iLMBPhotoBoothPlugin (2.6.4 - 288.4.6) <AA072C1D-BDA8-3DA2-9C62-288520683D56> /Library/Application Support/iLifeMediaBrowser/*/iLMBPhotoBoothPlugin
    0x89a3000 -  0x89a7ffb  com.apple.audio.AudioIPCPlugIn (1.2.3 - 1.2.3) <D4092467-5BBE-3ED6-A493-7DB1EE8E6686> /System/Library/Extensions/AudioIPCDriver.kext/Contents/Resources/AudioIPCPlugI n.bundle/Contents/MacOS/AudioIPCPlugIn
    0x89ac000 -  0x89b1fff  com.apple.audio.AppleHDAHALPlugIn (2.2.5 - 2.2.5a5) <BAD1E0E6-10E6-342C-BEB8-B1706F0CE2CF> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bun dle/Contents/MacOS/AppleHDAHALPlugIn
    0x91e6000 -  0x91e6ff7 +cl_kernels (??? - ???) <2B8ACA73-1BEE-43A7-95BA-5FEB131DD687> cl_kernels
    0x91e8000 -  0x9290ff7  unorm8_bgra.dylib (2.0.19 - compatibility 1.0.0) <99A967D2-5577-396B-BD11-56EAFF962AB2> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/u norm8_bgra.dylib
    0x92a5000 -  0x92a6ffd +cl_kernels (??? - ???) <53ED9FC8-F8F2-4897-B5FC-20BA70EED5A0> cl_kernels
    0x9446000 -  0x9446ffd +cl_kernels (??? - ???) <F205C26D-6BEB-44C6-A98D-26F8634CF5F6> cl_kernels
    0x94d2000 -  0x94d4fff  com.apple.podcastproducer.ImageDiffer (1.3 - 245) <073C136E-6E98-337D-B8D9-84664E84B9C5> /System/Library/Graphics/Quartz Composer Patches/ImageDifferPatch.plugin/Contents/MacOS/ImageDifferPatch
    0x950c000 -  0x950cfff  libmx.A.dylib (2026.0.0 - compatibility 1.0.0) <859B5BCC-B5D9-370F-8B6C-1E2B242D5DCD> /usr/lib/libmx.A.dylib
    0x950f000 -  0x9516ffe  com.apple.AppleGVAHW.component (1.1 - 1) <0C8846FD-355D-37C9-96D3-42C8BC591073> /System/Library/QuickTime/AppleGVAHW.component/Contents/MacOS/AppleGVAHW
    0x95be000 -  0x9654ffa  com.apple.mobiledevice (555.40 - 555.40) <40C9AB96-15C5-3D69-BA35-A73BB9380856> /System/Library/PrivateFrameworks/MobileDevice.framework/MobileDevice
    0x9843000 -  0x9a0fff7  com.apple.audio.codecs.Components (2.3 - 2.3) <FE9FB866-C44F-397B-BDA6-AD218A84BA4C> /System/Library/Components/AudioCodecs.component/Contents/MacOS/AudioCodecs
    0x9e3e000 -  0x9e3fff1 +cl_kernels (??? - ???) <CB46461E-743D-43BD-B08C-9BE7ACB8F438> cl_kernels
    0xaadc000 -  0xaaddff5 +cl_kernels (??? - ???) <7192CDED-E8A2-4DEC-B15A-8C6AF237599C> cl_kernels
    0xabc4000 -  0xabe9fff  com.apple.QuartzComposer.ExtraPatches (4.0 - 236.10) <2E5748B7-7555-37B5-B344-B4FF14FEDB2C> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/Resources/ExtraPatches.plugin/Contents/MacOS/ExtraPatches
    0xabf9000 -  0xac45ffb  com.apple.audio.midi.CoreMIDI (1.8 - 42) <CBD34EBC-0FFD-34B4-B55A-BE1F61EF4BD8> /System/Library/Frameworks/CoreMIDI.framework/Versions/A/CoreMIDI
    0xac68000 -  0xac91fff  com.apple.audio.OpenAL (1.5.1 - 1.5.1) <66AB8BA7-6F8A-3D8C-9DAE-D82AF54139BB> /System/Library/Frameworks/OpenAL.framework/Versions/A/OpenAL
    0xadea000 -  0xae15ff7  com.apple.iMovieQCPlugIns (1.1 - 1778) <931824E8-B2C7-3E5A-8E5C-00C8B2398459> /Users/USER/Desktop/iMovie.app/Contents/PlugIns/iMovieQCPlugIns.plugin/Contents /MacOS/iMovieQCPlugIns
    0xb34b000 -  0xb6d8ff7  QuickTimeH264.scalar (??? - ???) <AA023DC9-8A09-3F61-8736-AB646C7A435F> /System/Library/QuickTime/QuickTimeH264.component/Contents/Resources/QuickTimeH 264.scalar
    0xcb1c000 -  0xcb2ffef  com.apple.FCP Uncompressed 422.component (2.0 - 546.9) <DE499328-98FD-2648-444F-418FC8A3CE59> /Library/QuickTime/FCP Uncompressed 422.component/Contents/MacOS/FCP Uncompressed 422
    0xcb34000 -  0xcc44ff7 +net.telestream.wmv.import (2.5.0.1 - 3.0.0.126) <6CB544CE-B60B-3BEE-954F-67BD9228B6C9> /Library/QuickTime/Flip4Mac WMV Import.component/Contents/MacOS/Flip4Mac WMV Import
    0xcc74000 -  0xcc86fff +net.telestream.license (1.1.0.1 -GC - 1.1.0.1 -GC) <DC7780FD-AAAC-310E-92D5-1B8E7AB20E8C> /Library/Frameworks/TSLicense.framework/Versions/A/TSLicense
    0xcccc000 -  0xce8dfef +net.telestream.wmv.advanced (2.5.0.1 - 3.0.0.126) <6D1AADBA-C72A-3B73-85B3-4D37C4083830> /Library/QuickTime/Flip4Mac WMV Advanced.component/Contents/MacOS/Flip4Mac WMV Advanced
    0xced7000 -  0xcefffe3  com.apple.AppleAVCIntraCodec (2.0 - 542.4) <DBE6FAB1-C003-33F6-B0F3-BD528C7CAA20> /Library/QuickTime/AppleAVCIntraCodec.component/Contents/MacOS/AppleAVCIntraCod ec
    0xcf09000 -  0xcf90ff7  com.apple.AppleProResCodec (3.0.1 - 553.2) <6E207B31-DE83-BF92-990F-24328404C5AF> /Library/QuickTime/AppleProResCodec.component/Contents/MacOS/AppleProResCodec
    0xcfce000 -  0xd00dff7  com.apple.AppleVAH264HW.component (3.0 - 3.0) <FCD9379D-F303-3600-BF2C-A09BC8C8C87B> /System/Library/QuickTime/AppleVAH264HW.component/Contents/MacOS/AppleVAH264HW
    0xd0d0000 -  0xd216fe7  com.apple.AppleGVAFramework (3.1.9 - 3.1.9) <79ADC1B2-7DB2-3071-B2C5-7F46D8C1A29F> /System/Library/PrivateFrameworks/AppleGVA.framework/Versions/A/AppleGVA
    0xd249000 -  0xd282ff3  com.apple.QuickTimeFireWireDV.component (7.7.1 - 2339) <E1BA3A31-33E0-3E1B-A064-BA92C5A6A4EF> /System/Library/QuickTime/QuickTimeFireWireDV.component/Contents/MacOS/QuickTim eFireWireDV
    0xd28d000 -  0xd2cafe7  com.apple.DVCPROHDCodec (2.0 - 542.4) <C4C608C8-701F-448D-AA2C-9FA650BCA988> /Library/QuickTime/DVCPROHDCodec.component/Contents/MacOS/DVCPROHDCodec
    0xd2e0000 -  0xd394fef  com.apple.AppleHDVCodec (2.0.1 - 553.8) <5F48585B-5E48-549D-1E1B-F1BF68F8B753> /Library/QuickTime/AppleHDVCodec.component/Contents/MacOS/AppleHDVCodec
    0xd3b0000 -  0xd3d1fe7  com.apple.AppleIntermediateCodec (2.0 - 542.4) <C71EE6F3-7B4D-38DA-B3D9-65B0AD4CE313> /Library/QuickTime/AppleIntermediateCodec.component/Contents/MacOS/AppleInterme diateCodec
    0xd3e0000 -  0xd3f6ffb  com.apple.IMXCodec (2.0 - 547.2) <A835627C-1BAF-95D4-A5C9-EB998A205767> /Library/QuickTime/IMXCodec.component/Contents/MacOS/IMXCodec
    0xd408000 -  0xd420ff2  com.apple.applepixletvideo (1.2.30 - 1.2d30) <72A0B4BD-DB7A-3C7F-ADB9-6D059F7ABA2B> /System/Library/QuickTime/ApplePixletVideo.component/Contents/MacOS/ApplePixlet Video
    0x30635000 - 0x306ddff7  unorm8_argb.dylib (2.0.19 - compatibility 1.0.0) <1C5CBAF6-9739-340F-9CD6-10D08FEF554F> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/u norm8_argb.dylib
    0x3e000000 - 0x3e044fff  com.apple.glut (3.4.9 - GLUT-3.4.9) <28FCEDCC-0E24-3F81-BB29-E09CBCD5E047> /System/Library/Frameworks/GLUT.framework/Versions/A/GLUT
    0x70000000 - 0x70141fff  com.apple.audio.units.Components (1.7.3 - 1.7.3) <288826E4-A704-3FDB-8DF6-AFD50A73142B> /System/Library/Components/CoreAudio.component/Contents/MacOS/CoreAudio
    0x8fe83000 - 0x8feb5aa7  dyld (195.6 - ???) <3A866A34-4CDD-35A4-B26E-F145B05F3644> /usr/lib/dyld
    0x90042000 - 0x90046ff7  com.apple.OpenDirectory (10.7 - 146) <4986A382-8FEF-3392-8CE9-CF6A5EE4E365> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x90047000 - 0x90076ff7  libsystem_info.dylib (??? - ???) <37640811-445B-3BB7-9934-A7C99848250D> /usr/lib/system/libsystem_info.dylib
    0x90077000 - 0x9007eff9  libsystem_dnssd.dylib (??? - ???) <EBEAF723-84F8-3544-8FB2-31B7771B50D0> /usr/lib/system/libsystem_dnssd.dylib
    0x9008a000 - 0x9008effd  IOSurface (??? - ???) <EDDBEE65-1EB8-33A7-9972-E361A3508234> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x9008f000 - 0x900edff7  com.apple.coreui (1.2.2 - 165.11) <340B0B83-1407-3AB4-BCAB-505C29303EE2> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x900ee000 - 0x90132ff3  com.apple.framework.CoreWLAN (2.1.3 - 213.1) <8A99ADB8-4A3E-3B8E-A0E4-A39398C288EC> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
    0x90133000 - 0x90195ffb  com.apple.datadetectorscore (3.0 - 179.4) <3A418498-C189-37A1-9B86-F0ECB33AD91C> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
    0x9027e000 - 0x90295ff8  com.apple.CoreMediaAuthoring (2.0 - 891) <69D569FD-670C-3BD0-94BF-7A8954AA2953> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreM ediaAuthoring
    0x90296000 - 0x90378fff  com.apple.backup.framework (1.3.5 - 1.3.5) <1FAE91F2-BCEF-387D-B5C4-412C464DA1BE> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x90379000 - 0x90403ffb  com.apple.SearchKit (1.4.0 - 1.4.0) <CF074082-64AB-3A1F-831E-582DF1667827> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x90404000 - 0x90e35fff  com.apple.WebCore (7534.57 - 7534.57.7) <5FF60D46-9BC0-3B5A-AFF1-2C965D561009> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
    0x90fcc000 - 0x91007fff  com.apple.bom (11.0 - 183) <39257FE6-8B23-39B6-9528-57184104A98F> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
    0x91008000 - 0x9100fff8  libCGXCoreImage.A.dylib (600.0.0 - compatibility 64.0.0) <4F9DD9D1-F251-3661-A3C6-B1F550B084B0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
    0x91010000 - 0x91014fff  com.apple.CommonPanels (1.2.5 - 94) <3A988595-DE53-34ED-9367-C9A737E2AF38> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x91015000 - 0x91017ffc  com.apple.QuickTimeH264.component (7.7.1 - 2339) <121E5200-B9C7-3EE3-8D4C-6E89DE513B62> /System/Library/QuickTime/QuickTimeH264.component/Contents/MacOS/QuickTimeH264
    0x91025000 - 0x9102cff7  libsystem_notify.dylib (80.1.0 - compatibility 1.0.0) <47DB9E1B-A7D1-3818-A747-382B2C5D9E1B> /usr/lib/system/libsystem_notify.dylib
    0x91032000 - 0x91054ff8  com.apple.PerformanceAnalysis (1.11 - 11) <453463FF-7C42-3526-8C96-A9971EE07154> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/Perf ormanceAnalysis
    0x91055000 - 0x911b7ffb  com.apple.QuartzCore (1.7 - 270.5) <6D0EC7FC-11E5-35FB-A08A-3B438E89FBDB> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x911bb000 - 0x911c9fff  libz.1.dylib (1.2.5 - compatibility 1.0.0) <E73A4025-835C-3F73-9853-B08606E892DB> /usr/lib/libz.1.dylib
    0x911cc000 - 0x911dfffc  com.apple.FileSync.framework (6.0.1 - 502.2) <B79DAE4B-3B1E-32D4-8BEC-F2C034C00B68> /System/Library/PrivateFrameworks/FileSync.framework/Versions/A/FileSync
    0x911e0000 - 0x9126dff7  com.apple.CoreText (220.22.0 - ???) <EA7210A7-DECC-3F76-8A66-D4E41859B3C6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x9126e000 - 0x912b1ffd  libcommonCrypto.dylib (55010.0.0 - compatibility 1.0.0) <4BA1F5F1-F0A2-3FEB-BB62-F514DCBB3725> /usr/lib/system/libcommonCrypto.dylib
    0x912b9000 - 0x912c4ff3  libCSync.A.dylib (600.0.0 - compatibility 64.0.0) <D6E17FD4-ECA0-3EEE-BFC5-F6A42A21AB5D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x912c5000 - 0x91305ff7  libauto.dylib (??? - ???) <984C81BE-FA1C-3228-8F7E-2965E7E5EB85> /usr/lib/libauto.dylib
    0x91306000 - 0x9131cffe  libxpc.dylib (77.19.0 - compatibility 1.0.0) <0585AA94-F4FD-32C1-B586-22E7184B781A> /usr/lib/system/libxpc.dylib
    0x9131d000 - 0x913edffb  com.apple.ImageIO.framework (3.1.2 - 3.1.2) <2092785C-795A-3CDF-A1B4-6C80BA3726DD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x913ee000 - 0x913f0ff7  libdyld.dylib (195.5.0 - compatibility 1.0.0) <637660EA-8D12-3B79-B644-041FEADC9C33> /usr/lib/system/libdyld.dylib
    0x913f1000 - 0x91d1c72b  com.apple.CoreGraphics (1.600.0 - ???) <DD7CDD67-FC4F-36FE-962F-2EA7EF3FC780> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x91d1d000 - 0x91e3bfec  com.apple.vImage (5.1 - 5.1) <7757F253-B281-3612-89D4-F2B04061CBE1> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x91e3c000 - 0x91e5effe  com.apple.framework.familycontrols (3.0 - 300) <6735D7ED-7053-3AB8-B144-E7F70A124CCD> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
    0x91e9d000 - 0x91e9dfff  com.apple.Cocoa (6.6 - ???) <650273EF-1ABC-334E-B745-B75AF028F9F4> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x91e9e000 - 0x91ee8ff2  com.apple.Suggestions (1.1 - 85.1) <1057087C-AC51-3C3B-BECD-BF97426B2372> /System/Library/PrivateFrameworks/Suggestions.framework/Versions/A/Suggestions
    0x91ee9000 - 0x91f7fff7  com.apple.LaunchServices (480.40 - 480.40) <D5C0DEF9-398C-3742-8C4E-875C3365EC8B> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x91f80000 - 0x91f88ff5  libcopyfile.dylib (85.1.0 - compatibility 1.0.0) <A1BFC320-616A-30AA-A41E-29D7904FC4C7> /usr/lib/system/libcopyfile.dylib
    0x91f89000 - 0x91fc6ff7  libcups.2.dylib (2.9.0 - compatibility 2.0.0) <007A1877-E981-3007-A8FA-9B179F4ED6D1> /usr/lib/libcups.2.dylib
    0x92060000 - 0x92080ff7  com.apple.RemoteViewServices (1.5 - 44.2) <11C87337-FF29-3976-A230-6387D96563C5> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/Remot eViewServices
    0x92081000 - 0x92088fff  com.apple.agl (3.2.0 - AGL-3.2.0) <ED5A5B8A-0014-3897-951F-628391333256> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x92089000 - 0x920f8fff  com.apple.Heimdal (2.2 - 2.0) <2E1B8779-36D4-3C62-A67E-0034D77D7707> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
    0x920f9000 - 0x92101ff3  liblaunch.dylib (392.39.0 - compatibility 1.0.0) <9E6135FF-C2B1-3BC9-A160-B32D71BFA77C> /usr/lib/system/liblaunch.dylib
    0x92201000 - 0x92202ff0  libunc.dylib (24.0.0 - compatibility 1.0.0) <BCD277D0-4271-3E96-A4A2-85669DBEE2E2> /usr/lib/system/libunc.dylib
    0x92203000 - 0x92359fff  com.apple.audio.toolbox.AudioToolbox (1.7.3 - 1.7.3) <F09C7075-2C4E-3A4F-A372-95D700125513> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x9235a000 - 0x92372ff7  libexpat.1.dylib (7.2.0 - compatibility 7.0.0) <C7003CC0-28CA-3E04-9B9E-0A15138ED726> /usr/lib/libexpat.1.dylib
    0x92381000 - 0x9238cffc  com.apple.NetAuth (1.0 - 3.0) <C07853C0-AF32-3633-9CEF-2480860C12C5> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
    0x9238d000 - 0x923deff9  com.apple.QuickLookFramework (3.2 - 500.18) <CF3EF345-EA3E-3C2D-B56D-E4433326254A> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x923df000 - 0x92457ff8  com.apple.CorePDF (3.1 - 3.1) <0074267B-F74A-30FC-8508-A14C821F0771> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
    0x924c8000 - 0x924c8fff  com.apple.Accelerate.vecLib (3.7 - vecLib 3.7) <22997C20-BEB7-301D-86C5-5BFB3B06D212> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x924c9000 - 0x92b55ff5  com.apple.CoreAUC (6.16.12 - 6.16.12) <9D51400F-B827-3BA7-87F5-954A1CDDAEA9> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
    0x92b56000 - 0x92d72ff7  com.apple.imageKit (2.1.2 - 1.0) <71FC9A62-4E07-307C-8E6B-4DE7661DC0A3> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
    0x92d73000 - 0x92db7fff  com.apple.MediaKit (12 - 602) <6E429DD7-8829-37DE-94AF-940FB70F2FB9> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
    0x92db8000 - 0x92ea8ff1  libiconv.2.dylib (7.0.0 - compatibility 7.0.0) <9E5F86A3-8405-3774-9E0C-3A074273C96D> /usr/lib/libiconv.2.dylib
    0x93227000 - 0x934acfe3  com.apple.QuickTime (7.7.1 - 2339) <FC82F13B-1788-3766-8681-7A3B1EFAE02D> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x934ad000 - 0x934aeff7  libsystem_sandbox.dylib (??? - ???) <5CFCCFB7-CF29-3E04-801D-8532AE004768> /usr/lib/system/libsystem_sandbox.dylib
    0x934af000 - 0x934c7fff  com.apple.frameworks.preferencepanes (15.0 - 15.0) <A8CE15CF-2539-318A-910C-8789D45FFD69> /System/Library/Frameworks/PreferencePanes.framework/Versions/A/PreferencePanes
    0x934c8000 - 0x934f2ff0  libpcre.0.dylib (1.1.0 - compatibility 1.0.0) <5CAA1478-97E0-31EA-8F50-BF09D665DD84> /usr/lib/libpcre.0.dylib
    0x934f3000 - 0x93503fff  com.apple.LangAnalysis (1.7.0 - 1.7.0) <6D6F0C9D-2EEA-3578-AF3D-E2A09BCECAF3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x93504000 - 0x93511fff  com.apple.KerberosHelper (3.0 - 1.0) <0E16B080-3931-3D3E-A786-419C24B44B02> /System/Library/PrivateFrameworks/KerberosHelper.framework/Versions/A/KerberosH elper
    0x93538000 - 0x93538fff  com.apple.quartzframework (1.5 - 1.5) <EF66BF08-620E-3D11-87D4-35D0B0CD1F6D> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x93539000 - 0x93539fff  com.apple.vecLib (3.7 - vecLib 3.7) <8CCF99BF-A4B7-3C01-9219-B83D2AE5F82A> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x9353a000 - 0x9353affe  libkeymgr.dylib (23.0.0 - compatibility 1.0.0) <7F0E8EE2-9E8F-366F-9988-E2F119DB9A82> /usr/lib/system/libkeymgr.dylib
    0x9353b000 - 0x93545ff2  com.apple.audio.SoundManager (3.9.4.1 - 3.9.4.1) <2A089CE8-9760-3F0F-B77D-29A78940EA17> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x9357d000 - 0x9357fffb  libRadiance.dylib (??? - ???) <4721057E-5A1F-3083-911B-200ED1CE7678> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x93580000 - 0x93586ffd  com.apple.CommerceCore (1.0 - 17) <71641C17-1CA7-3AC9-974E-AAC9EB641035> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/C ommerceCore.framework/Versions/A/CommerceCore
    0x9358f000 - 0x93598ffc  com.apple.DisplayServicesFW (2.5.4 - 323.3) <820C4B45-814A-3101-A1FA-044CA6D2FBC8> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
    0x93599000 - 0x936b0fe9  com.apple.WebKit (7534.57 - 7534.57.7) <85DAC34E-86A1-380F-B166-56630C9B0BD5> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x936b1000 - 0x936b4ffd  libCoreVMClient.dylib (??? - ???) <B8F8916D-F12A-3D95-ABF3-999D57B7D581> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
    0x93710000 - 0x9372afff  com.apple.Kerberos (1.0 - 1) <D7920A1C-FEC4-3460-8DD0-D02491578CBB> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x9372b000 - 0x93733ff3  libunwind.dylib (30.0.0 - compatibility 1.0.0) <E8DA8CEC-12D6-3C8D-B2E2-5D567C8F3CB5> /usr/lib/system/libunwind.dylib
    0x9373a000 - 0x93832ff7  libFontParser.dylib (??? - ???) <71B33EB1-27F8-3C68-B940-FC61A3CFE275> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x93833000 - 0x93a0afe7  com.apple.CoreFoundation (6.7.2 - 635.21) <4D1D2BAF-1332-32DF-A81B-7E79D4F0A6CB> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x93b53000 - 0x93c64ff7  libJP2.dylib (??? - ???) <2B5EB147-F845-30DF-87C4-D2D3C3D0680A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x93c65000 - 0x93ca2fef  libGLImage.dylib (??? - ???) <FC13D46F-69C4-3BA1-A5E8-52C2EC8B7D58> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x93ca3000 - 0x93fe9ff3  com.apple.HIToolbox (1.9 - ???) <E5EA9EEF-3CCA-36A0-8688-DA2E64E2256C> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x949e9000 - 0x94debff6  libLAPACK.dylib (??? - ???) <00BE0221-8564-3F87-9F6B-8A910CF2F141> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib

  • Final cut crashes on open - Error Code Attached

    I started a new project and as soon as I added the video files final cut would crash. Now when I open it, it will crash about 10 seconds later everytime.
    Computer info:
    MacBopok Pro
    Retina, 15-inch, Late 2013
    Processor  2.6 GHz Intel Core i7
    Memory  16 GB 1600 MHz DDR3
    Graphics  NVIDIA GeForce GT 750M 2048 MB
    Software  OS X 10.9.4 (13E28)
    Error code:
    Process:         Final Cut Pro [1475]
    Path:            /Applications/Final Cut Pro.app/Contents/MacOS/Final Cut Pro
    Identifier:      com.apple.FinalCut
    Version:         10.0 (179114)
    Build Info:      ProEditor-179110400~1
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [144]
    Responsible:     Final Cut Pro [1475]
    User ID:         501
    Date/Time:       2014-08-05 11:46:24.008 -0400
    OS Version:      Mac OS X 10.9.4 (13E28)
    Report Version:  11
    Anonymous UUID:  AE3D9A3F-E66E-8550-E241-1E30CD9EA766
    Sleep/Wake UUID: F60F79AE-78AF-4821-8D34-79DC6A625562
    Crashed Thread:  10  Dispatch queue: com.apple.root.default-priority
    Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: KERN_INVALID_ADDRESS at 0xfffffff800000000
    VM Regions Near 0xfffffff800000000:
    --> shared memory          00007ffffffc0000-00007ffffffc1000 [    4K] r-x/r-x SM=SHM 
    Thread 0:: Dispatch queue: com.apple.main-thread
    0   libsystem_kernel.dylib         0x00007fff8fc75a1a mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00007fff8fc74d18 mach_msg + 64
    2   com.apple.CoreFoundation       0x00007fff8bcebf15 __CFRunLoopServiceMachPort + 181
    3   com.apple.CoreFoundation       0x00007fff8bceb539 __CFRunLoopRun + 1161
    4   com.apple.CoreFoundation       0x00007fff8bceae75 CFRunLoopRunSpecific + 309
    5   com.apple.HIToolbox           0x00007fff8d05fa0d RunCurrentEventLoopInMode + 226
    6   com.apple.HIToolbox           0x00007fff8d05f7b7 ReceiveNextEventCommon + 479
    7   com.apple.HIToolbox           0x00007fff8d05f5bc _BlockUntilNextEventMatchingListInModeWithFilter + 65
    8   com.apple.AppKit               0x00007fff94be424e _DPSNextEvent + 1434
    9   com.apple.AppKit               0x00007fff94be389b -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 122
    10  com.apple.AppKit               0x00007fff94bd799c -[NSApplication run] + 553
    11  com.apple.prokit               0x00000001002f7d3f NSProApplicationMain + 296
    12  com.apple.FinalCut             0x0000000100002138 start + 52
    Thread 1:: Dispatch queue: com.apple.root.low-priority
    0   libsystem_kernel.dylib         0x00007fff8fc7a64a kevent + 10
    1   com.apple.Flexo               0x0000000100945cac __-[FFStorageManager _createKernelQueue]_block_invoke_1 + 28
    2   libdispatch.dylib             0x00007fff95ebb1bb _dispatch_call_block_and_release + 12
    3   libdispatch.dylib             0x00007fff95eb828d _dispatch_client_callout + 8
    4   libdispatch.dylib             0x00007fff95eba082 _dispatch_root_queue_drain + 326
    5   libdispatch.dylib             0x00007fff95ebb177 _dispatch_worker_thread2 + 40
    6   libsystem_pthread.dylib       0x00007fff8960aef8 _pthread_wqthread + 314
    7   libsystem_pthread.dylib       0x00007fff8960dfb9 start_wqthread + 13
    Thread 2:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib         0x00007fff8fc7a662 kevent64 + 10
    1   libdispatch.dylib             0x00007fff95eba421 _dispatch_mgr_invoke + 239
    2   libdispatch.dylib             0x00007fff95eba136 _dispatch_mgr_thread + 52
    Thread 3:: Dispatch queue: NSOperationQueue Serial Queue
    0   libicucore.A.dylib             0x00007fff8dfb6036 icu::DateFormatSymbols::dispose() + 746
    1   libicucore.A.dylib             0x00007fff8dfb5d26 icu::DateFormatSymbols::~DateFormatSymbols() + 24
    2   libicucore.A.dylib             0x00007fff8dfb5cfe icu::DateFormatSymbols::~DateFormatSymbols() + 14
    3   libicucore.A.dylib             0x00007fff8dfb5c8d icu::SimpleDateFormat::adoptCalendar(icu::Calendar*) + 39
    4   com.apple.CoreFoundation       0x00007fff8bd18d1f __cficu_udat_setCalendar + 31
    5   com.apple.CoreFoundation       0x00007fff8bd169b4 __ResetUDateFormat + 2148
    6   com.apple.CoreFoundation       0x00007fff8bd19514 __CFDateFormatterSetProperty + 1348
    7   com.apple.iLMBiPhotoPlugin2012 0x0000000126ae6370 0x126ada000 + 50032
    8   com.apple.iLMBiPhotoPlugin2012 0x0000000126ae6bd0 0x126ada000 + 52176
    9   com.apple.iLMBiPhotoPlugin2012 0x0000000126b7058d 0x126ada000 + 615821
    10  com.apple.iLMBiPhotoPlugin2012 0x0000000126b72c97 0x126ada000 + 625815
    11  com.apple.iLMBiPhotoPlugin2012 0x0000000126b705de 0x126ada000 + 615902
    12  com.apple.iLMBiPhotoPlugin2012 0x0000000126b72c97 0x126ada000 + 625815
    13  com.apple.iLMBiPhotoPlugin2012 0x0000000126b74e19 0x126ada000 + 634393
    14  com.apple.iLMBiPhotoPlugin2012 0x0000000126b79949 0x126ada000 + 653641
    15  com.apple.iLifeMediaBrowser   0x00007fff8952855d -[ILMediaManager _performLoadData] + 193
    16  com.apple.iLifeMediaBrowser   0x00007fff8952877b -[ILMediaManager _loadDataThreaded] + 224
    17  com.apple.CoreFoundation       0x00007fff8bcb49ac __invoking___ + 140
    18  com.apple.CoreFoundation       0x00007fff8bcb4814 -[NSInvocation invoke] + 308
    19  com.apple.Foundation           0x00007fff8d691df4 -[NSInvocationOperation main] + 34
    20  com.apple.Foundation           0x00007fff8d5e98a1 -[__NSOperationInternal _start:] + 631
    21  com.apple.Foundation           0x00007fff8d5e954b __NSOQSchedule_f + 64
    22  libdispatch.dylib             0x00007fff95eb828d _dispatch_client_callout + 8
    23  libdispatch.dylib             0x00007fff95eba673 _dispatch_queue_drain + 451
    24  libdispatch.dylib             0x00007fff95ebb9c1 _dispatch_queue_invoke + 110
    25  libdispatch.dylib             0x00007fff95eb9f87 _dispatch_root_queue_drain + 75
    26  libdispatch.dylib             0x00007fff95ebb177 _dispatch_worker_thread2 + 40
    27  libsystem_pthread.dylib       0x00007fff8960aef8 _pthread_wqthread + 314
    28  libsystem_pthread.dylib       0x00007fff8960dfb9 start_wqthread + 13
    Thread 4:
    0   libsystem_kernel.dylib         0x00007fff8fc79e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff8960af08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib       0x00007fff8960dfb9 start_wqthread + 13
    Thread 5:
    0   libsystem_kernel.dylib         0x00007fff8fc79716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff8960bc3b _pthread_cond_wait + 727
    2   com.apple.progl.framework     0x00000001028347ea (anonymous namespace)::threadFunc(void*) + 70
    3   com.apple.procore.framework   0x00000001001594fc PCThread::startup(void*) + 18
    4   libsystem_pthread.dylib       0x00007fff89609899 _pthread_body + 138
    5   libsystem_pthread.dylib       0x00007fff8960972a _pthread_start + 137
    6   libsystem_pthread.dylib       0x00007fff8960dfc9 thread_start + 13
    Thread 6:: com.apple.flexo.throttled-scheduled-io
    0   libsystem_kernel.dylib         0x00007fff8fc79716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff8960bc3b _pthread_cond_wait + 727
    2   com.apple.Flexo               0x0000000100808858 Synchronizable::Wait() + 56
    3   com.apple.Fig.provider         0x000000010bee60a8 0x10beb9000 + 184488
    4   com.apple.Flexo               0x000000010081165a Thread::RunHelper(void*) + 42
    5   libsystem_pthread.dylib       0x00007fff89609899 _pthread_body + 138
    6   libsystem_pthread.dylib       0x00007fff8960972a _pthread_start + 137
    7   libsystem_pthread.dylib       0x00007fff8960dfc9 thread_start + 13
    Thread 7:: BGTask: FFBackgroundRenderJob  Dispatch queue: NSOperationQueue 0x6100002e3280
    0   libsystem_kernel.dylib         0x00007fff8fc79716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff8960bc77 _pthread_cond_wait + 787
    2   com.apple.Foundation           0x00007fff8d619930 -[NSCondition waitUntilDate:] + 344
    3   com.apple.Foundation           0x00007fff8d6107d8 -[NSConditionLock lockWhenCondition:beforeDate:] + 232
    4   com.apple.Flexo               0x00000001006bf068 -[FFPlayer _waitForQueueFill] + 40
    5   com.apple.Flexo               0x00000001006c89fb -[FFPlayer _setTime:rate:duration:forceRedraw:] + 2363
    6   com.apple.Flexo               0x00000001006c01ff -[FFPlayer setTime:rate:] + 111
    7   com.apple.Flexo               0x0000000100875b58 -[FFRenderer renderRange:cancelAtRangeEnd:storageLocationsToWatch:] + 1288
    8   com.apple.Flexo               0x0000000100c2b62b -[FFBackgroundRenderJob _renderOnTask:] + 1931
    9   com.apple.Flexo               0x0000000100c2ab8e -[FFBackgroundRenderJob renderToSegmentStore:onTask:] + 206
    10  com.apple.Flexo               0x00000001007cffdb -[FFBackgroundTask main] + 331
    11  com.apple.Foundation           0x00007fff8d5e98a1 -[__NSOperationInternal _start:] + 631
    12  com.apple.Foundation           0x00007fff8d5e954b __NSOQSchedule_f + 64
    13  libdispatch.dylib             0x00007fff95eb828d _dispatch_client_callout + 8
    14  libdispatch.dylib             0x00007fff95ebc7e3 _dispatch_async_redirect_invoke + 154
    15  libdispatch.dylib             0x00007fff95eb828d _dispatch_client_callout + 8
    16  libdispatch.dylib             0x00007fff95eba082 _dispatch_root_queue_drain + 326
    17  libdispatch.dylib             0x00007fff95ebb177 _dispatch_worker_thread2 + 40
    18  libsystem_pthread.dylib       0x00007fff8960aef8 _pthread_wqthread + 314
    19  libsystem_pthread.dylib       0x00007fff8960dfb9 start_wqthread + 13
    Thread 8:: CVDisplayLink
    0   libsystem_kernel.dylib         0x00007fff8fc79716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff8960bc3b _pthread_cond_wait + 727
    2   com.apple.CoreVideo           0x00007fff90572a38 CVDisplayLink::runIOThread() + 656
    3   com.apple.CoreVideo           0x00007fff9057278f startIOThread(void*) + 147
    4   libsystem_pthread.dylib       0x00007fff89609899 _pthread_body + 138
    5   libsystem_pthread.dylib       0x00007fff8960972a _pthread_start + 137
    6   libsystem_pthread.dylib       0x00007fff8960dfc9 thread_start + 13
    Thread 9:
    0   libsystem_kernel.dylib         0x00007fff8fc79e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff8960af08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib       0x00007fff8960dfb9 start_wqthread + 13
    Thread 10 Crashed:: Dispatch queue: com.apple.root.default-priority
    0   com.apple.ProAppsFxSupport     0x00000001028fd6f5 HgcMotionBlur::RenderTile_AVX(HGTile*) + 1877
    1   com.apple.ProAppsFxSupport     0x00000001028fce3a HgcMotionBlur::RenderTile(HGTile*) + 10218
    2   com.apple.Helium.HeliumRender 0x0000000102c54569 HGRenderer::RenderTile(HGExecutionUnit*, __m128*, HGRect, HGNode*, int) + 3817
    3   com.apple.Helium.HeliumRender 0x0000000102c5469e HGRenderer::RenderTile(HGExecutionUnit*, __m128*, HGRect, HGNode*, int) + 4126
    4   com.apple.Helium.HeliumRender 0x0000000102c5469e HGRenderer::RenderTile(HGExecutionUnit*, __m128*, HGRect, HGNode*, int) + 4126
    5   com.apple.Helium.HeliumRender 0x0000000102c5469e HGRenderer::RenderTile(HGExecutionUnit*, __m128*, HGRect, HGNode*, int) + 4126
    6   com.apple.Helium.HeliumRender 0x0000000102c5469e HGRenderer::RenderTile(HGExecutionUnit*, __m128*, HGRect, HGNode*, int) + 4126
    7   com.apple.Helium.HeliumRender 0x0000000102c5469e HGRenderer::RenderTile(HGExecutionUnit*, __m128*, HGRect, HGNode*, int) + 4126
    8   com.apple.Helium.HeliumRender 0x0000000102c5469e HGRenderer::RenderTile(HGExecutionUnit*, __m128*, HGRect, HGNode*, int) + 4126
    9   com.apple.Helium.HeliumRender 0x0000000102c5469e HGRenderer::RenderTile(HGExecutionUnit*, __m128*, HGRect, HGNode*, int) + 4126
    10  com.apple.Helium.HeliumRender 0x0000000102c53995 HGRenderer::RenderTile(HGExecutionUnit*, __m128*, HGRect, HGNode*, int) + 789
    11  com.apple.Helium.HeliumRender 0x0000000102c5469e HGRenderer::RenderTile(HGExecutionUnit*, __m128*, HGRect, HGNode*, int) + 4126
    12  com.apple.Helium.HeliumRender 0x0000000102c5469e HGRenderer::RenderTile(HGExecutionUnit*, __m128*, HGRect, HGNode*, int) + 4126
    13  com.apple.Helium.HeliumRender 0x0000000102c79c99 ExecuteUnitGCD(void*) + 1449
    14  libdispatch.dylib             0x00007fff95eb828d _dispatch_client_callout + 8
    15  libdispatch.dylib             0x00007fff95eba082 _dispatch_root_queue_drain + 326
    16  libdispatch.dylib             0x00007fff95ebb177 _dispatch_worker_thread2 + 40
    17  libsystem_pthread.dylib       0x00007fff8960aef8 _pthread_wqthread + 314
    18  libsystem_pthread.dylib       0x00007fff8960dfb9 start_wqthread + 13
    Thread 11:
    0   libsystem_kernel.dylib         0x00007fff8fc79e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff8960af08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib       0x00007fff8960dfb9 start_wqthread + 13
    Thread 12:
    0   libsystem_kernel.dylib         0x00007fff8fc79e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff8960af08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib       0x00007fff8960dfb9 start_wqthread + 13
    Thread 13:
    0   libsystem_kernel.dylib         0x00007fff8fc79e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff8960af08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib       0x00007fff8960dfb9 start_wqthread + 13
    Thread 14:
    0   libsystem_kernel.dylib         0x00007fff8fc79e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff8960af08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib       0x00007fff8960dfb9 start_wqthread + 13
    Thread 15:
    0   libsystem_kernel.dylib         0x00007fff8fc79e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff8960af08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib       0x00007fff8960dfb9 start_wqthread + 13
    Thread 16:: Dispatch queue: com.apple.root.default-priority
    0   com.apple.Helium.HeliumRender 0x0000000102ce49b9 hg_span_read_4f_wxyz_AVX(__m128*, int, __m128 const*, __m128) + 105
    1   com.apple.Helium.HeliumRender 0x0000000102ce071d HGBitmap::ReadTile(void*, HGRect, int) + 445
    2   com.apple.Helium.HeliumRender 0x0000000102c00619 HGBitmapLoader::RenderTile(HGTile*) + 73
    3   com.apple.Helium.HeliumRender 0x0000000102c54569 HGRenderer::RenderTile(HGExecutionUnit*, __m128*, HGRect, HGNode*, int) + 3817
    4   com.apple.Helium.HeliumRender 0x0000000102c53db2 HGRenderer::RenderTile(HGExecutionUnit*, __m128*, HGRect, HGNode*, int) + 1842
    5   com.apple.Helium.HeliumRender 0x0000000102c53c93 HGRenderer::RenderTile(HGExecutionUnit*, __m128*, HGRect, HGNode*, int) + 1555
    6   com.apple.Helium.HeliumRender 0x0000000102c5469e HGRenderer::RenderTile(HGExecutionUnit*, __m128*, HGRect, HGNode*, int) + 4126
    7   com.apple.Helium.HeliumRender 0x0000000102c5469e HGRenderer::RenderTile(HGExecutionUnit*, __m128*, HGRect, HGNode*, int) + 4126
    8   com.apple.Helium.HeliumRender 0x0000000102c5469e HGRenderer::RenderTile(HGExecutionUnit*, __m128*, HGRect, HGNode*, int) + 4126
    9   com.apple.Helium.HeliumRender 0x0000000102c5469e HGRenderer::RenderTile(HGExecutionUnit*, __m128*, HGRect, HGNode*, int) + 4126
    10  com.apple.Helium.HeliumRender 0x0000000102c5469e HGRenderer::RenderTile(HGExecutionUnit*, __m128*, HGRect, HGNode*, int) + 4126
    11  com.apple.Helium.HeliumRender 0x0000000102c5469e HGRenderer::RenderTile(HGExecutionUnit*, __m128*, HGRect, HGNode*, int) + 4126
    12  com.apple.Helium.HeliumRender 0x0000000102c5469e HGRenderer::RenderTile(HGExecutionUnit*, __m128*, HGRect, HGNode*, int) + 4126
    13  com.apple.Helium.HeliumRender 0x0000000102c5469e HGRenderer::RenderTile(HGExecutionUnit*, __m128*, HGRect, HGNode*, int) + 4126
    14  com.apple.Helium.HeliumRender 0x0000000102c53995 HGRenderer::RenderTile(HGExecutionUnit*, __m128*, HGRect, HGNode*, int) + 789
    15  com.apple.Helium.HeliumRender 0x0000000102c5469e HGRenderer::RenderTile(HGExecutionUnit*, __m128*, HGRect, HGNode*, int) + 4126
    16  com.apple.Helium.HeliumRender 0x0000000102c5469e HGRenderer::RenderTile(HGExecutionUnit*, __m128*, HGRect, HGNode*, int) + 4126
    17  com.apple.Helium.HeliumRender 0x0000000102c79c99 ExecuteUnitGCD(void*) + 1449
    18  libdispatch.dylib             0x00007fff95eb828d _dispatch_client_callout + 8
    19  libdispatch.dylib             0x00007fff95eba082 _dispatch_root_queue_drain + 326
    20  libdispatch.dylib             0x00007fff95ebb177 _dispatch_worker_thread2 + 40
    21  libsystem_pthread.dylib       0x00007fff8960aef8 _pthread_wqthread + 314
    22  libsystem_pthread.dylib       0x00007fff8960dfb9 start_wqthread + 13
    Thread 17:
    0   libsystem_kernel.dylib         0x00007fff8fc79e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff8960af08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib       0x00007fff8960dfb9 start_wqthread + 13
    Thread 18:: Dispatch queue: com.apple.root.default-priority
    0   com.apple.Helium.HeliumRender 0x0000000102ce49b9 hg_span_read_4f_wxyz_AVX(__m128*, int, __m128 const*, __m128) + 105
    1   com.apple.Helium.HeliumRender 0x0000000102ce071d HGBitmap::ReadTile(void*, HGRect, int) + 445
    2   com.apple.Helium.HeliumRender 0x0000000102c00619 HGBitmapLoader::RenderTile(HGTile*) + 73
    3   com.apple.Helium.HeliumRender 0x0000000102c54569 HGRenderer::RenderTile(HGExecutionUnit*, __m128*, HGRect, HGNode*, int) + 3817
    4   com.apple.Helium.HeliumRender 0x0000000102c53db2 HGRenderer::RenderTile(HGExecutionUnit*, __m128*, HGRect, HGNode*, int) + 1842
    5   com.apple.Helium.HeliumRender 0x0000000102c53d0b HGRenderer::RenderTile(HGExecutionUnit*, __m128*, HGRect, HGNode*, int) + 1675
    6   com.apple.Helium.HeliumRender 0x0000000102c5469e HGRenderer::RenderTile(HGExecutionUnit*, __m128*, HGRect, HGNode*, int) + 4126
    7   com.apple.Helium.HeliumRender 0x0000000102c5469e HGRenderer::RenderTile(HGExecutionUnit*, __m128*, HGRect, HGNode*, int) + 4126
    8   com.apple.Helium.HeliumRender 0x0000000102c5469e HGRenderer::RenderTile(HGExecutionUnit*, __m128*, HGRect, HGNode*, int) + 4126
    9   com.apple.Helium.HeliumRender 0x0000000102c5469e HGRenderer::RenderTile(HGExecutionUnit*, __m128*, HGRect, HGNode*, int) + 4126
    10  com.apple.Helium.HeliumRender 0x0000000102c5469e HGRenderer::RenderTile(HGExecutionUnit*, __m128*, HGRect, HGNode*, int) + 4126
    11  com.apple.Helium.HeliumRender 0x0000000102c5469e HGRenderer::RenderTile(HGExecutionUnit*, __m128*, HGRect, HGNode*, int) + 4126
    12  com.apple.Helium.HeliumRender 0x0000000102c5469e HGRenderer::RenderTile(HGExecutionUnit*, __m128*, HGRect, HGNode*, int) + 4126
    13  com.apple.Helium.HeliumRender 0x0000000102c5469e HGRenderer::RenderTile(HGExecutionUnit*, __m128*, HGRect, HGNode*, int) + 4126
    14  com.apple.Helium.HeliumRender 0x0000000102c53995 HGRenderer::RenderTile(HGExecutionUnit*, __m128*, HGRect, HGNode*, int) + 789
    15  com.apple.Helium.HeliumRender 0x0000000102c5469e HGRenderer::RenderTile(HGExecutionUnit*, __m128*, HGRect, HGNode*, int) + 4126
    16  com.apple.Helium.HeliumRender 0x0000000102c5469e HGRenderer::RenderTile(HGExecutionUnit*, __m128*, HGRect, HGNode*, int) + 4126
    17  com.apple.Helium.HeliumRender 0x0000000102c79c99 ExecuteUnitGCD(void*) + 1449
    18  libdispatch.dylib             0x00007fff95eb828d _dispatch_client_callout + 8
    19  libdispatch.dylib             0x00007fff95eba082 _dispatch_root_queue_drain + 326
    20  libdispatch.dylib             0x00007fff95ebb177 _dispatch_worker_thread2 + 40
    21  libsystem_pthread.dylib       0x00007fff8960aef8 _pthread_wqthread + 314
    22  libsystem_pthread.dylib       0x00007fff8960dfb9 start_wqthread + 13
    Thread 19:: Dispatch queue: com.apple.root.default-priority
    0   com.apple.Helium.HeliumRender 0x0000000102ce49b9 hg_span_read_4f_wxyz_AVX(__m128*, int, __m128 const*, __m128) + 105
    1   com.apple.Helium.HeliumRender 0x0000000102ce071d HGBitmap::ReadTile(void*, HGRect, int) + 445
    2   com.apple.Helium.HeliumRender 0x0000000102c00619 HGBitmapLoader::RenderTile(HGTile*) + 73
    3   com.apple.Helium.HeliumRender 0x0000000102c54569 HGRenderer::RenderTile(HGExecutionUnit*, __m128*, HGRect, HGNode*, int) + 3817
    4   com.apple.Helium.HeliumRender 0x0000000102c53db2 HGRenderer::RenderTile(HGExecutionUnit*, __m128*, HGRect, HGNode*, int) + 1842
    5   com.apple.Helium.HeliumRender 0x0000000102c53c93 HGRenderer::RenderTile(HGExecutionUnit*, __m128*, HGRect, HGNode*, int) + 1555
    6   com.apple.Helium.HeliumRender 0x0000000102c5469e HGRenderer::RenderTile(HGExecutionUnit*, __m128*, HGRect, HGNode*, int) + 4126
    7   com.apple.Helium.HeliumRender 0x0000000102c5469e HGRenderer::RenderTile(HGExecutionUnit*, __m128*, HGRect, HGNode*, int) + 4126
    8   com.apple.Helium.HeliumRender 0x0000000102c5469e HGRenderer::RenderTile(HGExecutionUnit*, __m128*, HGRect, HGNode*, int) + 4126
    9   com.apple.Helium.HeliumRender 0x0000000102c5469e HGRenderer::RenderTile(HGExecutionUnit*, __m128*, HGRect, HGNode*, int) + 4126
    10  com.apple.Helium.HeliumRender 0x0000000102c5469e HGRenderer::RenderTile(HGExecutionUnit*, __m128*, HGRect, HGNode*, int) + 4126
    11  com.apple.Helium.HeliumRender 0x0000000102c5469e HGRenderer::RenderTile(HGExecutionUnit*, __m128*, HGRect, HGNode*, int) + 4126
    12  com.apple.Helium.HeliumRender 0x0000000102c5469e HGRenderer::RenderTile(HGExecutionUnit*, __m128*, HGRect, HGNode*, int) + 4126
    13  com.apple.Helium.HeliumRender 0x0000000102c5469e HGRenderer::RenderTile(HGExecutionUnit*, __m128*, HGRect, HGNode*, int) + 4126
    14  com.apple.Helium.HeliumRender 0x0000000102c53995 HGRenderer::RenderTile(HGExecutionUnit*, __m128*, HGRect, HGNode*, int) + 789
    15  com.apple.Helium.HeliumRender 0x0000000102c5469e HGRenderer::RenderTile(HGExecutionUnit*, __m128*, HGRect, HGNode*, int) + 4126
    16  com.apple.Helium.HeliumRender 0x0000000102c5469e HGRenderer::RenderTile(HGExecutionUnit*, __m128*, HGRect, HGNode*, int) + 4126
    17  com.apple.Helium.HeliumRender 0x0000000102c79c99 ExecuteUnitGCD(void*) + 1449
    18  libdispatch.dylib             0x00007fff95eb828d _dispatch_client_callout + 8
    19  libdispatch.dylib             0x00007fff95eba082 _dispatch_root_queue_drain + 326
    20  libdispatch.dylib             0x00007fff95ebb177 _dispatch_worker_thread2 + 40
    21  libsystem_pthread.dylib       0x00007fff8960aef8 _pthread_wqthread + 314
    22  libsystem_pthread.dylib       0x00007fff8960dfb9 start_wqthread + 13
    Thread 20:
    0   libsystem_kernel.dylib         0x00007fff8fc79e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff8960af08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib       0x00007fff8960dfb9 start_wqthread + 13
    Thread 21:
    0   libsystem_kernel.dylib         0x00007fff8fc79e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff8960af08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib       0x00007fff8960dfb9 start_wqthread + 13
    Thread 22:: MIO Mounting Thread
    0   libsystem_kernel.dylib         0x00007fff8fc79716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff8960bc77 _pthread_cond_wait + 787
    2   com.apple.Foundation           0x00007fff8d619930 -[NSCondition waitUntilDate:] + 344
    3   com.apple.Foundation           0x00007fff8d6107d8 -[NSConditionLock lockWhenCondition:beforeDate:] + 232
    4   com.apple.proapps.MIO         0x000000010155f89c -[PluginLockPair scanPaths] + 284
    5   com.apple.Foundation           0x00007fff8d64876b __NSThread__main__ + 1318
    6   libsystem_pthread.dylib       0x00007fff89609899 _pthread_body + 138
    7   libsystem_pthread.dylib       0x00007fff8960972a _pthread_start + 137
    8   libsystem_pthread.dylib       0x00007fff8960dfc9 thread_start + 13
    Thread 23:: MIO Mounting Thread
    0   libsystem_kernel.dylib         0x00007fff8fc79716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff8960bc77 _pthread_cond_wait + 787
    2   com.apple.Foundation           0x00007fff8d619930 -[NSCondition waitUntilDate:] + 344
    3   com.apple.Foundation           0x00007fff8d6107d8 -[NSConditionLock lockWhenCondition:beforeDate:] + 232
    4   com.apple.proapps.MIO         0x000000010155f89c -[PluginLockPair scanPaths] + 284
    5   com.apple.Foundation           0x00007fff8d64876b __NSThread__main__ + 1318
    6   libsystem_pthread.dylib       0x00007fff89609899 _pthread_body + 138
    7   libsystem_pthread.dylib       0x00007fff8960972a _pthread_start + 137
    8   libsystem_pthread.dylib       0x00007fff8960dfc9 thread_start + 13
    Thread 24:: MIO Mounting Thread
    0   libsystem_kernel.dylib         0x00007fff8fc79716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff8960bc77 _pthread_cond_wait + 787
    2   com.apple.Foundation           0x00007fff8d619930 -[NSCondition waitUntilDate:] + 344
    3   com.apple.Foundation           0x00007fff8d6107d8 -[NSConditionLock lockWhenCondition:beforeDate:] + 232
    4   com.apple.proapps.MIO         0x000000010155f89c -[PluginLockPair scanPaths] + 284
    5   com.apple.Foundation           0x00007fff8d64876b __NSThread__main__ + 1318
    6   libsystem_pthread.dylib       0x00007fff89609899 _pthread_body + 138
    7   libsystem_pthread.dylib       0x00007fff8960972a _pthread_start + 137
    8   libsystem_pthread.dylib       0x00007fff8960dfc9 thread_start + 13
    Thread 25:: MIO Mounting Thread
    0   libsystem_kernel.dylib         0x00007fff8fc79716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff8960bc77 _pthread_cond_wait + 787
    2   com.apple.Foundation           0x00007fff8d619930 -[NSCondition waitUntilDate:] + 344
    3   com.apple.Foundation           0x00007fff8d6107d8 -[NSConditionLock lockWhenCondition:beforeDate:] + 232
    4   com.apple.proapps.MIO         0x000000010155f89c -[PluginLockPair scanPaths] + 284
    5   com.apple.Foundation           0x00007fff8d64876b __NSThread__main__ + 1318
    6   libsystem_pthread.dylib       0x00007fff89609899 _pthread_body + 138
    7   libsystem_pthread.dylib       0x00007fff8960972a _pthread_start + 137
    8   libsystem_pthread.dylib       0x00007fff8960dfc9 thread_start + 13
    Thread 26:: MIO Mounting Thread
    0   libsystem_kernel.dylib         0x00007fff8fc79716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff8960bc77 _pthread_cond_wait + 787
    2   com.apple.Foundation           0x00007fff8d619930 -[NSCondition waitUntilDate:] + 344
    3   com.apple.Foundation           0x00007fff8d6107d8 -[NSConditionLock lockWhenCondition:beforeDate:] + 232
    4   com.apple.proapps.MIO         0x000000010155f89c -[PluginLockPair scanPaths] + 284
    5   com.apple.Foundation           0x00007fff8d64876b __NSThread__main__ + 1318
    6   libsystem_pthread.dylib       0x00007fff89609899 _pthread_body + 138
    7   libsystem_pthread.dylib       0x00007fff8960972a _pthread_start + 137
    8   libsystem_pthread.dylib       0x00007fff8960dfc9 thread_start + 13
    Thread 27:: com.apple.dvdplayback-DDPTask
    0   libsystem_kernel.dylib         0x00007fff8fc75a56 semaphore_wait_trap + 10
    1   com.apple.AVCHDPlugin         0x000000012afb1eb7 semaphore_wait(viona_semaphore_t*) + 55
    2   com.apple.AVCHDPlugin         0x000000012afbf460 WinPortServer::ProcessMessages() + 768
    3   com.apple.AVCHDPlugin         0x000000012af438a3 DDP_Init + 723
    4   com.apple.AVCHDPlugin         0x000000012afb16c0 ST20Thread::Run(PThreadRunParams*) + 32
    5   libsystem_pthread.dylib       0x00007fff89609899 _pthread_body + 138
    Thread 28:: com.apple.audio.IOThread.client
    0   libsystem_kernel.dylib         0x00007fff8fc75a1a mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00007fff8fc74d18 mach_msg + 64
    2   com.apple.audio.CoreAudio     0x00007fff95b8b828 HALB_MachPort::SendMessageWithReply(unsigned int, unsigned int, unsigned int, unsigned int, mach_msg_header_t*, bool, unsigned int) + 98
    3   com.apple.audio.CoreAudio     0x00007fff95b8b7b6 HALB_MachPort::SendSimpleMessageWithSimpleReply(unsigned int, unsigned int, int, int&, bool, unsigned int) + 42
    4   com.apple.audio.CoreAudio     0x00007fff95b89f3e HALC_ProxyIOContext::IOWorkLoop() + 950
    5   com.apple.audio.CoreAudio     0x00007fff95b89add HALC_ProxyIOContext::IOThreadEntry(void*) + 97
    6   com.apple.audio.CoreAudio     0x00007fff95b8999d HALB_IOThread::Entry(void*) + 75
    7   libsystem_pthread.dylib       0x00007fff89609899 _pthread_body + 138
    8   libsystem_pthread.dylib       0x00007fff8960972a _pthread_start + 137
    9   libsystem_pthread.dylib       0x00007fff8960dfc9 thread_start + 13
    Thread 29:: com.apple.helium-unit
    0   libsystem_kernel.dylib         0x00007fff8fc79746 __psynch_mutexwait + 10
    1   libsystem_pthread.dylib       0x00007fff8960c779 _pthread_mutex_lock + 372
    2   com.apple.Helium.HeliumRender 0x0000000102c79e42 hg_pthread_loop(void*) + 98
    3   libsystem_pthread.dylib       0x00007fff89609899 _pthread_body + 138
    4   libsystem_pthread.dylib       0x00007fff8960972a _pthread_start + 137
    5   libsystem_pthread.dylib       0x00007fff8960dfc9 thread_start + 13
    Thread 30:: com.apple.helium-unit
    0   libsystem_kernel.dylib         0x00007fff8fc79746 __psynch_mutexwait + 10
    1   libsystem_pthread.dylib       0x00007fff8960c779 _pthread_mutex_lock + 372
    2   com.apple.Helium.HeliumRender 0x0000000102c79e42 hg_pthread_loop(void*) + 98
    3   libsystem_pthread.dylib       0x00007fff89609899 _pthread_body + 138
    4   libsystem_pthread.dylib       0x00007fff8960972a _pthread_start + 137
    5   libsystem_pthread.dylib       0x00007fff8960dfc9 thread_start + 13
    Thread 31:: com.apple.helium-unit
    0   libsystem_kernel.dylib         0x00007fff8fc79746 __psynch_mutexwait + 10
    1   libsystem_pthread.dylib       0x00007fff8960c779 _pthread_mutex_lock + 372
    2   com.apple.Helium.HeliumRender 0x0000000102c79e42 hg_pthread_loop(void*) + 98
    3   libsystem_pthread.dylib       0x00007fff89609899 _pthread_body + 138
    4   libsystem_pthread.dylib       0x00007fff8960972a _pthread_start + 137
    5   libsystem_pthread.dylib       0x00007fff8960dfc9 thread_start + 13
    Thread 32:: com.apple.helium-unit
    0   libsystem_kernel.dylib         0x00007fff8fc79746 __psynch_mutexwait + 10
    1   libsystem_pthread.dylib       0x00007fff8960c779 _pthread_mutex_lock + 372
    2   com.apple.Helium.HeliumRender 0x0000000102c79e42 hg_pthread_loop(void*) + 98
    3   libsystem_pthread.dylib       0x00007fff89609899 _pthread_body + 138
    4   libsystem_pthread.dylib       0x00007fff8960972a _pthread_start + 137
    5   libsystem_pthread.dylib       0x00007fff8960dfc9 thread_start + 13
    Thread 33:: com.apple.coremedia.scheduledfileio
    0   libsystem_kernel.dylib         0x00007fff8fc79716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff8960bc3b _pthread_cond_wait + 727
    2   com.apple.CoreMedia.ProAppsSupport 0x000000010028af39 WaitOnCondition + 14
    3   com.apple.CoreMedia.ProAppsSupport 0x000000010028b105 FigSemaphoreWaitRelative + 167
    4   com.apple.CoreMedia.ProAppsSupport 0x0000000100289212 FigScheduledFileIOThread + 5109
    5   com.apple.CoreMedia.ProAppsSupport 0x000000010028c03a figThreadMain + 397
    6   libsystem_pthread.dylib       0x00007fff89609899 _pthread_body + 138
    7   libsystem_pthread.dylib       0x00007fff8960972a _pthread_start + 137
    8   libsystem_pthread.dylib       0x00007fff8960dfc9 thread_start + 13
    Thread 34:
    0   libsystem_kernel.dylib         0x00007fff8fc79e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff8960af08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib       0x00007fff8960dfb9 start_wqthread + 13
    Thread 35:: com.apple.helium-texture-finish
    0   libsystem_kernel.dylib         0x00007fff8fc79716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff8960bc3b _pthread_cond_wait + 727
    2   com.apple.Helium.HeliumRender 0x0000000102c607ca textureFinishThread(void*) + 186
    3   libsystem_pthread.dylib       0x00007fff89609899 _pthread_body + 138
    4   libsystem_pthread.dylib       0x00007fff8960972a _pthread_start + 137
    5   libsystem_pthread.dylib       0x00007fff8960dfc9 thread_start + 13
    Thread 36:: com.apple.CoreAnimation.CAOpenGLLayer
    0   libsystem_kernel.dylib         0x00007fff8fc75a1a mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00007fff8fc74d18 mach_msg + 64
    2   com.apple.CoreFoundation       0x00007fff8bcebf15 __CFRunLoopServiceMachPort + 181
    3   com.apple.CoreFoundation       0x00007fff8bceb539 __CFRunLoopRun + 1161
    4   com.apple.CoreFoundation       0x00007fff8bceae75 CFRunLoopRunSpecific + 309
    5   com.apple.CoreFoundation       0x00007fff8bda0811 CFRunLoopRun + 97
    6   com.apple.QuartzCore           0x00007fff8cd99922 CAOpenGLLayer_render_thread(void*) + 162
    7   com.apple.QuartzCore           0x00007fff8cc662ad thread_fun + 25
    8   libsystem_pthread.dylib       0x00007fff89609899 _pthread_body + 138
    9   libsystem_pthread.dylib       0x00007fff8960972a _pthread_start + 137
    10  libsystem_pthread.dylib       0x00007fff8960dfc9 thread_start + 13
    Thread 37:: com.apple.helium-render-queue-exec-unit-gpu
    0   libsystem_kernel.dylib         0x00007fff8fc79716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff8960bc3b _pthread_cond_wait + 727
    2   com.apple.Helium.HeliumRender 0x0000000102cc1b8e HGSynchronizable::Wait() + 46
    3   com.apple.Helium.HeliumRender 0x0000000102be10cf HGRenderQueue::GetRenderJob(HGRenderExecUnit*, HGRenderJob**) + 207
    4   com.apple.Helium.HeliumRender 0x0000000102bd890e HGRenderExecUnit::RunLoop() + 110
    5   com.apple.Helium.HeliumRender 0x0000000102bd8894 StartRenderExecUnitFunc(void*) + 20
    6   libsystem_pthread.dylib       0x00007fff89609899 _pthread_body + 138
    7   libsystem_pthread.dylib       0x00007fff8960972a _pthread_start + 137
    8   libsystem_pthread.dylib       0x00007fff8960dfc9 thread_start + 13
    Thread 38:: com.apple.helium-render-queue-pbo-readback-unit
    0   libsystem_kernel.dylib         0x00007fff8fc79716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff8960bc3b _pthread_cond_wait + 727
    2   com.apple.Helium.HeliumRender 0x0000000102cc1b8e HGSynchronizable::Wait() + 46
    3   com.apple.Helium.HeliumRender 0x0000000102be2860 HGRenderQueue::GetPBOReadbackJob(HGPBOReadbackExecUnit*, HGPBOReadbackJob**) + 80
    4   com.apple.Helium.HeliumRender 0x0000000102bd7625 StartPBOExecUnitFunc(void*) + 85
    5   libsystem_pthread.dylib       0x00007fff89609899 _pthread_body + 138
    6   libsystem_pthread.dylib       0x00007fff8960972a _pthread_start + 137
    7   libsystem_pthread.dylib       0x00007fff8960dfc9 thread_start + 13
    Thread 39:: com.apple.helium-render-queue-pbo-readback-unit
    0   libsystem_kernel.dylib         0x00007fff8fc79716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff8960bc3b _pthread_cond_wait + 727
    2   com.apple.Helium.HeliumRender 0x0000000102cc1b8e HGSynchronizable::Wait() + 46
    3   com.apple.Helium.HeliumRender 0x0000000102be2860 HGRenderQueue::GetPBOReadbackJob(HGPBOReadbackExecUnit*, HGPBOReadbackJob**) + 80
    4   com.apple.Helium.HeliumRender 0x0000000102bd7625 StartPBOExecUnitFunc(void*) + 85
    5   libsystem_pthread.dylib       0x00007fff89609899 _pthread_body + 138
    6   libsystem_pthread.dylib       0x00007fff8960972a _pthread_start + 137
    7   libsystem_pthread.dylib       0x00007fff8960dfc9 thread_start + 13
    Thread 40:: com.apple.helium-render-queue-exec-unit-gpu
    0   libsystem_kernel.dylib         0x00007fff8fc79716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff8960bc3b _pthread_cond_wait + 727
    2   com.apple.Helium.HeliumRender 0x0000000102cc1b8e HGSynchronizable::Wait() + 46
    3   com.apple.Helium.HeliumRender 0x0000000102be10cf HGRenderQueue::GetRenderJob(HGRenderExecUnit*, HGRenderJob**) + 207
    4   com.apple.Helium.HeliumRender 0x0000000102bd890e HGRenderExecUnit::RunLoop() + 110
    5   com.apple.Helium.HeliumRender 0x0000000102bd8894 StartRenderExecUnitFunc(void*) + 20
    6   libsystem_pthread.dylib       0x00007fff89609899 _pthread_body + 138
    7   libsystem_pthread.dylib       0x00007fff8960972a _pthread_start + 137
    8   libsystem_pthread.dylib       0x00007fff8960dfc9 thread_start + 13
    Thread 41:: com.apple.helium-render-queue-pbo-readback-unit
    0   libsystem_kernel.dylib         0x00007fff8fc79716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff8960bc3b _pthread_cond_wait + 727
    2   com.apple.Helium.HeliumRender 0x0000000102cc1b8e HGSynchronizable::Wait() + 46
    3   com.apple.Helium.HeliumRender 0x0000000102be2860 HGRenderQueue::GetPBOReadbackJob(HGPBOReadbackExecUnit*, HGPBOReadbackJob**) + 80
    4   com.apple.Helium.HeliumRender 0x0000000102bd7625 StartPBOExecUnitFunc(void*) + 85
    5   libsystem_pthread.dylib       0x00007fff89609899 _pthread_body + 138
    6   libsystem_pthread.dylib       0x00007fff8960972a _pthread_start + 137
    7   libsystem_pthread.dylib       0x00007fff8960dfc9 thread_start + 13
    Thread 42:: com.apple.helium-render-queue-pbo-readback-unit
    0   libsystem_kernel.dylib         0x00007fff8fc79716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff8960bc3b _pthread_cond_wait + 727
    2   com.apple.Helium.HeliumRender 0x0000000102cc1b8e HGSynchronizable::Wait() + 46
    3   com.apple.Helium.HeliumRender 0x0000000102be2860 HGRenderQueue::GetPBOReadbackJob(HGPBOReadbackExecUnit*, HGPBOReadbackJob**) + 80
    4   com.apple.Helium.HeliumRender 0x0000000102bd7625 StartPBOExecUnitFunc(void*) + 85
    5   libsystem_pthread.dylib       0x00007fff89609899 _pthread_body + 138
    6   libsystem_pthread.dylib       0x00007fff8960972a _pthread_start + 137
    7   libsystem_pthread.dylib       0x00007fff8960dfc9 thread_start + 13
    Thread 43:
    0   libsystem_kernel.dylib         0x00007fff8fc75a1a mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00007fff8fc74d18 mach_msg + 64
    2   com.apple.CoreFoundation       0x00007fff8bcebf15 __CFRunLoopServiceMachPort + 181
    3   com.apple.CoreFoundation       0x00007fff8bceb539 __CFRunLoopRun + 1161
    4   com.apple.CoreFoundation       0x00007fff8bceae75 CFRunLoopRunSpecific + 309
    5   com.apple.CoreFoundation       0x00007fff8bda0811 CFRunLoopRun + 97
    6   com.apple.qmaster.do           0x000000012d423439 swamp::CRAdReceiver2::ReceivingThread::runOnce() + 187
    7   com.apple.AECore               0x000000010d2fbca5 aecore::CThread::runThread() + 35
    8   com.apple.AECore               0x000000010d2f9c8a threadProc(void*) + 9
    9   libsystem_pthread.dylib       0x00007fff89609899 _pthread_body + 138
    10  libsystem_pthread.dylib       0x00007fff8960972a _pthread_start + 137
    11  libsystem_pthread.dylib       0x00007fff8960dfc9 thread_start + 13
    Thread 44:
    0   libsystem_kernel.dylib         0x00007fff8fc75a1a mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00007fff8fc74d18 mach_msg + 64
    2   com.apple.CoreFoundation       0x00007fff8bcebf15 __CFRunLoopServiceMachPort + 181
    3   com.apple.CoreFoundation       0x00007fff8bceb539 __CFRunLoopRun + 1161
    4   com.apple.CoreFoundation       0x00007fff8bceae75 CFRunLoopRunSpecific + 309
    5   com.apple.AppKit               0x00007fff94d8405e _NSEventThread + 144
    6   libsystem_pthread.dylib       0x00007fff89609899 _pthread_body + 138
    7   libsystem_pthread.dylib       0x00007fff8960972a _pthread_start + 137
    8   libsystem_pthread.dylib       0x00007fff8960dfc9 thread_start + 13
    Thread 45:
    0   libsystem_kernel.dylib         0x00007fff8fc799aa __select + 10
    1   com.apple.AECore               0x000000010d2fbcd2 aecore::CThread::runThread() + 80
    2   com.apple.AECore               0x000000010d2f9c8a threadProc(void*) + 9
    3   libsystem_pthread.dylib       0x00007fff89609899 _pthread_body + 138
    4   libsystem_pthread.dylib       0x00007fff8960972a _pthread_start + 137
    5   libsystem_pthread.dylib       0x00007fff8960dfc9 thread_start + 13
    Thread 46:: com.apple.CFSocket.private
    0   libsystem_kernel.dylib         0x00007fff8fc799aa __select + 10
    1   com.apple.CoreFoundation       0x00007fff8bd37a03 __CFSocketManager + 867
    2   libsystem_pthread.dylib       0x00007fff89609899 _pthread_body + 138
    3   libsystem_pthread.dylib       0x00007fff8960972a _pthread_start + 137
    4   libsystem_pthread.dylib       0x00007fff8960dfc9 thread_start + 13
    Thread 47:: com.apple.flexo.player-render (render)
    0   libsystem_kernel.dylib         0x00007fff8fc79716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff8960bc77 _pthread_cond_wait + 787
    2   com.apple.Foundation           0x00007fff8d619930 -[NSCondition waitUntilDate:] + 344
    3   com.apple.Flexo               0x0000000100a14574 -[FFPlayerScheduledData waitForFlattenedImagesBeforeDate:] + 100
    4   com.apple.Flexo               0x00000001006d1749 -[FFPlayer _renderVideo] + 3833
    5   com.apple.Flexo               0x00000001006c043f -[FFPlayer idle] + 47
    6   com.apple.Flexo               0x00000001006c1851 -[FFPlayer playerRenderThreadMain:] + 241
    7   com.apple.Foundation           0x00007fff8d64876b __NSThread__main__ + 1318
    8   libsystem_pthread.dylib       0x00007fff89609899 _pthread_body + 138
    9   libsystem_pthread.dylib       0x00007fff8960972a _pthread_start + 137
    10  libsystem_pthread.dylib       0x00007fff8960dfc9 thread_start + 13
    Thread 48:: com.apple.flexo.time-rate-change-controller
    0   libsystem_kernel.dylib         0x00007fff8fc79716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff8960bc3b _pthread_cond_wait + 727
    2   com.apple.Flexo               0x00000001006cb79b TimeRateChangeController::threadFunction() + 299
    3   com.apple.Flexo               0x00000001006d3f7d TimeRateChangeController::thread_routine(void*) + 61
    4   libsystem_pthread.dylib       0x00007fff89609899 _pthread_body + 138
    5   libsystem_pthread.dylib       0x00007fff8960972a _pthread_start + 137
    6   libsystem_pthread.dylib       0x00007fff8960dfc9 thread_start + 13
    Thread 49:: com.apple.helium-render-queue-exec-unit-cpu
    0   libsystem_kernel.dylib         0x00007fff8fc79746 __psynch_mutexwait + 10
    1   libsystem_pthread.dylib       0x00007fff8960c779 _pthread_mutex_lock + 372
    2   com.apple.Helium.HeliumRender 0x0000000102c7b030 HGExecutionUnit::EndExec() + 16
    3   com.apple.Helium.HeliumRender 0x0000000102c58354 HGRenderer::RenderTiles(HGNode*, HGRect, HGFormat, HGBitmap*, bool) + 596
    4   com.apple.Helium.HeliumRender 0x0000000102c580c9 HGRenderer::RenderNode(HGNode*, HGRect, HGFormat, HGBitmap*) + 89
    5   com.apple.Helium.HeliumRender 0x0000000102c505bf HGRenderer::Render(HGRect, HGFormat, HGNode*, bool) + 991
    6   com.apple.Helium.HeliumRender 0x0000000102bd9b80 HGRenderExecUnit::RunLoop() + 4832
    7   com.apple.Helium.HeliumRender 0x0000000102bd8894 StartRenderExecUnitFunc(void*) + 20
    8   libsystem_pthread.dylib       0x00007fff89609899 _pthread_body + 138
    9   libsystem_pthread.dylib       0x00007fff8960972a _pthread_start + 137
    10  libsystem_pthread.dylib       0x00007fff8960dfc9 thread_start + 13
    Thread 50:: com.apple.helium-render-queue-exec-unit-cpu
    0   libsystem_kernel.dylib         0x00007fff8fc79716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff8960bc3b _pthread_cond_wait + 727
    2   com.apple.Helium.HeliumRender 0x0000000102cc1b8e HGSynchronizable::Wait() + 46
    3   com.apple.Helium.HeliumRender 0x0000000102be10cf HGRenderQueue::GetRenderJob(HGRenderExecUnit*, HGRenderJob**) + 207
    4   com.apple.Helium.HeliumRender 0x0000000102bd890e HGRenderExecUnit::RunLoop() + 110
    5   com.apple.Helium.HeliumRender 0x0000000102bd8894 StartRenderExecUnitFunc(void*) + 20
    6   libsystem_pthread.dylib       0x00007fff89609899 _pthread_body + 138
    7   libsystem_pthread.dylib       0x00007fff8960972a _pthread_start + 137
    8   libsystem_pthread.dylib       0x00007fff8960dfc9 thread_start + 13
    Thread 51:: com.apple.coremedia.JVTlib
    0   libsystem_kernel.dylib         0x00007fff8fc75a56 semaphore_wait_trap + 10
    1   com.apple.VideoToolbox.ProAppsSupport 0x000000010199f41b VTImageRotationSessionCreate + 77488
    2   com.apple.VideoToolbox.ProAppsSupport 0x000000010199edc8 VTImageRotationSessionCreate + 75869
    3   libsystem_pthread.dylib       0x00007fff89609899 _pthread_body + 138
    4   libsystem_pthread.dylib       0x00007fff8960972a _pthread_start + 137
    5   libsystem_pthread.dylib       0x00007fff8960dfc9 thread_start + 13
    Thread 52:: com.apple.coremedia.JVTlib
    0   libsystem_kernel.dylib         0x00007fff8fc75a56 semaphore_wait_trap + 10
    1   com.apple.VideoToolbox.ProAppsSupport 0x000000010199f41b VTImageRotationSessionCreate + 77488
    2   com.apple.VideoToolbox.ProAppsSupport 0x000000010199edc8 VTImageRotationSessionCreate + 75869
    3   libsystem_pthread.dylib       0x00007fff89609899 _pthread_body + 138
    4   libsystem_pthread.dylib       0x00007fff8960972a _pthread_start + 137
    5   libsystem_pthread.dylib       0x00007fff8960dfc9 thread_start + 13
    Thread 53:: com.apple.coremedia.JVTlib
    0   libsystem_kernel.dylib         0x00007fff8fc75a56 semaphore_wait_trap + 10
    1   com.apple.VideoToolbox.ProAppsSupport 0x000000010199f41b VTImageRotationSessionCreate + 77488
    2   com.apple.VideoToolbox.ProAppsSupport 0x000000010199edc8 VTImageRotationSessionCreate + 75869
    3   libsystem_pthread.dylib       0x00007fff89609899 _pthread_body + 138
    4   libsystem_pthread.dylib       0x00007fff8960972a _pthread_start + 137
    5   libsystem_pthread.dylib       0x00007fff8960dfc9 thread_start + 13
    Thread 54:: com.apple.coremedia.JVTlib
    0   libsystem_kernel.dylib         0x00007fff8fc75a56 semaphore_wait_trap + 10
    1   com.apple.VideoToolbox.ProAppsSupport 0x000000010199f41b VTImageRotationSessionCreate + 77488
    2   com.apple.VideoToolbox.ProAppsSupport 0x000000010199edc8 VTImageRotationSessionCreate + 75869
    3   libsystem_pthread.dylib       0x00007fff89609899 _pthread_body + 138
    4   libsystem_pthread.dylib       0x00007fff8960972a _pthread_start + 137
    5   libsystem_pthread.dylib       0x00007fff8960dfc9 thread_start + 13
    Thread 55:: com.apple.coremedia.JVTlib
    0   libsystem_kernel.dylib         0x00007fff8fc75a56 semaphore_wait_trap + 10
    1   com.apple.VideoToolbox.ProAppsSupport 0x000000010199f41b VTImageRotationSessionCreate + 77488
    2   com.apple.VideoToolbox.ProAppsSupport 0x0000000101a5c650 JVTLibDecoDispose + 479680
    3   libsystem_pthread.dylib       0x00007fff89609899 _pthread_body + 138
    4   libsystem_pthread.dylib       0x00007fff8960972a _pthread_start + 137
    5   libsystem_pthread.dylib       0x00007fff8960dfc9 thread_start + 13
    Thread 56:: com.apple.coremedia.JVTlib
    0   libsystem_kernel.dylib         0x00007fff8fc75a56 semaphore_wait_trap + 10
    1   com.apple.VideoToolbox.ProAppsSupport 0x000000010199f41b VTImageRotationSessionCreate + 77488
    2   com.apple.VideoToolbox.ProAppsSupport 0x000000010199edc8 VTImageRotationSessionCreate + 75869
    3   libsystem_pthread.dylib       0x00007fff89609899 _pthread_body + 138
    4   libsystem_pthread.dylib       0x00007fff8960972a _pthread_start + 137
    5   libsystem_pthread.dylib       0x00007fff8960dfc9 thread_start + 13
    Thread 57:: com.apple.coremedia.JVTlib
    0   libsystem_kernel.dylib         0x00007fff8fc75a56 semaphore_wait_trap + 10
    1   com.apple.VideoToolbox.ProAppsSupport 0x000000010199f41b VTImageRotationSessionCreate + 77488
    2   com.apple.VideoToolbox.ProAppsSupport 0x000000010199edc8 VTImageRotationSessionCreate + 75869
    3   libsystem_pthread.dylib       0x00007fff89609899 _pthread_body + 138
    4   libsystem_pthread.dylib       0x00007fff8960972a _pthread_start + 137
    5   libsystem_pthread.dylib       0x00007fff8960dfc9 thread_start + 13
    Thread 58:: com.apple.coremedia.JVTlib
    0   libsystem_kernel.dylib         0x00007fff8fc75a56 semaphore_wait_trap + 10
    1   com.apple.VideoToolbox.ProAppsSupport 0x000000010199f41b VTImageRotationSessionCreate + 77488
    2   com.apple.VideoToolbox.ProAppsSupport 0x000000010199edc8 VTImageRotationSessionCreate + 75869
    3   libsystem_pthread.dylib       0x00007fff89609899 _pthread_body + 138
    4   libsystem_pthread.dylib       0x00007fff8960972a _pthread_start + 137
    5   libsystem_pthread.dylib       0x00007fff8960dfc9 thread_start + 13
    Thread 59:: com.apple.coremedia.JVTlib
    0   libsystem_kernel.dylib         0x00007fff8fc75a56 semaphore_wait_trap + 10
    1   com.apple.VideoToolbox.ProAppsSupport 0x000000010199f41b VTImageRotationSessionCreate + 77488
    2   com.apple.VideoToolbox.ProAppsSupport 0x000000010199edc8 VTImageRotationSessionCreate + 75869
    3   libsystem_pthread.dylib       0x00007fff89609899 _pthread_body + 138
    4   libsystem_pthread.dylib       0x00007fff8960972a _pthread_start + 137
    5   libsystem_pthread.dylib       0x00007fff8960dfc9 thread_start + 13
    Thread 60:: com.apple.coremedia.JVTlib
    0   libsystem_kernel.dylib         0x00007fff8fc75a56 semaphore_wait_trap + 10
    1   com.apple.VideoToolbox.ProAppsSupport 0x000000010199f41b VTImageRotationSessionCreate + 77488
    2   com.apple.VideoToolbox.ProAppsSupport 0x0000000101a5c650 JVTLibDecoDispose + 479680
    3   libsystem_pthread.dylib       0x00007fff89609899 _pthread_body + 138
    4   libsystem_pthread.dylib       0x00007fff8960972a _pthread_start + 137
    5   libsystem_pthread.dylib       0x00007fff8960dfc9 thread_start + 13
    Thread 61:: com.apple.coremedia.JVTlib
    0   libsystem_kernel.dylib         0x00007fff8fc75a56 semaphore_wait_trap + 10
    1   com.apple.VideoToolbox.ProAppsSupport 0x000000010199f41b VTImageRotationSessionCreate + 77488
    2   com.apple.VideoToolbox.ProAppsSupport 0x00000001019e48c6 VTImageRotationSessionCreate + 361307
    3   libsystem_pthread.dylib       0x00007fff89609899 _pthread_body + 138
    4   libsystem_pthread.dylib       0x00007fff8960972a _pthread_start + 137
    5   libsystem_pthread.dylib       0x00007fff8960dfc9 thread_start + 13
    Thread 62:: com.apple.helium-unit
    0   libsystem_kernel.dylib         0x00007fff8fc75a56 semaphore_wait_trap + 10
    1   libdispatch.dylib             0x00007fff95ebedc5 _dispatch_group_wait_slow + 208
    2   com.apple.Helium.HeliumRender 0x0000000102c79f40 hg_pthread_loop(void*) + 352
    3   libsystem_pthread.dylib       0x00007fff89609899 _pt

    I tried reopening Final cut after error code and recieved the same error, just on a different line.
    Process:         Final Cut Pro [1569]
    Path:            /Applications/Final Cut Pro.app/Contents/MacOS/Final Cut Pro
    Identifier:      com.apple.FinalCut
    Version:         10.0 (179114)
    Build Info:      ProEditor-179110400~1
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [144]
    Responsible:     Final Cut Pro [1569]
    User ID:         501
    Date/Time:       2014-08-05 11:54:32.799 -0400
    OS Version:      Mac OS X 10.9.4 (13E28)
    Report Version:  11
    Anonymous UUID:  AE3D9A3F-E66E-8550-E241-1E30CD9EA766
    Sleep/Wake UUID: F60F79AE-78AF-4821-8D34-79DC6A625562
    Crashed Thread:  38  Dispatch queue: com.apple.root.default-priority
    Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: KERN_INVALID_ADDRESS at 0xfffffff800000000
    VM Regions Near 0xfffffff800000000:
    --> shared memory          00007ffffffc0000-00007ffffffc1000 [    4K] r-x/r-x SM=SHM 
    Thread 0:: Dispatch queue: com.apple.main-thread
    0   libsystem_kernel.dylib         0x00007fff8fc75a1a mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00007fff8fc74d18 mach_msg + 64
    2   com.apple.CoreFoundation       0x00007fff8bcebf15 __CFRunLoopServiceMachPort + 181
    3   com.apple.CoreFoundation       0x00007fff8bceb539 __CFRunLoopRun + 1161
    4   com.apple.CoreFoundation       0x00007fff8bceae75 CFRunLoopRunSpecific + 309
    5   com.apple.HIToolbox           0x00007fff8d05fa0d RunCurrentEventLoopInMode + 226
    6   com.apple.HIToolbox           0x00007fff8d05f7b7 ReceiveNextEventCommon + 479
    7   com.apple.HIToolbox           0x00007fff8d0ad5cd AcquireNextEventInMode + 51
    8   com.apple.HIToolbox           0x00007fff8d0ab05a IsUserStillTracking(MenuSelectData*, unsigned char*) + 186
    9   com.apple.HIToolbox           0x00007fff8d0aac61 TrackMenuCommon(MenuSelectData&, unsigned char*) + 1545
    10  com.apple.HIToolbox           0x00007fff8d0930d6 PopUpMenuSelectCore(MenuData*, Point, double, Point, unsigned short, unsigned int, Rect const*, unsigned short, unsigned int, Rect const*, Rect const*, __CFString const*, OpaqueMenuRef**, unsigned short*) + 1526
    11  com.apple.HIToolbox           0x00007fff8d0922f6 _HandlePopUpMenuSelection7 + 596
    12  com.apple.AppKit               0x00007fff94e6b161 _NSSLMPopUpCarbonMenu3 + 4153
    13  com.apple.AppKit               0x00007fff94fd5db5 -[NSCarbonMenuImpl _popUpContextMenu:withEvent:forView:withFont:] + 192
    14  com.apple.prokit               0x000000010038b34b -[NSProCarbonMenuImpl _popUpContextMenu:withEvent:forView:withFont:] + 375
    15  com.apple.prokit               0x00000001002e6be5 -[NSMenu(ProAdditions) _popUpContextMenu:withEvent:forView:withFont:] + 403
    16  com.apple.AppKit               0x00007fff9534a3ef -[NSView rightMouseDown:] + 127
    17  com.apple.AppKit               0x00007fff94de6cc1 -[NSWindow sendEvent:] + 3721
    18  com.apple.prokit               0x0000000100319c19 -[NSProWindow sendEvent:] + 236
    19  com.apple.AppKit               0x00007fff94d875d4 -[NSApplication sendEvent:] + 2021
    20  com.apple.prokit               0x00000001002f7578 -[NSProApplication sendEvent:] + 1770
    21  com.apple.Flexo               0x000000010085b943 -[FFApplication sendEvent:] + 483
    22  com.apple.AppKit               0x00007fff94bd79f9 -[NSApplication run] + 646
    23  com.apple.prokit               0x00000001002f7d3f NSProApplicationMain + 296
    24  com.apple.FinalCut             0x0000000100002138 start + 52
    Thread 1:: Dispatch queue: NSOperationQueue Serial Queue
    0   libobjc.A.dylib               0x00007fff8ce88094 objc_msgSend + 20
    1   com.apple.CoreFoundation       0x00007fff8bce8a2e __rehashs + 174
    2   com.apple.iLMBiPhotoPlugin2012 0x0000000126a7ff2a 0x12699c000 + 933674
    3   com.apple.iLMBiPhotoPlugin2012 0x0000000126a7739d 0x12699c000 + 897949
    4   com.apple.iLMBiPhotoPlugin2012 0x0000000126a78402 0x12699c000 + 902146
    5   com.apple.iLMBiPhotoPlugin2012 0x0000000126a894d1 0x12699c000 + 971985
    6   com.apple.iLMBiPhotoPlugin2012 0x00000001269aaf68 0x12699c000 + 61288
    7   com.apple.iLMBiPhotoPlugin2012 0x00000001269ac84b 0x12699c000 + 67659
    8   com.apple.iLMBiPhotoPlugin2012 0x0000000126a3407a 0x12699c000 + 622714
    9   com.apple.iLMBiPhotoPlugin2012 0x0000000126a325de 0x12699c000 + 615902
    10  com.apple.iLMBiPhotoPlugin2012 0x0000000126a34c97 0x12699c000 + 625815
    11  com.apple.iLMBiPhotoPlugin2012 0x0000000126a325de 0x12699c000 + 615902
    12  com.apple.iLMBiPhotoPlugin2012 0x0000000126a34c97 0x12699c000 + 625815
    13  com.apple.iLMBiPhotoPlugin2012 0x0000000126a36e19 0x12699c000 + 634393
    14  com.apple.iLMBiPhotoPlugin2012 0x0000000126a3b949 0x12699c000 + 653641
    15  com.apple.iLifeMediaBrowser   0x00007fff8952855d -[ILMediaManager _performLoadData] + 193
    16  com.apple.iLifeMediaBrowser   0x00007fff8952877b -[ILMediaManager _loadDataThreaded] + 224
    17  com.apple.CoreFoundation       0x00007fff8bcb49ac __invoking___ + 140
    18  com.apple.CoreFoundation       0x00007fff8bcb4814 -[NSInvocation invoke] + 308
    19  com.apple.Foundation           0x00007fff8d691df4 -[NSInvocationOperation main] + 34
    20  com.apple.Foundation           0x00007fff8d5e98a1 -[__NSOperationInternal _start:] + 631
    21  com.apple.Foundation           0x00007fff8d5e954b __NSOQSchedule_f + 64
    22  libdispatch.dylib             0x00007fff95eb828d _dispatch_client_callout + 8
    23  libdispatch.dylib             0x00007fff95eba673 _dispatch_queue_drain + 451
    24  libdispatch.dylib             0x00007fff95ebb9c1 _dispatch_queue_invoke + 110
    25  libdispatch.dylib             0x00007fff95eb9f87 _dispatch_root_queue_drain + 75
    26  libdispatch.dylib             0x00007fff95ebb177 _dispatch_worker_thread2 + 40
    27  libsystem_pthread.dylib       0x00007fff8960aef8 _pthread_wqthread + 314
    28  libsystem_pthread.dylib       0x00007fff8960dfb9 start_wqthread + 13
    Thread 2:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib         0x00007fff8fc7a662 kevent64 + 10
    1   libdispatch.dylib             0x00007fff95eba421 _dispatch_mgr_invoke + 239
    2   libdispatch.dylib             0x00007fff95eba136 _dispatch_mgr_thread + 52
    Thread 3:: Dispatch queue: com.apple.root.low-priority
    0   libsystem_kernel.dylib         0x00007fff8fc7a64a kevent + 10
    1   com.apple.Flexo               0x0000000100945cac __-[FFStorageManager _createKernelQueue]_block_invoke_1 + 28
    2   libdispatch.dylib             0x00007fff95ebb1bb _dispatch_call_block_and_release + 12
    3   libdispatch.dylib             0x00007fff95eb828d _dispatch_client_callout + 8
    4   libdispatch.dylib             0x00007fff95eba082 _dispatch_root_queue_drain + 326
    5   libdispatch.dylib             0x00007fff95ebb177 _dispatch_worker_thread2 + 40
    6   libsystem_pthread.dylib       0x00007fff8960aef8 _pthread_wqthread + 314
    7   libsystem_pthread.dylib       0x00007fff8960dfb9 start_wqthread + 13
    Thread 4:
    0   libsystem_kernel.dylib         0x00007fff8fc79e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff8960af08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib       0x00007fff8960dfb9 start_wqthread + 13
    Thread 5:
    0   libsystem_kernel.dylib         0x00007fff8fc79716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff8960bc3b _pthread_cond_wait + 727
    2   com.apple.progl.framework     0x00000001028347ea (anonymous namespace)::threadFunc(void*) + 70
    3   com.apple.procore.framework   0x00000001001594fc PCThread::startup(void*) + 18
    4   libsystem_pthread.dylib       0x00007fff89609899 _pthread_body + 138
    5   libsystem_pthread.dylib       0x00007fff8960972a _pthread_start + 137
    6   libsystem_pthread.dylib       0x00007fff8960dfc9 thread_start + 13
    Thread 6:: com.apple.flexo.throttled-scheduled-io
    0   libsystem_kernel.dylib         0x00007fff8fc79716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff8960bc3b _pthread_cond_wait + 727
    2   com.apple.Flexo               0x0000000100808858 Synchronizable::Wait() + 56
    3   com.apple.Fig.provider         0x000000010beda0a8 0x10bead000 + 184488
    4   com.apple.Flexo               0x000000010081165a Thread::RunHelper(void*) + 42
    5   libsystem_pthread.dylib       0x00007fff89609899 _pthread_body + 138
    6   libsystem_pthread.dylib       0x00007fff8960972a _pthread_start + 137
    7   libsystem_pthread.dylib       0x00007fff8960dfc9 thread_start + 13
    Thread 7:: CVDisplayLink
    0   libsystem_kernel.dylib         0x00007fff8fc79716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff8960bc3b _pthread_cond_wait + 727
    2   com.apple.CoreVideo           0x00007fff90572a38 CVDisplayLink::runIOThread() + 656
    3   com.apple.CoreVideo           0x00007fff9057278f startIOThread(void*) + 147
    4   libsystem_pthread.dylib       0x00007fff89609899 _pthread_body + 138
    5   libsystem_pthread.dylib       0x00007fff8960972a _pthread_start + 137
    6   libsystem_pthread.dylib       0x00007fff8960dfc9 thread_start + 13
    Thread 8:
    0   libsystem_kernel.dylib         0x00007fff8fc79e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff8960af08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib       0x00007fff8960dfb9 start_wqthread + 13
    Thread 9:: BGTask: FFBackgroundRenderJob  Dispatch queue: NSOperationQueue 0x6080000f6780
    0   libsystem_kernel.dylib         0x00007fff8fc79716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff8960bc77 _pthread_cond_wait + 787
    2   com.apple.Foundation           0x00007fff8d619930 -[NSCondition waitUntilDate:] + 344
    3   com.apple.Foundation           0x00007fff8d6107d8 -[NSConditionLock lockWhenCondition:beforeDate:] + 232
    4   com.apple.Flexo               0x00000001006bf068 -[FFPlayer _waitForQueueFill] + 40
    5   com.apple.Flexo               0x00000001006c89fb -[FFPlayer _setTime:rate:duration:forceRedraw:] + 2363
    6   com.apple.Flexo               0x00000001006c01ff -[FFPlayer setTime:rate:] + 111
    7   com.apple.Flexo               0x0000000100875b58 -[FFRenderer renderRange:cancelAtRangeEnd:storageLocationsToWatch:] + 1288
    8   com.apple.Flexo               0x0000000100c2b62b -[FFBackgroundRenderJob _renderOnTask:] + 1931
    9   com.apple.Flexo               0x0000000100c2ab8e -[FFBackgroundRenderJob renderToSegmentStore:onTask:] + 206
    10  com.apple.Flexo               0x00000001007cffdb -[FFBackgroundTask main] + 331
    11  com.apple.Foundation           0x00007fff8d5e98a1 -[__NSOperationInternal _start:] + 631
    12  com.apple.Foundation           0x00007fff8d5e954b __NSOQSchedule_f + 64
    13  libdispatch.dylib             0x00007fff95eb828d _dispatch_client_callout + 8
    14  libdispatch.dylib             0x00007fff95ebc7e3 _dispatch_async_redirect_invoke + 154
    15  libdispatch.dylib             0x00007fff95eb828d _dispatch_client_callout + 8
    16  libdispatch.dylib             0x00007fff95eba082 _dispatch_root_queue_drain + 326
    17  libdispatch.dylib             0x00007fff95ebb177 _dispatch_worker_thread2 + 40
    18  libsystem_pthread.dylib       0x00007fff8960aef8 _pthread_wqthread + 314
    19  libsystem_pthread.dylib       0x00007fff8960dfb9 start_wqthread + 13
    Thread 10:: Dispatch queue: com.apple.root.default-priority
    0   com.apple.ProAppsFxSupport     0x00000001028fd6f5 HgcMotionBlur::RenderTile_AVX(HGTile*) + 1877
    1   com.apple.ProAppsFxSupport     0x00000001028fce3a HgcMotionBlur::RenderTile(HGTile*) + 10218
    2   com.apple.Helium.HeliumRender 0x0000000102c54569 HGRenderer::RenderTile(HGExecutionUnit*, __m128*, HGRect, HGNode*, int) + 3817
    3   com.apple.Helium.HeliumRender 0x0000000102c5469e HGRenderer::RenderTile(HGExecutionUnit*, __m128*, HGRect, HGNode*, int) + 4126
    4   com.apple.Helium.HeliumRender 0x0000000102c5469e HGRenderer::RenderTile(HGExecutionUnit*, __m128*, HGRect, HGNode*, int) + 4126
    5   com.apple.Helium.HeliumRender 0x0000000102c5469e HGRenderer::RenderTile(HGExecutionUnit*, __m128*, HGRect, HGNode*, int) + 4126
    6   com.apple.Helium.HeliumRender 0x0000000102c5469e HGRenderer::RenderTile(HGExecutionUnit*, __m128*, HGRect, HGNode*, int) + 4126
    7   com.apple.Helium.HeliumRender 0x0000000102c5469e HGRenderer::RenderTile(HGExecutionUnit*, __m128*, HGRect, HGNode*, int) + 4126
    8   com.apple.Helium.HeliumRender 0x0000000102c5469e HGRenderer::RenderTile(HGExecutionUnit*, __m128*, HGRect, HGNode*, int) + 4126
    9   com.apple.Helium.HeliumRender 0x0000000102c5469e HGRenderer::RenderTile(HGExecutionUnit*, __m128*, HGRect, HGNode*, int) + 4126
    10  com.apple.Helium.HeliumRender 0x0000000102c53995 HGRenderer::RenderTile(HGExecutionUnit*, __m128*, HGRect, HGNode*, int) + 789
    11  com.apple.Helium.HeliumRender 0x0000000102c5469e HGRenderer::RenderTile(HGExecutionUnit*, __m128*, HGRect, HGNode*, int) + 4126
    12  com.apple.Helium.HeliumRender 0x0000000102c5469e HGRenderer::RenderTile(HGExecutionUnit*, __m128*, HGRect, HGNode*, int) + 4126
    13  com.apple.Helium.HeliumRender 0x0000000102c79c99 ExecuteUnitGCD(void*) + 1449
    14  libdispatch.dylib             0x00007fff95eb828d _dispatch_client_callout + 8
    15  libdispatch.dylib             0x00007fff95eba082 _dispatch_root_queue_drain + 326
    16  libdispatch.dylib             0x00007fff95ebb177 _dispatch_worker_thread2 + 40
    17  libsystem_pthread.dylib       0x00007fff8960aef8 _pthread_wqthread + 314
    18  libsystem_pthread.dylib       0x00007fff8960dfb9 start_wqthread + 13
    Thread 11:
    0   libsystem_kernel.dylib         0x00007fff8fc79e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff8960af08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib       0x00007fff8960dfb9 start_wqthread + 13
    Thread 12:
    0   libsystem_kernel.dylib         0x00007fff8fc79e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff8960af08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib       0x00007fff8960dfb9 start_wqthread + 13
    Thread 13:
    0   libsystem_kernel.dylib         0x00007fff8fc79e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff8960af08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib       0x00007fff8960dfb9 start_wqthread + 13
    Thread 14:: Dispatch queue: com.apple.root.default-priority
    0   com.apple.Helium.HeliumRender 0x0000000102ce49b9 hg_span_read_4f_wxyz_AVX(__m128*, int, __m128 const*, __m128) + 105
    1   com.apple.Helium.HeliumRender 0x0000000102ce071d HGBitmap::ReadTile(void*, HGRect, int) + 445
    2   com.apple.Helium.HeliumRender 0x0000000102c00619 HGBitmapLoader::RenderTile(HGTile*) + 73
    3   com.apple.Helium.HeliumRender 0x0000000102c54569 HGRenderer::RenderTile(HGExecutionUnit*, __m128*, HGRect, HGNode*, int) + 3817
    4   com.apple.Helium.HeliumRender 0x0000000102c53db2 HGRenderer::RenderTile(HGExecutionUnit*, __m128*, HGRect, HGNode*, int) + 1842
    5   com.apple.Helium.HeliumRender 0x0000000102c53c93 HGRenderer::RenderTile(HGExecutionUnit*, __m128*, HGRect, HGNode*, int) + 1555
    6   com.apple.Helium.HeliumRender 0x0000000102c5469e HGRenderer::RenderTile(HGExecutionUnit*, __m128*, HGRect, HGNode*, int) + 4126
    7   com.apple.Helium.HeliumRender 0x0000000102c5469e HGRenderer::RenderTile(HGExecutionUnit*, __m128*, HGRect, HGNode*, int) + 4126
    8   com.apple.Helium.HeliumRender 0x0000000102c5469e HGRenderer::RenderTile(HGExecutionUnit*, __m128*, HGRect, HGNode*, int) + 4126
    9   com.apple.Helium.HeliumRender 0x0000000102c5469e HGRenderer::RenderTile(HGExecutionUnit*, __m128*, HGRect, HGNode*, int) + 4126
    10  com.apple.Helium.HeliumRender 0x0000000102c5469e HGRenderer::RenderTile(HGExecutionUnit*, __m128*, HGRect, HGNode*, int) + 4126
    11  com.apple.Helium.HeliumRender 0x0000000102c5469e HGRenderer::RenderTile(HGExecutionUnit*, __m128*, HGRect, HGNode*, int) + 4126
    12  com.apple.Helium.HeliumRender 0x0000000102c5469e HGRenderer::RenderTile(HGExecutionUnit*, __m128*, HGRect, HGNode*, int) + 4126
    13  com.apple.Helium.HeliumRender 0x0000000102c5469e HGRenderer::RenderTile(HGExecutionUnit*, __m128*, HGRect, HGNode*, int) + 4126
    14  com.apple.Helium.HeliumRender 0x0000000102c53995 HGRenderer::RenderTile(HGExecutionUnit*, __m128*, HGRect, HGNode*, int) + 789
    15  com.apple.Helium.HeliumRender 0x0000000102c5469e HGRenderer::RenderTile(HGExecutionUnit*, __m128*, HGRect, HGNode*, int) + 4126
    16  com.apple.Helium.HeliumRender 0x0000000102c5469e HGRenderer::RenderTile(HGExecutionUnit*, __m128*, HGRect, HGNode*, int) + 4126
    17  com.apple.Helium.HeliumRender 0x0000000102c79c99 ExecuteUnitGCD(void*) + 1449
    18  libdispatch.dylib             0x00007fff95eb828d _dispatch_client_callout + 8
    19  libdispatch.dylib             0x00007fff95eba082 _dispatch_root_queue_drain + 326
    20  libdispatch.dylib             0x00007fff95ebb177 _dispatch_worker_thread2 + 40
    21  libsystem_pthread.dylib       0x00007fff8960aef8 _pthread_wqthread + 314
    22  libsystem_pthread.dylib       0x00007fff8960dfb9 start_wqthread + 13
    Thread 15:
    0   libsystem_kernel.dylib         0x00007fff8fc79e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff8960af08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib       0x00007fff8960dfb9 start_wqthread + 13
    Thread 16:: Dispatch queue: com.apple.root.default-priority
    0   com.apple.Helium.HeliumRender 0x0000000102ce49b9 hg_span_read_4f_wxyz_AVX(__m128*, int, __m128 const*, __m128) + 105
    1   com.apple.Helium.HeliumRender 0x0000000102ce071d HGBitmap::ReadTile(void*, HGRect, int) + 445
    2   com.apple.Helium.HeliumRender 0x0000000102c00619 HGBitmapLoader::RenderTile(HGTile*) + 73
    3   com.apple.Helium.HeliumRender 0x0000000102c54569 HGRenderer::RenderTile(HGExecutionUnit*, __m128*, HGRect, HGNode*, int) + 3817
    4   com.apple.Helium.HeliumRender 0x0000000102c53d67 HGRenderer::RenderTile(HGExecutionUnit*, __m128*, HGRect, HGNode*, int) + 1767
    5   com.apple.Helium.HeliumRender 0x0000000102c53c93 HGRenderer::RenderTile(HGExecutionUnit*, __m128*, HGRect, HGNode*, int) + 1555
    6   com.apple.Helium.HeliumRender 0x0000000102c5469e HGRenderer::RenderTile(HGExecutionUnit*, __m128*, HGRect, HGNode*, int) + 4126
    7   com.apple.Helium.HeliumRender 0x0000000102c5469e HGRenderer::RenderTile(HGExecutionUnit*, __m128*, HGRect, HGNode*, int) + 4126
    8   com.apple.Helium.HeliumRender 0x0000000102c5469e HGRenderer::RenderTile(HGExecutionUnit*, __m128*, HGRect, HGNode*, int) + 4126
    9   com.apple.Helium.HeliumRender 0x0000000102c5469e HGRenderer::RenderTile(HGExecutionUnit*, __m128*, HGRect, HGNode*, int) + 4126
    10  com.apple.Helium.HeliumRender 0x0000000102c5469e HGRenderer::RenderTile(HGExecutionUnit*, __m128*, HGRect, HGNode*, int) + 4126
    11  com.apple.Helium.HeliumRender 0x0000000102c5469e HGRenderer::RenderTile(HGExecutionUnit*, __m128*, HGRect, HGNode*, int) + 4126
    12  com.apple.Helium.HeliumRender 0x0000000102c5469e HGRenderer::RenderTile(HGExecutionUnit*, __m128*, HGRect, HGNode*, int) + 4126
    13  com.apple.Helium.HeliumRender 0x0000000102c5469e HGRenderer::RenderTile(HGExecutionUnit*, __m128*, HGRect, HGNode*, int) + 4126
    14  com.apple.Helium.HeliumRender 0x0000000102c53995 HGRenderer::RenderTile(HGExecutionUnit*, __m128*, HGRect, HGNode*, int) + 789
    15  com.apple.Helium.HeliumRender 0x0000000102c5469e HGRenderer::RenderTile(HGExecutionUnit*, __m128*, HGRect, HGNode*, int) + 4126
    16  com.apple.Helium.HeliumRender 0x0000000102c5469e HGRenderer::RenderTile(HGExecutionUnit*, __m128*, HGRect, HGNode*, int) + 4126
    17  com.apple.Helium.HeliumRender 0x0000000102c79c99 ExecuteUnitGCD(void*) + 1449
    18  libdispatch.dylib             0x00007fff95eb828d _dispatch_client_callout + 8
    19  libdispatch.dylib             0x00007fff95eba082 _dispatch_root_queue_drain + 326
    20  libdispatch.dylib             0x00007fff95ebb177 _dispatch_worker_thread2 + 40
    21  libsystem_pthread.dylib       0x00007fff8960aef8 _pthread_wqthread + 314
    22  libsystem_pthread.dylib       0x00007fff8960dfb9 start_wqthread + 13
    Thread 17:
    0   libsystem_kernel.dylib         0x00007fff8fc79e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff8960af08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib       0x00007fff8960dfb9 start_wqthread + 13
    Thread 18:: MIO Mounting Thread
    0   libsystem_kernel.dylib         0x00007fff8fc79716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff8960bc77 _pthread_cond_wait + 787
    2   com.apple.Foundation           0x00007fff8d619930 -[NSCondition waitUntilDate:] + 344
    3   com.apple.Foundation           0x00007fff8d6107d8 -[NSConditionLock lockWhenCondition:beforeDate:] + 232
    4   com.apple.proapps.MIO         0x000000010155f89c -[PluginLockPair scanPaths] + 284
    5   com.apple.Foundation           0x00007fff8d64876b __NSThread__main__ + 1318
    6   libsystem_pthread.dylib       0x00007fff89609899 _pthread_body + 138
    7   libsystem_pthread.dylib       0x00007fff8960972a _pthread_start + 137
    8   libsystem_pthread.dylib       0x00007fff8960dfc9 thread_start + 13
    Thread 19:: MIO Mounting Thread
    0   libsystem_kernel.dylib         0x00007fff8fc79716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff8960bc77 _pthread_cond_wait + 787
    2   com.apple.Foundation           0x00007fff8d619930 -[NSCondition waitUntilDate:] + 344
    3   com.apple.Foundation           0x00007fff8d6107d8 -[NSConditionLock lockWhenCondition:beforeDate:] + 232
    4   com.apple.proapps.MIO         0x000000010155f89c -[PluginLockPair scanPaths] + 284
    5   com.apple.Foundation           0x00007fff8d64876b __NSThread__main__ + 1318
    6   libsystem_pthread.dylib       0x00007fff89609899 _pthread_body + 138
    7   libsystem_pthread.dylib       0x00007fff8960972a _pthread_start + 137
    8   libsystem_pthread.dylib       0x00007fff8960dfc9 thread_start + 13
    Thread 20:: MIO Mounting Thread
    0   libsystem_kernel.dylib         0x00007fff8fc79716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff8960bc77 _pthread_cond_wait + 787
    2   com.apple.Foundation           0x00007fff8d619930 -[NSCondition waitUntilDate:] + 344
    3   com.apple.Foundation           0x00007fff8d6107d8 -[NSConditionLock lockWhenCondition:beforeDate:] + 232
    4   com.apple.proapps.MIO         0x000000010155f89c -[PluginLockPair scanPaths] + 284
    5   com.apple.Foundation           0x00007fff8d64876b __NSThread__main__ + 1318
    6   libsystem_pthread.dylib       0x00007fff89609899 _pthread_body + 138
    7   libsystem_pthread.dylib       0x00007fff8960972a _pthread_start + 137
    8   libsystem_pthread.dylib       0x00007fff8960dfc9 thread_start + 13
    Thread 21:: MIO Mounting Thread
    0   libsystem_kernel.dylib         0x00007fff8fc79716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff8960bc77 _pthread_cond_wait + 787
    2   com.apple.Foundation           0x00007fff8d619930 -[NSCondition waitUntilDate:] + 344
    3   com.apple.Foundation           0x00007fff8d6107d8 -[NSConditionLock lockWhenCondition:beforeDate:] + 232
    4   com.apple.proapps.MIO         0x000000010155f89c -[PluginLockPair scanPaths] + 284
    5   com.apple.Foundation           0x00007fff8d64876b __NSThread__main__ + 1318
    6   libsystem_pthread.dylib       0x00007fff89609899 _pthread_body + 138
    7   libsystem_pthread.dylib       0x00007fff8960972a _pthread_start + 137
    8   libsystem_pthread.dylib       0x00007fff8960dfc9 thread_start + 13
    Thread 22:: MIO Mounting Thread
    0   libsystem_kernel.dylib         0x00007fff8fc79716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff8960bc77 _pthread_cond_wait + 787
    2   com.apple.Foundation           0x00007fff8d619930 -[NSCondition waitUntilDate:] + 344
    3   com.apple.Foundation           0x00007fff8d6107d8 -[NSConditionLock lockWhenCondition:beforeDate:] + 232
    4   com.apple.proapps.MIO         0x000000010155f89c -[PluginLockPair scanPaths] + 284
    5   com.apple.Foundation           0x00007fff8d64876b __NSThread__main__ + 1318
    6   libsystem_pthread.dylib       0x00007fff89609899 _pthread_body + 138
    7   libsystem_pthread.dylib       0x00007fff8960972a _pthread_start + 137
    8   libsystem_pthread.dylib       0x00007fff8960dfc9 thread_start + 13
    Thread 23:: com.apple.dvdplayback-DDPTask
    0   libsystem_kernel.dylib         0x00007fff8fc75a56 semaphore_wait_trap + 10
    1   com.apple.AVCHDPlugin         0x000000012ce47eb7 semaphore_wait(viona_semaphore_t*) + 55
    2   com.apple.AVCHDPlugin         0x000000012ce55460 WinPortServer::ProcessMessages() + 768
    3   com.apple.AVCHDPlugin         0x000000012cdd98a3 DDP_Init + 723
    4   com.apple.AVCHDPlugin         0x000000012ce476c0 ST20Thread::Run(PThreadRunParams*) + 32
    5   libsystem_pthread.dylib       0x00007fff89609899 _pthread_body + 138
    Thread 24:: com.apple.audio.IOThread.client
    0   libsystem_kernel.dylib         0x00007fff8fc75a1a mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00007fff8fc74d18 mach_msg + 64
    2   com.apple.audio.CoreAudio     0x00007fff95b8b828 HALB_MachPort::SendMessageWithReply(unsigned int, unsigned int, unsigned int, unsigned int, mach_msg_header_t*, bool, unsigned int) + 98
    3   com.apple.audio.CoreAudio     0x00007fff95b8b7b6 HALB_MachPort::SendSimpleMessageWithSimpleReply(unsigned int, unsigned int, int, int&, bool, unsigned int) + 42
    4   com.apple.audio.CoreAudio     0x00007fff95b89f3e HALC_ProxyIOContext::IOWorkLoop() + 950
    5   com.apple.audio.CoreAudio     0x00007fff95b89add HALC_ProxyIOContext::IOThreadEntry(void*) + 97
    6   com.apple.audio.CoreAudio     0x00007fff95b8999d HALB_IOThread::Entry(void*) + 75
    7   libsystem_pthread.dylib       0x00007fff89609899 _pthread_body + 138
    8   libsystem_pthread.dylib       0x00007fff8960972a _pthread_start + 137
    9   libsystem_pthread.dylib       0x00007fff8960dfc9 thread_start + 13
    Thread 25:: com.apple.helium-unit
    0   libsystem_kernel.dylib         0x00007fff8fc79746 __psynch_mutexwait + 10
    1   libsystem_pthread.dylib       0x00007fff8960c779 _pthread_mutex_lock + 372
    2   com.apple.Helium.HeliumRender 0x0000000102c79e42 hg_pthread_loop(void*) + 98
    3   libsystem_pthread.dylib       0x00007fff89609899 _pthread_body + 138
    4   libsystem_pthread.dylib       0x00007fff8960972a _pthread_start + 137
    5   libsystem_pthread.dylib       0x00007fff8960dfc9 thread_start + 13
    Thread 26:: com.apple.helium-unit
    0   libsystem_kernel.dylib         0x00007fff8fc79746 __psynch_mutexwait + 10
    1   libsystem_pthread.dylib       0x00007fff8960c779 _pthread_mutex_lock + 372
    2   com.apple.Helium.HeliumRender 0x0000000102c79e42 hg_pthread_loop(void*) + 98
    3   libsystem_pthread.dylib       0x00007fff89609899 _pthread_body + 138
    4   libsystem_pthread.dylib       0x00007fff8960972a _pthread_start + 137
    5   libsystem_pthread.dylib       0x00007fff8960dfc9 thread_start + 13
    Thread 27:: com.apple.helium-unit
    0   libsystem_kernel.dylib         0x00007fff8fc79746 __psynch_mutexwait + 10
    1   libsystem_pthread.dylib       0x00007fff8960c779 _pthread_mutex_lock + 372
    2   com.apple.Helium.HeliumRender 0x0000000102c79e42 hg_pthread_loop(void*) + 98
    3   libsystem_pthread.dylib       0x00007fff89609899 _pthread_body + 138
    4   libsystem_pthread.dylib       0x00007fff8960972a _pthread_start + 137
    5   libsystem_pthread.dylib       0x00007fff8960dfc9 thread_start + 13
    Thread 28:: com.apple.helium-unit
    0   libsystem_kernel.dylib         0x00007fff8fc79746 __psynch_mutexwait + 10
    1   libsystem_pthread.dylib       0x00007fff8960c779 _pthread_mutex_lock + 372
    2   com.apple.Helium.HeliumRender 0x0000000102c79e42 hg_pthread_loop(void*) + 98
    3   libsystem_pthread.dylib       0x00007fff89609899 _pthread_body + 138
    4   libsystem_pthread.dylib       0x00007fff8960972a _pthread_start + 137
    5   libsystem_pthread.dylib       0x00007fff8960dfc9 thread_start + 13
    Thread 29:: com.apple.coremedia.scheduledfileio
    0   libsystem_kernel.dylib         0x00007fff8fc79716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff8960bc3b _pthread_cond_wait + 727
    2   com.apple.CoreMedia.ProAppsSupport 0x000000010028af39 WaitOnCondition + 14
    3   com.apple.CoreMedia.ProAppsSupport 0x000000010028b105 FigSemaphoreWaitRelative + 167
    4   com.apple.CoreMedia.ProAppsSupport 0x0000000100289212 FigScheduledFileIOThread + 5109
    5   com.apple.CoreMedia.ProAppsSupport 0x000000010028c03a figThreadMain + 397
    6   libsystem_pthread.dylib       0x00007fff89609899 _pthread_body + 138
    7   libsystem_pthread.dylib       0x00007fff8960972a _pthread_start + 137
    8   libsystem_pthread.dylib       0x00007fff8960dfc9 thread_start + 13
    Thread 30:: com.apple.helium-texture-finish
    0   libsystem_kernel.dylib         0x00007fff8fc79716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff8960bc3b _pthread_cond_wait + 727
    2   com.apple.Helium.HeliumRender 0x0000000102c607ca textureFinishThread(void*) + 186
    3   libsystem_pthread.dylib       0x00007fff89609899 _pthread_body + 138
    4   libsystem_pthread.dylib       0x00007fff8960972a _pthread_start + 137
    5   libsystem_pthread.dylib       0x00007fff8960dfc9 thread_start + 13
    Thread 31:: com.apple.CoreAnimation.CAOpenGLLayer
    0   libsystem_kernel.dylib         0x00007fff8fc75a1a mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00007fff8fc74d18 mach_msg + 64
    2   com.apple.CoreFoundation       0x00007fff8bcebf15 __CFRunLoopServiceMachPort + 181
    3   com.apple.CoreFoundation       0x00007fff8bceb539 __CFRunLoopRun + 1161
    4   com.apple.CoreFoundation       0x00007fff8bceae75 CFRunLoopRunSpecific + 309
    5   com.apple.CoreFoundation       0x00007fff8bda0811 CFRunLoopRun + 97
    6   com.apple.QuartzCore           0x00007fff8cd99922 CAOpenGLLayer_render_thread(void*) + 162
    7   com.apple.QuartzCore           0x00007fff8cc662ad thread_fun + 25
    8   libsystem_pthread.dylib       0x00007fff89609899 _pthread_body + 138
    9   libsystem_pthread.dylib       0x00007fff8960972a _pthread_start + 137
    10  libsystem_pthread.dylib       0x00007fff8960dfc9 thread_start + 13
    Thread 32:: com.apple.helium-render-queue-exec-unit-gpu
    0   libsystem_kernel.dylib         0x00007fff8fc79716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff8960bc3b _pthread_cond_wait + 727
    2   com.apple.Helium.HeliumRender 0x0000000102cc1b8e HGSynchronizable::Wait() + 46
    3   com.apple.Helium.HeliumRender 0x0000000102be10cf HGRenderQueue::GetRenderJob(HGRenderExecUnit*, HGRenderJob**) + 207
    4   com.apple.Helium.HeliumRender 0x0000000102bd890e HGRenderExecUnit::RunLoop() + 110
    5   com.apple.Helium.HeliumRender 0x0000000102bd8894 StartRenderExecUnitFunc(void*) + 20
    6   libsystem_pthread.dylib       0x00007fff89609899 _pthread_body + 138
    7   libsystem_pthread.dylib       0x00007fff8960972a _pthread_start + 137
    8   libsystem_pthread.dylib       0x00007fff8960dfc9 thread_start + 13
    Thread 33:: com.apple.helium-render-queue-pbo-readback-unit
    0   libsystem_kernel.dylib         0x00007fff8fc79716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff8960bc3b _pthread_cond_wait + 727
    2   com.apple.Helium.HeliumRender 0x0000000102cc1b8e HGSynchronizable::Wait() + 46
    3   com.apple.Helium.HeliumRender 0x0000000102be2860 HGRenderQueue::GetPBOReadbackJob(HGPBOReadbackExecUnit*, HGPBOReadbackJob**) + 80
    4   com.apple.Helium.HeliumRender 0x0000000102bd7625 StartPBOExecUnitFunc(void*) + 85
    5   libsystem_pthread.dylib       0x00007fff89609899 _pthread_body + 138
    6   libsystem_pthread.dylib       0x00007fff8960972a _pthread_start + 137
    7   libsystem_pthread.dylib       0x00007fff8960dfc9 thread_start + 13
    Thread 34:: com.apple.helium-render-queue-pbo-readback-unit
    0   libsystem_kernel.dylib         0x00007fff8fc79716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff8960bc3b _pthread_cond_wait + 727
    2   com.apple.Helium.HeliumRender 0x0000000102cc1b8e HGSynchronizable::Wait() + 46
    3   com.apple.Helium.HeliumRender 0x0000000102be2860 HGRenderQueue::GetPBOReadbackJob(HGPBOReadbackExecUnit*, HGPBOReadbackJob**) + 80
    4   com.apple.Helium.HeliumRender 0x0000000102bd7625 StartPBOExecUnitFunc(void*) + 85
    5   libsystem_pthread.dylib       0x00007fff89609899 _pthread_body + 138
    6   libsystem_pthread.dylib       0x00007fff8960972a _pthread_start + 137
    7   libsystem_pthread.dylib       0x00007fff8960dfc9 thread_start + 13
    Thread 35:: com.apple.helium-render-queue-exec-unit-gpu
    0   libsystem_kernel.dylib         0x00007fff8fc79716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff8960bc3b _pthread_cond_wait + 727
    2   com.apple.Helium.HeliumRender 0x0000000102cc1b8e HGSynchronizable::Wait() + 46
    3   com.apple.Helium.HeliumRender 0x0000000102be10cf HGRenderQueue::GetRenderJob(HGRenderExecUnit*, HGRenderJob**) + 207
    4   com.apple.Helium.HeliumRender 0x0000000102bd890e HGRenderExecUnit::RunLoop() + 110
    5   com.apple.Helium.HeliumRender 0x0000000102bd8894 StartRenderExecUnitFunc(void*) + 20
    6   libsystem_pthread.dylib       0x00007fff89609899 _pthread_body + 138
    7   libsystem_pthread.dylib       0x00007fff8960972a _pthread_start + 137
    8   libsystem_pthread.dylib       0x00007fff8960dfc9 thread_start + 13
    Thread 36:: com.apple.helium-render-queue-pbo-readback-unit
    0   libsystem_kernel.dylib         0x00007fff8fc79716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff8960bc3b _pthread_cond_wait + 727
    2   com.apple.Helium.HeliumRender 0x0000000102cc1b8e HGSynchronizable::Wait() + 46
    3   com.apple.Helium.HeliumRender 0x0000000102be2860 HGRenderQueue::GetPBOReadbackJob(HGPBOReadbackExecUnit*, HGPBOReadbackJob**) + 80
    4   com.apple.Helium.HeliumRender 0x0000000102bd7625 StartPBOExecUnitFunc(void*) + 85
    5   libsystem_pthread.dylib       0x00007fff89609899 _pthread_body + 138
    6   libsystem_pthread.dylib       0x00007fff8960972a _pthread_start + 137
    7   libsystem_pthread.dylib       0x00007fff8960dfc9 thread_start + 13
    Thread 37:: com.apple.helium-render-queue-pbo-readback-unit
    0   libsystem_kernel.dylib         0x00007fff8fc79716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff8960bc3b _pthread_cond_wait + 727
    2   com.apple.Helium.HeliumRender 0x0000000102cc1b8e HGSynchronizable::Wait() + 46
    3   com.apple.Helium.HeliumRender 0x0000000102be2860 HGRenderQueue::GetPBOReadbackJob(HGPBOReadbackExecUnit*, HGPBOReadbackJob**) + 80
    4   com.apple.Helium.HeliumRender 0x0000000102bd7625 StartPBOExecUnitFunc(void*) + 85
    5   libsystem_pthread.dylib       0x00007fff89609899 _pthread_body + 138
    6   libsystem_pthread.dylib       0x00007fff8960972a _pthread_start + 137
    7   libsystem_pthread.dylib       0x00007fff8960dfc9 thread_start + 13
    Thread 38 Crashed:: Dispatch queue: com.apple.root.default-priority
    0   com.apple.ProAppsFxSupport     0x00000001028fd6f5 HgcMotionBlur::RenderTile_AVX(HGTile*) + 1877
    1   com.apple.ProAppsFxSupport     0x00000001028fce3a HgcMotionBlur::RenderTile(HGTile*) + 10218
    2   com.apple.Helium.HeliumRender 0x0000000102c54569 HGRenderer::RenderTile(HGExecutionUnit*, __m128*, HGRect, HGNode*, int) + 3817
    3   com.apple.Helium.HeliumRender 0x0000000102c5469e HGRenderer::RenderTile(HGExecutionUnit*, __m128*, HGRect, HGNode*, int) + 4126
    4   com.apple.Helium.HeliumRender 0x0000000102c5469e HGRenderer::RenderTile(HGExecutionUnit*, __m128*, HGRect, HGNode*, int) + 4126
    5   com.apple.Helium.HeliumRender 0x0000000102c5469e HGRenderer::RenderTile(HGExecutionUnit*, __m128*, HGRect, HGNode*, int) + 4126
    6   com.apple.Helium.HeliumRender 0x0000000102c5469e HGRenderer::RenderTile(HGExecutionUnit*, __m128*, HGRect, HGNode*, int) + 4126
    7   com.apple.Helium.HeliumRender 0x0000000102c5469e HGRenderer::RenderTile(HGExecutionUnit*, __m128*, HGRect, HGNode*, int) + 4126
    8   com.apple.Helium.HeliumRender 0x0000000102c5469e HGRenderer::RenderTile(HGExecutionUnit*, __m128*, HGRect, HGNode*, int) + 4126
    9   com.apple.Helium.HeliumRender 0x0000000102c5469e HGRenderer::RenderTile(HGExecutionUnit*, __m128*, HGRect, HGNode*, int) + 4126
    10  com.apple.Helium.HeliumRender 0x0000000102c53995 HGRenderer::RenderTile(HGExecutionUnit*, __m128*, HGRect, HGNode*, int) + 789
    11  com.apple.Helium.HeliumRender 0x0000000102c5469e HGRenderer::RenderTile(HGExecutionUnit*, __m128*, HGRect, HGNode*, int) + 4126
    12  com.apple.Helium.HeliumRender 0x0000000102c5469e HGRenderer::RenderTile(HGExecutionUnit*, __m128*, HGRect, HGNode*, int) + 4126
    13  com.apple.Helium.HeliumRender 0x0000000102c79c99 ExecuteUnitGCD(void*) + 1449
    14  libdispatch.dylib             0x00007fff95eb828d _dispatch_client_callout + 8
    15  libdispatch.dylib             0x00007fff95eba082 _dispatch_root_queue_drain + 326
    16  libdispatch.dylib             0x00007fff95ebb177 _dispatch_worker_thread2 + 40
    17  libsystem_pthread.dylib       0x00007fff8960aef8 _pthread_wqthread + 314
    18  libsystem_pthread.dylib       0x00007fff8960dfb9 start_wqthread + 13
    Thread 39:
    0   libsystem_kernel.dylib         0x00007fff8fc75a1a mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00007fff8fc74d18 mach_msg + 64
    2   com.apple.CoreFoundation       0x00007fff8bcebf15 __CFRunLoopServiceMachPort + 181
    3   com.apple.CoreFoundation       0x00007fff8bceb539 __CFRunLoopRun + 1161
    4   com.apple.CoreFoundation       0x00007fff8bceae75 CFRunLoopRunSpecific + 309
    5   com.apple.CoreFoundation       0x00007fff8bda0811 CFRunLoopRun + 97
    6   com.apple.qmaster.do           0x000000012de83439 swamp::CRAdReceiver2::ReceivingThread::runOnce() + 187
    7   com.apple.AECore               0x000000010cbfbca5 aecore::CThread::runThread() + 35
    8   com.apple.AECore               0x000000010cbf9c8a threadProc(void*) + 9
    9   libsystem_pthread.dylib       0x00007fff89609899 _pthread_body + 138
    10  libsystem_pthread.dylib       0x00007fff8960972a _pthread_start + 137
    11  libsystem_pthread.dylib       0x00007fff8960dfc9 thread_start + 13
    Thread 40:
    0   libsystem_kernel.dylib         0x00007fff8fc75a1a mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00007fff8fc74d18 mach_msg + 64
    2   com.apple.CoreFoundation       0x00007fff8bcebf15 __CFRunLoopServiceMachPort + 181
    3   com.apple.CoreFoundation       0x00007fff8bceb539 __CFRunLoopRun + 1161
    4   com.apple.CoreFoundation       0x00007fff8bceae75 CFRunLoopRunSpecific + 309
    5   com.apple.AppKit               0x00007fff94d8405e _NSEventThread + 144
    6   libsystem_pthread.dylib       0x00007fff89609899 _pthread_body + 138
    7   libsystem_pthread.dylib       0x00007fff8960972a _pthread_start + 137
    8   libsystem_pthread.dylib       0x00007fff8960dfc9 thread_start + 13
    Thread 41:
    0   libsystem_kernel.dylib         0x00007fff8fc799aa __select + 10
    1   com.apple.AECore               0x000000010cbfbcd2 aecore::CThread::runThread() + 80
    2   com.apple.AECore               0x000000010cbf9c8a threadProc(void*) + 9
    3   libsystem_pthread.dylib       0x00007fff89609899 _pthread_body + 138
    4   libsystem_pthread.dylib       0x00007fff8960972a _pthread_start + 137
    5   libsystem_pthread.dylib       0x00007fff8960dfc9 thread_start + 13
    Thread 42:: com.apple.CFSocket.private
    0   libsystem_kernel.dylib         0x00007fff8fc799aa __select + 10
    1   com.apple.CoreFoundation       0x00007fff8bd37a03 __CFSocketManager + 867
    2   libsystem_pthread.dylib       0x00007fff89609899 _pthread_body + 138
    3   libsystem_pthread.dylib       0x00007fff8960972a _pthread_start + 137
    4   libsystem_pthread.dylib       0x00007fff8960dfc9 thread_start + 13
    Thread 43:: com.apple.flexo.player-render (playback)
    0   libsystem_kernel.dylib         0x00007fff8fc79716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff8960bc77 _pthread_cond_wait + 787
    2   com.apple.Foundation           0x00007fff8d619930 -[NSCondition waitUntilDate:] + 344
    3   com.apple.Foundation           0x00007fff8d6107d8 -[NSConditionLock lockWhenCondition:beforeDate:] + 232
    4   com.apple.Flexo               0x00000001006bf0b5 -[FFPlayer _waitForAttention] + 37
    5   com.apple.Flexo               0x00000001006c18a4 -[FFPlayer playerRenderThreadMain:] + 324
    6   com.apple.Foundation           0x00007fff8d64876b __NSThread__main__ + 1318
    7   libsystem_pthread.dylib       0x00007fff89609899 _pthread_body + 138
    8   libsystem_pthread.dylib       0x00007fff8960972a _pthread_start + 137
    9   libsystem_pthread.dylib       0x00007fff8960dfc9 thread_start + 13
    Thread 44:: com.apple.flexo.time-rate-change-controller
    0   libsystem_kernel.dylib         0x00007fff8fc79716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff8960bc3b _pthread_cond_wait + 727
    2   com.apple.Flexo               0x00000001006cb79b TimeRateChangeController::threadFunction() + 299
    3   com.apple.Flexo               0x00000001006d3f7d TimeRateChangeController::thread_routine(void*) + 61
    4   libsystem_pthread.dylib       0x00007fff89609899 _pthread_body + 138
    5   libsystem_pthread.dylib       0x00007fff8960972a _pthread_start + 137
    6   libsystem_pthread.dylib       0x00007fff8960dfc9 thread_start + 13
    Thread 45:: com.apple.coremedia.JVTlib
    0   libsystem_kernel.dylib         0x00007fff8fc75a56 semaphore_wait_trap + 10
    1   com.apple.VideoToolbox.ProAppsSupport 0x000000010199f41b VTImageRotationSessionCreate + 77488
    2   com.apple.VideoToolbox.ProAppsSupport 0x000000010199edc8 VTImageRotationSessionCreate + 75869
    3   libsystem_pthread.dylib       0x00007fff89609899 _pthread_body + 138
    4   libsystem_pthread.dylib       0x00007fff8960972a _pthread_start + 137
    5   libsystem_pthread.dylib       0x00007fff8960dfc9 thread_start + 13
    Thread 46:: com.apple.coremedia.JVTlib
    0   libsystem_kernel.dylib         0x00007fff8fc75a56 semaphore_wait_trap + 10
    1   com.apple.VideoToolbox.ProAppsSupport 0x000000010199f41b VTImageRotationSessionCreate + 77488
    2   com.apple.VideoToolbox.ProAppsSupport 0x000000010199edc8 VTImageRotationSessionCreate + 75869
    3   libsystem_pthread.dylib       0x00007fff89609899 _pthread_body + 138
    4   libsystem_pthread.dylib       0x00007fff8960972a _pthread_start + 137
    5   libsystem_pthread.dylib       0x00007fff8960dfc9 thread_start + 13
    Thread 47:: com.apple.coremedia.JVTlib
    0   libsystem_kernel.dylib         0x00007fff8fc75a56 semaphore_wait_trap + 10
    1   com.apple.VideoToolbox.ProAppsSupport 0x000000010199f41b VTImageRotationSessionCreate + 77488
    2   com.apple.VideoToolbox.ProAppsSupport 0x000000010199edc8 VTImageRotationSessionCreate + 75869
    3   libsystem_pthread.dylib       0x00007fff89609899 _pthread_body + 138
    4   libsystem_pthread.dylib       0x00007fff8960972a _pthread_start + 137
    5   libsystem_pthread.dylib       0x00007fff8960dfc9 thread_start + 13
    Thread 48:: com.apple.coremedia.JVTlib
    0   libsystem_kernel.dylib         0x00007fff8fc75a56 semaphore_wait_trap + 10
    1   com.apple.VideoToolbox.ProAppsSupport 0x000000010199f41b VTImageRotationSessionCreate + 77488
    2   com.apple.VideoToolbox.ProAppsSupport 0x000000010199edc8 VTImageRotationSessionCreate + 75869
    3   libsystem_pthread.dylib       0x00007fff89609899 _pthread_body + 138
    4   libsystem_pthread.dylib       0x00007fff8960972a _pthread_start + 137
    5   libsystem_pthread.dylib       0x00007fff8960dfc9 thread_start + 13
    Thread 49:: com.apple.coremedia.JVTlib
    0   libsystem_kernel.dylib         0x00007fff8fc75a56 semaphore_wait_trap + 10
    1   com.apple.VideoToolbox.ProAppsSupport 0x000000010199f41b VTImageRotationSessionCreate + 77488
    2   com.apple.VideoToolbox.ProAppsSupport 0x0000000101a5c650 JVTLibDecoDispose + 479680
    3   libsystem_pthread.dylib       0x00007fff89609899 _pthread_body + 138
    4   libsystem_pthread.dylib       0x00007fff8960972a _pthread_start + 137
    5   libsystem_pthread.dylib       0x00007fff8960dfc9 thread_start + 13
    Thread 50:: com.apple.coremedia.JVTlib
    0   libsystem_kernel.dylib         0x00007fff8fc75a56 semaphore_wait_trap + 10
    1   com.apple.VideoToolbox.ProAppsSupport 0x000000010199f41b VTImageRotationSessionCreate + 77488
    2   com.apple.VideoToolbox.ProAppsSupport 0x000000010199edc8 VTImageRotationSessionCreate + 75869
    3   libsystem_pthread.dylib       0x00007fff89609899 _pthread_body + 138
    4   libsystem_pthread.dylib       0x00007fff8960972a _pthread_start + 137
    5   libsystem_pthread.dylib       0x00007fff8960dfc9 thread_start + 13
    Thread 51:: com.apple.coremedia.JVTlib
    0   libsystem_kernel.dylib         0x00007fff8fc75a56 semaphore_wait_trap + 10
    1   com.apple.VideoToolbox.ProAppsSupport 0x000000010199f41b VTImageRotationSessionCreate + 77488
    2   com.apple.VideoToolbox.ProAppsSupport 0x000000010199edc8 VTImageRotationSessionCreate + 75869
    3   libsystem_pthread.dylib       0x00007fff89609899 _pthread_body + 138
    4   libsystem_pthread.dylib       0x00007fff8960972a _pthread_start + 137
    5   libsystem_pthread.dylib       0x00007fff8960dfc9 thread_start + 13
    Thread 52:: com.apple.coremedia.JVTlib
    0   libsystem_kernel.dylib         0x00007fff8fc75a56 semaphore_wait_trap + 10
    1   com.apple.VideoToolbox.ProAppsSupport 0x000000010199f41b VTImageRotationSessionCreate + 77488
    2   com.apple.VideoToolbox.ProAppsSupport 0x000000010199edc8 VTImageRotationSessionCreate + 75869
    3   libsystem_pthread.dylib       0x00007fff89609899 _pthread_body + 138
    4   libsystem_pthread.dylib       0x00007fff8960972a _pthread_start + 137
    5   libsystem_pthread.dylib       0x00007fff8960dfc9 thread_start + 13
    Thread 53:: com.apple.coremedia.JVTlib
    0   libsystem_kernel.dylib         0x00007fff8fc75a56 semaphore_wait_trap + 10
    1   com.apple.VideoToolbox.ProAppsSupport 0x000000010199f41b VTImageRotationSessionCreate + 77488
    2   com.apple.VideoToolbox.ProAppsSupport 0x000000010199edc8 VTImageRotationSessionCreate + 75869
    3   libsystem_pthread.dylib       0x00007fff89609899 _pthread_body + 138
    4   libsystem_pthread.dylib       0x00007fff8960972a _pthread_start + 137
    5   libsystem_pthread.dylib       0x00007fff8960dfc9 thread_start + 13
    Thread 54:: com.apple.coremedia.JVTlib
    0   libsystem_kernel.dylib         0x00007fff8fc75a56 semaphore_wait_trap + 10
    1   com.apple.VideoToolbox.ProAppsSupport 0x000000010199f41b VTImageRotationSessionCreate + 77488
    2   com.apple.VideoToolbox.ProAppsSupport 0x0000000101a5c650 JVTLibDecoDispose + 479680
    3   libsystem_pthread.dylib       0x00007fff89609899 _pthread_body + 138
    4   libsystem_pthread.dylib       0x00007fff8960972a _pthread_start + 137
    5   libsystem_pthread.dylib       0x00007fff8960dfc9 thread_start + 13
    Thread 55:: com.apple.coremedia.JVTlib
    0   libsystem_kernel.dylib         0x00007fff8fc75a56 semaphore_wait_trap + 10
    1   com.apple.VideoToolbox.ProAppsSupport 0x000000010199f41b VTImageRotationSessionCreate + 77488
    2   com.apple.VideoToolbox.ProAppsSupport 0x00000001019e48c6 VTImageRotationSessionCreate + 361307
    3   libsystem_pthread.dylib       0x00007fff89609899 _pthread_body + 138
    4   libsystem_pthread.dylib       0x00007fff8960972a _pthread_start + 137
    5   libsystem_pthread.dylib       0x00007fff8960dfc9 thread_start + 13
    Thread 56:: com.apple.coremedia.JVTlib
    0   libsystem_kernel.dylib         0x00007fff8fc75a56 semaphore_wait_trap + 10
    1   com.apple.VideoToolbox.ProAppsSupport 0x000000010199f41b VTImageRotationSessionCreate + 77488
    2   com.apple.VideoToolbox.ProAppsSupport 0x000000010199edc8 VTImageRotationSessionCreate + 75869
    3   libsystem_pthread.dylib       0x00007fff89609899 _pthread_body + 138
    4   libsystem_pthread.dylib       0x00007fff8960972a _pthread_start + 137
    5   libsystem_pthread.dylib       0x00007fff8960dfc9 thread_start + 13
    Thread 57:: com.apple.coremedia.JVTlib
    0   libsystem_kernel.dylib         0x00007fff8fc75a56 semaphore_wait_trap + 10
    1   com.apple.VideoToolbox.ProAppsSupport 0x000000010199f41b VTImageRotationSessionCreate + 77488
    2   com.apple.VideoToolbox.ProAppsSupport 0x000000010199edc8 VTImageRotationSessionCreate + 75869
    3   libsystem_pthread.dylib       0x00007fff89609899 _pthread_body + 138
    4   libsystem_pthread.dylib       0x00007fff8960972a _pthread_start + 137
    5   libsystem_pthread.dylib       0x00007fff8960dfc9 thread_start + 13
    Thread 58:: com.apple.coremedia.JVTlib
    0   libsystem_kernel.dylib         0x00007fff8fc75a56 semaphore_wait_trap + 10
    1   com.apple.VideoToolbox.ProAppsSupport 0x000000010199f41b VTImageRotationSessionCreate + 77488
    2   com.apple.VideoToolbox.ProAppsSupport 0x000000010199edc8 VTImageRotationSessionCreate + 75869
    3   libsystem_pthread.dylib       0x00007fff89609899 _pthread_body + 138
    4   libsystem_pthread.dylib       0x00007fff8960972a _pthread_start + 137
    5   libsystem_pthread.dylib       0x00007fff8960dfc9 thread_start + 13
    Thread 59:: com.apple.coremedia.JVTlib
    0   libsystem_kernel.dylib         0x00007fff8fc75a56 semaphore_wait_trap + 10
    1   com.apple.VideoToolbox.ProAppsSupport 0x000000010199f41b VTImageRotationSessionCreate + 77488
    2   com.apple.VideoToolbox.ProAppsSupport 0x000000010199edc8 VTImageRotationSessionCreate + 75869
    3   libsystem_pthread.dylib       0x00007fff89609899 _pthread_body + 138
    4   libsystem_pthread.dylib       0x00007fff8960972a _pthread_start + 137
    5   libsystem_pthread.dylib       0x00007fff8960dfc9 thread_start + 13
    Thread 60:: com.apple.coremedia.JVTlib
    0   libsystem_kernel.dylib         0x00007fff8fc75a56 semaphore_wait_trap + 10
    1   com.apple.VideoToolbox.ProAppsSupport 0x000000010199f41b VTImageRotationSessionCreate + 77488
    2   com.apple.VideoToolbox.ProAppsSupport 0x0000000101a5c650 JVTLibDecoDispose + 479680
    3   libsystem_pthread.dylib       0x00007fff89609899 _pthread_body + 138
    4   libsystem_pthread.dylib       0x00007fff8960972a _pthread_start + 137
    5   libsystem_pthread.dylib       0x00007fff8960dfc9 thread_start + 13
    Thread 61:: com.apple.coremedia.JVTlib
    0   libsystem_kernel.dylib         0x00007fff8fc75a56 semaphore_wait_trap + 10
    1   com.apple.VideoToolbox.ProAppsSupport 0x000000010199f41b VTImageRotationSessionCreate + 77488
    2   com.apple.VideoToolbox.ProAppsSupport 0x000000010199edc8 VTImageRotationSessionCreate + 75869
    3   l

  • Error registering server to DSCC

    Hi Guys
    On a fresh ODSEE install I am trying to run the following command
    "dsccreg add-server -h HOSTNAME -p 3998 /server/dsee7/odseeserver"
    I get the following error
    Enter DSCC administrator's password:
    /server/dsee7/odseeserver is an instance of DS
    Enter password of "cn=Directory Manager" for /server/dsee7/odseeserver:
    This operation will restart /server/dsee7/odseeserver.
    Do you want to continue ? (y/n) y
    Connecting to /server/dsee7/odseeserver (using ldap://127.0.0.1:389)
    Failed to connect to /server/dsee7/odseeserver
    *Server replied : [LDAP: error code 32 - No Such Object]*
    */server/dsee7/odseeserver has not been registered in DSCC on HOSTNAME.*
    Any ideas?
    The port is running
    bash-3.00$ netstat -an | grep 389
    *.389 *.* 0 0 49152 0 LISTEN
    *.389 *.* 0 0 49152 0 LISTEN
    svcs command shows the server is running
    the DSCC is on another server which I can access and see that it is active

    cn=Directory Manager is a special user that does not exist anywhere on your DIT. Also, when you create the instance, the suffix is not automatically created, thus you cannot create an admin user under a suffix that does not exist yet even if you are just creating a seperate admin account that just happen to have a similar name as the directory manager name.
    The ADS root tree entry is cn=dscc so all your DSCC admin users are by default created under cn=Administrators,cn=dscc
    Hope this clarifies it.

  • Game error code

          Hi,
    i am having issues with the sims 2 complete collection, can someone please help me fix the issue. details posted below

    Process:               The Sims 2 [631]
    Path:                  /Volumes/*/The Sims 2.app/Contents/MacOS/The Sims 2
    Identifier:            com.aspyr.sims2.appstore
    Version:               1.2.2 (123949)
    Code Type:             X86 (Native)
    Parent Process:        ??? [1]
    Responsible:           The Sims 2 [631]
    User ID:               501
    Date/Time:             2015-05-04 23:34:17.817 +0100
    OS Version:            Mac OS X 10.10.3 (14D136)
    Report Version:        11
    Anonymous UUID:        52969D3E-78D1-531A-242C-7FF34BA7A3A3
    Sleep/Wake UUID:       76764F73-330B-43EF-B129-DE42400064E4
    Time Awake Since Boot: 1900 seconds
    Time Since Wake:       1300 seconds
    Crashed Thread:        0  Dispatch queue: com.apple.main-thread
    Exception Type:        EXC_BAD_ACCESS (SIGBUS)
    Exception Codes:       0x000000000000000a, 0x000000000187741c
    VM Regions Near 0x187741c:
    --> __TEXT                 0000000000001000-0000000001d8b000 [ 29.5M] r-x/rwx SM=COW  /Volumes/*/The Sims 2.app/Contents/MacOS/The Sims 2
        __DATA                 0000000001d8b000-0000000001ebf000 [ 1232K] rw-/rwx SM=COW  /Volumes/*/The Sims 2.app/Contents/MacOS/The Sims 2
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   libc++abi.dylib               0x914eff9e __cxxabiv1::scan_eh_tab(__cxxabiv1::(anonymous namespace)::scan_results&, _Unwind_Action, bool, _Unwind_Exception*, _Unwind_Context*) + 170
    1   libc++abi.dylib               0x914efe08 __gxx_personality_v0 + 108
    2   libunwind.dylib               0x96f28412 _Unwind_RaiseException + 158
    3   libc++abi.dylib               0x914ef4c8 __cxa_throw + 103
    4   ???                           0x000df4df 0 + 914655
    5   ???                           0x0048de58 0 + 4775512
    6   ???                           0x000dcb08 0 + 903944
    7   ???                           0x000dc604 0 + 902660
    8   ???                           0x000db8d3 0 + 899283
    9   ???                           0x000e807e 0 + 950398
    10  ???                           0x000dcb08 0 + 903944
    11  ???                           0x000dc604 0 + 902660
    12  ???                           0x000db8d3 0 + 899283
    13  ???                           0x000e807e 0 + 950398
    14  ???                           0x000dcb08 0 + 903944
    15  ???                           0x000dc604 0 + 902660
    16  ???                           0x000db8d3 0 + 899283
    17  ???                           0x000d6835 0 + 878645
    18  ???                           0x00deaa30 0 + 14592560
    19  ???                           0x00de67a4 0 + 14575524
    20  ???                           0x00debf0d 0 + 14597901
    21  ???                           0x00708502 0 + 7374082
    22  ???                           0x008b5d57 0 + 9133399
    23  ???                           0x008b59f9 0 + 9132537
    24  ???                           0x008b57a3 0 + 9131939
    25  ???                           0x00708502 0 + 7374082
    26  ???                           0x00708fcd 0 + 7376845
    27  ???                           0x00709054 0 + 7376980
    28  ???                           0x00876725 0 + 8873765
    29  ???                           0x000d1d4f 0 + 859471
    30  ???                           0x008765c4 0 + 8873412
    31  ???                           0x000d3750 0 + 866128
    32  ???                           0x008762a3 0 + 8872611
    33  ???                           0x00876587 0 + 8873351
    34  ???                           0x00878d1c 0 + 8883484
    35  ???                           0x00036bf8 0 + 224248
    36  com.apple.HIToolbox           0x923ae5a4 _InvokeEventHandlerUPP(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*, long (*)(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*)) + 36
    37  com.apple.HIToolbox           0x921ec681 DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 2291
    38  com.apple.HIToolbox           0x921eb65c SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 402
    39  com.apple.HIToolbox           0x921eb4c3 SendEventToEventTargetWithOptions + 95
    40  com.apple.HIToolbox           0x9222559a ToolboxEventDispatcherHandler(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) + 1912
    41  com.apple.HIToolbox           0x921eca4b DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 3261
    42  com.apple.HIToolbox           0x921eb65c SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 402
    43  com.apple.HIToolbox           0x921fff25 SendEventToEventTarget + 88
    44  com.apple.HIToolbox           0x923add25 ToolboxEventDispatcher + 82
    45  com.apple.HIToolbox           0x923adbe9 RunApplicationEventLoop + 240
    46  ???                           0x0003674f 0 + 223055
    47  ???                           0x00036f99 0 + 225177
    48  libdyld.dylib                 0x925f26d9 start + 1
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib         0x95d408ce kevent64 + 10
    1   libdispatch.dylib             0x9738273f _dispatch_mgr_invoke + 245
    2   libdispatch.dylib             0x973823a2 _dispatch_mgr_thread + 52
    Thread 2:: com.apple.NSURLConnectionLoader
    0   libsystem_kernel.dylib         0x95d399ce mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x95d38a70 mach_msg + 68
    2   com.apple.CoreFoundation       0x9274fef6 __CFRunLoopServiceMachPort + 214
    3   com.apple.CoreFoundation       0x9274f309 __CFRunLoopRun + 1529
    4   com.apple.CoreFoundation       0x9274eaa6 CFRunLoopRunSpecific + 390
    5   com.apple.CoreFoundation       0x9274e90b CFRunLoopRunInMode + 123
    6   com.apple.CFNetwork           0x9a328bdf +[NSURLConnection(Loader) _resourceLoadLoop:] + 717
    7   com.apple.Foundation           0x94d58aed -[NSThread main] + 45
    8   com.apple.Foundation           0x94d58896 __NSThread__main__ + 1538
    9   libsystem_pthread.dylib       0x9b54ce13 _pthread_body + 138
    10  libsystem_pthread.dylib       0x9b54cd89 _pthread_start + 162
    11  libsystem_pthread.dylib       0x9b54ae52 thread_start + 34
    Thread 3:: com.apple.CFSocket.private
    0   libsystem_kernel.dylib         0x95d3f84e __select + 10
    1   com.apple.CoreFoundation       0x9279fb3a __CFSocketManager + 906
    2   libsystem_pthread.dylib       0x9b54ce13 _pthread_body + 138
    3   libsystem_pthread.dylib       0x9b54cd89 _pthread_start + 162
    4   libsystem_pthread.dylib       0x9b54ae52 thread_start + 34
    Thread 4:: JavaScriptCore::BlockFree
    0   libsystem_kernel.dylib         0x95d3f512 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x9b54da4a _pthread_cond_wait + 726
    2   libsystem_pthread.dylib       0x9b5511c0 pthread_cond_wait$UNIX2003 + 71
    3   libc++.1.dylib                 0x9809d4b1 std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 63
    4   com.apple.JavaScriptCore       0x9486d364 JSC::BlockAllocator::blockFreeingThreadMain() + 404
    5   com.apple.JavaScriptCore       0x9486328c ***::threadEntryPoint(void*) + 76
    6   com.apple.JavaScriptCore       0x94863220 ***::wtfThreadEntryPoint(void*) + 16
    7   libsystem_pthread.dylib       0x9b54ce13 _pthread_body + 138
    8   libsystem_pthread.dylib       0x9b54cd89 _pthread_start + 162
    9   libsystem_pthread.dylib       0x9b54ae52 thread_start + 34
    Thread 5:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib         0x95d3f512 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x9b54da4a _pthread_cond_wait + 726
    2   libsystem_pthread.dylib       0x9b5511c0 pthread_cond_wait$UNIX2003 + 71
    3   libc++.1.dylib                 0x9809d4b1 std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 63
    4   com.apple.JavaScriptCore       0x9486d8fc JSC::GCThread::waitForNextPhase() + 172
    5   com.apple.JavaScriptCore       0x9486d748 JSC::GCThread::gcThreadMain() + 88
    6   com.apple.JavaScriptCore       0x9486328c ***::threadEntryPoint(void*) + 76
    7   com.apple.JavaScriptCore       0x94863220 ***::wtfThreadEntryPoint(void*) + 16
    8   libsystem_pthread.dylib       0x9b54ce13 _pthread_body + 138
    9   libsystem_pthread.dylib       0x9b54cd89 _pthread_start + 162
    10  libsystem_pthread.dylib       0x9b54ae52 thread_start + 34
    Thread 6:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib         0x95d3f512 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x9b54da4a _pthread_cond_wait + 726
    2   libsystem_pthread.dylib       0x9b5511c0 pthread_cond_wait$UNIX2003 + 71
    3   libc++.1.dylib                 0x9809d4b1 std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 63
    4   com.apple.JavaScriptCore       0x9486d8fc JSC::GCThread::waitForNextPhase() + 172
    5   com.apple.JavaScriptCore       0x9486d748 JSC::GCThread::gcThreadMain() + 88
    6   com.apple.JavaScriptCore       0x9486328c ***::threadEntryPoint(void*) + 76
    7   com.apple.JavaScriptCore       0x94863220 ***::wtfThreadEntryPoint(void*) + 16
    8   libsystem_pthread.dylib       0x9b54ce13 _pthread_body + 138
    9   libsystem_pthread.dylib       0x9b54cd89 _pthread_start + 162
    10  libsystem_pthread.dylib       0x9b54ae52 thread_start + 34
    Thread 7:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib         0x95d3f512 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x9b54da4a _pthread_cond_wait + 726
    2   libsystem_pthread.dylib       0x9b5511c0 pthread_cond_wait$UNIX2003 + 71
    3   libc++.1.dylib                 0x9809d4b1 std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 63
    4   com.apple.JavaScriptCore       0x9486d8fc JSC::GCThread::waitForNextPhase() + 172
    5   com.apple.JavaScriptCore       0x9486d748 JSC::GCThread::gcThreadMain() + 88
    6   com.apple.JavaScriptCore       0x9486328c ***::threadEntryPoint(void*) + 76
    7   com.apple.JavaScriptCore       0x94863220 ***::wtfThreadEntryPoint(void*) + 16
    8   libsystem_pthread.dylib       0x9b54ce13 _pthread_body + 138
    9   libsystem_pthread.dylib       0x9b54cd89 _pthread_start + 162
    10  libsystem_pthread.dylib       0x9b54ae52 thread_start + 34
    Thread 8:
    0   libsystem_kernel.dylib         0x95d399ce mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x95d38a70 mach_msg + 68
    2   com.apple.CoreFoundation       0x9274fef6 __CFRunLoopServiceMachPort + 214
    3   com.apple.CoreFoundation       0x9274f309 __CFRunLoopRun + 1529
    4   com.apple.CoreFoundation       0x9274eaa6 CFRunLoopRunSpecific + 390
    5   com.apple.CoreFoundation       0x9274e90b CFRunLoopRunInMode + 123
    6   com.apple.Foundation           0x94db034a -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 305
    7   com.apple.Foundation           0x94e3075a -[NSRunLoop(NSRunLoop) run] + 76
    8   AspyrGameGuide                 0x03985b54 +[AFURLConnectionOperation networkRequestThreadEntryPoint:] + 100
    9   com.apple.Foundation           0x94d58aed -[NSThread main] + 45
    10  com.apple.Foundation           0x94d58896 __NSThread__main__ + 1538
    11  libsystem_pthread.dylib       0x9b54ce13 _pthread_body + 138
    12  libsystem_pthread.dylib       0x9b54cd89 _pthread_start + 162
    13  libsystem_pthread.dylib       0x9b54ae52 thread_start + 34
    Thread 9:
    0   libsystem_kernel.dylib         0x95d3f512 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x9b54da4a _pthread_cond_wait + 726
    2   libsystem_pthread.dylib       0x9b5511c0 pthread_cond_wait$UNIX2003 + 71
    3   ???                           0x00773fc3 0 + 7815107
    4   ???                           0x00270baa 0 + 2558890
    5   ???                           0x00270b41 0 + 2558785
    6   ???                           0x007712ee 0 + 7803630
    7   libsystem_pthread.dylib       0x9b54ce13 _pthread_body + 138
    8   libsystem_pthread.dylib       0x9b54cd89 _pthread_start + 162
    9   libsystem_pthread.dylib       0x9b54ae52 thread_start + 34
    Thread 10:
    0   libsystem_kernel.dylib         0x95d39a22 semaphore_timedwait_trap + 10
    1   com.apple.CoreServices.CarbonCore 0x9951cd28 MPWaitOnSemaphore + 120
    2   libMilesX86.dylib             0x03951541 0x3915000 + 247105
    3   libMilesX86.dylib             0x03940fd7 0x3915000 + 180183
    4   libMilesX86.dylib             0x03951ae0 0x3915000 + 248544
    5   libsystem_pthread.dylib       0x9b54ce13 _pthread_body + 138
    Thread 11:: com.apple.coreaudio.AQClient
    0   libsystem_kernel.dylib         0x95d399ce mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x95d38a70 mach_msg + 68
    2   com.apple.CoreFoundation       0x9274fef6 __CFRunLoopServiceMachPort + 214
    3   com.apple.CoreFoundation       0x9274f309 __CFRunLoopRun + 1529
    4   com.apple.CoreFoundation       0x9274eaa6 CFRunLoopRunSpecific + 390
    5   com.apple.CoreFoundation       0x9274e90b CFRunLoopRunInMode + 123
    6   com.apple.audio.toolbox.AudioToolbox 0x979e6456 GenericRunLoopThread::Entry(void*) + 200
    7   com.apple.audio.toolbox.AudioToolbox 0x979e6356 CAPThread::Entry(CAPThread*) + 134
    8   libsystem_pthread.dylib       0x9b54ce13 _pthread_body + 138
    9   libsystem_pthread.dylib       0x9b54cd89 _pthread_start + 162
    10  libsystem_pthread.dylib       0x9b54ae52 thread_start + 34
    Thread 12:: AQConverterThread
    0   libsystem_kernel.dylib         0x95d3f512 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x9b54da4a _pthread_cond_wait + 726
    2   libsystem_pthread.dylib       0x9b5511c0 pthread_cond_wait$UNIX2003 + 71
    3   com.apple.audio.toolbox.AudioToolbox 0x97a083db CAGuard::Wait() + 67
    4   com.apple.audio.toolbox.AudioToolbox 0x97a0587b AQConverterManager::AQConverterThread::Run() + 641
    5   com.apple.audio.toolbox.AudioToolbox 0x97a055f1 AQConverterManager::AQConverterThread::ConverterThreadEntry(void*) + 21
    6   com.apple.audio.toolbox.AudioToolbox 0x979e6356 CAPThread::Entry(CAPThread*) + 134
    7   libsystem_pthread.dylib       0x9b54ce13 _pthread_body + 138
    8   libsystem_pthread.dylib       0x9b54cd89 _pthread_start + 162
    9   libsystem_pthread.dylib       0x9b54ae52 thread_start + 34
    Thread 13:: com.apple.audio.IOThread.client
    0   libsystem_kernel.dylib         0x95d399ce mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x95d38a70 mach_msg + 68
    2   com.apple.audio.CoreAudio     0x9a0d6bb0 HALB_MachPort::SendMessageWithReply(unsigned int, unsigned int, unsigned long, unsigned long, mach_msg_header_t*, bool, unsigned int) + 142
    3   com.apple.audio.CoreAudio     0x9a0cf6fe HALB_MachPort::SendSimpleMessageWithSimpleReply(unsigned int, unsigned int, int, int&, bool, unsigned int) + 72
    4   com.apple.audio.CoreAudio     0x9a0cdc1e HALC_ProxyIOContext::IOWorkLoop() + 1148
    5   com.apple.audio.CoreAudio     0x9a0cd67a HALC_ProxyIOContext::IOThreadEntry(void*) + 156
    6   com.apple.audio.CoreAudio     0x9a0d9d09 ___ZN19HALC_ProxyIOContextC2Emj_block_invoke + 20
    7   com.apple.audio.CoreAudio     0x9a0cd591 HALB_IOThread::Entry(void*) + 173
    8   libsystem_pthread.dylib       0x9b54ce13 _pthread_body + 138
    9   libsystem_pthread.dylib       0x9b54cd89 _pthread_start + 162
    10  libsystem_pthread.dylib       0x9b54ae52 thread_start + 34
    Thread 14:
    0   libsystem_kernel.dylib         0x95d39a22 semaphore_timedwait_trap + 10
    1   com.apple.CoreServices.CarbonCore 0x9951cd28 MPWaitOnSemaphore + 120
    2   libMilesX86.dylib             0x03951541 0x3915000 + 247105
    3   libMilesX86.dylib             0x0393b6ba 0x3915000 + 157370
    4   libMilesX86.dylib             0x03951ae0 0x3915000 + 248544
    5   libsystem_pthread.dylib       0x9b54ce13 _pthread_body + 138
    Thread 15:
    0   libsystem_kernel.dylib         0x95d3f512 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x9b54da4a _pthread_cond_wait + 726
    2   libsystem_pthread.dylib       0x9b5511c0 pthread_cond_wait$UNIX2003 + 71
    3   ???                           0x00773fc3 0 + 7815107
    4   ???                           0x00b9a192 0 + 12165522
    5   ???                           0x007712ee 0 + 7803630
    6   libsystem_pthread.dylib       0x9b54ce13 _pthread_body + 138
    7   libsystem_pthread.dylib       0x9b54cd89 _pthread_start + 162
    8   libsystem_pthread.dylib       0x9b54ae52 thread_start + 34
    Thread 16:
    0   libsystem_kernel.dylib         0x95d3f8f6 __semwait_signal + 10
    1   libsystem_c.dylib             0x9034ac06 nanosleep$UNIX2003 + 218
    2   ???                           0x0077120a 0 + 7803402
    3   ???                           0x0071ab08 0 + 7449352
    4   ???                           0x0071ab5a 0 + 7449434
    5   ???                           0x007713c8 0 + 7803848
    6   libsystem_pthread.dylib       0x9b54ce13 _pthread_body + 138
    7   libsystem_pthread.dylib       0x9b54cd89 _pthread_start + 162
    8   libsystem_pthread.dylib       0x9b54ae52 thread_start + 34
    Thread 17:
    0   libsystem_kernel.dylib         0x95d3f8f6 __semwait_signal + 10
    1   libsystem_c.dylib             0x9034ac06 nanosleep$UNIX2003 + 218
    2   libsystem_c.dylib             0x9034aab2 usleep$UNIX2003 + 60
    3   ???                           0x017c9d14 0 + 24943892
    4   libsystem_pthread.dylib       0x9b54ce13 _pthread_body + 138
    5   libsystem_pthread.dylib       0x9b54cd89 _pthread_start + 162
    6   libsystem_pthread.dylib       0x9b54ae52 thread_start + 34
    Thread 18:
    0   libsystem_kernel.dylib         0x95d3f512 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x9b54dabe _pthread_cond_wait + 842
    2   libsystem_pthread.dylib       0x9b54dce1 pthread_cond_timedwait_relative_np + 47
    3   com.apple.CoreServices.CarbonCore 0x9954a811 TSWaitOnConditionTimedRelative + 167
    4   com.apple.CoreServices.CarbonCore 0x9954a370 TSWaitOnSemaphoreCommon + 499
    5   com.apple.CoreServices.CarbonCore 0x9954a56b TSWaitOnSemaphoreRelative + 24
    6   com.apple.QuickTimeComponents.component 0x93cb55d2 0x93a41000 + 2573778
    7   libsystem_pthread.dylib       0x9b54ce13 _pthread_body + 138
    8   libsystem_pthread.dylib       0x9b54cd89 _pthread_start + 162
    9   libsystem_pthread.dylib       0x9b54ae52 thread_start + 34
    Thread 19:
    0   libsystem_kernel.dylib         0x95d3fe6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x9b54d2b1 _pthread_wqthread + 939
    2   libsystem_pthread.dylib       0x9b54ae2e start_wqthread + 30
    Thread 20:
    0   libsystem_kernel.dylib         0x95d3fe6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x9b54d2b1 _pthread_wqthread + 939
    2   libsystem_pthread.dylib       0x9b54ae2e start_wqthread + 30
    Thread 0 crashed with X86 Thread State (32-bit):
      eax: 0x0187741d  ebx: 0x0048de58  ecx: 0x00000000  edx: 0x00000000
      edi: 0x0048de2c  esi: 0x0187741c  ebp: 0xbfffd1c8  esp: 0xbfffd160
       ss: 0x00000023  efl: 0x00010282  eip: 0x914eff9e   cs: 0x0000001b
       ds: 0x00000023   es: 0x00000023   fs: 0x00000000   gs: 0x0000000f
      cr2: 0x0187741c
    Logical CPU:     2
    Error Code:      0x00000004
    Trap Number:     14
    External Modification Summary:
      Calls made by other processes targeting this process:
        task_for_pid: 5
        thread_create: 0
        thread_set_state: 0
      Calls made by this process:
        task_for_pid: 0
        thread_create: 0
        thread_set_state: 0
      Calls made by all processes on this machine:
        task_for_pid: 6403
        thread_create: 0
        thread_set_state: 0
    VM Region Summary:
    ReadOnly portion of Libraries: Total=283.9M resident=133.3M(47%) swapped_out_or_unallocated=150.6M(53%)
    Writable regions: Total=229.6M written=68.5M(30%) resident=119.4M(52%) swapped_out=0K(0%) unallocated=110.2M(48%)
    REGION TYPE                      VIRTUAL
    ===========                      =======
    Activity Tracing                   2048K
    CG backing stores                  4992K
    CG image                             44K
    CG raster data                       28K
    CG shared images                    304K
    CoreImage                            64K
    CoreServices                        260K
    CoreUI image data                    60K
    IOKit                              25.0M
    Image IO                           3180K
    JS JIT generated code               448K
    JS garbage collector               3136K
    Kernel Alloc Once                     4K
    MALLOC                            123.5M
    MALLOC (admin)                       48K
    MALLOC_LARGE (reserved)            5024K        reserved VM address space (unallocated)
    Memory Tag 242                       12K
    Memory Tag 249                      156K
    OpenCL                               36K
    Stack                              72.8M
    VM_ALLOCATE                        28.4M
    WebKit Malloc                      9708K
    __DATA                             19.0M
    __GLSLBUILTINS                     2588K
    __IMAGE                             528K
    __IMPORT                              4K
    __LINKEDIT                         58.9M
    __OBJC                             2768K
    __TEXT                            225.1M
    __UNICODE                           552K
    mapped file                       101.7M
    shared memory                        68K
    ===========                      =======
    TOTAL                             689.5M
    TOTAL, minus reserved VM space    684.6M
    Model: MacBookPro11,1, BootROM MBP111.0138.B14, 2 processors, Intel Core i5, 2.8 GHz, 16 GB, SMC 2.16f68
    Graphics: Intel Iris, Intel Iris, Built-In
    Memory Module: BANK 0/DIMM0, 8 GB, DDR3, 1600 MHz, 0x80AD, 0x484D54343147533641465238412D50422020
    Memory Module: BANK 1/DIMM0, 8 GB, DDR3, 1600 MHz, 0x80AD, 0x484D54343147533641465238412D50422020
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x112), Broadcom BCM43xx 1.0 (7.15.166.24.3)
    Bluetooth: Version 4.3.4f4 15601, 3 services, 27 devices, 1 incoming serial ports
    Network Service: Wi-Fi, AirPort, en0
    Serial ATA Device: APPLE SSD SD0128F, 121.33 GB
    USB Device: Internal Memory Card Reader
    USB Device: BRCM20702 Hub
    USB Device: Bluetooth USB Host Controller
    USB Device: Apple Internal Keyboard / Trackpad
    USB Device: Wireless Optical Mobile Mouse
    Thunderbolt Bus: MacBook Pro, Apple Inc., 17.2

  • Why am I getting InDesign error code 29446?

    Hello,
    I am using InDesign Server CS5 and on two file I keep getting error code #29446 when I try to use them.
    this is the script that I get error #29446:
    var strXMLFile = 'D:\\mssb\\incoming\\34695.xml';
    var strINDDFile = '\\\\167.246.44.76\\MSSB\\templates\\RET010\\6256950-MSSB-RET010-BW-6 x9.indt';
    var strJPGFile = 'D:\\mssb\\outgoing\\34695.jpg';
    var strPDFFile = 'D:\\mssb\\outgoing\\34695.pdf';
    var myFile = new File(strINDDFile);
    var myDocument = app.open(myFile);
    var myXMLFile = new File(strXMLFile);
    var myXmlImport = myDocument.xmlImportPreferences;
    myXmlImport.importStyle = 1481469289;
    myXmlImport.ignoreUnmatchedIncoming = true;
    myXmlImport.importTextIntoTables = true;
    myXmlImport.removeUnmatchedExisting = true;
    myDocument.importXML(myXMLFile);
    myDocument.exportFile(ExportFormat.jpg, new File(strJPGFile));
    myDocument.exportFile(ExportFormat.pdfType, new File(strPDFFile));
    myDocument.close();
    I have approximately 200 other InDesign documents that use this script and for the exception of two they all work. I can confirm that this file does exist, it is not being used by any other application (the only application that can access it and use it on that machine is InDesign Server) and the permissions are the same as all the other InDesign files that are on the box.
    What else could generate this error?
    -fw

    The error number is for the internal C++ constant named "kFileDoesNotExistError".
    You should be able to single step even on InDesign Server using ExtendScript Toolkit.
    Even without, a bit of log file output should show you the exact problem statement.
    When you wrap it with try / catch, you may (or not) find more information in the exception object.
    Iterate over all properties using something like code below.
    Of course, $.writeln only makes sense with an attached ESTK debugger, otherwise you'll just waste CPU cycles.
    try {
    } catch( ex ) {
      for( n in ex ) { $.writeln(ex[n]); }
    Note that the problem might not be in the indd file - e.g. have you checked all image href attributes within the XML?
    For digging deeper:
    On a Mac I'd use dtrace or Instruments to watch file system calls for error codes.
    Windows should have similar tools, for example this one sounds promising (I never used it):
    http://technet.microsoft.com/en-us/sysinternals/bb896645
    Dirk

  • Cannot delete file from external hard drive (error code 36) in Finder, but Terminal is ok

    I have a relatively new Macbook Pro Retina 15" and have a Western Digital 1 TB Passport.  I've been using the passport for about a year now without any problems on older Macbooks in my house.  I used to be able to read and write to this drive no problem.  I am using the Paragon NTFS for Mac software in order to read and write to the NTFS drive.  When I navigate through the drive in Finder, if I try to create a new folder, I do not have a problem.  If I try to delete that folder I just created, I get this error:
    The Finder can’t complete the operation because some data in “untitled folder” can’t be read or written.
    (Error code -36)
    The folder has nothing in it whatsoever.  I just created it.  But if I go to Terminal and I run
    rm -rf "untitled folder"
    This works fine.  Why is Terminal acting different than Finder?  This does not happen on my other Macbooks.  Thanks in advance.

    Thanx for such qucik reply!!! The pages were great, it had an answer for my problem, but unfortunately it also involved me dealing with it only on the MacIntosh HD itself, not on mounted external drive I suppose... So it didn't work they say that there is an icon in the left corner indicating locked folder - I don't see any icon on it. It says you can untick the box to unlock the folder - there is no tick to be unticked. Finally, they say that if I don't have permition or rights I cannot delete it. But how do i change permittion which already says that i can read and write in it? So everything appears to be normal only I cannot delete it. there is not even any warnig telling me I don't have enough rights, it just requires the password and after me typing it in it makes the sound of scraping paper but does nothing more. I aslo had some problems with emptying Trash after being seemingly succesful with one file and had got so far to have them appear in the Trash (no clue how this one actully got there though..) I followd the advice and emptied the Trash with Terminal. The Folder is still there but it shows 0 Kb... So far so good BUT: It is still on the external drive, so I obviously only managed to copy it into the Trash!!! Phew, innit a bit too tight to poor owners, this macbook?? I want my rights back!

  • Report generation failed----​error code:-1720​5; Access Denied.

    Hi, All
        i have a trouble about report generation.it seems the error happened at the "write UUT report"--this step is teststand report generation'DLL.
        detail:
        An error occurred calling 'Save' in 'Report' of 'NI TestStand 2010 SP1 API'
    Access Denied.. Error writing to file 'D:\program\seq\xxx.xml'.
    The file might be open in another application. If file access is intermittently denied, you should try disabling the Microsoft FindFast utility. 
        error code:-17205; Access Denied.
        locationtep 'Write UUT Report' of sequence 'Single Pass' in 'SequentialModel.Seq'
        How to fix it?
        Thanks a lot.
    BR

    Hm, it looks like the file might be open in another application. If you see that file accesss is intermittently denied, you should try disabling the Microsoft FindFast utility.
    CTA, CLA, MTFBWY

  • There was a recent upadate on my PC, however it does not work. A error code comes up which says, min version is not compatible with max version. And I caanot open my browser. Please help.

    I do a system restore which allows me to open my browser. Without this I cannot open my browser - the error code comes up every time.

    Do a clean (re)install
    * Download a fresh Firefox copy from http://www.mozilla.com/firefox/all.html and save the file to the desktop.
    * Uninstall your current Firefox version and remove the Firefox program folder before installing that copy of the Firefox installer.
    * Don't remove personal data when uninstalling.
    * It is important to delete the Firefox program folder to remove all the files and make sure that there are no problems with files that were leftover after uninstalling.
    From https://support.mozilla.com/en-US/questions/764376

  • My ipod touch is not list as a device on itunes.  When I tried do update itunes, I get a ox8007054f error code and the update will not complete.

    My ipod touch is not listed as a device when connected to my computer.  As suggested I attempted to download the latest of itunes.  I got an
    ox8007054f error code and the down load will not complete.  I have also tried to restore my computer to an earlier setting, but it will
    not accept the change.

    Have you looked at this completed previos discussion. It discusses 0x8007054F.
    Re: Error message when trying to install iTunes

  • Capturing oracle error codes into a variable

    Hi
    Can someone show me how it is possible to save an Oracle defined error code into a variable? What I am trying to do is when a stored procedure fails an Oracle error is raised, such as ORA-xxxx, then pass this code into variable to be saved into a log.
    How do I achieve this?

    user633278 wrote:
    How do I achieve this?Function SQLCODE in PL/SQL exception handler returns error code. SQLERRM returns message:
    SQL> declare
      2      x number;
      3  begin
      4      x := 1/0;
      5    exception
      6      when others
      7        then
      8          dbms_output.put_line('Error code: ' || SQLCODE);
      9          dbms_output.put_line('Error message: ' || SQLERRM);
    10  end;
    11  /
    Error code: -1476
    Error message: ORA-01476: divisor is equal to zero
    PL/SQL procedure successfully completed.
    SQL> SY.

  • Error Code:942 While Scheduling a report in BI Publisher

    Hi All,
    I am trying to schedule one report in BI Publisher.
    After Clicking Submit Button while scheduling report,i get following error:
    Exception [TOPLINK-4002] (Oracle TopLink - 11g Release 1 (11.1.1.0.0) (Build 080319)): oracle.toplink.exceptions.DatabaseException Internal Exception: java.sql.SQLException: ORA-00942: table or view does not exist Error Code: 942 Call: UPDATE SEQUENCE SET SEQ_COUNT = SEQ_COUNT + 50 WHERE SEQ_NAME = 'JOB_ID_SEQ' Query: DataModifyQuery()
    Kindly Help me in resolving this issue
    Regards
    Amrita Singh

    i know the issue,i can give quick fix, but in-order to make sure you don't get another glitch like this.
    I would recommend, you to install the scheduler in another schema or another db.
    Re-installing the scheduler schema tables will fix this.

Maybe you are looking for