CSS messages Service Down/Alive

Hello,
we use CSS 11503, and for some service we use a http keepalive with value (10 3 5). We have sometimes messages DOWN/ALIVE with just one second difference :
APR 17 23:29:17 1/1 574 NETMAN-2: Enterprise:Service Transition:Test01 -> down
APR 17 23:29:18 1/1 575 NETMAN-5: Enterprise:Service Transition:Test01 -> alive
Why, i think that with the value we use for this keepalive service, the mininum difference from status down and alive shoud be of 5 seconds,
Thank a lot to explain us this value of 1 second between DOWN/ALIVE status ?
Didier

Hi, it sounds like we are having the same problem.....
The service goes down for 1 second then comes back active...we have an open TAC case on this issue, the services to not acutally go down, here is their current thinking
Usually we see this type of log entry when the CS-800 is receiving a high volume of extraneous traffic. Because
we act as both a router and a bridge, we must examine each packet. This particular queue handles all non-specific
and non-IP traffic, including Spanning Tree BPDU, non-IP bridgeable traffic, ICMP, ARP, UDP fragments, and
packets with expired TTL. Under situations where the CS-800 receives a high number of these packets, such as
during a DOS attack or where other network anomalies exist, there may be occasional drops in this queue. This
should not have any impact on user TCP traffic, as TCP is sent to a different queue.
If this error appears in the log occasionally, then check the "show dos" commands to make sure the site is not
under attack. Also, check the network topology to make sure the routing is solid. If the log is filling rapidly
with these errors, then a packet capture may be helpful in isolating the cause

Similar Messages

  • HT1926 reinstalled itunes after unistalling it due to error message during update. after it was completly unistalled still has the same error message: service "apple mobile device" (apple mobile device) failed to start, verify you have sufficient priviled

    I was prompted to update itunes this evening. I did and in the process, it came up with the following error message: Service "apple mobile device" (apple mobile device) failed to start. Verify you have sufficient priviledges to start system services. I unistalled itunes completly and reinstalled but am still getting the same error message. If I click "ignore" the program will finish downloading but will not launch due to "not being installed correctly". Please help, I use this program alot with my first grade classroom and they're expecting their listening center in the morning.

    Hey I finally got an older vesion of itunes to work!!! 10.7  x64 for windows 7
    After uninstalling all apple products even  quicktime
    I had to delete everything from (program files, and program  files x64, program data,)
    And all downloads from apple, and I went in to search deleted  other stuff from apple, and itunes
    But definently not my itunes library and Playlist
    Down loaded 10.7 x64 for windows 7, but checked (do not start  when done)
    Then I emptied my recycling bin and restarted my  PC
    I ran geek tech tool box same as reg cure pro, also PC Tools  registry cleaner, and CC Cleaner
    Then I emptied my recycling bin and restarted my  PC
    And wallah... It finally works, and I Love the older version  anyways.
    Easier to download and transfer  music!!!!!

  • Migration Key - How to Open a CSS Message

    Hi Team,
    We got the discovery system and asked SAP to get us a separate licence for mySAP ERP 2005. We got the CD-DVD's and SAP says that we can generate the licence key from the service marketplace. Now in the installation guide, it is mentioned that we should get the migration key by using CSS and opening a message in CSS Component: CA-SOA-DS. When I go the tab "Report Product Error" in CSS, the table control which displays the systems is still blank. I cannot go to the next step and open a message to request migration key. We really don't want to install the CD-DVD's on a separate server. We just want to get the discovery system up and running and it looks like without the migration key we can't proceed further.
    Questions:
    1) How do I start a CSS message without the system number getting displayed in the service marketplace. I have the installation number etc with me.
    2) Do we have to install and run something else prior to asking for migration key?
    Please respond as this is causing problems. Your help will be much appreciated.
    Thanks

    Hi Sachin,
    I'll try to shine some light on the topic you brought up.
    The Discovery System is shipped already pre-installed on the hardware. Thus there are no CD-DVD's that would allow installation on a seperate system. It follows the concept of an appliance.
    To license it you need to have a valid license for SAP ERP on MS SQL. This is the installation number you will need to request the license key from Service Marketplace. If you don't have that in place (no license or on different DB) please contact your SAP counterpart.
    Following the steps in the Quick Guide (https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/b22d4e44-0e01-0010-ffa4-fe9c59939e5e) in sequence should guide you through all the necessary activities.
    Hope that helps,
       rAimund

  • BlazeDS configuration with coldfusion/java No destination 'testClass' exists in service flex.messaging.services.RemotingService"

    Hi
      I have an application which requires interaction with both coldfusion and java.I have taken the configuration files from the blazeDS turnkey project and added it to my application.My application server is  coldfusion  deployed in a weblogic.I was able to call coldfusion from my flex but whenever i try making java calls i get the following error
    [RPC Fault faultString="No destination 'testClass' exists in service flex.messaging.services.RemotingService" faultCode="Server.Processing" faultDetail="null"]
    services-config file is as follows
    <?xml version="1.0" encoding="UTF-8"?>
    <services-config>
        <services>
            <service-include file-path="remoting-config.xml" />
            <!--<service-include file-path="proxy-config.xml" />
            <service-include file-path="messaging-config.xml" />-->
        </services>
        <security>
            <login-command class="flex.messaging.security.JRunLoginCommand" server="JRun"/>
            <!-- Uncomment the correct app server
            <login-command class="flex.messaging.security.TomcatLoginCommand" server="Tomcat"/>
            <login-command class="flex.messaging.security.WeblogicLoginCommand" server="Weblogic"/>
            <login-command class="flex.messaging.security.WebSphereLoginCommand" server="WebSphere"/>
            -->
            <!--
            <security-constraint id="basic-read-access">
                <auth-method>Basic</auth-method>
                <roles>
                    <role>guests</role>
                    <role>accountants</role>
                    <role>employees</role>
                    <role>managers</role>
                </roles>
            </security-constraint>
            -->
        </security>
        <channels>
            <!--  CF Based Endpoints -->
            <channel-definition id="my-cfamf" class="mx.messaging.channels.AMFChannel">
                <endpoint uri="http://localhost:7002/flex2gateway/" class="flex.messaging.endpoints.AMFEndpoint"/>
                <properties>
                    <polling-enabled>false</polling-enabled>
                    <serialization>
                        <instantiate-types>false</instantiate-types>
                    </serialization>
                </properties>
            </channel-definition>
            <channel-definition id="cf-polling-amf" class="mx.messaging.channels.AMFChannel">
                <endpoint uri="http://{server.name}:{server.port}{context.root}/flex2gateway/cfamfpolling" class="flex.messaging.endpoints.AMFEndpoint"/>
                <properties>
                    <polling-enabled>true</polling-enabled>
                    <polling-interval-seconds>8</polling-interval-seconds>
                    <serialization>
                        <instantiate-types>false</instantiate-types>
                    </serialization>
                </properties>
            </channel-definition>
            <channel-definition id="my-cfamf-secure" class="mx.messaging.channels.SecureAMFChannel">
                <endpoint uri="https://{server.name}:{server.port}{context.root}/flex2gateway/cfamfsecure" class="flex.messaging.endpoints.SecureAMFEndpoint"/>
                <properties>
                    <polling-enabled>false</polling-enabled>
                    <serialization>
                        <instantiate-types>false</instantiate-types>
                    </serialization>
                </properties>
            </channel-definition>
            <!--  Java Based Endpoints -->
            <channel-definition id="java-amf" class="mx.messaging.channels.AMFChannel">
                <endpoint uri="http://localhost:7002/flex2gateway/amf" class="flex.messaging.endpoints.AMFEndpoint"/>
            </channel-definition>
            <channel-definition id="java-secure-amf" class="mx.messaging.channels.SecureAMFChannel">
                <endpoint uri="https://{server.name}:{server.port}{context.root}/flex2gateway/amfsecure" class="flex.messaging.endpoints.SecureAMFEndpoint"/>
            </channel-definition>
            <channel-definition id="java-polling-amf" class="mx.messaging.channels.AMFChannel">
                <endpoint uri="http://{server.name}:{server.port}{context.root}/flex2gateway/amfpolling" class="flex.messaging.endpoints.AMFEndpoint"/>
                <properties>
                    <polling-enabled>true</polling-enabled>
                    <polling-interval-seconds>8</polling-interval-seconds>
                </properties>
            </channel-definition>
            <!--
            <channel-definition id="java-http" class="mx.messaging.channels.HTTPChannel">
                <endpoint uri="http://{server.name}:{server.port}{context.root}/flex2gateway/http" class="flex.messaging.endpoints.HTTPEndpoint"/>
            </channel-definition>
            <channel-definition id="java-secure-http" class="mx.messaging.channels.SecureHTTPChannel">
                <endpoint uri="https://{server.name}:{server.port}{context.root}/flex2gateway/httpsecure" class="flex.messaging.endpoints.SecureHTTPEndpoint"/>
            </channel-definition>
            -->
        </channels>
        <logging>
            <target class="flex.messaging.log.ConsoleTarget" level="Error">
                <properties>
                    <prefix>[BlazeDS] </prefix>
                    <includeDate>false</includeDate>
                    <includeTime>false</includeTime>
                    <includeLevel>false</includeLevel>
                    <includeCategory>false</includeCategory>
                </properties>
                <filters>
                    <pattern>Endpoint.*</pattern>
                    <pattern>Service.*</pattern>
                    <pattern>Configuration</pattern>
                    <pattern>Message.*</pattern>
                </filters>
            </target>
        </logging>
        <system>
           <!-- <manageable>false</manageable>-->
            <!--
            <redeploy>
                <enabled>true</enabled>
                <watch-interval>20</watch-interval>
                <watch-file>{context.root}/WEB-INF/flex/services-config.xml</watch-file>
                <watch-file>{context.root}/WEB-INF/flex/proxy-config.xml</watch-file>
                <watch-file>{context.root}/WEB-INF/flex/remoting-config.xml</watch-file>
                <watch-file>{context.root}/WEB-INF/flex/messaging-config.xml</watch-file>
                <watch-file>{context.root}/WEB-INF/flex/data-management-config.xml</watch-file>
                <touch-file>{context.root}/WEB-INF/web.xml</touch-file>
            </redeploy>
             -->
        </system>
    </services-config>
    remote-config.xml
    <?xml version="1.0" encoding="UTF-8"?>
    <service id="remoting-service"
        class="flex.messaging.services.RemotingService"
        messageTypes="flex.messaging.messages.RemotingMessage">
        <adapters>
            <adapter-definition id="cf-object" class="coldfusion.flash.messaging.ColdFusionAdapter" default="true"/>
            <adapter-definition id="java-object" class="flex.messaging.services.remoting.adapters.JavaAdapter"/>
        </adapters>
        <default-channels>
            <channel ref="my-cfamf"/>
        </default-channels>
        <destination id="ColdFusion">
            <channels>
                <channel ref="my-cfamf"/>
            </channels>
            <properties>
                <source>*</source>
                <!-- define the resolution rules and access level of the cfc being invoked -->
                <access>
                    <!-- Use the ColdFusion mappings to find CFCs, by default only CFC files under your webroot can be found. -->
                    <use-mappings>false</use-mappings>
                    <!-- allow "public and remote" or just "remote" methods to be invoked -->
                    <method-access-level>remote</method-access-level>
                </access>
                <property-case>
                    <!-- cfc property names -->
                    <force-cfc-lowercase>false</force-cfc-lowercase>
                    <!-- Query column names -->
                    <force-query-lowercase>false</force-query-lowercase>
                    <!-- struct keys -->
                    <force-struct-lowercase>false</force-struct-lowercase>
                </property-case>
            </properties>
        </destination>
    <destination id="testClass">
            <properties>
                    <source>TestClass</source>
            </properties>
    <adapter ref="java-object" />
            <channels>
                <channel ref="java-amf"/>
            </channels>
        </destination>
        <destination id="testClass2">
            <properties>
                    <source>TestClass2</source>
            </properties>
      <adapter ref="java-object"/>
            <channels>
                <channel ref="java-amf"/>
            </channels>
        </destination>
    </service>
    Can anyone please tell me where i m  going wrong.Is that because i m using flex2gateway for java calls?.I used it since it was how it has been configured in the turnkey project for coldfusion.I have replicated the file as it was there and since it is using flex2gateway even for javaEndpoints i felt we could use the same.
    regards
    Sidd

    Thanks for the reply. Yes, I did compile all the Java and it
    works OK with a simple Java program. It just will not work in a
    Flex application.
    The java classes are:
    RRA:
    package blah.myPackage;
    import java.util.List;
    import java.util.Collection;
    import flex.data.DataSyncException;
    import flex.data.assemblers.AbstractAssembler;
    class RRA extends AbstractAssembler
    public Collection fill( List fillParameters )
    RRS service = new RRS();
    return service.getSome();
    RRS:
    package blah.myPackage;
    import java.util.ArrayList;
    import java.util.List;
    import java.sql.*;
    import flex.EORS.*;
    class RRS
    public List getSome()
    ArrayList list = new ArrayList();
    String str = "bob";
    RR rr = new RR(str);
    list.add(rr);
    return list;
    RR:
    package blah.myPackage;
    class RR
    private String name;
    public RR() { }
    public RR(String name)
    this.name = name;
    public String getName()
    return this.name;
    public void setName(String name)
    this.name = name;
    I started with something that retrieved data from a database
    but watered it down just to try and get some kind of communication
    between Flex and Java.

  • Messages service keeps crashing after 2.2.2 update

    Ever since updating my Server.app to version 2.2.2, I have been unable to get my Messages service running again. The log files suggest that the jabber service is rebooting every few minutes, and I am unable to authenticate when I try signing in from iChat/Messages. I'm hoping someone here has seen this and may have a solution for this issue.
    Note that I host four domains (the fifth is the server's FQDN), and all are set in the serveradmin tool using:
    sudo serveradmin settings jabber:hostsCommaDelimitedString = "FQDN,domain1,domain2,domain3,domain4"
    This setup was working earlier today and broke immediately following the 2.2.2 update.
    Here's what the Messages Service log files look like for the first 30 seconds when I start the service (and then shut it down):
    9/18/13 7:17:08.375 PM servermgrd[31768]: servermgr_jabber[N]: waiting for jabberd to finish startup...
    9/18/13 7:17:08.801 PM jabberd/router[35762]: starting up
    9/18/13 7:17:08.803 PM jabberd/c2s[35763]: starting up
    9/18/13 7:17:08.806 PM jabberd/s2s[35764]: starting up (interval=60, queue=60, keepalive=0, idle=86400)
    9/18/13 7:17:09.058 PM jabberd/router[35762]: loaded user table (1 users)
    9/18/13 7:17:09.058 PM servermgrd[31768]: [31768] error in pid_from_file: file /private/var/run/jabberd/s2s.pid doesn't contain a pid
    9/18/13 7:17:09.058 PM servermgrd[31768]: servermgr_jabber[N]: jabberd service startup completed.
    9/18/13 7:17:09.058 PM jabberd/router[35762]: couldn't open filter file /etc/jabberd/router-filter.xml: No such file or directory
    9/18/13 7:17:09.058 PM jabberd/c2s[35763]: modules search path: /Applications/Server.app/Contents/ServerRoot/usr/libexec/jabberd/modules
    9/18/13 7:17:09.060 PM jabberd/c2s[35763]: initialized auth module 'apple_od'
    9/18/13 7:17:09.357 PM jabberd/router[35762]: [127.0.0.1, port=5347] listening for incoming connections
    9/18/13 7:17:09.358 PM jabberd/router[35762]: [127.0.0.1, port=57670] connect
    9/18/13 7:17:09.359 PM jabberd/router[35762]: [127.0.0.1, port=57671] connect
    9/18/13 7:17:09.359 PM jabberd/router[35762]: [127.0.0.1, port=57672] connect
    9/18/13 7:17:09.360 PM jabberd/router[35762]: client response doesn't match what we generated
    9/18/13 7:17:09.361 PM jabberd/router[35762]: client response doesn't match what we generated
    9/18/13 7:17:09.361 PM jabberd/router[35762]: [127.0.0.1, port=57670] disconnect
    9/18/13 7:17:09.361 PM jabberd/router[35762]: [127.0.0.1, port=57671] disconnect
    9/18/13 7:17:09.361 PM jabberd/router[35762]: [127.0.0.1, port=57672] authenticated as jabberd
    9/18/13 7:17:09.369 PM jabberd/c2s[35763]: DOMAIN-REDACTED] configured; realm=DOMAIN-REDACTED, registration disabled, using PEM:/etc/certificates/DOMAIN-REDACTED.764BB120AE5DC9624817BA9C8DD7AFD006676B57.concat.pem
    9/18/13 7:17:09.369 PM jabberd/c2s[35763]: DOMAIN-REDACTED] configured; realm=DOMAIN-REDACTED, registration disabled, using PEM:/etc/certificates/DOMAIN-REDACTED.764BB120AE5DC9624817BA9C8DD7AFD006676B57.concat.pem
    9/18/13 7:17:09.370 PM jabberd/c2s[35763]: DOMAIN-REDACTED] configured; realm=DOMAIN-REDACTED, registration disabled, using PEM:/etc/certificates/DOMAIN-REDACTED.764BB120AE5DC9624817BA9C8DD7AFD006676B57.concat.pem
    9/18/13 7:17:09.370 PM jabberd/c2s[35763]: DOMAIN-REDACTED] configured; realm=DOMAIN-REDACTED, registration disabled, using PEM:/etc/certificates/DOMAIN-REDACTED.764BB120AE5DC9624817BA9C8DD7AFD006676B57.concat.pem
    9/18/13 7:17:09.371 PM jabberd/c2s[35763]: DOMAIN-REDACTED] configured; realm=DOMAIN-REDACTED, registration disabled, using PEM:/etc/certificates/DOMAIN-REDACTED.764BB120AE5DC9624817BA9C8DD7AFD006676B57.concat.pem
    9/18/13 7:17:09.371 PM jabberd/c2s[35763]: attempting connection to router at 127.0.0.1, port=5347
    9/18/13 7:17:09.371 PM jabberd/router[35762]: [127.0.0.1, port=57673] connect
    9/18/13 7:17:09.372 PM jabberd/router[35762]: [127.0.0.1, port=57673] authenticated as jabberd
    9/18/13 7:17:09.374 PM jabberd/router[35762]: [127.0.0.1, port=57674] connect
    9/18/13 7:17:09.374 PM jabberd/router[35762]: [127.0.0.1, port=57675] connect
    9/18/13 7:17:09.375 PM jabberd/router[35762]: client response doesn't match what we generated
    9/18/13 7:17:09.375 PM jabberd/router[35762]: client response doesn't match what we generated
    9/18/13 7:17:09.376 PM jabberd/router[35762]: [127.0.0.1, port=57674] disconnect
    9/18/13 7:17:09.376 PM jabberd/router[35762]: [127.0.0.1, port=57675] disconnect
    9/18/13 7:17:09.475 PM jabberd/s2s[35764]: attempting connection to router at 127.0.0.1, port=5347
    9/18/13 7:17:09.475 PM jabberd/router[35762]: [127.0.0.1, port=57676] connect
    9/18/13 7:17:09.477 PM jabberd/router[35762]: [127.0.0.1, port=57676] authenticated as jabberd
    9/18/13 7:17:09.774 PM jabberd/router[35762]: [sm] online (bound to 127.0.0.1, port 57672)
    9/18/13 7:17:09.775 PM jabberd/router[35762]: DOMAIN-REDACTED] online (bound to 127.0.0.1, port 57672)
    9/18/13 7:17:09.810 PM jabberd/c2s[35763]: connection to router established
    9/18/13 7:17:09.810 PM jabberd/s2s[35764]: connection to router established
    9/18/13 7:17:09.811 PM jabberd/router[35762]: [c2s] online (bound to 127.0.0.1, port 57673)
    9/18/13 7:17:09.811 PM jabberd/c2s[35763]: [::, port=5222] listening for connections
    9/18/13 7:17:09.811 PM jabberd/c2s[35763]: [::, port=5223] listening for SSL connections
    9/18/13 7:17:09.811 PM jabberd/router[35762]: [s2s] set as default route
    9/18/13 7:17:09.811 PM jabberd/c2s[35763]: ready for connections
    9/18/13 7:17:09.811 PM jabberd/router[35762]: [s2s] online (bound to 127.0.0.1, port 57676)
    9/18/13 7:17:09.812 PM jabberd/s2s[35764]: [::, port=5269] listening for connections
    9/18/13 7:17:09.812 PM jabberd/s2s[35764]: ready for connections
    9/18/13 7:17:09.846 PM Rooms[35766]: Starting up...
    9/18/13 7:17:09.846 PM Rooms[35766]: Loading persistent rooms from disk...
    9/18/13 7:17:09.847 PM Rooms[35766]: Finished loading rooms from disk
    9/18/13 7:17:09.847 PM Rooms[35766]: Connecting to XMPP server at 'DOMAIN-REDACTED' as 'DOMAIN-REDACTED'...
    9/18/13 7:17:11.362 PM jabberd/router[35762]: [127.0.0.1, port=57677] connect
    9/18/13 7:17:11.363 PM jabberd/router[35762]: [127.0.0.1, port=57678] connect
    9/18/13 7:17:11.364 PM jabberd/router[35762]: client response doesn't match what we generated
    9/18/13 7:17:11.365 PM jabberd/router[35762]: client response doesn't match what we generated
    9/18/13 7:17:11.365 PM jabberd/router[35762]: [127.0.0.1, port=57677] disconnect
    9/18/13 7:17:11.365 PM jabberd/router[35762]: [127.0.0.1, port=57678] disconnect
    9/18/13 7:17:11.377 PM jabberd/router[35762]: [127.0.0.1, port=57679] connect
    9/18/13 7:17:11.377 PM jabberd/router[35762]: [127.0.0.1, port=57680] connect
    9/18/13 7:17:11.378 PM jabberd/router[35762]: client response doesn't match what we generated
    9/18/13 7:17:11.379 PM jabberd/router[35762]: client response doesn't match what we generated
    9/18/13 7:17:11.379 PM jabberd/router[35762]: [127.0.0.1, port=57679] disconnect
    9/18/13 7:17:11.379 PM jabberd/router[35762]: [127.0.0.1, port=57680] disconnect
    9/18/13 7:17:13.366 PM jabberd/router[35762]: [127.0.0.1, port=57681] connect
    9/18/13 7:17:13.367 PM jabberd/router[35762]: [127.0.0.1, port=57682] connect
    9/18/13 7:17:13.367 PM jabberd/router[35762]: client response doesn't match what we generated
    9/18/13 7:17:13.368 PM jabberd/router[35762]: [127.0.0.1, port=57681] disconnect
    9/18/13 7:17:13.368 PM jabberd/router[35762]: client response doesn't match what we generated
    9/18/13 7:17:13.369 PM jabberd/router[35762]: [127.0.0.1, port=57682] disconnect
    9/18/13 7:17:13.380 PM jabberd/router[35762]: [127.0.0.1, port=57683] connect
    9/18/13 7:17:13.381 PM jabberd/router[35762]: [127.0.0.1, port=57684] connect
    9/18/13 7:17:13.381 PM jabberd/router[35762]: client response doesn't match what we generated
    9/18/13 7:17:13.382 PM jabberd/router[35762]: client response doesn't match what we generated
    9/18/13 7:17:13.382 PM jabberd/router[35762]: [127.0.0.1, port=57683] disconnect
    9/18/13 7:17:13.382 PM jabberd/router[35762]: [127.0.0.1, port=57684] disconnect
    9/18/13 7:17:15.223 PM jabberd/router[35762]: [127.0.0.1, port=57685] connect
    9/18/13 7:17:15.370 PM jabberd/router[35762]: [127.0.0.1, port=57686] connect
    9/18/13 7:17:15.370 PM jabberd/router[35762]: [127.0.0.1, port=57687] connect
    9/18/13 7:17:15.370 PM jabberd/router[35762]: client response doesn't match what we generated
    9/18/13 7:17:15.371 PM jabberd/router[35762]: [127.0.0.1, port=57686] disconnect
    9/18/13 7:17:15.371 PM jabberd/router[35762]: client response doesn't match what we generated
    9/18/13 7:17:15.372 PM jabberd/router[35762]: [127.0.0.1, port=57687] disconnect
    9/18/13 7:17:15.373 PM jabberd/s2s[35764]: shutting down
    9/18/13 7:17:15.373 PM jabberd/c2s[35763]: shutting down
    9/18/13 7:17:15.373 PM jabberd/router[35762]: shutting down
    9/18/13 7:17:15.373 PM jabberd/s2s[35764]: connection to router closed
    9/18/13 7:17:15.373 PM jabberd/c2s[35763]: connection to router closed
    9/18/13 7:17:16.374 PM jabberd/router[35762]: [127.0.0.1, port=57672] disconnect
    9/18/13 7:17:16.374 PM jabberd/router[35762]: [sm] offline
    9/18/13 7:17:16.374 PM jabberd/router[35762]: DOMAIN-REDACTED] offline
    9/18/13 7:17:16.375 PM jabberd/router[35762]: [127.0.0.1, port=57676] disconnect
    9/18/13 7:17:16.375 PM jabberd/router[35762]: [s2s] default route offline
    9/18/13 7:17:16.375 PM jabberd/router[35762]: [s2s] offline
    9/18/13 7:17:16.375 PM jabberd/router[35762]: [127.0.0.1, port=57673] disconnect
    9/18/13 7:17:16.375 PM jabberd/router[35762]: [c2s] offline
    9/18/13 7:17:17.376 PM jabberd/router[35762]: [127.0.0.1, port=57685] disconnect
    9/18/13 7:17:17.409 PM Rooms[35766]: Component disconnected from router, removing all occupants from rooms
    9/18/13 7:17:21.467 PM jabberd/router[35775]: starting up
    9/18/13 7:17:21.467 PM jabberd/c2s[35776]: starting up
    9/18/13 7:17:21.469 PM jabberd/s2s[35777]: starting up (interval=60, queue=60, keepalive=0, idle=86400)
    9/18/13 7:17:21.680 PM jabberd/c2s[35776]: modules search path: /Applications/Server.app/Contents/ServerRoot/usr/libexec/jabberd/modules
    9/18/13 7:17:21.680 PM jabberd/router[35775]: loaded user table (1 users)
    9/18/13 7:17:21.680 PM jabberd/c2s[35776]: initialized auth module 'apple_od'
    9/18/13 7:17:21.680 PM jabberd/router[35775]: couldn't open filter file /etc/jabberd/router-filter.xml: No such file or directory
    9/18/13 7:17:21.691 PM jabberd/router[35775]: [127.0.0.1, port=5347] listening for incoming connections
    9/18/13 7:17:21.693 PM jabberd/c2s[35776]: DOMAIN-REDACTED] configured; realm=DOMAIN-REDACTED, registration disabled, using PEM:/etc/certificates/DOMAIN-REDACTED.764BB120AE5DC9624817BA9C8DD7AFD006676B57.concat.pem
    9/18/13 7:17:21.694 PM jabberd/c2s[35776]: DOMAIN-REDACTED] configured; realm=DOMAIN-REDACTED, registration disabled, using PEM:/etc/certificates/DOMAIN-REDACTED.764BB120AE5DC9624817BA9C8DD7AFD006676B57.concat.pem
    9/18/13 7:17:21.695 PM jabberd/c2s[35776]: DOMAIN-REDACTED] configured; realm=DOMAIN-REDACTED, registration disabled, using PEM:/etc/certificates/DOMAIN-REDACTED.764BB120AE5DC9624817BA9C8DD7AFD006676B57.concat.pem
    9/18/13 7:17:21.695 PM jabberd/c2s[35776]: DOMAIN-REDACTED] configured; realm=DOMAIN-REDACTED, registration disabled, using PEM:/etc/certificates/DOMAIN-REDACTED.764BB120AE5DC9624817BA9C8DD7AFD006676B57.concat.pem
    9/18/13 7:17:21.696 PM jabberd/c2s[35776]: DOMAIN-REDACTED] configured; realm=DOMAIN-REDACTED, registration disabled, using PEM:/etc/certificates/DOMAIN-REDACTED.764BB120AE5DC9624817BA9C8DD7AFD006676B57.concat.pem
    9/18/13 7:17:21.696 PM jabberd/c2s[35776]: attempting connection to router at 127.0.0.1, port=5347
    9/18/13 7:17:21.696 PM jabberd/router[35775]: [127.0.0.1, port=57699] connect
    9/18/13 7:17:21.698 PM jabberd/router[35775]: [127.0.0.1, port=57699] authenticated as jabberd
    9/18/13 7:17:21.702 PM jabberd/router[35775]: [127.0.0.1, port=57700] connect
    9/18/13 7:17:21.703 PM jabberd/router[35775]: client response doesn't match what we generated
    9/18/13 7:17:21.703 PM jabberd/router[35775]: [127.0.0.1, port=57701] connect
    9/18/13 7:17:21.704 PM jabberd/router[35775]: [127.0.0.1, port=57700] disconnect
    9/18/13 7:17:21.705 PM jabberd/router[35775]: client response doesn't match what we generated
    9/18/13 7:17:21.705 PM jabberd/router[35775]: [127.0.0.1, port=57701] disconnect
    9/18/13 7:17:21.716 PM jabberd/c2s[35776]: connection to router established
    9/18/13 7:17:21.716 PM jabberd/router[35775]: [c2s] online (bound to 127.0.0.1, port 57699)
    9/18/13 7:17:21.716 PM jabberd/c2s[35776]: [::, port=5222] listening for connections
    9/18/13 7:17:21.716 PM jabberd/c2s[35776]: [::, port=5223] listening for SSL connections
    9/18/13 7:17:21.717 PM jabberd/c2s[35776]: ready for connections
    9/18/13 7:17:21.794 PM jabberd/s2s[35777]: attempting connection to router at 127.0.0.1, port=5347
    9/18/13 7:17:21.795 PM jabberd/router[35775]: [127.0.0.1, port=57702] connect
    9/18/13 7:17:21.796 PM jabberd/router[35775]: [127.0.0.1, port=57702] authenticated as jabberd
    9/18/13 7:17:21.810 PM jabberd/s2s[35777]: connection to router established
    9/18/13 7:17:21.810 PM jabberd/router[35775]: [s2s] set as default route
    9/18/13 7:17:21.811 PM jabberd/router[35775]: [s2s] online (bound to 127.0.0.1, port 57702)
    9/18/13 7:17:21.811 PM jabberd/s2s[35777]: [::, port=5269] listening for connections
    9/18/13 7:17:21.811 PM jabberd/s2s[35777]: ready for connections
    9/18/13 7:17:22.418 PM jabberd/router[35775]: [127.0.0.1, port=57703] connect
    9/18/13 7:17:22.420 PM jabberd/router[35775]: [127.0.0.1, port=57703] authenticated as DOMAIN-REDACTED
    9/18/13 7:17:22.420 PM jabberd/router[35775]: DOMAIN-REDACTED] online (bound to 127.0.0.1, port 57703)
    9/18/13 7:17:22.421 PM Rooms[35766]: Successfully connected to XMPP server, ready for activity
    9/18/13 7:17:23.482 PM jabberd/router[35775]: [127.0.0.1, port=57704] connect
    9/18/13 7:17:23.482 PM jabberd/router[35775]: [127.0.0.1, port=57705] connect
    9/18/13 7:17:23.482 PM jabberd/router[35775]: [127.0.0.1, port=57706] connect
    9/18/13 7:17:23.483 PM jabberd/router[35775]: client response doesn't match what we generated
    9/18/13 7:17:23.484 PM jabberd/router[35775]: [127.0.0.1, port=57705] disconnect
    9/18/13 7:17:23.484 PM jabberd/router[35775]: [127.0.0.1, port=57704] authenticated as jabberd
    9/18/13 7:17:23.484 PM jabberd/router[35775]: client response doesn't match what we generated
    9/18/13 7:17:23.484 PM jabberd/router[35775]: [127.0.0.1, port=57706] disconnect
    9/18/13 7:17:23.521 PM jabberd/router[35775]: [sm] online (bound to 127.0.0.1, port 57704)
    9/18/13 7:17:23.521 PM jabberd/router[35775]: DOMAIN-REDACTED] online (bound to 127.0.0.1, port 57704)
    9/18/13 7:17:23.706 PM jabberd/router[35775]: [127.0.0.1, port=57707] connect
    9/18/13 7:17:23.707 PM jabberd/router[35775]: [127.0.0.1, port=57708] connect
    9/18/13 7:17:23.707 PM jabberd/router[35775]: client response doesn't match what we generated
    9/18/13 7:17:23.708 PM jabberd/router[35775]: [127.0.0.1, port=57707] disconnect
    9/18/13 7:17:23.709 PM jabberd/router[35775]: client response doesn't match what we generated
    9/18/13 7:17:23.709 PM jabberd/router[35775]: [127.0.0.1, port=57708] disconnect
    9/18/13 7:17:25.485 PM jabberd/router[35775]: [127.0.0.1, port=57709] connect
    9/18/13 7:17:25.486 PM jabberd/router[35775]: [127.0.0.1, port=57710] connect
    9/18/13 7:17:25.487 PM jabberd/router[35775]: client response doesn't match what we generated
    9/18/13 7:17:25.488 PM jabberd/router[35775]: [127.0.0.1, port=57709] disconnect
    9/18/13 7:17:25.488 PM jabberd/router[35775]: client response doesn't match what we generated
    9/18/13 7:17:25.489 PM jabberd/router[35775]: [127.0.0.1, port=57710] disconnect
    9/18/13 7:17:25.710 PM jabberd/router[35775]: [127.0.0.1, port=57711] connect
    9/18/13 7:17:25.711 PM jabberd/router[35775]: [127.0.0.1, port=57712] connect
    9/18/13 7:17:25.712 PM jabberd/router[35775]: client response doesn't match what we generated
    9/18/13 7:17:25.712 PM jabberd/router[35775]: [127.0.0.1, port=57711] disconnect
    9/18/13 7:17:25.713 PM jabberd/router[35775]: client response doesn't match what we generated
    9/18/13 7:17:25.714 PM jabberd/router[35775]: [127.0.0.1, port=57712] disconnect
    9/18/13 7:17:27.489 PM jabberd/router[35775]: [127.0.0.1, port=57713] connect
    9/18/13 7:17:27.490 PM jabberd/router[35775]: client response doesn't match what we generated
    9/18/13 7:17:27.490 PM jabberd/router[35775]: [127.0.0.1, port=57714] connect
    9/18/13 7:17:27.491 PM jabberd/router[35775]: [127.0.0.1, port=57713] disconnect
    9/18/13 7:17:27.491 PM jabberd/router[35775]: client response doesn't match what we generated
    9/18/13 7:17:27.492 PM jabberd/router[35775]: [127.0.0.1, port=57714] disconnect
    9/18/13 7:17:27.714 PM jabberd/router[35775]: [127.0.0.1, port=57715] connect
    9/18/13 7:17:27.715 PM jabberd/router[35775]: client response doesn't match what we generated
    9/18/13 7:17:27.715 PM jabberd/router[35775]: [127.0.0.1, port=57715] disconnect
    9/18/13 7:17:27.715 PM jabberd/router[35775]: [127.0.0.1, port=57716] connect
    9/18/13 7:17:27.716 PM jabberd/router[35775]: client response doesn't match what we generated
    9/18/13 7:17:27.716 PM jabberd/router[35775]: [127.0.0.1, port=57716] disconnect
    9/18/13 7:17:27.717 PM jabberd/c2s[35776]: shutting down
    9/18/13 7:17:27.717 PM jabberd/s2s[35777]: shutting down
    9/18/13 7:17:27.717 PM jabberd/router[35775]: shutting down
    9/18/13 7:17:27.717 PM jabberd/c2s[35776]: connection to router closed
    9/18/13 7:17:27.717 PM jabberd/s2s[35777]: connection to router closed
    9/18/13 7:17:28.718 PM jabberd/router[35775]: [127.0.0.1, port=57702] disconnect
    9/18/13 7:17:28.719 PM jabberd/router[35775]: [s2s] default route offline
    9/18/13 7:17:28.719 PM jabberd/router[35775]: [s2s] offline
    9/18/13 7:17:28.719 PM jabberd/router[35775]: [127.0.0.1, port=57699] disconnect
    9/18/13 7:17:28.719 PM jabberd/router[35775]: [c2s] offline
    9/18/13 7:17:28.722 PM Rooms[35766]: Component disconnected from router, removing all occupants from rooms
    9/18/13 7:17:29.721 PM jabberd/router[35775]: [127.0.0.1, port=57703] disconnect
    9/18/13 7:17:29.721 PM jabberd/router[35775]: DOMAIN-REDACTED] offline
    9/18/13 7:17:30.723 PM jabberd/router[35775]: [127.0.0.1, port=57704] disconnect
    9/18/13 7:17:30.723 PM jabberd/router[35775]: [sm] offline
    9/18/13 7:17:30.723 PM jabberd/router[35775]: DOMAIN-REDACTED] offline
    9/18/13 7:17:32.571 PM Rooms[35766]: Handling signal TERM
    9/18/13 7:17:32.571 PM Rooms[35766]: Service is shutting down...
    9/18/13 7:17:33.501 PM Rooms[35766]: Component disconnected from router, removing all occupants from rooms
    9/18/13 7:17:34.608 PM ReportCrash[35784]: DebugSymbols was unable to start a spotlight query: spotlight is not responding or disabled.
    9/18/13 7:17:34.850 PM ReportCrash[35784]: failed looking up LS service ( scCreateSystemService returned MACH_PORT_NULL, called from SetupCoreApplicationServicesCommunicationPort, so using client-side NULL calls.
    9/18/13 7:17:34.850 PM ReportCrash[35784]: LaunchServices/5123589: Unable to lookup coreservices session port for session 0x186a0 uid=0 euid=0
    9/18/13 7:17:34.850 PM ReportCrash[35784]: failed looking up LS service ( scCreateSystemService returned MACH_PORT_NULL, called from SetupCoreApplicationServicesCommunicationPort, so using client-side NULL calls.
    9/18/13 7:17:34.850 PM ReportCrash[35784]: LaunchServices/5123589: Unable to lookup coreservices session port for session 0x186a0 uid=0 euid=0
    9/18/13 7:17:34.850 PM ReportCrash[35784]: failed looking up LS service ( scCreateSystemService returned MACH_PORT_NULL, called from SetupCoreApplicationServicesCommunicationPort, so using client-side NULL calls.
    9/18/13 7:17:34.851 PM ReportCrash[35784]: LaunchServices/5123589: Unable to lookup coreservices session port for session 0x186a0 uid=0 euid=0
    9/18/13 7:17:34.851 PM ReportCrash[35784]: failed looking up LS service ( scCreateSystemService returned MACH_PORT_NULL, called from SetupCoreApplicationServicesCommunicationPort, so using client-side NULL calls.
    9/18/13 7:17:34.851 PM ReportCrash[35784]: LaunchServices/5123589: Unable to lookup coreservices session port for session 0x186a0 uid=0 euid=0
    9/18/13 7:17:34.851 PM ReportCrash[35784]: failed looking up LS service ( scCreateSystemService returned MACH_PORT_NULL, called from SetupCoreApplicationServicesCommunicationPort, so using client-side NULL calls.
    9/18/13 7:17:34.851 PM ReportCrash[35784]: LaunchServices/5123589: Unable to lookup coreservices session port for session 0x186a0 uid=0 euid=0
    9/18/13 7:17:34.961 PM servermgrd[31768]: servermgr_jabber[N]: waiting for jabberd to finish shutdown...
    9/18/13 7:17:35.315 PM ReportCrash[35784]: Saved crash report for Rooms[35766] version 54 to /Library/Logs/DiagnosticReports/Rooms_2013-09-18-191735_serve.crash
    And here's the crash log mentioned in that last line:
    Process:         Rooms [35766]
    Path:            /Applications/Server.app/Contents/ServerRoot/usr/libexec/jabberd/Rooms
    Identifier:      Rooms
    Version:         54
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [1]
    User ID:         84
    Date/Time:       2013-09-18 19:17:34.547 -0700
    OS Version:      Mac OS X 10.8.5 (12F37)
    Report Version:  10
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: EXC_I386_GPFLT
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   libobjc.A.dylib                         0x00007fff844cdf5e objc_release + 14
    1   libobjc.A.dylib                         0x00007fff844cd230 (anonymous namespace)::AutoreleasePoolPage::pop(void*) + 464
    2   com.apple.CoreFoundation                0x00007fff86a5fd72 _CFAutoreleasePoolPop + 34
    3   com.apple.Foundation                    0x00007fff88e0247a -[NSAutoreleasePool drain] + 154
    4   com.apple.XMPPToolkit                   0x00000001019b2a38 -[NSXMPPInterface process:] + 494
    5   com.apple.Apollo                        0x0000000101a565d6 -[NSXMPPEngineBase process:] + 105
    6   com.apple.XMPPToolkit                   0x00000001019e13be xmpp_process + 76
    7   Rooms                                   0x00000001018cdb0d 0x1018cb000 + 11021
    8   Rooms                                   0x00000001018cd736 0x1018cb000 + 10038
    9   Rooms                                   0x00000001018d15c6 0x1018cb000 + 26054
    10  Rooms                                   0x00000001018cc816 0x1018cb000 + 6166
    11  libdyld.dylib                           0x00007fff8167e7e1 start + 1
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib                  0x00007fff8661dd16 kevent + 10
    1   libdispatch.dylib                       0x00007fff8531cdea _dispatch_mgr_invoke + 883
    2   libdispatch.dylib                       0x00007fff8531c9ee _dispatch_mgr_thread + 54
    Thread 2:
    0   libsystem_kernel.dylib                  0x00007fff8661d6d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff8b7ecf1c _pthread_workq_return + 25
    2   libsystem_c.dylib                       0x00007fff8b7ecce3 _pthread_wqthread + 412
    3   libsystem_c.dylib                       0x00007fff8b7d7191 start_wqthread + 13
    Thread 3:: com.apple.CFSocket.private
    0   libsystem_kernel.dylib                  0x00007fff8661d322 __select + 10
    1   com.apple.CoreFoundation                0x00007fff86aa3f46 __CFSocketManager + 1302
    2   libsystem_c.dylib                       0x00007fff8b7ea772 _pthread_start + 327
    3   libsystem_c.dylib                       0x00007fff8b7d71a1 thread_start + 13
    Thread 4:
    0   libsystem_kernel.dylib                  0x00007fff8661d6d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff8b7ecf1c _pthread_workq_return + 25
    2   libsystem_c.dylib                       0x00007fff8b7ecce3 _pthread_wqthread + 412
    3   libsystem_c.dylib                       0x00007fff8b7d7191 start_wqthread + 13
    Thread 5:
    0   libsystem_kernel.dylib                  0x00007fff8661d6d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff8b7ecf1c _pthread_workq_return + 25
    2   libsystem_c.dylib                       0x00007fff8b7ecce3 _pthread_wqthread + 412
    3   libsystem_c.dylib                       0x00007fff8b7d7191 start_wqthread + 13
    Thread 0 crashed with X86 Thread State (64-bit):
      rax: 0x5000000000000000  rbx: 0xa3a3a3a3a3a3a3a3  rcx: 0x00007f8af400e8d8  rdx: 0x00000000a1a1a1a1
      rdi: 0x00007f8af6511c00  rsi: 0x00007f8af400e000  rbp: 0x00007fff5e334ad0  rsp: 0x00007fff5e334678
       r8: 0xffff80750c3fd15f   r9: 0x000000000000003f  r10: 0x00007f8af4001400  r11: 0x0000000000c5e2fd
      r12: 0x0000000101a1c320  r13: 0x00007f8af3e00e60  r14: 0x00007f8af400e3a0  r15: 0x00007f8af400e000
      rip: 0x00007fff844cdf5e  rfl: 0x0000000000010246  cr2: 0x0000000103f39000
    Logical CPU: 2
    Binary Images:
           0x1018cb000 -        0x1018fdfff +Rooms (54) <876954FA-B6D3-3B6B-97A0-E542C81002EB> /Applications/Server.app/Contents/ServerRoot/usr/libexec/jabberd/Rooms
           0x101911000 -        0x101911ff7  com.apple.VCXMPP (1.0 - 20) <77BFB1CB-5459-3FA5-A903-9669120C0823> /System/Library/PrivateFrameworks/VCXMPP.framework/Versions/A/VCXMPP
           0x10191b000 -        0x101951fff  com.apple.frameworks.CoreDaemon (1.1 - 1.1) <FA51F181-C2A4-3817-B6FC-93EF0CDEF6F6> /System/Library/PrivateFrameworks/CoreDaemon.framework/Versions/B/CoreDaemon
           0x101968000 -        0x10198bfff  com.apple.uxmi (1.0 - 20) <A46DBCE6-5BE8-3946-983B-FF54726FAD12> /System/Library/PrivateFrameworks/VCXMPP.framework/Versions/A/Frameworks/uxmi.framework/Versions/0.1/uxmi
           0x1019a2000 -        0x101a03ff7  com.apple.XMPPToolkit (1.0 - 20) <845534B8-5D30-3BC4-BD3C-E6BDF2A28DC5> /System/Library/PrivateFrameworks/VCXMPP.framework/Versions/A/Frameworks/XMPPToolkit.framework/Versions/A/XMPPToolkit
           0x101a4d000 -        0x101a76ff7  com.apple.Apollo (1.0 - 20) <A607B2BA-2981-36F8-888C-DCAB0E4E59C9> /System/Library/PrivateFrameworks/VCXMPP.framework/Versions/A/Frameworks/Apollo.framework/Versions/A/Apollo
           0x101a9d000 -        0x101ac9fff  com.apple.Pear (1.0 - 20) <BB4D70AA-BDC7-33B9-B53D-33B9D799283D> /System/Library/PrivateFrameworks/VCXMPP.framework/Versions/A/Frameworks/Pear.framework/Versions/A/Pear
           0x101ae8000 -        0x101af2ff7  com.apple.AppleSRP (5.0 - 1) <16B1431A-295A-386B-9159-A396877D6FE3> /System/Library/PrivateFrameworks/AppleSRP.framework/Versions/A/AppleSRP
        0x7fff614cb000 -     0x7fff614ff93f  dyld (210.2.3) <A40597AA-5529-3337-8C09-D8A014EB1578> /usr/lib/dyld
        0x7fff80538000 -     0x7fff8056efff  libsystem_info.dylib (406.17) <4FFCA242-7F04-365F-87A6-D4EFB89503C1> /usr/lib/system/libsystem_info.dylib
        0x7fff80643000 -     0x7fff80649fff  libmacho.dylib (829) <BF332AD9-E89F-387E-92A4-6E1AB74BD4D9> /usr/lib/system/libmacho.dylib
        0x7fff80bbb000 -     0x7fff80bc6ff7  com.apple.bsd.ServiceManagement (2.0 - 2.0) <C12962D5-85FB-349E-AA56-64F4F487F219> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
        0x7fff80dba000 -     0x7fff80dc0fff  com.apple.DiskArbitration (2.5.2 - 2.5.2) <C713A35A-360E-36CE-AC0A-25C86A3F50CA> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
        0x7fff80dc1000 -     0x7fff80deffff  com.apple.CoreServicesInternal (154.3 - 154.3) <F4E118E4-E327-3314-83D7-EA20B1717ED0> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
        0x7fff80f2b000 -     0x7fff810a0ff7  com.apple.CFNetwork (596.5 - 596.5) <22372475-6EF4-3A04-83FC-C061FE4717B3> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
        0x7fff813d6000 -     0x7fff813edfff  com.apple.CFOpenDirectory (10.8 - 151.10) <FFBBA538-00B5-334E-BA5B-C8AD6CDCDA14> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
        0x7fff81416000 -     0x7fff81465ff7  libcorecrypto.dylib (106.2) <CE0C29A3-C420-339B-ADAA-52F4683233CC> /usr/lib/system/libcorecrypto.dylib
        0x7fff815ef000 -     0x7fff81606fff  com.apple.GenerationalStorage (1.1 - 132.3) <FD4A84B3-13A8-3C60-A59E-25A361447A17> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage
        0x7fff8167c000 -     0x7fff8167fff7  libdyld.dylib (210.2.3) <F59367C9-C110-382B-A695-9035A6DD387E> /usr/lib/system/libdyld.dylib
        0x7fff816dc000 -     0x7fff816e3fff  com.apple.NetFS (5.0 - 4.0) <82E24B9A-7742-3DA3-9E99-ED267D98C05E> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
        0x7fff8178e000 -     0x7fff8178fff7  libsystem_sandbox.dylib (220.3) <B739DA63-B675-387A-AD84-412A651143C0> /usr/lib/system/libsystem_sandbox.dylib
        0x7fff81899000 -     0x7fff818a7ff7  libkxld.dylib (2050.48.11) <6D1610C7-79F8-38A5-BFB2-F58F134BC8EA> /usr/lib/system/libkxld.dylib
        0x7fff82124000 -     0x7fff82128fff  libpam.2.dylib (20) <C8F45864-5B58-3237-87E1-2C258A1D73B8> /usr/lib/libpam.2.dylib
        0x7fff82129000 -     0x7fff8212bfff  com.apple.TrustEvaluationAgent (2.0 - 23) <A97D348B-32BF-3E52-8DF2-59BFAD21E1A3> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
        0x7fff8212c000 -     0x7fff8218bfff  com.apple.AE (645.6 - 645.6) <44F403C1-660A-3543-AB9C-3902E02F936F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
        0x7fff8218c000 -     0x7fff82219ff7  com.apple.SearchKit (1.4.0 - 1.4.0) <C7F43889-F8BF-3CB9-AD66-11AEFCBCEDE7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
        0x7fff82256000 -     0x7fff82307fff  com.apple.LaunchServices (539.9 - 539.9) <07FC6766-778E-3479-8F28-D2C9917E1DD1> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
        0x7fff83430000 -     0x7fff8352dff7  libxml2.2.dylib (22.3) <47B09CB2-C636-3024-8B55-6040F7829B4C> /usr/lib/libxml2.2.dylib
        0x7fff83603000 -     0x7fff83611fff  libcommonCrypto.dylib (60027) <BAAFE0C9-BB86-3CA7-88C0-E3CBA98DA06F> /usr/lib/system/libcommonCrypto.dylib
        0x7fff83612000 -     0x7fff8363dfff  libxslt.1.dylib (11.3) <441776B8-9130-3893-956F-39C85FFA644F> /usr/lib/libxslt.1.dylib
        0x7fff8363e000 -     0x7fff836acff7  com.apple.framework.IOKit (2.0.1 - 755.42.1) <A90038ED-48F2-3CC9-A042-53A3D7985844> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
        0x7fff83aec000 -     0x7fff83aecfff  libkeymgr.dylib (25) <CC9E3394-BE16-397F-926B-E579B60EE429> /usr/lib/system/libkeymgr.dylib
        0x7fff843b9000 -     0x7fff844bbfff  libcrypto.0.9.8.dylib (47.2) <CF3BAB7E-4972-39FD-AF92-28ACAFF0873E> /usr/lib/libcrypto.0.9.8.dylib
        0x7fff844bc000 -     0x7fff844c2ff7  libunwind.dylib (35.1) <21703D36-2DAB-3D8B-8442-EAAB23C060D3> /usr/lib/system/libunwind.dylib
        0x7fff844c3000 -     0x7fff845db92f  libobjc.A.dylib (532.2) <90D31928-F48D-3E37-874F-220A51FD9E37> /usr/lib/libobjc.A.dylib
        0x7fff845dc000 -     0x7fff845ebff7  libxar.1.dylib (105) <370ED355-E516-311E-BAFD-D80633A84BE1> /usr/lib/libxar.1.dylib
        0x7fff84a8d000 -     0x7fff84a9aff7  com.apple.NetAuth (4.0 - 4.0) <F5BC7D7D-AF28-3C83-A674-DADA48FF7810> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
        0x7fff85318000 -     0x7fff8532dff7  libdispatch.dylib (228.23) <D26996BF-FC57-39EB-8829-F63585561E09> /usr/lib/system/libdispatch.dylib
        0x7fff85372000 -     0x7fff85374fff  libquarantine.dylib (52.1) <143B726E-DF47-37A8-90AA-F059CFD1A2E4> /usr/lib/system/libquarantine.dylib
        0x7fff858a0000 -     0x7fff85909fff  libstdc++.6.dylib (56) <EAA2B53E-EADE-39CF-A0EF-FB9D4940672A> /usr/lib/libstdc++.6.dylib
        0x7fff85d15000 -     0x7fff85fe6ff7  com.apple.security (7.0 - 55179.13) <F428E306-C407-3B55-BA82-E58755E8A76F> /System/Library/Frameworks/Security.framework/Versions/A/Security
        0x7fff86606000 -     0x7fff8660aff7  com.apple.TCC (1.0 - 1) <F2F3B753-FC73-3543-8BBE-859FDBB4D6A6> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
        0x7fff8660b000 -     0x7fff86626ff7  libsystem_kernel.dylib (2050.48.11) <3323E9AD-2317-3C7A-AB7F-1C81F5E148B7> /usr/lib/system/libsystem_kernel.dylib
        0x7fff869b8000 -     0x7fff869b9fff  liblangid.dylib (116) <864C409D-D56B-383E-9B44-A435A47F2346> /usr/lib/liblangid.dylib
        0x7fff869bc000 -     0x7fff869c1fff  libcompiler_rt.dylib (30) <08F8731D-5961-39F1-AD00-4590321D24A9> /usr/lib/system/libcompiler_rt.dylib
        0x7fff86a2f000 -     0x7fff86c19ff7  com.apple.CoreFoundation (6.8 - 744.19) <0F7403CA-2CB8-3D0A-992B-679701DF27CA> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
        0x7fff87b5d000 -     0x7fff87b7fff7  libxpc.dylib (140.43) <70BC645B-6952-3264-930C-C835010CCEF9> /usr/lib/system/libxpc.dylib
        0x7fff87d20000 -     0x7fff87d21fff  libDiagnosticMessagesClient.dylib (8) <8548E0DC-0D2F-30B6-B045-FE8A038E76D8> /usr/lib/libDiagnosticMessagesClient.dylib
        0x7fff88277000 -     0x7fff88374fff  libsqlite3.dylib (138.1) <ADE9CB98-D77D-300C-A32A-556B7440769F> /usr/lib/libsqlite3.dylib
        0x7fff883e0000 -     0x7fff886f7ff7  com.apple.CoreServices.CarbonCore (1037.6 - 1037.6) <1E567A52-677F-3168-979F-5FBB0818D52B> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
        0x7fff8891b000 -     0x7fff88920fff  libcache.dylib (57) <65187C6E-3FBF-3EB8-A1AA-389445E2984D> /usr/lib/system/libcache.dylib
        0x7fff88921000 -     0x7fff88984fff  com.apple.audio.CoreAudio (4.1.2 - 4.1.2) <FEAB83AB-1DE5-3813-BA48-7A7F2374CCF0> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
        0x7fff88da7000 -     0x7fff89106fff  com.apple.Foundation (6.8 - 945.18) <1D7E58E6-FA3A-3CE8-AC85-B9D06B8C0AA0> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
        0x7fff891a7000 -     0x7fff891a7fff  libOpenScriptingUtil.dylib (148.3) <F8681222-0969-3B10-8BCE-C55A4B9C520C> /usr/lib/libOpenScriptingUtil.dylib
        0x7fff894e4000 -     0x7fff894ecff7  libsystem_dnssd.dylib (379.38.1) <BDCB8566-0189-34C0-9634-35ABD3EFE25B> /usr/lib/system/libsystem_dnssd.dylib
        0x7fff899a6000 -     0x7fff899a7ff7  libSystem.B.dylib (169.3) <365477AB-D641-389D-B8F4-A1FAE9657EEE> /usr/lib/libSystem.B.dylib
        0x7fff89d28000 -     0x7fff89f28fff  libicucore.A.dylib (491.11.3) <5783D305-04E8-3D17-94F7-1CEAFA975240> /usr/lib/libicucore.A.dylib
        0x7fff89f29000 -     0x7fff89f31fff  liblaunch.dylib (442.26.2) <2F71CAF8-6524-329E-AC56-C506658B4C0C> /usr/lib/system/liblaunch.dylib
        0x7fff8aa4d000 -     0x7fff8aab5ff7  libc++.1.dylib (65.1) <20E31B90-19B9-3C2A-A9EB-474E08F9FE05> /usr/lib/libc++.1.dylib
        0x7fff8aab6000 -     0x7fff8aae4ff7  libsystem_m.dylib (3022.6) <B434BE5C-25AB-3EBD-BAA7-5304B34E3441> /usr/lib/system/libsystem_m.dylib
        0x7fff8ad86000 -     0x7fff8add7ff7  com.apple.SystemConfiguration (1.12.2 - 1.12.2) <A4341BBD-A330-3A57-8891-E9C1A286A72D> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
        0x7fff8b375000 -     0x7fff8b387ff7  libz.1.dylib (43) <2A1551E8-A272-3DE5-B692-955974FE1416> /usr/lib/libz.1.dylib
        0x7fff8b43d000 -     0x7fff8b462ff7  libc++abi.dylib (26) <D86169F3-9F31-377A-9AF3-DB17142052E4> /usr/lib/libc++abi.dylib
        0x7fff8b546000 -     0x7fff8b551fff  libsystem_notify.dylib (98.5) <C49275CC-835A-3207-AFBA-8C01374927B6> /usr/lib/system/libsystem_notify.dylib
        0x7fff8b552000 -     0x7fff8b5bfff7  com.apple.datadetectorscore (4.1 - 269.3) <5775F0DB-87D6-310D-8B03-E2AD729EFB28> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
        0x7fff8b5cc000 -     0x7fff8b618ff7  libauto.dylib (185.4) <AD5A4CE7-CB53-313C-9FAE-673303CC2D35> /usr/lib/libauto.dylib
        0x7fff8b7d6000 -     0x7fff8b8a2ff7  libsystem_c.dylib (825.40.1) <543B05AE-CFA5-3EFE-8E58-77225411BA6B> /usr/lib/system/libsystem_c.dylib
        0x7fff8b8bf000 -     0x7fff8b8c6fff  libcopyfile.dylib (89) <876573D0-E907-3566-A108-577EAD1B6182> /usr/lib/system/libcopyfile.dylib
        0x7fff8b922000 -     0x7fff8b92ffff  libbz2.1.0.dylib (29) <CE9785E8-B535-3504-B392-82F0064D9AF2> /usr/lib/libbz2.1.0.dylib
        0x7fff8c158000 -     0x7fff8c159fff  libsystem_blocks.dylib (59) <D92DCBC3-541C-37BD-AADE-ACC75A0C59C8> /usr/lib/system/libsystem_blocks.dylib
        0x7fff8c347000 -     0x7fff8c368ff7  libCRFSuite.dylib (33) <736ABE58-8DED-3289-A042-C25AF7AE5B23> /usr/lib/libCRFSuite.dylib
        0x7fff8c46c000 -     0x7fff8c512ff7  com.apple.CoreServices.OSServices (557.6 - 557.6) <1BDB5456-0CE9-301C-99C1-8EFD0D2BFCCD> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
        0x7fff8c5af000 -     0x7fff8c5bdff7  libsystem_network.dylib (77.10) <0D99F24E-56FE-380F-B81B-4A4C630EE587> /usr/lib/system/libsystem_network.dylib
        0x7fff8c7b3000 -     0x7fff8c7e4ff7  com.apple.DictionaryServices (1.2 - 184.4) <054F2D6F-9CFF-3EF1-9778-25C551B616C1> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
        0x7fff8c85d000 -     0x7fff8c8defff  com.apple.Metadata (10.7.0 - 707.12) <69E3EEF7-8B7B-3652-8320-B8E885370E56> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
        0x7fff8ca73000 -     0x7fff8ca74ff7  libremovefile.dylib (23.2) <6763BC8E-18B8-3AD9-8FFA-B43713A7264F> /usr/lib/system/libremovefile.dylib
        0x7fff8cb7c000 -     0x7fff8cb7cfff  com.apple.CoreServices (57 - 57) <9DD44CB0-C644-35C3-8F57-0B41B3EC147D> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
        0x7fff8cc11000 -     0x7fff8cc12ff7  libdnsinfo.dylib (453.19) <14202FFB-C3CA-3FCC-94B0-14611BF8692D> /usr/lib/system/libdnsinfo.dylib
        0x7fff8cc13000 -     0x7fff8cc15ff7  libunc.dylib (25) <92805328-CD36-34FF-9436-571AB0485072> /usr/lib/system/libunc.dylib
        0x7fff8ced7000 -     0x7fff8ceeaff7  libbsm.0.dylib (32) <F497D3CE-40D9-3551-84B4-3D5E39600737> /usr/lib/libbsm.0.dylib
    External Modification Summary:
      Calls made by other processes targeting this process:
        task_for_pid: 1
        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: 1952
        thread_create: 0
        thread_set_state: 0
    VM Region Summary:
    ReadOnly portion of Libraries: Total=82.3M resident=34.4M(42%) swapped_out_or_unallocated=47.8M(58%)
    Writable regions: Total=91.0M written=4976K(5%) resident=5152K(6%) swapped_out=0K(0%) unallocated=86.0M(94%)
    REGION TYPE                      VIRTUAL
    ===========                      =======
    MALLOC                             80.5M
    MALLOC guard page                    32K
    Memory tag=251                        8K
    STACK GUARD                        56.0M
    Stack                              10.1M
    VM_ALLOCATE                           8K
    __DATA                             3648K
    __LINKEDIT                         52.6M
    __TEXT                             29.7M
    __UNICODE                           544K
    mapped file                        18.1M
    shared memory                       308K
    ===========                      =======
    TOTAL                             251.4M

    I believe that I'm having similar issues -- I can't even get jabber to start after the v2.2.2 upgrade. Would you please post what your jabberd condifuration directory looks like? Here's what I see:
    cd /Library/Server/Messages/Config/jabberd ; ls -l *.xml
    -rw-------  1 _jabber  wheel  25293 Sep 19 22:10 c2s.xml
    -rw-------  1 _jabber  wheel   1683 Sep 22  2012 router-filter.xml
    -rw-------  1 _jabber  wheel    267 Sep 19 21:43 router-users.xml
    -rw-------  1 _jabber  wheel   8329 Sep 19 22:10 router.xml
    -rw-------  1 _jabber  wheel  12336 Sep 19 21:43 s2s.xml
    -rw-------  1 _jabber  wheel  32648 Sep 19 22:10 sm.xml
    Any ideas how to clear out the jabberd plist/database configuration to start from scratch and get jabberd working again? I've tried
    sudo rm /private/var/run/jabberd/*.pid /Library/Server/Messages/Data/sqlite/jabberd2.db /Library/Preferences/com.apple.messageserver.plist
    But this doesn't help.

  • DAG - Copy Status - Service Down

    Odd problem on a soon to be production 2010 DAG environment.
    3 node DAG, 2 in primary site on same subnet, 1 in DR site. No dedicated replication network as yet.
    When looking at database copy status in EMC I see copy status as Mounted or Healthy for the node I am on but both other nodes are listed as Service Down. It can also take a LONG time for the status to be displayed.
    If I run Test-ReplicationHealth for the local node it checks out perfectly.
    If I run it with Test-ReplicationHealth -Identity OtherNode I get the following:-
    RunspaceId       : 616aa378-5951-4393-b660-f0c6860b7ccc
    Server           : GLA-EXMB-01
    Check            : ActiveManager
    CheckDescription : Checks that Active Manager is running and has a valid role.
    Result           : *FAILED*
    Error            : An error occurred while communicating with the Microsoft Exchange Replication service on server 'GLA
                       -EXMB-01'. Database operations such as mounting, dismounting, and the ability to have failovers or s
                       witchovers may not be available. Verify that the Microsoft Exchange Replication service is running a
                       nd review the Event logs for more details. Error: An Active Manager operation failed. Error: Operati
                       on failed with message: Error 0x71a (The remote procedure call was cancelled) from cli_AmGetActiveMa
                       nagerRole.
    and
    RunspaceId       : 616aa378-5951-4393-b660-f0c6860b7ccc
    Server           : GLA-EXMB-01
    Check            : TasksRpcListener
    CheckDescription : Checks that the Tasks RPC Listener is running and is responding to remote requests.
    Result           : *FAILED*
    Error            : An error occurred while communicating with the Microsoft Exchange Replication service to test the he
                       alth of the Tasks RPC Listener on server 'GLA-EXMB-01'. Verify that the Microsoft Exchange Replicati
                       on service is running. Error: A server-side administrative operation has failed. The Microsoft Excha
                       nge Replication service may not be running on server GLA-EXMB-01. Specific RPC error message: Error
                       0x71a (The remote procedure call was cancelled) from cli_GetCopyStatusEx2.
    If I suspend the copy then resume it will usually re-appear but will then fail again later on. Although half the time it will fail to suspend the copy since it says it can't contact the remote node.
    Makes me somewhat unconfident about auto-failover.
    There have been no changes to the AD environment but we have just installed a similar set of Exchange servers in a completely different site over a slow WAN link.
    Anybody got any thoughts?
    Thanks
    Neill

    Hi,
    I'm having the same issue on my 2 nodes DAG, every database copy status is shown OK (mounted or healthy) in the EMC of the server that holds that copy but the copy on the other server is shown as service down and vice versa.
    IPV6 was disabled on the MAPI network, then I disabled it on the Replication network, and even the replication interface DNS registration is not checked, I found DNS IPV6 A records for the 2 nodes. When I remove the IPV6 A record, the problem disappear,
    but soon the records are recreated again in DNS and the problem reappears.
    Any idea?
    Regards.
    Farouk

  • MPEG 2 encode takes hours, then: 3x crash service down

    Hi everyone,
    I've got a 2x 2.8 GHz Quad core Intel Xeon box (8 cores) with 16 GB of RAM. I setup compressor to run early yesterday morning, working on a (source) 3 hour MPEG-2 stream (with attached SCC track) to export as both a 300 and an 800 Kbps stream using H.264. After 4 hours and 41 minutes, the 800Kbps stream export failed with only the message "3x crash service down."
    What the heck does that mean?
    At the time, I had quit compressor and was monitoring the job with Batch Monitor. But there's actually a file in the target folder (the same folder as the sources). If I inspect the file, I can see audio and video, but no CC. If I look at the info for it, and then go to the log tab, I get the following XML:
    <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
    <logs tms="273939021.422" tmt="09/06/2009 07:10:21.422" pnm="Batch%20Monitor">
    <log tms="273939021.423" tmt="09/06/2009 07:10:21.423" pid="21826" kind="mrk" sub="error" what="get-log" avail="false" msg="Get log query not supported."/>
    </logs>
    The date and time values there keep changing on me. Anyone have a similar issue and/or a work-around?
    Thanks!
    PS: I have another user logged in on this system. That user is running 4 or 5 virtual machines under VMWare Fusion. This takes a 4-8 GB of RAM, leaving 8-12 for these jobs. I don't know if that makes any difference.

    here you go:
    Process: compressord [1108]
    Path: /Library/Frameworks/Compressor.framework/Versions/A/Resources/CompressorTransco derX.bundle/Contents/MacOS/compressord
    Identifier: compressord
    Version: ??? (???)
    Code Type: X86 (Native)
    Parent Process: qmasterd [55]
    Date/Time: 2009-09-22 14:17:14.718 -0700
    OS Version: Mac OS X 10.6.1 (10B504)
    Report Version: 6
    Exception Type: EXCBADACCESS (SIGBUS)
    Exception Codes: KERNPROTECTIONFAILURE at 0x00000000000008e1
    Crashed Thread: 6
    Thread 0: Dispatch queue: com.apple.main-thread
    0 libSystem.B.dylib 0x93a1f7da machmsgtrap + 10
    1 libSystem.B.dylib 0x93a1ff47 mach_msg + 68
    2 com.apple.CoreFoundation 0x95162dbf __CFRunLoopRun + 2447
    3 com.apple.CoreFoundation 0x95161d34 CFRunLoopRunSpecific + 452
    4 com.apple.CoreFoundation 0x95161b61 CFRunLoopRunInMode + 97
    5 com.apple.Foundation 0x923a43e4 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 279
    6 com.apple.Foundation 0x923a42c1 -[NSRunLoop(NSRunLoop) run] + 76
    7 com.apple.qmaster.SwampService 0x00ee8bfa swamp::CSwampService::run(int, char const**) + 2310
    8 compressord 0x000025a1 0x1000 + 5537
    9 compressord 0x000023da 0x1000 + 5082
    Thread 1:
    0 libSystem.B.dylib 0x93a4d782 _semwaitsignal + 10
    1 libSystem.B.dylib 0x93a4d43e pthread_condwait + 1191
    2 libSystem.B.dylib 0x93a4f0d8 pthreadcondwait$UNIX2003 + 73
    3 com.apple.AECore 0x0007e3eb aecore::CConditionalMutex::conditionalLock(int, aecore::CConditionalMutex::EConditionKind) + 233
    4 com.apple.AECore 0x0007e4b0 aecore::CConditionalMutex::lockWhenValueSet(int) + 32
    5 com.apple.qmaster.SwampService 0x00ee724d swamp::CCondition::wait() + 77
    6 com.apple.qmaster.SwampService 0x00ee4198 swamp::CSwampService::CTerminationThread::runOnce() + 76
    7 com.apple.AECore 0x00081382 aecore::CThread::runThread() + 34
    8 com.apple.AECore 0x0007f319 threadProc(void*) + 17
    9 libSystem.B.dylib 0x93a4cf39 pthreadstart + 345
    10 libSystem.B.dylib 0x93a4cdbe thread_start + 34
    Thread 2: Dispatch queue: com.apple.libdispatch-manager
    0 libSystem.B.dylib 0x93a4603a kevent + 10
    1 libSystem.B.dylib 0x93a46768 dispatch_mgrinvoke + 215
    2 libSystem.B.dylib 0x93a45bf9 dispatch_queueinvoke + 183
    3 libSystem.B.dylib 0x93a4598a dispatch_workerthread2 + 234
    4 libSystem.B.dylib 0x93a45401 pthreadwqthread + 390
    5 libSystem.B.dylib 0x93a45246 start_wqthread + 30
    Thread 3:
    0 libSystem.B.dylib 0x93a45092 _workqkernreturn + 10
    1 libSystem.B.dylib 0x93a45628 pthreadwqthread + 941
    2 libSystem.B.dylib 0x93a45246 start_wqthread + 30
    Thread 4:
    0 libSystem.B.dylib 0x93a3e756 select$DARWIN_EXTSN + 10
    1 com.apple.AECore 0x000813c7 aecore::CThread::runThread() + 103
    2 com.apple.AECore 0x0007f319 threadProc(void*) + 17
    3 libSystem.B.dylib 0x93a4cf39 pthreadstart + 345
    4 libSystem.B.dylib 0x93a4cdbe thread_start + 34
    Thread 5:
    0 libSystem.B.dylib 0x93a3e756 select$DARWIN_EXTSN + 10
    1 com.apple.CoreFoundation 0x951a204d __CFSocketManager + 1085
    2 libSystem.B.dylib 0x93a4cf39 pthreadstart + 345
    3 libSystem.B.dylib 0x93a4cdbe thread_start + 34
    Thread 6 Crashed:
    0 com.apple.CoreFoundation 0x9512cc40 CFRetain + 112
    1 ...pple.compressor.transcoding 0x008d9b77 M2V::Marker::Marker(M2V::MarkerInfo const&) + 65
    Thread 7:
    0 libSystem.B.dylib 0x93a3e756 select$DARWIN_EXTSN + 10
    1 com.apple.qmaster.Status 0x00f01555 swamp::CStatusThread::runOnce() + 309
    2 com.apple.AECore 0x00081382 aecore::CThread::runThread() + 34
    3 com.apple.AECore 0x0007f319 threadProc(void*) + 17
    4 libSystem.B.dylib 0x93a4cf39 pthreadstart + 345
    5 libSystem.B.dylib 0x93a4cdbe thread_start + 34
    Thread 8:
    0 libSystem.B.dylib 0x93a1f83a semaphoretimedwait_signaltrap + 10
    1 libSystem.B.dylib 0x93a4d3c1 pthread_condwait + 1066
    2 libSystem.B.dylib 0x93a7c208 pthreadcond_timedwait_relativenp + 47
    3 com.apple.audio.CoreAudio 0x90b3eec1 CAGuard::WaitFor(unsigned long long) + 219
    4 com.apple.audio.CoreAudio 0x90b41ef3 CAGuard::WaitUntil(unsigned long long) + 289
    5 com.apple.audio.CoreAudio 0x90b3f7f0 HP_IOThread::WorkLoop() + 1892
    6 com.apple.audio.CoreAudio 0x90b3f087 HPIOThread::ThreadEntry(HPIOThread*) + 17
    7 com.apple.audio.CoreAudio 0x90b3ef9e CAPThread::Entry(CAPThread*) + 140
    8 libSystem.B.dylib 0x93a4cf39 pthreadstart + 345
    9 libSystem.B.dylib 0x93a4cdbe thread_start + 34
    Thread 9:
    0 libSystem.B.dylib 0x93a1f83a semaphoretimedwait_signaltrap + 10
    1 libSystem.B.dylib 0x93a4d3c1 pthread_condwait + 1066
    2 libSystem.B.dylib 0x93a7c208 pthreadcond_timedwait_relativenp + 47
    3 ...ple.CoreServices.CarbonCore 0x945d3435 TSWaitOnConditionTimedRelative + 242
    4 ...ple.CoreServices.CarbonCore 0x945d3173 TSWaitOnSemaphoreCommon + 511
    5 ...ickTimeComponents.component 0x98190255 ReadSchedulerThreadEntryPoint + 4698
    6 libSystem.B.dylib 0x93a4cf39 pthreadstart + 345
    7 libSystem.B.dylib 0x93a4cdbe thread_start + 34
    Thread 10:
    0 libSystem.B.dylib 0x93a1f83a semaphoretimedwait_signaltrap + 10
    1 libSystem.B.dylib 0x93a4d3c1 pthread_condwait + 1066
    2 libSystem.B.dylib 0x93a7c208 pthreadcond_timedwait_relativenp + 47
    3 ...ple.CoreServices.CarbonCore 0x945d3435 TSWaitOnConditionTimedRelative + 242
    4 ...ple.CoreServices.CarbonCore 0x945d3173 TSWaitOnSemaphoreCommon + 511
    5 ...ple.CoreServices.CarbonCore 0x9462d674 AIOFileThread(void*) + 1127
    6 libSystem.B.dylib 0x93a4cf39 pthreadstart + 345
    7 libSystem.B.dylib 0x93a4cdbe thread_start + 34
    Thread 11:
    0 libSystem.B.dylib 0x93a4d782 _semwaitsignal + 10
    1 libSystem.B.dylib 0x93a4d43e pthread_condwait + 1191
    2 libSystem.B.dylib 0x93a4f0d8 pthreadcondwait$UNIX2003 + 73
    3 com.apple.AECore 0x0007e3eb aecore::CConditionalMutex::conditionalLock(int, aecore::CConditionalMutex::EConditionKind) + 233
    4 com.apple.AECore 0x0007e4b0 aecore::CConditionalMutex::lockWhenValueSet(int) + 32
    5 ...apple.compressor.StompTypes 0x006ea288 aecore::CConcurrentQueue<unsigned int>::lock(aecore::CConcurrentQueue<unsigned int>::lockStates, double) + 236
    6 ...apple.compressor.StompTypes 0x006e35f5 stomp::CVideoDecodeThread::runOnce() + 93
    7 com.apple.AECore 0x00081382 aecore::CThread::runThread() + 34
    8 com.apple.AECore 0x0007f319 threadProc(void*) + 17
    9 libSystem.B.dylib 0x93a4cf39 pthreadstart + 345
    10 libSystem.B.dylib 0x93a4cdbe thread_start + 34
    Thread 6 crashed with X86 Thread State (32-bit):
    eax: 0x00000000 ebx: 0x9512cbdd ecx: 0x00000002 edx: 0xb02976bc
    edi: 0x000020b3 esi: 0x000008dc ebp: 0xb0297638 esp: 0xb0297620
    ss: 0x0000001f efl: 0x00010246 eip: 0x9512cc40 cs: 0x00000017
    ds: 0x0000001f es: 0x0000001f fs: 0x0000001f gs: 0x00000037
    cr2: 0x000008e1
    Binary Images:
    0x1000 - 0x2ffb +compressord ??? (???) <B25771C4-9928-A699-1656-71C37E62AF74> /Library/Frameworks/Compressor.framework/Resources/CompressorTranscoderX.bundle /Contents/MacOS/compressord
    0x8000 - 0x3cfff com.apple.qmaster.SwampCore 3.5 (3.5) <1875820A-E25D-D7D9-79EA-14DDE6A07FF2> /Library/Frameworks/Qmaster.framework/Versions/A/Frameworks/SwampCore.framework /Versions/A/SwampCore
    0x67000 - 0x1bdff7 com.apple.AECore 3.5 (3.5) <61D86DC6-CCF2-8667-6063-ACC5E65432C0> /Library/Frameworks/AECore.framework/Versions/A/AECore
    0x252000 - 0x252ffc com.apple.compressor.stomp 3.5 (3.5) <5403F850-3FD3-8753-057B-B1C03FFBF956> /Library/Frameworks/Compressor.framework/Versions/A/Compressor
    0x256000 - 0x256ffc com.apple.qmaster.swamp 3.5 (3.5) <233FAC83-DCEA-F42F-EE7D-167E550D32F5> /Library/Frameworks/Qmaster.framework/Versions/A/Qmaster
    0x25a000 - 0x29aff7 com.apple.vmutils 4.2 (106) <834EA6B0-C91B-4CF1-ED3C-229C26459578> /System/Library/PrivateFrameworks/vmutils.framework/Versions/A/vmutils
    0x2b3000 - 0x466feb com.apple.prokit 5.0.1 (906) <B5BA53AD-9CB2-8C6B-09D7-A71FEC4C2FEE> /System/Library/PrivateFrameworks/ProKit.framework/Versions/A/ProKit
    0x525000 - 0x5dafe7 libcrypto.0.9.7.dylib ??? (???) <4917E4F2-817F-5AC4-3FBE-54BC96360448> /usr/lib/libcrypto.0.9.7.dylib
    0x620000 - 0x62aff7 com.apple.compressor.MediaServerAPI 3.5 (3.5) <6AAE6C49-E384-9689-F3FA-1FE006A987B1> /Library/Frameworks/MediaServerAPI.framework/Versions/A/MediaServerAPI
    0x637000 - 0x66ffff com.apple.compressor.ImageProcessing 3.5 (3.5) <C08AB0F1-6B32-7AF3-339A-8026AB249CE7> /Library/Frameworks/Compressor.framework/Versions/A/Frameworks/ImageProcessing. framework/Versions/A/ImageProcessing
    0x698000 - 0x6a3fff com.apple.compressor.StompUtil 3.5 (3.5) <49B4EE0A-CBA3-27F6-9C66-1106733101CB> /Library/Frameworks/Compressor.framework/Versions/A/Frameworks/StompUtil.framew ork/Versions/A/StompUtil
    0x6b2000 - 0x79afe3 com.apple.compressor.StompTypes 3.5 (3.5) <EEFBAD5E-1D63-2058-5EF1-82174D298047> /Library/Frameworks/Compressor.framework/Versions/A/Frameworks/StompTypes.frame work/Versions/A/StompTypes
    0x823000 - 0x829fff com.apple.compressor.FilterUI 3.5 (3.5) <86BF0C7A-81BB-5A30-11C0-4018C2EC1F9D> /Library/Frameworks/Compressor.framework/Versions/A/Frameworks/FilterUI.framewo rk/Versions/A/FilterUI
    0x832000 - 0x9d1feb com.apple.compressor.transcoding 3.5 (3.5) <5B140C62-5BCE-43AE-A05B-7707AF14A092> /Library/Frameworks/Compressor.framework/Versions/A/Frameworks/Transcoding.fram ework/Versions/A/Transcoding
    0xaf8000 - 0xb9afef com.apple.compressor.StompUI 3.5 (3.5) <1C723172-C751-FBDB-E6EF-E50248DB7AE9> /Library/Frameworks/Compressor.framework/Versions/A/Frameworks/StompUI.framewor k/Versions/A/StompUI
    0xbf8000 - 0xc2fff7 com.apple.CompressorKit 3.5 (3.5) <BF14424F-F064-CA69-483F-686357FE0F72> /Library/Frameworks/Compressor.framework/Versions/A/Frameworks/CompressorKit.fr amework/Versions/A/CompressorKit
    0xc5e000 - 0xc87fef com.apple.audio.CoreAudioKit 1.6 (1.6) <E9D5679D-0F3A-EE19-76F9-559F42E5DF8C> /System/Library/Frameworks/CoreAudioKit.framework/Versions/A/CoreAudioKit
    0xc98000 - 0xca3fff com.apple.qmaster.SwampUtil 3.5 (3.5) <D59210C8-91DB-2E56-1F21-5B2E12B690AF> /Library/Frameworks/Qmaster.framework/Versions/A/Frameworks/SwampUtil.framework /Versions/A/SwampUtil
    0xcb0000 - 0xd77fe3 com.apple.qmaster.SwampTypes 3.5 (3.5) <28A392FC-2B27-7229-A369-EE048C0FF2E9> /Library/Frameworks/Qmaster.framework/Versions/A/Frameworks/SwampTypes.framewor k/Versions/A/SwampTypes
    0xe04000 - 0xe78ff8 com.apple.qmaster.do 3.5 (3.5) <4B871D53-4986-7D55-1F62-9ABC64D20FC8> /Library/Frameworks/Qmaster.framework/Versions/A/Frameworks/DistributedObjects. framework/Versions/A/DistributedObjects
    0xee1000 - 0xeeafff com.apple.qmaster.SwampService 3.5 (3.5) <D66473C3-4CA8-4999-71D1-276ECA915488> /Library/Frameworks/Qmaster.framework/Versions/A/Frameworks/SwampService.framew ork/Versions/A/SwampService
    0xefa000 - 0xf04fff com.apple.qmaster.Status 3.5 (3.5) <261770BF-B41A-A924-D184-3A73E89A6BA3> /Library/Frameworks/Qmaster.framework/Versions/A/Frameworks/Status.framework/Ve rsions/A/Status
    0xf19000 - 0xf24fff com.apple.qmaster.RequestProcessing 3.5 (3.5) <FC88CD1A-8B91-7153-CE46-985133FC048D> /Library/Frameworks/Qmaster.framework/Versions/A/Frameworks/RequestProcessing.f ramework/Versions/A/RequestProcessing
    0xf38000 - 0xf4bffb com.apple.qmaster.ServiceControl 3.5 (3.5) <23884401-99AC-BB4C-6F4D-25FEB856A6CE> /Library/Frameworks/Qmaster.framework/Versions/A/Frameworks/ServiceControl.fram ework/Versions/A/ServiceControl
    0xf64000 - 0xfd1ff3 com.apple.qmaster.ContentControl 3.5 (3.5) <FB829081-84D2-1DB4-9519-EECFFC261878> /Library/Frameworks/Qmaster.framework/Versions/A/Frameworks/ContentControl.fram ework/Versions/A/ContentControl
    0x1019000 - 0x10defff com.apple.qmaster.JobControl 3.5 (3.5) <BB5A9510-09A8-D59E-9F9B-7A2CB008A2E5> /Library/Frameworks/Qmaster.framework/Versions/A/Frameworks/JobControl.framewor k/Versions/A/JobControl
    0x1167000 - 0x1172fff com.apple.qmaster.ClusterManager 3.5 (3.5) <72674C5A-495F-AC99-1455-3A64C9124D7B> /Library/Frameworks/Qmaster.framework/Versions/A/Frameworks/ClusterManager.fram ework/Versions/A/ClusterManager
    0x1181000 - 0x11abff7 com.apple.qmaster.SwampUI 3.5 (3.5) <B54D0112-C5CD-8DCF-6199-607946B9B554> /Library/Frameworks/Qmaster.framework/Versions/A/Frameworks/SwampUI.framework/V ersions/A/SwampUI
    0x11d0000 - 0x11dbfff com.apple.qmaster.SwampExecutor 3.5 (3.5) <17EE655C-1095-B150-B3BD-2A661A15DF16> /Library/Frameworks/Qmaster.framework/Versions/A/Frameworks/SwampExecutor.frame work/Versions/A/SwampExecutor
    0x11ef000 - 0x11f8fff com.apple.dsppublishing 1.0.0 (115) <C46BA135-ABD7-484E-8F34-32F28A791CF9> /Library/Frameworks/DSPPublishing.framework/Versions/A/DSPPublishing
    0x1206000 - 0x1224fef com.apple.XSKey 1.0.0 (52) <71B94F53-15DB-9012-91F2-211F7C2CD790> /Library/Frameworks/XSKey.framework/Versions/A/XSKey
    0x1233000 - 0x123ffff com.apple.PluginManager 1.7.3 (34) <13CD3A05-A00C-4FA7-AD61-2A706A67E390> /Library/Frameworks/PluginManager.framework/Versions/B/PluginManager
    0x124c000 - 0x124dff7 com.apple.Helium 3.0.0 (221) <F9D224CD-8D1F-7DD1-E091-9186186FB3D1> /Library/Application Support/ProApps/SharedA/Frameworks/Helium.framework/Versions/A/Helium
    0x1251000 - 0x13a6fec com.apple.Helium.HeliumRender 2.0.0 (221) <9046DF26-E224-14DC-6A4B-F7B23EBAD338> /Library/Application Support/ProApps/SharedA/Frameworks/Helium.framework/Versions/A/Frameworks/Heliu mRender.framework/Versions/A/HeliumRender
    0x13fc000 - 0x1405ff7 com.apple.finalcutstudio.prometadatasupport 0.6 (1.0) <C4AF1557-3CC8-3BB7-C017-55D66B0873C1> /Library/Frameworks/ProMetadataSupport.framework/Versions/A/ProMetadataSupport
    0x140d000 - 0x1412fe7 com.apple.H264Encoder 1.0 (21) <2AD1DCD7-087A-57EE-615E-659280A1EC6C> /Library/Application Support/ProApps/SharedA/Frameworks/H264Encoder.framework/Versions/A/H264Encoder
    0x17d4000 - 0x17d8ff3 com.apple.audio.AudioIPCPlugIn 1.1.0 (1.1.0) <39CD9296-183C-5603-94A4-0A0EC327BA69> /System/Library/Extensions/AudioIPCDriver.kext/Contents/Resources/AudioIPCPlugI n.bundle/Contents/MacOS/AudioIPCPlugIn
    0x17f7000 - 0x17f9ff3 com.apple.LiveType.component 2.1.4 (2.1.4) <D60E2537-3B47-EA99-0077-6CE394378D07> /Library/QuickTime/LiveType.component/Contents/MacOS/LiveType
    0x2a13000 - 0x2a77fe2 com.apple.LiveType.framework 2.1.4 (2.1.4) <1509B3FF-8573-CA6E-914A-6701F10C2159> /Library/Application Support/ProApps/SharedA/Frameworks/LiveType.framework/Versions/A/LiveType
    0x2a95000 - 0x2adbffb com.apple.motion.component 1.0 (687) <B2FD93AF-0488-C687-C7B5-A8FC8AE2D40C> /Library/QuickTime/Motion.component/Contents/MacOS/Motion
    0x2ae1000 - 0x2ae3ff7 Motion ??? (???) <BA03F73F-DCB2-6B73-8EBD-87C2A5A93317> /Library/Frameworks/Motion.framework/Versions/A/Motion
    0x2ae9000 - 0x2b85ff8 com.apple.procore.framework 4.0 (712) <09EE33B4-412C-FC25-5356-1DE47695BAA6> /Library/Application Support/ProApps/SharedA/Frameworks/ProCore.framework/Versions/A/ProCore
    0x2bc4000 - 0x2bc9ffb com.apple.audio.AppleHDAHALPlugIn 1.7.4 (1.7.4a1) <B4217DD8-4BDE-CC1C-70FF-06EA901F376D> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bun dle/Contents/MacOS/AppleHDAHALPlugIn
    0x70000000 - 0x700cbfe7 com.apple.audio.units.Components 1.6 (1.6) <A568FC6D-1D2D-A04B-FD1A-AFF6E326E020> /System/Library/Components/CoreAudio.component/Contents/MacOS/CoreAudio
    0x8fe00000 - 0x8fe4162b dyld 132.1 (???) <211AF0DD-42D9-79C8-BB6A-1F4BEEF4B4AB> /usr/lib/dyld
    0x90003000 - 0x90003ffb libffi.dylib ??? (???) <58985323-6EC6-9AD2-B9F0-8787C0B2791C> /usr/lib/libffi.dylib
    0x90004000 - 0x9002bff7 com.apple.quartzfilters 1.6.0 (1.6.0) <879A3B93-87A6-88FE-305D-DF1EAED04756> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters .framework/Versions/A/QuartzFilters
    0x9011d000 - 0x90154ff7 com.apple.CoreMedia 0.420.17 (420.17) <A45B464A-4E05-8372-C055-974AD5393E03> /System/Library/PrivateFrameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x90155000 - 0x90170ff7 libPng.dylib ??? (???) <38DD4AA1-0643-85A0-F2F5-EE9269729975> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x90498000 - 0x9049efff com.apple.CommonPanels 1.2.4 (91) <2438AF5D-067B-B9FD-1248-2C9987F360BA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x9049f000 - 0x904a0ff7 com.apple.MonitorPanelFramework 1.3.0 (1.3.0) <0EC4EEFF-477E-908E-6F21-ED2C973846A4> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPane l
    0x904a1000 - 0x90521feb com.apple.SearchKit 1.3.0 (1.3.0) <9E18AEA5-F4B4-8BE5-EEA9-818FC4F46FD9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x90522000 - 0x905ffff7 com.apple.vImage 4.0 (4.0) <64597E4B-F144-DBB3-F428-0EC3D9A1219E> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x90672000 - 0x907f4fe7 libicucore.A.dylib ??? (???) <FBB66376-CBA9-8149-A1AA-10AB8578C3B3> /usr/lib/libicucore.A.dylib
    0x90810000 - 0x90849fe7 com.apple.bom 10.0 (164) <CC61CCD7-F76C-45DD-6666-C0E0D07C7343> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
    0x9084a000 - 0x908baffb com.apple.AppleVAFramework 4.6.2 (4.6.2) <25381B2A-89A6-0CEB-C159-DFF70C76B881> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x908bb000 - 0x90925fe7 libstdc++.6.dylib ??? (???) <411D87F4-B7E1-44EB-F201-F8B4F9227213> /usr/lib/libstdc++.6.dylib
    0x90926000 - 0x9093eff7 com.apple.CFOpenDirectory 10.6 (10.6) <1537FB4F-C112-5D12-1E5D-3B1002A4038F> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
    0x9093f000 - 0x9097bfff com.apple.CoreMediaIOServices 101.0 (715) <FD86FB28-9BA1-0993-1172-F10F61EA6344> /System/Library/PrivateFrameworks/CoreMediaIOServices.framework/Versions/A/Core MediaIOServices
    0x9097f000 - 0x909bdff7 com.apple.QuickLookFramework 2.0 (327.0) <84AF77F0-DAFD-DCED-FBD4-DCF827650F44> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x909be000 - 0x90a02ff3 com.apple.coreui 0.2 (112) <A810DFFD-6314-5E2B-93A4-D5626634B1EE> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x90a03000 - 0x90a10ff7 com.apple.AppleFSCompression 1.0 (1.0) <A348AEAB-D279-68B9-0CF2-3C29FBADBCC4> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/Apple FSCompression
    0x90a11000 - 0x90b1eff7 com.apple.MediaToolbox 0.420.17 (420.17) <EE843140-C79F-3D8C-B89E-893CD74C3633> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbo x
    0x90b1f000 - 0x90b98ff3 com.apple.audio.CoreAudio 3.2.0 (3.2) <91AE891E-6015-AABE-3512-2D5EBCA0937B> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x90b99000 - 0x90ba6ff7 com.apple.opengl 1.6.3 (1.6.3) <59D86286-B46F-B0E4-68F8-E5CDCADE393E> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x90bd2000 - 0x90c81ff3 com.apple.ink.framework 1.3 (104) <8526D880-D367-3EF9-DBFD-9A6AB240F57A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x90c82000 - 0x90c8bff7 com.apple.DiskArbitration 2.3 (2.3) <E9C40767-DA6A-6CCB-8B00-2D5706753000> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x90c8c000 - 0x90caaff7 com.apple.CoreVideo 1.6.0 (43.0) <3A853574-DD9E-08D8-FD2C-6221B55C3E08> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x90cab000 - 0x90da1ff7 libGLProgrammability.dylib ??? (???) <B8E40851-3A01-7D01-2F96-537BF7FA63B5> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0x90da2000 - 0x90e4ffe7 libobjc.A.dylib ??? (???) <410DD065-A18F-F054-0457-65525F4D1039> /usr/lib/libobjc.A.dylib
    0x90e50000 - 0x90f52fef com.apple.MeshKitIO 1.0 (49.0) <E4436373-BF5D-9644-F8B7-B72762BEC08B> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshK itIO.framework/Versions/A/MeshKitIO
    0x91739000 - 0x91b4fff7 libBLAS.dylib ??? (???) <C4FB303A-DB4D-F9E8-181C-129585E59603> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x91b50000 - 0x91b5dff7 libbz2.1.0.dylib ??? (???) <495732E1-2AC4-44FC-E633-4CBCC503B924> /usr/lib/libbz2.1.0.dylib
    0x91b66000 - 0x91bd4ff7 com.apple.QuickLookUIFramework 2.0 (327.0) <86D7E331-4C25-D360-7316-BA32192686D7> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.f ramework/Versions/A/QuickLookUI
    0x91cb9000 - 0x91cc3ff7 com.apple.bsd.ServiceManagement 1.0 (1.0) <B007CBE8-2539-CC71-9675-9EC04196921F> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManage ment
    0x91cc4000 - 0x91cd8fe7 libbsm.0.dylib ??? (???) <14CB053A-7C47-96DA-E415-0906BA1B78C9> /usr/lib/libbsm.0.dylib
    0x91cd9000 - 0x91cebff7 com.apple.MultitouchSupport.framework 200.20 (200.20) <1D7EE15B-ADDD-1F57-F1FB-FB5252910D5A> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
    0x91d20000 - 0x91f4bff3 com.apple.QuartzComposer 4.0 (156.6) <D1D3A5A8-75BC-4556-85FA-8A9F487106DD> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
    0x91f4c000 - 0x91fb0ffb com.apple.htmlrendering 72 (1.1.4) <4D451A35-FAB6-1288-71F6-F24A4B6E2371> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x91fb1000 - 0x91fbdff7 libkxld.dylib ??? (???) <152C8DBB-0149-5827-3240-E57CA85CFE5F> /usr/lib/system/libkxld.dylib
    0x91fcb000 - 0x9207dffb libFontParser.dylib ??? (???) <EB089832-660F-0B34-3AC8-CCDA937987D9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x9207e000 - 0x920bbff7 com.apple.SystemConfiguration 1.10 (1.10) <897AEEAF-CF5D-2843-C33B-31A0A7C98A6A> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x920d5000 - 0x9211bff7 libauto.dylib ??? (???) <FAB17F30-A28B-E33D-6E21-C7119C9C83ED> /usr/lib/libauto.dylib
    0x9211c000 - 0x9211cff7 com.apple.quartzframework 1.5 (1.5) <CEB78F00-C5B2-3B3F-BF70-DD6D578719C0> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x9211d000 - 0x921c4fe7 com.apple.CFNetwork 454.4 (454.4) <7C563385-9893-3B48-8607-5BC81DA2C4CF> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x92297000 - 0x92346fef com.apple.ColorSync 4.6.0 (4.6.0) <66ABAE86-B0EC-D641-913D-08ACA965F9FA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x92354000 - 0x925c4ffb com.apple.Foundation 6.6 (751) <A61B645E-1A15-5BCA-3043-C8AB85C6AD30> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x925c5000 - 0x926eefe7 com.apple.audio.toolbox.AudioToolbox 1.6 (1.6) <62BEEBE6-68FC-4A48-91CF-39DA2BD793F1> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x92719000 - 0x927aafe3 com.apple.print.framework.PrintCore 6.0 (312) <C588530A-0F2C-DD72-E308-3B8735125189> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x927ab000 - 0x92a0dff3 com.apple.security 6.0 (36910) <F045B57C-054F-F06F-EF7E-EABEC2700274> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x92a2f000 - 0x92a4efe7 com.apple.opencl 11 (11) <372A42E7-FB10-B74D-E1A0-980E94D07021> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x92a6d000 - 0x92ab0ff7 com.apple.NavigationServices 3.5.3 (181) <28CDD978-030E-7D4A-5334-874A8EBE6C29> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x92ab1000 - 0x9338eff7 com.apple.AppKit 6.6.1 (1038.2) <27C304F6-0045-160B-7591-E57ECF19BDDB> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x9338f000 - 0x9358cfeb com.apple.AddressBook.framework 5.0 (862) <BD05B213-46CF-8EFD-B801-CF741408600D> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x9358d000 - 0x935e7fe7 com.apple.CorePDF 1.0 (1.0) <590244C9-15D7-7A65-13AF-6F597123746B> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
    0x935e8000 - 0x93600ff3 com.apple.ScriptingBridge 1.1 (???) <027C057F-7085-8A3E-9FEB-2FCFFD4CB2E2> /System/Library/Frameworks/ScriptingBridge.framework/Versions/A/ScriptingBridge
    0x9364f000 - 0x93698fe7 libTIFF.dylib ??? (???) <6EF87001-6FB4-1405-C588-F6D8042D3534> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x93749000 - 0x93749ff7 com.apple.CoreServices 44 (44) <AC35D112-5FB9-9C8C-6189-5F5945072375> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x9374a000 - 0x9375bff7 com.apple.LangAnalysis 1.6.5 (1.6.5) <E77440D0-76EE-EB4C-3D00-9EDE417F13CF> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x9375c000 - 0x93766fe7 com.apple.audio.SoundManager 3.9.3 (3.9.3) <5F494955-7290-2D91-DA94-44B590191771> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x939fa000 - 0x93a1eff7 libJPEG.dylib ??? (???) <265DBF67-994E-E320-4CB1-9C3DE792C3B2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x93a1f000 - 0x93bc3feb libSystem.B.dylib ??? (???) <E58B649F-FFDC-AB09-2028-8B706BEF7C0F> /usr/lib/libSystem.B.dylib
    0x93bcc000 - 0x93c00ff7 libssl.0.9.8.dylib ??? (???) <F3402001-EC8D-58E5-4A23-02A979C9E857> /usr/lib/libssl.0.9.8.dylib
    0x93c01000 - 0x93c29ff7 libxslt.1.dylib ??? (???) <769EF4B2-C1AD-73D5-AAAD-1564DAEA77AF> /usr/lib/libxslt.1.dylib
    0x93c2a000 - 0x93c31fff com.apple.print.framework.Print 6.0 (237) <7A06B15C-B835-096E-7D96-C2FE8F0D21E1> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x93cb5000 - 0x93cbfff7 libGL.dylib ??? (???) <B375A3B6-2983-A4E4-50FB-9087FD606FD6> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x93cdf000 - 0x944c0497 com.apple.CoreGraphics 1.535.5 (???) <0B93D29C-D957-AD00-10F3-94112D75D6D9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x944c1000 - 0x9458bfef com.apple.CoreServices.OSServices 352 (352) <D9F21CA4-EED0-705F-8F3C-F1322D114B52> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x9458c000 - 0x948abfe7 com.apple.CoreServices.CarbonCore 859.1 (859.1) <2E72AF56-4BE6-294A-7372-19C360688B8B> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x948d2000 - 0x9496fff3 com.apple.LaunchServices 360.3 (360.3) <C8590D53-E46A-F58A-7CF2-03A8159D8569> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x94970000 - 0x94980ff7 com.apple.DSObjCWrappers.Framework 10.6 (134) <81A0B409-3906-A98F-CA9B-A49E75007495> /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
    0x94994000 - 0x949d4ff3 com.apple.securityinterface 4.0 (36981) <F024C5CA-0762-1599-5BAB-17F785E51075> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    0x949d5000 - 0x949d5ff7 com.apple.Accelerate 1.5 (Accelerate 1.5) <F642E7A0-3720-FA19-0190-E6DBD9EF2D9B> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x949d6000 - 0x94a15ff7 com.apple.ImageCaptureCore 1.0 (1.0) <D8767350-A10D-B6B5-3A8D-05888A7758ED> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCo re
    0x94a16000 - 0x94a23ff7 com.apple.NetFS 3.2 (3.2) <E6FD80B0-0238-0C42-A3EC-EBDEC107A1C3> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x94a60000 - 0x94a91ff7 libGLImage.dylib ??? (???) <0FB347C7-A579-4E51-4733-39AB28064554> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x94a92000 - 0x94aa2ff7 libsasl2.2.dylib ??? (???) <C8744EA3-0AB7-CD03-E639-C4F2B910BE5D> /usr/lib/libsasl2.2.dylib
    0x94ae6000 - 0x94b68ffb SecurityFoundation ??? (???) <29C27E0E-B2B3-BF6B-B1F8-5783B8B01535> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x94b69000 - 0x94b6eff7 com.apple.OpenDirectory 10.6 (10.6) <92582807-E8F3-3DD9-EB42-4195CFB754A1> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x94b6f000 - 0x94bb3fe7 com.apple.Metadata 10.6.0 (507.1) <CBD1B22B-5F10-C784-03A2-35106B97DF3F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x94bb4000 - 0x94bb7ffb com.apple.help 1.3.1 (41) <67F1F424-3983-7A2A-EC21-867BE838E90B> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x94bb8000 - 0x94c92fff com.apple.DesktopServices 1.5.1 (1.5.1) <D9C18268-699B-A996-1035-4EA3695F4074> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x94c93000 - 0x94cebfe7 com.apple.datadetectorscore 2.0 (80.7) <A40AA74A-9D13-2A6C-5440-B50905923251> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
    0x94cec000 - 0x94e2bfe3 com.apple.QTKit 7.6.3 (1584) <18130DA4-7132-CEAF-2137-4925CAC0B585> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x94f86000 - 0x94f90ffb com.apple.speech.recognition.framework 3.10.10 (3.10.10) <E106CC3A-7633-5587-0B29-64E19FCBC613> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x94fbc000 - 0x9502bff7 libvMisc.dylib ??? (???) <59243A8C-2B98-3E71-8032-884D4853E79F> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x95126000 - 0x9529dfef com.apple.CoreFoundation 6.6 (550) <193E33D6-2E92-3452-773B-60A1A9CCC573> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x95323000 - 0x95329ff7 com.apple.DisplayServicesFW 2.1 (2.1) <762CC18B-1F71-E9FC-ECB7-7078B4856D6E> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
    0x95373000 - 0x9537aff7 com.apple.agl 3.0.12 (AGL-3.0.12) <6BF89127-C18C-27A9-F94A-981836A822FE> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x9537b000 - 0x953aeff7 com.apple.AE 496 (496) <B638FDD4-7322-F0E4-ACEB-777D8A1399E1> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x953af000 - 0x953dfff7 com.apple.MeshKit 1.0 (49.0) <435718C1-ED40-6BCC-F0D8-67FA05CFFF1E> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/MeshKit
    0x9556b000 - 0x955adfe7 libvDSP.dylib ??? (???) <8F8FFFB3-81E3-2969-5688-D5B0979182E6> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x955ef000 - 0x955efff7 liblangid.dylib ??? (???) <B99607FC-5646-32C8-2C16-AFB5EA9097C2> /usr/lib/liblangid.dylib
    0x955f4000 - 0x9571cfe7 com.apple.CoreData 102 (246) <E7E6CE39-9B51-13C8-FE31-8FE57CF7BDE1> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x95728000 - 0x9573dfff com.apple.ImageCapture 6.0 (6.0) <3F31833A-38A9-444E-02B7-17619CA6F2A0> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x957b9000 - 0x95809ff7 com.apple.framework.familycontrols 2.0 (2.0) <50617342-E578-4C1C-938A-19A37ECA91CA> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
    0x95810000 - 0x95814ff7 libGFXShared.dylib ??? (???) <ED62E870-E219-C873-88AA-9CE08108F811> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
    0x9585c000 - 0x9585cff7 com.apple.Carbon 150 (152) <608A04AB-F35D-D2EB-6629-16B88FB32074> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x95876000 - 0x95a56fff com.apple.imageKit 2.0 (1.0) <A09D802D-DAD8-39D6-B3D1-83931741E387> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
    0x95a89000 - 0x95ad9fe7 libGLU.dylib ??? (???) <55A69DCE-1237-341E-F239-CDFE1F5B19BB> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x95ada000 - 0x95aeeffb com.apple.speech.synthesis.framework 3.10.35 (3.10.35) <57DD5458-4F24-DA7D-0927-C3321A65D743> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x95af6000 - 0x95bfffe7 com.apple.CoreAUC 4.10.0 (4.10.0) <34606DCE-1257-8FB9-E633-AC56DD263EAB> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
    0x95c00000 - 0x95c02ff7 com.apple.securityhi 4.0 (36638) <962C66FB-5BE9-634E-0810-036CB340C059> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x95c03000 - 0x95c50feb com.apple.DirectoryService.PasswordServerFramework 6.0 (6.0) <BF66BA5D-BBC8-78A5-DBE2-F9DE3DD1D775> /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordS erver
    0x95c51000 - 0x95f4afef com.apple.QuickTime 7.6.3 (1584) <687233E1-F428-5224-08D5-5874BEA2300D> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x95f4b000 - 0x963f9fe7 com.apple.VideoToolbox 0.420.17 (420.17) <F2812B5D-4C09-EFCC-182E-412257859AB1> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbo x
    0x963fa000 - 0x96404ff7 libCSync.A.dylib ??? (???) <A05BB12D-CD51-DE43-323B-3A3E99A3EED5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x96405000 - 0x96506fe7 libxml2.2.dylib ??? (???) <C242A74D-280A-90C3-3F79-891624AA45D2> /usr/lib/libxml2.2.dylib
    0x96507000 - 0x96507ff7 com.apple.Accelerate.vecLib 3.5 (vecLib 3.5) <3E039E14-2A15-56CC-0074-EE59F9FBB913> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x96508000 - 0x9686cff7 com.apple.QuartzCore 1.6.0 (226.0) <7E29DD09-BE04-AA06-5C81-5C093F16901B> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x9686d000 - 0x968e6ff7 com.apple.PDFKit 2.5 (2.5) <58603BDB-337F-FBE3-EB11-7C31CF261995> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
    0x96929000 - 0x969e2fe7 libsqlite3.dylib ??? (???) <16CEF8E8-8C9A-94CD-EF5D-05477844C005> /usr/lib/libsqlite3.dylib
    0x969e3000 - 0x969fffe3 com.apple.openscripting 1.3 (???) <D2FF4419-FD71-5D4A-F397-B03E82085232> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x96a00000 - 0x96a00ff7 com.apple.Cocoa 6.6 (???) <EA27B428-5904-B00B-397A-185588698BCC> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x96a01000 - 0x96a0ffe7 libz.1.dylib ??? (???) <7B7A02AB-DA99-6180-880E-D28E4F9AA8EB> /usr/lib/libz.1.dylib
    0x96a10000 - 0x96a61ff7 com.apple.HIServices 1.8.0 (???) <B8EC13DB-A81A-91BF-8C82-66E840C64C91> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x96c22000 - 0x96ddefef com.apple.ImageIO.framework 3.0.0 (3.0.0) <A37E541F-3D6A-2BE9-AB32-F60CCDE13608> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x96ddf000 - 0x96e4dff7 com.apple.ISSupport 1.9.1 (49) <E6EF2734-ED63-E7C2-C4D2-8D64E9955BFC> /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
    0x96ec3000 - 0x96ec7ff7 IOSurface ??? (???) <C11D3FF3-EB51-A07D-EF24-9C2004115724> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x97011000 - 0x97031fe7 libresolv.9.dylib ??? (???) <A48921CB-3FA7-3071-AF9C-2D86FB493A3A> /usr/lib/libresolv.9.dylib
    0x97032000 - 0x9705cff7 com.apple.framework.Admin 4.0 (4.0) <4A434473-A6C1-3F40-2928-16CFF1222FA1> /System/Library/PrivateFrameworks/Admin.framework/Versions/A/Admin
    0x9706d000 - 0x97070ff7 libCoreVMClient.dylib ??? (???) <16BB2178-B32D-E57E-F1E4-D177F7754232> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
    0x97071000 - 0x970e8feb com.apple.backup.framework 1.1 (1.0) <73C642BD-A0C5-7D45-79FA-0AA6D96226C0> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x97130000 - 0x97565ff7 libLAPACK.dylib ??? (???) <5E2D2283-57DE-9A49-1DB0-CD027FEFA6C2> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x975d5000 - 0x975d5ff7 com.apple.ApplicationServices 38 (38) <8012B504-3D83-BFBB-DA65-065E061CFE03> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x975d6000 - 0x9760dfe7 libcurl.4.dylib ??? (???) <D6299871-E1C9-5238-FE18-0B3C02025376> /usr/lib/libcurl.4.dylib
    0x9760e000 - 0x97642ff7 libcups.2.dylib ??? (???) <9078BA07-DEE1-6597-D15D-7BE3A20CB5A0> /usr/lib/libcups.2.dylib
    0x97643000 - 0x977d1fff com.apple.JavaScriptCore 6531 (6531.5) <DDDCCE57-42D2-BAA1-63F1-F76458EE0927> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x977d2000 - 0x978c4ff7 libcrypto.0.9.8.dylib ??? (???) <792B8722-3091-5E9F-E25F-67499CFE0599> /usr/lib/libcrypto.0.9.8.dylib
    0x978c5000 - 0x97925fe7 com.apple.CoreText 3.0.0 (???) <8F4FCAE2-8E6F-F0DE-A6AA-15D0228B7F13> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x97926000 - 0x97980ff7 com.apple.framework.IOKit 2.0 (???) <7618DDEC-2E3B-9C6E-FDC9-15169E24B4FB> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x97981000 - 0x97a19fe7 edu.mit.Kerberos 6.5.8 (6.5.8) <BA9BD282-FF56-3BFD-E78C-7DBE73B48480> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x97a1a000 - 0x97a52ff7 com.apple.LDAPFramework 2.0 (120.1) <8C7F3F42-6A4D-D37A-4232-685D44E8769E> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x97b32000 - 0x97b35fe7 libmathCommon.A.dylib ??? (???) <1622A54F-1A98-2CBE-B6A4-2122981A500E> /usr/lib/system/libmathCommon.A.dylib
    0x97b36000 - 0x97b8cff7 com.apple.MeshKitRuntime 1.0 (49.0) <BCB920E3-C567-3F37-D404-F518A256859E> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshK itRuntime.framework/Versions/A/MeshKitRuntime
    0x97b8d000 - 0x98b1bff7 com.apple.QuickTimeComponents.component 7.6.3 (1584) /System/Library/QuickTime/QuickTimeComponents.component/Contents/MacOS/QuickTim eComponents
    0x98b2f000 - 0x98c09fe7 com.apple.DiscRecording 5.0 (5000.4.6) <8471B33F-5B5A-13EA-04B4-41882AE63C7D> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
    0x98c0a000 - 0x98c0bff7 com.apple.TrustEvaluationAgent 1.0 (1) <71E2DA16-83EC-6056-FFEE-862A04B5599F> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
    0x98c0c000 - 0x98c10ff7 libGIF.dylib ??? (???) <51848EBF-27D4-0F85-C22A-D1AE10D328F3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x98e24000 - 0x98ec0fe7 com.apple.ApplicationServices.ATS 4.0 (???) <81700C90-2614-F7E2-CC6A-B01C24A2BD75> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x98ecc000 - 0x98eccff7 com.apple.vecLib 3.5 (vecLib 3.5) <17BEEF92-DF30-CD52-FD65-0B7B43B93617> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x98ecd000 - 0x98eefff3 com.apple.DirectoryService.Framework 3.6 (621) <61569C79-6567-BE8F-4F76-BAC04E5FBF79> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x98ef0000 - 0x98ef2ff7 libRadiance.dylib ??? (???) <0E03CF64-0931-7B9A-F617-4387B809D6D8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x98ef3000 - 0x98f9bff7 com.apple.QD 3.31 (???) <40FCAC85-4E4F-2290-90D4-F66D550ADFDC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x98f9c000 - 0x992bffef com.apple.HIToolbox 1.6.0 (???) <6F95AF67-678A-D8BC-FFC2-029C9AA2F44A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x992c0000 - 0x993c7fe3 com.apple.DiskImagesFramework 10.6 (281) <B57DDA36-9B4B-9D57-7072-91D531BDD2BC> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
    0x993c8000 - 0x99406fe7 com.apple.MediaKit 10.0 (472) <8B1C89AF-6A2A-8D01-D723-22A4DBEA7760> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
    0x99407000 - 0x9942dfff com.apple.DictionaryServices 1.1 (1.1) <07694B30-56A9-5C98-B8BC-DA0628715FA8> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
    0x9942e000 - 0x9942fff7 com.apple.audio.units.AudioUnit 1.6 (1.6) <68180B96-381C-A09D-5576-606A134FD953> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0xf0000000 - 0xf018cfe6 +com.mainconcept.mch264enc 8.0 (8.0.0.44755) /Library/Application Support/ProApps/SharedA/Frameworks/H264Encoder.framework/Versions/A/Frameworks/ mch264enc.framework/mch264enc
    0xffff0000 - 0xffff1fff libSystem.B.dylib ??? (???) <E58B649F-FFDC-AB09-2028-8B706BEF7C0F> /usr/lib/libSystem.B.dylib

  • Bulk-enabling users for the Office 365 Messaging Service

    Is it possible to bulk-assign the Office 365 Messaging Service for Unity users after they are migrated to Office 365 from our on-premises Exchange environment instead of manually going into the Cisco Unity Connection Administration tool and performing these steps?
    4.1) Edit the user account in the Cisco Unity Connection Administration
    4.2) From the Edit drop-down menu, select Unified Messaging Accounts
    4.3) Click Add New
    4.4) Select the Office 365 messaging service you created
    4.5) Have it use the corporate email address unless it doesn't actually match the email address for the user on Office 365.
    4.6) Save
    I am hoping something can be done with the Bulk Administration Tool.... :).

    Yep its possible with BAT, i would export the users out. Modify the CSV to only reflect the users that you need, and make sure you have the 'serviceDisplayName' column populated and use the CSV to update it. The BAT column names can be found here: http://www.cisco.com/c/en/us/td/docs/voice_ip_comm/connection/10x/administration/guide/10xcucsagx/10xcucsagappb.html

  • Compressor fails (3x crash service down) on ProRes 422  into Apple TV

    I am trying to compress a 2 gig ProRes 442 1080p quicktime movie (that I exported out of Final Cut Pro first) into an H.264 file for Apple TV - using Compressor's Apple TV preset.
    Compressor starts compressing, even gives me a time estimate and then after a minute or so - fails. Sometimes with just a "fail" message, sometimes with a "3x crash service down" message.
    I already "repaired compressor" multiple times with the the freely available "compressor repair" app. I repaired permissions, I restarted - I don't know what else to do (other than reinstalling compressor).
    I have not set up any clusters or anything. I am simply using Compressor on my MacBook Pro 17". No tweaking, nothing.
    Opening the above mentioned ProRes quicktime movie with Quicktime Pro 7 and exporting it with its "Apple TV" preset works fine. Why does Compressor have to be so picky/instable/buggy?
    I'd be really grateful for any help on this topic. Thank you so much in advance.

    I'm getting this error too, but when transcoding to h.264 using frame controls.
    I'm running the latest version of Compressor, yet every time I try to make an h.264 file (using Qmaster to employ all of my cores) while using anti-aliasing in the Frame Controls panel, I get a 3x Crash Host error and the conversion fails. Lower the anti-aliasing to 0 and the file converts. I've actually been able to recreate the problem on an iMac in the Apple Store. No one in the store had the technical know how to help me, however.
    Any ideas? If it's a bug, then I'm shocked that Apple has let it go for this long. I've noticed that others have had similar problems on the forums, but no firm solution.

  • Compressor 3x crash services down

    i am working on an edit. edit 1-9 is good during compressor when i try to compress edit 10 i keep on getting this message (compressor 3x crash services down) does anybody know what this means? i'm using after effect do make my movie then compress as a quicktime in compressor and keep getting this error.

    It means that Compressor has attempted to compress the file 3 times, and it has failed. Try this:
    1) Restart your computer
    2) Re-export the file from FCP
    3) Try the compression again.
    This worked for me. Hopefully it will help.

  • IDM User Interface: Access Denied, Service Down

    Hello,
    I have a problem with the login to the IDM UI. I get the message: "Access denied, Service down".
    In the userinterface_00.0.log following information is stored:
    #2.0 #2010 08 10 12:40:19:898#0-700#Info#/System/UserInterface#
    #BC-WD-JAV#tc~wd~webdynpro#0003FF252E3400A600000009000003D8#1050550000000004#sap.com/tc~idm~wd~workflow#
    com.sap.tc.webdynpro.services.session.SynchronizedScopeMaintainer#Administrator#9##
    164C6500A4B711DF93E60003FF252E34#f8874f50a4b411dfbe830003ff252e34#f8874f50a4b411dfbe830003ff252e34#0#
    Thread[HTTP Worker [@25656386],5,Dedicated_Application_Thread]#Plain##
    Deprecated scope of type SERVERSESSION_AT_LEAST_ONE_APP_SCOPE is used! Please replace the usage of scopes
    with new mechanism based on "Cross application session communication API".#
    Can anyone help me please...?!

    Hi Sony,
    Judith and me use CE 7.2, too. We downloaded the components under this link: https://websmp110.sap-ag.de/support
    Choose the following path:
    Support Packages and Patches - Entry by Application Group" SAP NetWeaver and complementary products" SAP NW IDENTITY MANAGEMENT" SAP NW IDENTITY MANAGEMENT 7.1
    There we downloaded:
    - ICDESIGNTIME05_1-10007480.ZIP
    - ICRUNTIME05_0-10007481.ZIP
    - IDMIC05_0-10007483.SCA
    Maybe this helps you...

  • No message services configured on unlocked vodafone curve now with Tigo sim card

    Recently unlocked my curve 8520 from vodafone Ireland.  I am based in Central America now and it now has a Tigo El Salvador chip.  I can receive emails, texts and BBM.  Can also send texts & BBM but cannot send emails.  The phone previously worked with my office BES but they have since migrated from blackberry.  The message after i attempt to send an email is "no message services configured. You will only be able to save draft".
    Any help would be appreciated.
    Thanks.

    Several things to check...
    Options > Advanced > Default Services.
    Under Messages > do you have your default email listed? If not, choose it if you can.
    If it is not present...
    Please try this, using your BlackBerry browser...
    1)
    • Go to mobile.blackberry.com OR to www.blackberry.com/integrate
    • Scroll down to Communication and then to Email.
    • Choose the appropriate email set up options, and either edit the current account in question and save. Or you can delete that account and then return and set it up again.
    If that works and completes your email setup/editing, good.
    If not, follow these additional instructions:
    2) Register HRT: (OS5) Home Screen > Options > Advanced Options > Host Routing Table > Scroll to any line entry and > press the Menu key > and then click Register Now. If you have an OS 6 or OS 7 device, Look at Options > Device > Advanced > Host Routing Table, etc.
    3) Resend Service Books: Article ID: KB02830 How to send the service books for a BlackBerry Internet Service account. http://www.blackberry.com/btsc/KB02830
    4) Then, with the BlackBerry device POWERED ON, remove the battery for a minute, and then reinsert the battery to reboot. A reboot in this manner is prescribed for most glitches and operating system errors, and you will lose no data on the device doing this.
    5) Now, return to the 1) mobile.blackberry.com email setup as mentioned above and follow that.
    Hopefully that will get things going again for you!
    1. If any post helps you please click the below the post(s) that helped you.
    2. Please resolve your thread by marking the post "Solution?" which solved it for you!
    3. Install free BlackBerry Protect today for backups of contacts and data.
    4. Guide to Unlocking your BlackBerry & Unlock Codes
    Join our BBM Channels (Beta)
    BlackBerry Support Forums Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • MMS service down?

    I sent a couple MMS messages last night, and my Moto G said it would send the message when the service was available. This morning they are still listed as "Sending" is the MMS service down or is there something I can do to fix this. Thanks.

    Do you have your cellular data connection turned on and active? MMS will only send over the cellular network.

  • RTMT Displaying Critical Service Down, However The Cluster is Stable.

    Hi All,
    Need a little ?
    I have a CUCM Cluster consisting of 1 x Pub & 1 x Sub in a Dev Enviroment, we recently installed RTMT and noticed we get the following alarms
    for the Pub and Sub.
    Alert Name = Critical Service Down,     Severity = Critical,     Description = Service Status Down SNMP Master Agent
    Alert Name = Critical Service Down,     Severity = Critical,     Description = Service Status Down Cisco Messaging Interface SNMP Master Agent
    The alarms are genegrated every minute and is really annoying. Can't figure out why we keep getting this as the Cluster appears to be fuctioning ok.
    Is there anyway to put a Halt to the alarms?
    Please see my attached screenshot any help is appreciated.
    Regards
    Charles

    These are precanned alerts for Critcal Service Down alarms in RTMT.  The SNMP Master Agent and CMI services that are listed here are considered critical services; however, they would not typically have any impact on system performance.  In fact, if you don't use SNMP then you wouldn't need the SNMP Master Agent service activated or started.  So, I believe the likely scenario here is that all of the services in the cluster are activated but not all of them are started.  In other words, you may have activated everything and then selectively started the services you need.  I believe if you deactivate the specific services referenced, you should stop getting these alerts.
    Hailey
    Please rate helpful posts!

  • Messaging server down

    Dear Sun, our office messaging server down without reason, webmail able to send mail to internal and external user, but unable to receive the mail, all the mail all jam at our office email gateway. After we restart the server and services, the problem is solved temporary only, after a while the email gateway unable to relay to messaging server again. How can i found out the root cause? thanks

    elson.vhliu wrote:
    Dear Sun, our office messaging server down without reason, webmail able to send mail to internal and external user, but unable to receive the mail, all the mail all jam at our office email gateway.It doesn't sounds like Messaging Server is "down" at all.
    Are there any errors reported at the "office email gateway" end to indicate why emails are not being accepted by the Sun Messaging Server MTA?
    Do you see any errors in the Sun MTA mail.log_current file?
    Are you sure that all email is "jammed" at the office email gateway -- as opposed to just being processed slowly?
    Also if this is a really urgent issue then you should be logging a Sun support request. The forums are not the appropriate place to rely on timely assistance.
    Regards,
    Shane.

Maybe you are looking for