Exception Trace on log out

All,
While logging out of ADF application i am getting the following exception
Nov 3, 2011 11:58:06 AM oracle.adfinternal.view.faces.lifecycle.LifecycleImpl _handleException
WARNING: ADF_FACES-60098:Faces lifecycle receives unhandled exceptions in phase RENDER_RESPONSE 6
java.lang.IllegalStateException: Cannot forward a response that is already committed
     at weblogic.servlet.internal.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:122)
     at com.sun.faces.context.ExternalContextImpl.dispatch(ExternalContextImpl.java:410)
     at org.apache.myfaces.trinidad.context.ExternalContextDecorator.dispatch(ExternalContextDecorator.java:44)
     at org.apache.myfaces.trinidad.context.ExternalContextDecorator.dispatch(ExternalContextDecorator.java:44)
     at oracle.adfinternal.view.faces.config.rich.RecordRequestAttributesDuringDispatch.dispatch(RecordRequestAttributesDuringDispatch.java:44)
     at org.apache.myfaces.trinidad.context.ExternalContextDecorator.dispatch(ExternalContextDecorator.java:44)
     at org.apache.myfaces.trinidad.context.ExternalContextDecorator.dispatch(ExternalContextDecorator.java:44)
     at org.apache.myfaces.trinidad.context.ExternalContextDecorator.dispatch(ExternalContextDecorator.java:44)
     at org.apache.myfaces.trinidadinternal.context.FacesContextFactoryImpl$OverrideDispatch.dispatch(FacesContextFactoryImpl.java:267)
     at com.sun.faces.application.ViewHandlerImpl.executePageToBuildView(ViewHandlerImpl.java:469)
     at com.sun.faces.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:140)
     at javax.faces.application.ViewHandlerWrapper.renderView(ViewHandlerWrapper.java:189)
     at org.apache.myfaces.trinidadinternal.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:193)
     at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._renderResponse(LifecycleImpl.java:800)
     at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:294)
     at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:214)
     at javax.faces.webapp.FacesServlet.service(FacesServlet.java:266)
     at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
     at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
     at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:300)
     at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
     at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
     at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:205)
     at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
     at oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.doFilter(RegistrationFilter.java:106)
     at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:446)
     at oracle.adfinternal.view.faces.activedata.AdsFilter.doFilter(AdsFilter.java:60)
     at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:446)
     at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:271)
     at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:177)
     at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92)
     at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
     at oracle.adf.library.webapp.LibraryFilter.doFilter(LibraryFilter.java:175)
     at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
     at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:111)
     at java.security.AccessController.doPrivileged(Native Method)
     at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:313)
     at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:413)
     at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:94)
     at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:161)
     at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
     at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
     at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:136)
     at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
     at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)
     at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
     at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3715)
     at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3681)
     at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
     at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
     at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2277)
     at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2183)
     at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1454)
     at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
     at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
<Nov 3, 2011 11:58:06 AM GST> <Error> <HTTP> <BEA-101020> <[ServletContext@4341979[app:CustomerPortal module:Portal path:/Portal spec-version:2.5]] Servlet failed with Exception
java.lang.IllegalStateException: Cannot forward a response that is already committed
     at weblogic.servlet.internal.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:122)
     at com.sun.faces.context.ExternalContextImpl.dispatch(ExternalContextImpl.java:410)
     at org.apache.myfaces.trinidad.context.ExternalContextDecorator.dispatch(ExternalContextDecorator.java:44)
     at org.apache.myfaces.trinidad.context.ExternalContextDecorator.dispatch(ExternalContextDecorator.java:44)
     at oracle.adfinternal.view.faces.config.rich.RecordRequestAttributesDuringDispatch.dispatch(RecordRequestAttributesDuringDispatch.java:44)
     Truncated. see log file for complete stacktrace
>
My logout code is
        FacesContext fc = FacesContext.getCurrentInstance();
        ExternalContext ectx =
            FacesContext.getCurrentInstance().getExternalContext();
        HttpServletResponse response = (HttpServletResponse)ectx.getResponse();
        HttpSession session = (HttpSession)ectx.getSession(false);
        if (session != null)
            session.invalidate();
        try {
            response.sendRedirect(finalRedirectURL);
            //fc.responseComplete(); //uncommenting this lso produces the exception
        } catch (IOException e) {
            e.printStackTrace();
        }looking for advice pls....
thnks
Jdev 11.1.1.5

Hi,
can you try this piece of code
                FacesContext facesCtx = FacesContext.getCurrentInstance();
                ExternalContext ctx = FacesContext.getCurrentInstance().getExternalContext();
                String viewId = "Logout.jspx";
                ControllerContext controllerCtx = null;
                controllerCtx = ControllerContext.getInstance();
                String activityURL = controllerCtx.getGlobalViewActivityURL(viewId);
                System.out.println(":::: Current Activity URL ::" + activityURL);
                try {
                    session.invalidate();
                    ctx.redirect(activityURL);
                } catch (IOException e) {
                    log.error("error in trying to redirect to login page  " + e);
                    e.printStackTrace();
                }~Abhijit

Similar Messages

  • Why am I getting redirected to the MSN homepage (when logging out of hotmail) with third party cookies not enabled? And why are exceptions to cookies being cleared in private browsing mode?

    I have the latest version of Firefox, I use Private browsing with Allow cookies but not third party cookies. Recently I have begun to be redirected to the MSN homepage after logging out of hotmail and whenever I add MSN cookies to the exceptions in cookies the list gets deleted. Can anyone tell me why, when blocking third party cookies should prevent that?

    Two initial thoughts:
    (1) If you look at the cookie names and content in the View Cookies dialog, are they the ordinary scramble of different names and values, or do they look like "opt-out" cookies? Some security software or add-ons may restore opt-out cookies after you clear them.
    (2) If you have any extensions that make requests to those sites, it's possible they are bypassing private browsing mode, although I would hope not. Hmmm.
    Unfortunately, unlike history where you can see the time that an entry was added, it is difficult to figure out when a cookie was set. But there are many cookie add-ons that might provide insight.
    Alternately, you could go directly to the cookies.sqlite database using the SQLite Manager extension. This is on the nerdy side, but manageable.
    (1) Install SQLite Manager from: https://addons.mozilla.org/firefox/addon/sqlite-manager/
    (2) The extension adds an item to the Tools menu. If you do not normally use the classic menu bar, tap the Alt key to display it temporarily or press Alt+t to pull down the Tools menu.
    SQLite Manager may suggest a particular database, particularly on your second and later uses. You can skip that and it will open a new window.
    (3) On the toolbar (first screen shot), choose the cookies.sqlite database and click Go. This should display the database entries for all your cookies (second screen shot).
    (4) Select the following SQL query text:
    SELECT host AS Site, datetime(creationTime/1000000,'unixepoch') AS Created, datetime(expiry,'unixepoch') AS Expires
    FROM moz_cookies
    ORDER BY creationTime, host
    (5) Click the Execute SQL tab, paste the query, then click Run SQL. You should get a list of sites in order by the date their cookies were set (third screen shot).
    Are the dates all fresh? If they are older, something may be rolling back your cookie clearing.

  • Exception while logging out of Process Administrator

    Hi,
    When I click on Save and Apply button on the basic engine configuration and then if I log out,
    I get the following error.
    An unexpected error ocurred.
    The error's technical description is:
    "javax.ejb.EJBException: eng1; nested exception is: fuego.papi.exception.ParticipantNotFoundException: Participant 'user1' was not found."
    Possible causes are:
    The maximum size for file uploads has been exceeded.
    If you are trying to publish an exported project you should publish it using the remote project option.
    If you are trying to upload the participant's photo you should choose a smaller one.
    An internal error has ocurred, please contact support attaching this page's source code.
    The webconsole logs are as follows:
    (cont) ] Main: javax.ejb.EJBException: eng1; nested exception is: fuego.papi.exception.ParticipantNotFoundException: Participant 'user1' was not found.
    [     (cont)     ] Main: Caused by: eng1; nested exception is: fuego.papi.exception.ParticipantNotFoundException: Participant 'user1' was not found.
    [     (cont)     ] Main: javax.management.RuntimeMBeanException: javax.ejb.EJBException: eng1; nested exception is: fuego.papi.exception.ParticipantNotFoundException: Participant 'user1' was not found.
    [     (cont)     ] Main:      at weblogic.rjvm.ResponseImpl.unmarshalReturn(ResponseImpl.java:195)
    [     (cont)     ] Main:      at weblogic.rmi.internal.BasicRemoteRef.invoke(BasicRemoteRef.java:224)
    [     (cont)     ] Main:      at javax.management.remote.rmi.RMIConnectionImpl_1030_WLStub.invoke(Unknown Source)
    [     (cont)     ] Main:      at weblogic.management.remote.common.RMIConnectionWrapper$15.run(ClientProviderBase.java:606)
    [     (cont)     ] Main:      at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
    [     (cont)     ] Main:      at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:147)
    [     (cont)     ] Main:      at weblogic.security.Security.runAs(Security.java:61)
    [     (cont)     ] Main:      at weblogic.management.remote.common.RMIConnectionWrapper.invoke(ClientProviderBase.java:604)
    [     (cont)     ] Main:      at javax.management.remote.rmi.RMIConnector$RemoteMBeanServerConnection.invoke(Unknown Source)
    [     (cont)     ] Main:      at javax.management.MBeanServerInvocationHandler.invoke(Unknown Source)
    [     (cont)     ] Main:      at $Proxy14.disconnect(Unknown Source)
    [     (cont)     ] Main:      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    [     (cont)     ] Main:      at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    [     (cont)     ] Main:      at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    [     (cont)     ] Main:      at java.lang.reflect.Method.invoke(Unknown Source)
    [     (cont)     ] Main:      at fuego.mami.engine.jmx.EngineManagementJmxAdaptor$JmxEngineManagementProxy.invoke(EngineManagementJmxAdaptor.java:270)
    [     (cont)     ] Main:      at $Proxy14.disconnect(Unknown Source)
    [     (cont)     ] Main:      at fuego.mami.engine.jmx.EngineManagementJmxAdaptor.disconnect(EngineManagementJmxAdaptor.java:92)
    [     (cont)     ] Main:      at fuego.mami.Engine.disconnect(Engine.java:328)
    [     (cont)     ] Main:      at fuego.mami.EngineManager.disconnect(EngineManager.java:478)
    [     (cont)     ] Main:      at fuego.mami.EngineManager.invalidAllData(EngineManager.java:307)
    [     (cont)     ] Main:      at fuego.mami.AdminSession.invalidAllData(AdminSession.java:379)
    [     (cont)     ] Main:      at fuego.mami.AdminSession.disconnect(AdminSession.java:242)
    [     (cont)     ] Main:      at fuego.mami.AdminSession.close(AdminSession.java:228)
    [     (cont)     ] Main:      at fuego.webconsole.model.LoginUser$LoginSessionBindingListener.valueUnbound(LoginUser.java:204)
    [     (cont)     ] Main:      at org.apache.catalina.session.StandardSession.removeAttributeInternal(StandardSession.java:1607)
    [     (cont)     ] Main:      at org.apache.catalina.session.StandardSession.expire(StandardSession.java:737)
    [     (cont)     ] Main:      at org.apache.catalina.session.StandardSession.expire(StandardSession.java:643)
    [     (cont)     ] Main:      at org.apache.catalina.session.StandardSession.invalidate(StandardSession.java:1088)
    [     (cont)     ] Main:      at org.apache.catalina.session.StandardSessionFacade.invalidate(StandardSessionFacade.java:149)
    [     (cont)     ] Main:      at fuego.webconsole.model.LoginUser.logout(LoginUser.java:78)
    [     (cont)     ] Main:      at org.apache.jsp.jsf.logout_jsp._jspService(org.apache.jsp.jsf.logout_jsp:64)
    [     (cont)     ] Main:      at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:97)
    [     (cont)     ] Main:      at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
    [     (cont)     ] Main:      at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:332)
    [     (cont)     ] Main:      at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:314)
    [     (cont)     ] Main:      at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:264)
    [     (cont)     ] Main:      at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
    [     (cont)     ] Main:      at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
    [     (cont)     ] Main:      at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
    [     (cont)     ] Main:      at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:672)
    [     (cont)     ] Main:      at org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:463)
    [     (cont)     ] Main:      at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:398)
    [     (cont)     ] Main:      at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:301)
    [     (cont)     ] Main:      at com.sun.faces.context.ExternalContextImpl.dispatch(ExternalContextImpl.java:322)
    [     (cont)     ] Main:      at com.sun.faces.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:147)
    [     (cont)     ] Main:      at com.sun.faces.lifecycle.RenderResponsePhase.execute(RenderResponsePhase.java:87)
    [     (cont)     ] Main:      at com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:200)
    [     (cont)     ] Main:      at com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:117)
    [     (cont)     ] Main:      at javax.faces.webapp.FacesServlet.service(FacesServlet.java:198)
    [     (cont)     ] Main:      at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
    [     (cont)     ] Main:      at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
    [     (cont)     ] Main:      at fuego.web.filter.CharsetFilter.doFilter(CharsetFilter.java:48)
    [     (cont)     ] Main:      at fuego.web.filter.BaseFilter.doFilter(BaseFilter.java:63)
    [     (cont)     ] Main:      at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
    [     (cont)     ] Main:      at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
    [     (cont)     ] Main:      at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
    [     (cont)     ] Main:      at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178)
    [     (cont)     ] Main:      at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)
    [     (cont)     ] Main:      at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
    [     (cont)     ] Main:      at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107)
    [     (cont)     ] Main:      at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
    [     (cont)     ] Main:      at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:869)
    [     (cont)     ] Main:      at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:667)
    [     (cont)     ] Main:      at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527)
    [     (cont)     ] Main:      at org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:80)
    [     (cont)     ] Main:      at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684)
    [     (cont)     ] Main:      at java.lang.Thread.run(Unknown Source)
    [     (cont)     ] Main: Caused by: javax.ejb.EJBException: eng1; nested exception is: fuego.papi.exception.ParticipantNotFoundException: Participant 'user1' was not found.
    [     (cont)     ] Main:      at fuego.ejbengine.EJBEngineManagementImpl.getConnectedClient(EJBEngineManagementImpl.java:289)
    [     (cont)     ] Main:      at fuego.ejbengine.EJBEngineManagementImpl.disconnect(EJBEngineManagementImpl.java:200)
    [     (cont)     ] Main:      at fuego.server.jmx.mami.ClusterAwareEngineManagement.disconnect(ClusterAwareEngineManagement.java:218)
    [     (cont)     ] Main:      at fuego.server.jmx.mami.JmxEngineManagement.disconnect(JmxEngineManagement.java:189)
    [     (cont)     ] Main:      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    [     (cont)     ] Main:      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    [     (cont)     ] Main:      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    [     (cont)     ] Main:      at java.lang.reflect.Method.invoke(Method.java:597)
    [     (cont)     ] Main:      at com.sun.jmx.mbeanserver.StandardMBeanIntrospector.invokeM2(StandardMBeanIntrospector.java:93)
    [     (cont)     ] Main:      at com.sun.jmx.mbeanserver.StandardMBeanIntrospector.invokeM2(StandardMBeanIntrospector.java:27)
    [     (cont)     ] Main:      at com.sun.jmx.mbeanserver.MBeanIntrospector.invokeM(MBeanIntrospector.java:208)
    [     (cont)     ] Main:      at com.sun.jmx.mbeanserver.PerInterface.invoke(PerInterface.java:120)
    [     (cont)     ] Main:      at com.sun.jmx.mbeanserver.MBeanSupport.invoke(MBeanSupport.java:262)
    [     (cont)     ] Main:      at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:836)
    [     (cont)     ] Main:      at com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:761)
    [     (cont)     ] Main:      at weblogic.management.jmx.mbeanserver.WLSMBeanServerInterceptorBase$16.run(WLSMBeanServerInterceptorBase.java:447)
    [     (cont)     ] Main:      at weblogic.management.jmx.mbeanserver.WLSMBeanServerInterceptorBase.invoke(WLSMBeanServerInterceptorBase.java:445)
    [     (cont)     ] Main:      at weblogic.management.mbeanservers.internal.SecurityInterceptor.invoke(SecurityInterceptor.java:443)
    [     (cont)     ] Main:      at weblogic.management.mbeanservers.internal.AuthenticatedSubjectInterceptor$10$1.run(AuthenticatedSubjectInterceptor.java:582)
    [     (cont)     ] Main:      at weblogic.management.mbeanservers.internal.AuthenticatedSubjectInterceptor$10.run(AuthenticatedSubjectInterceptor.java:580)
    [     (cont)     ] Main:      at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
    [     (cont)     ] Main:      at weblogic.management.mbeanservers.internal.AuthenticatedSubjectInterceptor.invoke(AuthenticatedSubjectInterceptor.java:573)
    [     (cont)     ] Main:      at weblogic.management.jmx.mbeanserver.WLSMBeanServer.invoke(WLSMBeanServer.java:307)
    [     (cont)     ] Main:      at javax.management.remote.rmi.RMIConnectionImpl.doOperation(RMIConnectionImpl.java:1426)
    [     (cont)     ] Main:      at javax.management.remote.rmi.RMIConnectionImpl.access$200(RMIConnectionImpl.java:72)
    [     (cont)     ] Main:      at javax.management.remote.rmi.RMIConnectionImpl$PrivilegedOperation.run(RMIConnectionImpl.java:1264)
    [     (cont)     ] Main:      at javax.management.remote.rmi.RMIConnectionImpl.doPrivilegedOperation(RMIConnectionImpl.java:1366)
    [     (cont)     ] Main:      at javax.management.remote.rmi.RMIConnectionImpl.invoke(RMIConnectionImpl.java:788)
    [     (cont)     ] Main:      at javax.management.remote.rmi.RMIConnectionImpl_WLSkel.invoke(Unknown Source)
    [     (cont)     ] Main:      at weblogic.rmi.internal.BasicServerRef.invoke(BasicServerRef.java:589)
    [     (cont)     ] Main:      at weblogic.rmi.internal.BasicServerRef$1.run(BasicServerRef.java:477)
    [     (cont)     ] Main:      at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
    [     (cont)     ] Main:      at weblogic.security.service.SecurityManager.runAs(Unknown Source)
    [     (cont)     ] Main:      at weblogic.rmi.internal.BasicServerRef.handleRequest(BasicServerRef.java:473)
    [     (cont)     ] Main:      at weblogic.rmi.internal.wls.WLSExecuteRequest.run(WLSExecuteRequest.java:118)
    [     (cont)     ] Main:      at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
    [     (cont)     ] Main:      at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    [     (cont)     ] Main:
    Kindly suggest why this happens.
    I have also increased the memory size of the domain,but still am stuck with this error.
    Thanks and Regards,
    charan

    hi Barry,
    what parameters in Secure Store do i need to check.
    and one more thing i wanted to tell u....
    i guess the problem started because of some changes that i did unknowingly in the settings of default login module stacks...
    actually i was trying to explore visual admin tool's usage..and in that process i unknowingly changed the values of the default login module stacks provided by EP..
    after that only the problem arose..
    can u tell me how to restore the default settings for the login module stacks (j2ee engine,basic,client_cert,form,
    digest,ticket,evaluation_assertion_ticket) so that the application starts working properly again
    thanks in advance
    PK

  • Logging exception trace

    Hi,
    I am using log4j for logging in my application. How do I log the full exception trace in the problem. the only available method is - log.info(e.getMessage()) which only gives a basic error message, not the trace.
    thanks,
    samit

    Actually, if you look at the [url http://logging.apache.org/log4j/docs/api/org/apache/log4j/Category.html#info(java.lang.Object, java.lang.Throwable)]Log4j API you'll find that there are 2 methods.
    Try this:
    log.info("Some message of your choosing.", e);&#8734; brewman &#8734;

  • I have a daughter using Skype on her iPhone, is there any way to trace her activity, even if she logs out?

    I do not know her user name or password, and she logs out every time she uses it.......just being a concerned dad.....

    devo136 wrote:
    I do not know her user name or password, and she logs out every time she uses it.......just being a concerned dad.....
    Err, why don't you try spend more time with her and get closer? Perhaps she might reveal who the mystery caller is or so if you ask **nicely**. Well I guess possible fear your kids have is the fear of *rejection* in a case where she might be contacting someone she thinks you wouldn't agree to.

  • Null pointer exception in jserv.log

    Genius,
    I am facing weired exception "Null pointer exception" in jserv.log.
    Apps Login is showing "internal server error"
    I tried enabled debug log level in jserv.conf, httpd.conf, all logs are having Null pointer exception message. not able to trace exactly what is the issue.
    This is 11.5.10 env.
    Can anybody help me out?
    Thanks

    fyi. i am the apps dba of that env.
    Yes bounced many times, after making several setups. found that ATG RUP patch 4 screwed got applied, developers applied the patches directly, which screwed the env.
    now we are recloning the test env.
    thanks folks for your support.

  • I just want my tabs to load for the web link they were originally set for. Instead I am getting the last page visited or the tab has been logged out.

    ''locking as a duplicate of https://support.mozilla.org/en-US/questions/981122''
    I have "Show My Home Page" for the Startup option
    I have LastPass set to AutoLogin
    I have the cookies for the tab sites in the Cookies Exceptions list
    Despite all of this, the tabs are "logged out" when I restart Firefox, and sites that have no logins are not opened based on the web address the tab was originally set for.

    Type '''about:config''' in the URL and filter
    *'''browser.stratup.homepage''' and change the value as the website you need to load.
    or
    Firefox Menu > Tools > options
    *General > Startup > When firefox starts " Show my Home Page"
    **Home Page "www.google.com"
    Firefox Menu > Tools > options > Privacy > History
    *Firefox will: "Use custom settings for history":
    *Select: [x] Accept Cookies from sites
    **Accept third party cookies: "From Visited"
    *Keep until "They Expire"
    *Deselect: [ ] "Clear history when Firefox closes"

  • HOW can I FIX Mavericks and Safari 7.0 to allow Gmail to work?  Gmail has been FUBAR'd since downloading Mavericks today.  Finally found the brute-force logout site to just getr logged out; can't keep doing that.  Other features no longer work, either.

    Made big mistake of downloading Mavericks today.
    Been struggling with all the FUBARd messes it caused, ALL DAY.
    Google basic buttons don't work--can't log out or other basic functions.
    Website use is impaired.
    It took almost 3 hours to do a basic online order on one of them--at this rate, I'll be out of business soon, and it's seriously impairing Christmas preparations!
    Google Voice/Video are screwed up, had to RE-download their voice/video plugin all over again--again.
    Voice/video quality is REALLY poor.
    Lag times in so many things are bad.
    Thought this would download WITH the better writing/bookkeeping programs--NOT!
    Mac Maps is piddle compaired with GoogleMaps.
    The Email program on the desktop is REALLY hard to use, has few useful functions.  It's MAYbe good if one only has ONE email; using it with severeal various email accounts is a serious liability in many ways--like filing, sorting, marking, etc.; no clear way to move email files to an external drive to save, to unload the HD.
    HOW can Safari and Mavericks be fixed?
    IF not, HOW can I REMOVE Mavericks and get back to Mountain Lion--which was not too great, but certainly more functional than Mavericks!
    I NEED my web-based emails to work--NOW...NOT when Mac finally gets around to fixing things sometime later.
    I NEED online ordering to work--NOW--not later when Mac finally gets around to fixing things.
    PLEASE someone--any help out there?  I couldn't even find but a rare hint that Safari 7.0 even exists--much less that anyone admits it's got problems, nor fixes for it.
    What to do?  Throw the whole unit out? Wipe and reboot?  Dumb it back to OS 10? HOW? WHAT?
    [freaking out here...]

    Zak Adelman, LexSchellings,
    It's a shiney new computer.  Came loaded with Mountain Lion.
    Too busy learning to use the blessed thing, to download anything....except...
    The only pluggin that had to be loaded, was Google Voice-Video pluggin, while Lion was still it's OS.  [AND been using the Safari that came already in it.]   Had to do that a couple times--nothing new there--that plug-in had to be re-loaded when using a PC, too--THAT happened even before Google slammed everyone into coerced use of it's Google+. 
        [I understood from others, that Firefox won't work in Mac units--or I woulda put that in it to see if that solved anything]
    This unit seemed a bit sluggish from the git-go, out-of-the-box. 
    I figured that was probly the local DSL here---rural DSL is...um...our DSL's not something to brag about, but it's the best we can do...
    The difference between speed of loading pages, etc. on the new Mac, was --not-- toooo terribly different--though yes, slower on Mac....and chalked it up to my inexperience with Mac. 
    Been trying to get things up and running for a bit over a month now.
    NOT doing very well at it--just barely getting by; rapidly falling behind what needs done [work]. 
    Google worked just --OK-- when OS was Lion, as did the Google voice/video--slower, and voice-video was kinda scratchy or glitchy, but worked enough to --get by--.
    Loading Mavericks, ruined that.  
    VOIP calls via Google talk have bad echio, static, cut-outs; video calling was pixilated or not working; WAS cued to re-load it's Voice-Video plug-in....which seemed to help a bit, though not very well; it only helped the Voice-Video some, not all--figured that was probably Google issues, less than Mac's, since Google has been increasingly dysfunctional as they have twisted it to be a social media-dominant thing.
    [[now seeking an email venue that does what Gmail was good at, including the Voice-video calling, that has no intention of turning itself inside out to be "social"]]
    Can't sign out of Gmail or Google+, nor use buttons in upper right corner with the drop-down menu.  
    NO buttons in upper right corner cluster on Gmail work, except the name+ button to toggle over to Google+---which I don't need! [yeah--THAT's a Google problem!] 
    Can only switch to HTML version by catching that button as the account signs in--if one fails to be fast enough with their fingers, it goes to Google+; can't get to email unless type in mail.google.com.
    Managed to catch that button today, and clicked to use HTML "permanently" until these issues get solved.
    ALSO:
    Have fairly new [about 1 year?] HP bluetooth printer-scanner. 
    BUT, after Mavericks loaded: it HAS the unit listed, HAS drivers for it, HP unit IS listed as default printer, everything --seems-- "go",
    .....except Mac keeps posting it's out of ink, and/or, not hooked up, and/or not turned on--even when it is on.
    It's SUPPOSED to be blue-toothing that printer/scanner.   
    It did it for Lion, before loading Mavericks, even though it was troublesome to get it to work, it at least HAD printed one document when Lion was the OS.  
    Thank you...Downloaded EtreCheck: 
    BTW:  Trying to copy/paste data from that check list, to this post, was achaic: 
    had to use Edit, select all, then use edit again to get it pasted--the mouse buttons weren't allowed to copy-paste using right-click functions [is this a relic limited-function "thing" with Mac?, or is it because I wanted to keep using this new wirless, non-Mac mouse?].
    Advice?
    See below...
    Hardware Information:          Mac mini (Late 2012)            Mac mini - model: Macmini6,1
                  1 2.5 GHz Intel Core i5 CPU: 2 cores;           8 GB RAM
    Additional:
       Monitor used = Visio flat screen. [not Mac]
       Keyboard = Logitech solar wireless [not Mac]
       Mouse = Logitech wireless
    Video Information:            Intel HD Graphics 4000 - VRAM: 1024 MB
    Audio Plug-ins:
              BluetoothAudioPlugIn: Version: 1.0 - SDK 10.9
              AirPlay: Version: 1.9 - SDK 10.9
              AppleAVBAudio: Version: 2.0.0 - SDK 10.9
              iSightAudio: Version: 7.7.3 - SDK 10.9
    System Software:
              OS X 10.9 (13A603) - Uptime: 2 days 19:33:25
    Disk Information:
              APPLE HDD ST500LM012 disk0 : (500.11 GB)
                        EFI (disk0s1) <not mounted>: 209.7 MB
                        Macintosh HD (disk0s2) /: 499.25 GB (456.94 GB free)
                        Recovery HD (disk0s3) <not mounted>: 650 MB
    USB Information:
              MediaTek Inc MT1806 
              Logitech Logitech USB Headset
              Logitech USB Receiver
              Apple Inc. BRCM20702 Hub
                        Apple Inc. Bluetooth USB Host Controller
              Apple, Inc. IR Receiver
    FireWire Information:
    Thunderbolt Information:
              Apple Inc. thunderbolt_bus
    Kernel Extensions:
    Problem System Launch Daemons:
    Problem System Launch Agents:
    Launch Daemons:
              [loaded] com.adobe.fpsaud.plist
              [loaded] com.google.keystone.daemon.plist
    Launch Agents:
              [loaded] com.google.keystone.agent.plist
              [loaded] com.hp.devicemonitor.plist
              [loaded] com.hp.messagecenter.launcher.plist
    User Launch Agents:
    User Login Items:
              iTunesHelper
              SpeechSynthesisServer
    3rd Party Preference Panes:
              Flash Player
    Internet Plug-ins::
              FlashPlayer-10.6: Version: 11.9.900.170 - SDK 10.6
              QuickTime Plugin: Version: 7.7.3
              Flash Player: Version: 11.9.900.170 - SDK 10.6
              Default Browser: Version: 537 - SDK 10.9
              o1dbrowserplugin: Version: 4.9.1.16010
          ======  npgtpo3dautoplugin: Version: 0.1.44.29 - SDK 10.5  ===[this was in red]=====
              googletalkbrowserplugin: Version: 4.9.1.16010
    Bad Fonts:
              None
    Old applications:
              HP Device Monitor:          Version: 2.7.0 - SDK 10.5
                        /Library/Printers/hp/hpio/HP Device Monitor.app
    Time Machine:
    ===      Time Machine not configured!  ===[this was in red]===
    Top Processes by CPU:
                   6%          WindowServer
                   4%          Safari
                   4%          SafariDAVClient
                   2%          EtreCheck
                   0%          com.apple.iCloudHelper
    Top Processes by Memory:
              303 MB          Mail
              270 MB          Safari    ======[this is version 7.0 ]======
              262 MB          mds_stores
              147 MB          softwareupdated
              147 MB          com.apple.IconServicesAgent
    Virtual Memory Statistics:
              1.77 GB          Free RAM
              2.85 GB          Active RAM
              2.36 GB          Inactive RAM
              1017 MB          Wired RAM
              4.64 GB          Page-ins
              111 MB          Page-outs

  • I changed my appleID and primary email and now I can not access anything. iphone shows my old appleID and I can't log in with my old password but I can not log out and log in with new ID. How do I get iphone to work with my updated ID?

    My old nternet account was cancelled and with it my emails. I updated my apple id and password in all my devices (ipad, iphone, imac, except for my moms iphone. I am trying to log out from my old account and set her up with her own apple ID and iCloud etc but it does not let me log out. I have a notebook with all my passwords in it so I know for a fact the password for the old ID/ email is correct yet a window keeps popping up that it is incorrect. I have spent hours reading and trying to fix it myself and nothing is working, same window keeps popping up. Any ideas on what to do? I have an iphone 4S, all software up to date and I made sure my moms phone is also updated. Thank you, any help is greatly appreciated.

    Hi ccharat,
    Welcome to the Apple Support Communities! It sounds like you did a good job editing your Apple ID and primary email address, but you didn’t sign out of iCloud on your iOS device before hand. What you may need to do in this situation is go back to the Apple ID website and edit your Apple ID and primary email address back to the email address that is signed in with iCloud (there is no need to verify the account after editing it back to the old account, just changing it back is enough). Once your Apple ID is back to the original account, delete the iCloud account from the iOS device and be sure to keep all info on the device when prompted. After you delete the iCloud account, go back to the website and edit your Apple ID and primary email address back to the new address. Once it is back to the account you would like, you can sign into the iCloud on the iOS device with that new account and merge all of the data when prompted. Please use the following article as a reference.
    iOS 7: If you're asked for the password to your previous Apple ID when signing out of iCloud
    http://support.apple.com/kb/ts5223
    Change your Apple ID temporarily
    If signing out and back in to iMessage or FaceTime didn't help, try these steps:
    Change your Apple ID to the Apple ID you used previously. You shouldn't need to verify the email address.
    Go to Settings > iCloud. Complete these steps only if the Find My [Device] setting is turned on:
    Scroll down and tap Delete Account, then tap Delete to confirm.
    Tap “Keep on My [Device]” or “Delete from My [Device].” In either case, your data remains in iCloud and will be updated on your device when you sign in to iCloud again.
    Enter the password for your previous Apple ID.
    Change your Apple ID to the new email address that you want to use. You'll need to verify the email address.
    Return to Settings > iCloud and sign in with your new Apple ID.
    I hope this helps,  
    -Joe

  • Hello there. i lost my Ipad and i need to log out all email and facebook. Also is there any chance get my diary somehow. how can i log out from my Ipad? please help, i have very important information and other stuff in my Ipad?

    I need help to log out from my stolen Ipad. please help.

    If you had installed iOS 7 it would be Activation locked, but I see you only have iOS 5. You do have a backup of you iPad files on your computer or iCloud, don't you?
    If the iPad was running iOS 7, the thief/finder will not ever be able to use it.
    iCloud: Find My iPhone Activation Lock in iOS 7
    http://support.apple.com/kb/HT5818
    Apple (and no one else) can not assist (with serial number or iCloud) in finding a lost or stolen iPad.
    Report to police along with serial number. Change all your passwords.
    These links may be helpful.
    How to Track and Report Stolen iPad
    http://www.ipadastic.com/tutorials/how-to-track-and-report-stolen-ipad
    Reporting a lost or stolen Apple product
    http://support.apple.com/kb/ht2526
    What to do if your iOS device is lost or stolen
    http://support.apple.com/kb/HT5668
    How to Find a Missing iPad with FindMyiPad
    http://www.dummies.com/how-to/content/how-to-find-a-missing-ipad-with-findmyipad .html
    iCloud: Locate your device on a map
    http://support.apple.com/kb/PH2698
    iCloud: Lost Mode - Lock and Trace
    http://support.apple.com/kb/PH2700
    iCloud: Remotely Erase your device
    http://support.apple.com/kb/PH2701
    Report Stolen iPad Tips and iPad Theft Prevention
    http://www.stolen-property.com/report-stolen-ipad.php
    General steps to follow for a Stolen iPad
    http://stolen-ipad.com/
    How to recover a lost or stolen iPad
    http://ipadhelp.com/ipad-help/how-to-recover-a-lost-or-stolen-ipad/
    How to Find a Stolen iPad
    http://www.ehow.com/how_7586429_stolen-ipad.html
    What NOT to do if your iPhone or iPad is lost or stolen
    http://www.tomahaiku.com/what-not-to-do-if-your-iphone-or-ipad-lost-or-stolen/
    Apple Product Lost or Stolen
    http://sites.google.com/site/appleclubfhs/support/advice-and-articles/lost-or-st Len
    Oops! iForgot My New iPad On the Plane; Now What?
    http://online.wsj.com/article/SB10001424052702303459004577362194012634000.html
    If you don't know your lost/stolen iPad's serial number, use the instructions below. The S/N is also on the iPad's box.
    How to Find Your iPad Serial Number
    http://www.ipadastic.com/tutorials/how-to-find-your-ipad-serial-number
    iOS: How to find the serial number, IMEI, MEID, CDN, and ICCID number
    http://support.apple.com/kb/HT4061
    Check the serial number (located on back/bottom) in this lost/stolen iPad database. However, most owners are not aware of this database and don’t enter the serial number.
    Stolen iPad Database
    http://www.stolenlostfound.org/online-stolen-ipad-database
    Also do a search, using the serial number, on your local Craig’s List. Some users list the serial number of a stolen iPad to thwart the sale of a stolen device.
     Cheers, Tom

  • Blue Screen of Death when logging out

    Until recently I had only a Macbook Pro, and connected to the internet using my Airport Extreme. Then I added a Mac Pro with Leopard server - to add wikis blogs and other nice features into my home network.
    However, intermittently, when I log out of an account to go back to the Login Window (if I want to leave the administrator account) or even just out of a user account, the login screen does not appear - and I get a blue screen of death with a spinning 'wait for' icon (no cursor is visible).
    Has anyone had similar experiences? Anything I need to do to prevent this from happening. This actually happens both on my Macbook and Mac Pro now that the server is in the picture.
    It is worrying me as the only way to get out of it is to hard-reboot the system. Not the best way to keep my data intact.

    Thought this might help. This also crashed with me running 10.5.2
    Process: SystemUIServer [1409]
    Path: /System/Library/CoreServices/SystemUIServer.app/Contents/MacOS/
    SystemUIServer
    Identifier: com.apple.systemuiserver
    Version: 1.5.3 (247)
    Build Info: SystemUIServer-2480000~3
    Code Type: X86 (Native)
    Parent Process: launchd [219]
    Date/Time: 2008-02-28 15:23:07.482 -0800
    OS Version: Mac OS X 10.5.2 (9C31)
    Report Version: 6
    Exception Type: EXCBADACCESS (SIGBUS)
    Exception Codes: KERNPROTECTIONFAILURE at 0x000000000000003f
    Crashed Thread: 0
    Thread 0 Crashed:
    0 libobjc.A.dylib 0x921416e8 objc_msgSend + 24
    1 com.apple.SystemConfiguration 0x901c87d2 prefsNotify + 248
    2 com.apple.SystemConfiguration 0x901c45f3 rlsPerform + 103
    3 com.apple.CoreFoundation 0x954c462e CFRunLoopRunSpecific + 3166
    4 com.apple.CoreFoundation 0x954c4d18 CFRunLoopRunInMode + 88
    5 com.apple.HIToolbox 0x922ca6a0 RunCurrentEventLoopInMode + 2
    83
    6 com.apple.HIToolbox 0x922ca4b9 ReceiveNextEventCommon + 374
    7 com.apple.HIToolbox 0x922ca32d BlockUntilNextEventMatchingLi
    stInMode + 106
    8 com.apple.AppKit 0x928fd7d9 _DPSNextEvent + 657
    9 com.apple.AppKit 0x928fd08e -[NSApplication nextEventMatc
    hingMask:untilDate:inMode:dequeue:] + 128
    10 com.apple.AppKit 0x928f60c5 -[NSApplication run] + 795
    11 com.apple.systemuiserver 0x000057c4 0x1000 + 18372
    12 com.apple.systemuiserver 0x000052c6 0x1000 + 17094
    Thread 1:
    0 libSystem.B.dylib 0x94fa0bce _semwaitsignal + 10
    1 libSystem.B.dylib 0x94fcb8cd pthreadcondwait$UNIX2003 +
    73
    2 ...e.ImageCaptureNotifications 0x000d3eaa _StaticProcessIOObjectsArray
    + 95
    3 libSystem.B.dylib 0x94fcac55 pthreadstart + 321
    4 libSystem.B.dylib 0x94fcab12 thread_start + 34
    Thread 2:
    0 libSystem.B.dylib 0x94fca4c6 kevent + 10
    1 libSystem.B.dylib 0x94fcac55 pthreadstart + 321
    2 libSystem.B.dylib 0x94fcab12 thread_start + 34
    Thread 3:
    0 libSystem.B.dylib 0x94f999e6 machmsgtrap + 10
    1 libSystem.B.dylib 0x94fa11dc mach_msg + 72
    2 com.apple.CoreFoundation 0x954c40de CFRunLoopRunSpecific + 1806
    3 com.apple.CoreFoundation 0x954c4d18 CFRunLoopRunInMode + 88
    4 com.apple.audio.CoreAudio 0x900c7464 HALRunLoop::OwnThread(void*)
    + 160
    5 com.apple.audio.CoreAudio 0x900c7300 CAPThread::Entry(CAPThread*)
    + 96
    6 libSystem.B.dylib 0x94fcac55 pthreadstart + 321
    7 libSystem.B.dylib 0x94fcab12 thread_start + 34
    Thread 4:
    0 libSystem.B.dylib 0x94fa0bce _semwaitsignal + 10
    1 libSystem.B.dylib 0x94fcb8cd pthreadcondwait$UNIX2003 +
    73
    2 com.apple.QuartzCore 0x9332a121 fefragmentthread + 54
    3 libSystem.B.dylib 0x94fcac55 pthreadstart + 321
    4 libSystem.B.dylib 0x94fcab12 thread_start + 34
    Thread 5:
    0 libSystem.B.dylib 0x94f999e6 machmsgtrap + 10
    1 libSystem.B.dylib 0x94fa11dc mach_msg + 72
    2 com.apple.CoreFoundation 0x954c40de CFRunLoopRunSpecific + 1806
    3 com.apple.CoreFoundation 0x954c4d18 CFRunLoopRunInMode + 88
    4 com.apple.systemuiserver 0x00025e43 0x1000 + 151107
    5 com.apple.Foundation 0x90ac95ad -[NSThread main] + 45
    6 com.apple.Foundation 0x90ac9154 _NSThread__main_ + 308
    7 libSystem.B.dylib 0x94fcac55 pthreadstart + 321
    8 libSystem.B.dylib 0x94fcab12 thread_start + 34
    Thread 6:
    0 libSystem.B.dylib 0x94fe9b3a select$DARWIN_EXTSN + 10
    1 libSystem.B.dylib 0x94fcac55 pthreadstart + 321
    2 libSystem.B.dylib 0x94fcab12 thread_start + 34
    Thread 7:
    0 libSystem.B.dylib 0x94f99a46 semaphoretimedwait_signaltr
    ap + 10
    1 libSystem.B.dylib 0x94fcbdaf pthread_condwait + 1244
    2 libSystem.B.dylib 0x94fcd633 pthreadcond_timedwaitrelati
    ve_np + 47
    3 com.apple.Foundation 0x90b0f4fc -[NSCondition waitUntilDate:]
    + 236
    4 com.apple.Foundation 0x90b0f310 -[NSConditionLock lockWhenCon
    dition:beforeDate:] + 144
    5 com.apple.Foundation 0x90b0f275 -[NSConditionLock lockWhenCon
    dition:] + 69
    6 ...syncservices.syncservicesui 0x0dc697e4 -[ISyncPlanWatcher(InternalMe
    thods) _runQueue] + 701
    7 com.apple.Foundation 0x90ac95ad -[NSThread main] + 45
    8 com.apple.Foundation 0x90ac9154 _NSThread__main_ + 308
    9 libSystem.B.dylib 0x94fcac55 pthreadstart + 321
    10 libSystem.B.dylib 0x94fcab12 thread_start + 34
    Thread 8:
    0 libSystem.B.dylib 0x94fbd71a read$UNIX2003 + 10
    1 com.apple.Foundation 0x90b449dc _backgroundActivity + 412
    2 libSystem.B.dylib 0x94fcac55 pthreadstart + 321
    3 libSystem.B.dylib 0x94fcab12 thread_start + 34
    Thread 9:
    0 libSystem.B.dylib 0x94fbd71a read$UNIX2003 + 10
    1 com.apple.Foundation 0x90b449dc _backgroundActivity + 412
    2 libSystem.B.dylib 0x94fcac55 pthreadstart + 321
    3 libSystem.B.dylib 0x94fcab12 thread_start + 34
    Thread 0 crashed with X86 Thread State (32-bit):
    eax: 0x0dbba1f0 ebx: 0x000361e1 ecx: 0x00050370 edx: 0x0000001f
    edi: 0x0dbba1f0 esi: 0x00000002 ebp: 0xbfffeca8 esp: 0xbfffec58
    ss: 0x0000001f efl: 0x00010206 eip: 0x921416e8 cs: 0x00000017
    ds: 0x0000001f es: 0x0000001f fs: 0x00000000 gs: 0x00000037
    cr2: 0x0000003f
    Binary Images:
    0x1000 - 0x52ff3 com.apple.systemuiserver 1.5.3 (247) <51db8cbed6805c83f
    ae68992426903d4> /System/Library/CoreServices/SystemUIServer.app/Contents/MacOS/
    SystemUIServer
    0x69000 - 0x6dfff com.apple.framework.SystemUIPlugin 1.5 (20) <39c3296a84
    437bbdc2e0f55078fe379d> /System/Library/PrivateFrameworks/SystemUIPlugin.framewo
    rk/Versions/A/SystemUIPlugin
    0x77000 - 0xa2fff com.apple.framework.NetworkConfig 2.2 (2.2) <d2b7b51b7f
    0047e04133cb3c79e26f74> /System/Library/PrivateFrameworks/NetworkConfig.framewor
    k/Versions/A/NetworkConfig
    0xcb000 - 0xd7ffb com.apple.ImageCaptureNotifications 4.0 (4.0) /System/L
    ibrary/PrivateFrameworks/ICANotifications.framework/Versions/A/ICANotifications
    0xf5000 - 0xf9fff com.apple.iPod 1.5 (15) <80c68d6d158ff1999c64d7450e34e0
    db> /System/Library/PrivateFrameworks/iPod.framework/Versions/A/iPod
    0x100000 - 0x103fff com.apple.BezelServicesFW 1.4.624 (1.4.624) /System/Lib
    rary/PrivateFrameworks/BezelServices.framework/Versions/A/BezelServices
    0x10a000 - 0x1d3fe5 com.apple.DiscRecording 4.0.1 (4010.4.4) <15a86e322ad12
    d2d279e398120273223> /System/Library/Frameworks/DiscRecording.framework/Versions
    /A/DiscRecording
    0x23e000 - 0x336fe0 com.apple.DiskImagesFramework 10.5.2 (194) <ade5c9d2a07
    2cc095ee80ba6843a0ccf> /System/Library/PrivateFrameworks/DiskImages.framework/Ve
    rsions/A/DiskImages
    0x39c000 - 0x3c4fe8 com.apple.framework.Apple80211 5.1 (510.5) <df19acf985a
    252abacfe166a71bcb277> /System/Library/PrivateFrameworks/Apple80211.framework/Ve
    rsions/A/Apple80211
    0x3d4000 - 0x3deffc com.apple.framework.AppleTalk 1.2.0 (???) <e0f5f336ad29
    ca635740ed8b83061234> /System/Library/Frameworks/AppleTalk.framework/Versions/A/
    AppleTalk
    0x3e5000 - 0x41bfff com.apple.MediaKit 9.1 (395) <87ecf643bab6443824b484f46
    7bad783> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKi
    t
    0x42c000 - 0x457ffb libcurl.4.dylib ??? (???) <54ada27deb3b4ff7043d8836264e
    ca0d> /usr/lib/libcurl.4.dylib
    0x4ba000 - 0x4cafff com.apple.menuextra.appleuser 3.0 (3.0) <ca11387e6d8b64
    69102e37722b156b60> /System/Library/CoreServices/Menu Extras/User.menu/Contents/
    MacOS/User
    0x7e3000 - 0x7e4ff3 ATSHI.dylib ??? (???) /System/Library/Frameworks/Applic
    ationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources
    /ATSHI.dylib
    0x7f7000 - 0x7fafff com.apple.audio.AudioIPCPlugIn 1.0.4 (1.0.4) <9ce6f675c
    e724b0ba4e78323b79cf95c> /System/Library/Extensions/AudioIPCDriver.kext/Contents
    /Resources/AudioIPCPlugIn.bundle/Contents/MacOS/AudioIPCPlugIn
    0x1ac3000 - 0x1ac4ffe com.apple.bluetooth.IOBluetoothSCOAudioDriverPlugIn 2.1
    (2.1f14) <4c48e24766dc466e27cb60ecce146dc0> /System/Library/Extensions/IOBlueto
    othFamily.kext/Contents/PlugIns/IOBluetoothSCOAudioDriver.kext/Contents/Resource
    s/IOBluetoothSCOAudioDriverPlugIn.bundle/Contents/MacOS/IOBluetoothSCOAudioDrive
    rPlugIn
    0xce6c000 - 0xce71fff com.apple.audio.AppleHDAHALPlugIn 1.5.6 (1.5.6a19) /Sys
    tem/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bundle/C
    ontents/MacOS/AppleHDAHALPlugIn
    0xce7a000 - 0xce85fff com.apple.menuextra.bluetooth 2.1 (2.1f14) <9eec4fac5a5
    674bf2cc6f7fe3abe86fc> /System/Library/CoreServices/Menu Extras/Bluetooth.menu/C
    ontents/MacOS/Bluetooth
    0xce8e000 - 0xcefcff7 com.apple.Bluetooth 2.1 (2.1f14) <70a4e6ec34e101a812923
    b2422a4a386> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluet
    ooth
    0xcf48000 - 0xcf64fff com.apple.BluetoothUI 2.1 (2.1f14) <4fb8b6fd218f3c1d768
    76c260c8d57db> /System/Library/Frameworks/IOBluetoothUI.framework/Versions/A/IOB
    luetoothUI
    0xcf89000 - 0xcf8afff com.apple.menuextra.spaces 1.5 (53) <e6a6dd04678e615137
    00474f8dee94d6> /System/Library/CoreServices/Menu Extras/Spaces.menu/Contents/Ma
    cOS/Spaces
    0xcf91000 - 0xcfa2ffa com.apple.menuextra.airport 5.2 (520.1) <a0892f21a52496
    242de7743723ddd791> /System/Library/CoreServices/Menu Extras/AirPort.menu/Conten
    ts/MacOS/AirPort
    0xcfad000 - 0xcfb1ffe com.apple.menuextra.displays 2.1.2 (2.1.2) <e82bf4345c2
    1dff81b403e1d0deb3344> /System/Library/CoreServices/Menu Extras/Displays.menu/Co
    ntents/MacOS/Displays
    0xcfc1000 - 0xcfc2fff com.apple.syncservices.sync_menu 4.1 (389.1) <c023d117f
    b955ada09ee9eb2df211549> /System/Library/CoreServices/Menu Extras/Sync.menu/Cont
    ents/MacOS/Sync
    0xcfe1000 - 0xcfebff7 com.apple.menuextra.TimeMachine 10.5 (10.5) <ea9417e857
    bca9f19a3e71c3baf7e871> /System/Library/CoreServices/Menu Extras/TimeMachine.men
    u/Contents/MacOS/TimeMachine
    0xd0f6000 - 0xd0f9ffd com.apple.menuextra.remotedesktop 3.2.1 (3.2.1) <d33e40
    d85cb3c2538b604a96340ff3b4> /System/Library/CoreServices/Menu Extras/RemoteDeskt
    op.menu/Contents/MacOS/RemoteDesktop
    0xd104000 - 0xd1f2fef com.apple.RawCamera.bundle 2.0.2 (2.0.2) /System/Librar
    y/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0xd677000 - 0xd67cff3 libCGXCoreImage.A.dylib ??? (???) <978986709159e5fe9e09
    4df5efddac1d> /System/Library/Frameworks/ApplicationServices.framework/Versions/
    A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
    0xdaa6000 - 0xdaa9fff com.apple.iCal.DockExtra 3.0.2 (1236) <e595230e3a287065
    b9759d8400fa38c1> /Applications/iCal.app/Contents/Resources/iCalDockExtra.bundle
    /Contents/MacOS/iCalDockExtra
    0xdab0000 - 0xdac3ff1 com.apple.airport.clientbundle 5.2 (520.1) <55fb6ecede2
    7cb242c5a24667acb8e16> /System/Library/PrivateFrameworks/Apple80211.framework/Ve
    rsions/A/Resources/ClientController.bundle/Contents/MacOS/ClientController
    0xdad1000 - 0xdae7fec com.apple.EAP8021X 9.0.1 (???) <99340b76855a93abc6bfda4
    88812a8c6> /System/Library/PrivateFrameworks/EAP8021X.framework/Versions/A/EAP80
    21X
    0xdc00000 - 0xdc20ff7 com.apple.internetconnect.framework 1.5 (1.5) <b0f222a3
    a8161cde2e47b8a0602cc8c1> /System/Library/PrivateFrameworks/InternetConnect.fram
    ework/Versions/A/InternetConnect
    0xdc51000 - 0xdc5afff com.apple.syncservices.SyncMenuExtraBundle 4.1 (389.1)
    <4393bf2070fedeb488c26321fe321a72> /System/Library/CoreServices/Menu Extras/Sync
    .menu/Contents/Resources/SyncMenuExtraBundle.bundle/Contents/MacOS/SyncMenuExtra
    Bundle
    0xdc63000 - 0xdc76fff com.apple.syncservices.syncservicesui 4.1 (389.1) <f654
    255432f88dcf52531b1eeaf4fffe> /System/Library/PrivateFrameworks/SyncServicesUI.f
    ramework/Versions/A/SyncServicesUI
    0x8fe00000 - 0x8fe2da53 dyld 96.2 (???) <7af47d3b00b2268947563c7fa8c59a07> /usr
    /lib/dyld
    0x90013000 - 0x90016fff com.apple.help 1.1 (36) <b507b08e484cb89033e9cf23062d77
    de> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.frame
    work/Versions/A/Help
    0x90017000 - 0x90022fe7 libCSync.A.dylib ??? (???) <df82fc093e498a9eb5490761cb2
    92218> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frame
    works/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x90023000 - 0x90067feb com.apple.DirectoryService.PasswordServerFramework 3.0.
    2 (3.0.2) <cded450287baf9b5de8856b540653322> /System/Library/PrivateFrameworks/P
    asswordServer.framework/Versions/A/PasswordServer
    0x90068000 - 0x900a9fe7 libRIP.A.dylib ??? (???) <9d42e83d860433f9126c4871d1fe0
    ce8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Framewo
    rks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x900aa000 - 0x90126feb com.apple.audio.CoreAudio 3.1.0 (3.1) <70bb7c6570616314
    91029a61babe0b26> /System/Library/Frameworks/CoreAudio.framework/Versions/A/Core
    Audio
    0x901b4000 - 0x901ebfff com.apple.SystemConfiguration 1.9.1 (1.9.1) <8a76e42930
    1afe4eba1330bfeaabd9f2> /System/Library/Frameworks/SystemConfiguration.framework
    /Versions/A/SystemConfiguration
    0x901ec000 - 0x90202fff com.apple.DictionaryServices 1.0.0 (1.0.0) <ad0aa0252e3
    323d182e17f50defe56fc> /System/Library/Frameworks/CoreServices.framework/Version
    s/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
    0x90203000 - 0x9022efe7 libauto.dylib ??? (???) <42d8422dc23a18071869fdf7b5d8fa
    b5> /usr/lib/libauto.dylib
    0x9022f000 - 0x90236fe9 libgcc_s.1.dylib ??? (???) <f53c808e87d1184c0f9df63aef5
    3ce0b> /usr/lib/libgcc_s.1.dylib
    0x90237000 - 0x905f5fea libLAPACK.dylib ??? (???) /System/Library/Frameworks/Ac
    celerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.d
    ylib
    0x9090b000 - 0x90982fe3 com.apple.CFNetwork 221.5 (221.5) <5474cdd7d2a8b2e8059d
    e249c702df9e> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frame
    works/CFNetwork.framework/Versions/A/CFNetwork
    0x90983000 - 0x90987fff com.apple.OpenDirectory 10.5 (10.5) <e7e4507f5ecd8c8cdc
    db2fc0675da0b4> /System/Library/PrivateFrameworks/OpenDirectory.framework/Versio
    ns/A/OpenDirectory
    0x90988000 - 0x909c6ff7 libGLImage.dylib ??? (???) <090de775838db03ddc710f57abb
    f6218> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLIma
    ge.dylib
    0x90abc000 - 0x90abeff5 libRadiance.dylib ??? (???) <20eadb285da83df96c795c2c5f
    a20590> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Fram
    eworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x90abf000 - 0x90d39fe7 com.apple.Foundation 6.5.4 (677.15) <6216196287f98a65dd
    b654d04d773e7b> /System/Library/Frameworks/Foundation.framework/Versions/C/Found
    ation
    0x90d3a000 - 0x90d44feb com.apple.audio.SoundManager 3.9.2 (3.9.2) <0f2ba6e891d
    3761212cf5a5e6134d683> /System/Library/Frameworks/Carbon.framework/Versions/A/Fr
    ameworks/CarbonSound.framework/Versions/A/CarbonSound
    0x90d51000 - 0x90d6fff3 com.apple.DirectoryService.Framework 3.5.1 (3.5.1) <964
    07dca4d6b1d10ae5ca1881e31b27a> /System/Library/Frameworks/DirectoryService.frame
    work/Versions/A/DirectoryService
    0x90e9a000 - 0x90e9aff8 com.apple.ApplicationServices 34 (34) <8f910fa65f01d401
    ad8d04cc933cf887> /System/Library/Frameworks/ApplicationServices.framework/Versi
    ons/A/ApplicationServices
    0x90ede000 - 0x90f17ffe com.apple.securityfoundation 3.0 (32989) <e9171eda22c69
    c884a04a001aeb526e0> /System/Library/Frameworks/SecurityFoundation.framework/Ver
    sions/A/SecurityFoundation
    0x90f18000 - 0x90f68feb com.apple.framework.familycontrols 1.0.2 (1.0.2) <41191
    d08725b27c8480cd7e90fd73ee8> /System/Library/PrivateFrameworks/FamilyControls.fr
    amework/Versions/A/FamilyControls
    0x9103e000 - 0x910e5feb com.apple.QD 3.11.52 (???) <c72bd7bd2ce12694c3640a731d1
    ad878> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frame
    works/QD.framework/Versions/A/QD
    0x910e6000 - 0x913bfff3 com.apple.CoreServices.CarbonCore 785.8 (785.8) <827c22
    8e7d717b397cdb4941eba69553> /System/Library/Frameworks/CoreServices.framework/Ve
    rsions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
    0x913c0000 - 0x9147afe3 com.apple.CoreServices.OSServices 224.4 (224.4) <ff5007
    ab220908ac54b6c661e447d593> /System/Library/Frameworks/CoreServices.framework/Ve
    rsions/A/Frameworks/OSServices.framework/Versions/A/OSServices
    0x9147b000 - 0x9188bfef libBLAS.dylib ??? (???) /System/Library/Frameworks/Acce
    lerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
    0x9188c000 - 0x9188dffc libffi.dylib ??? (???) <a3b573eb950ca583290f7b2b4c486d0
    9> /usr/lib/libffi.dylib
    0x9188e000 - 0x91a59ff7 com.apple.security 5.0.2 (33001) <0788969ffe7961153219b
    e10786da436> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x91a5a000 - 0x91a6eff3 com.apple.ImageCapture 4.0 (5.0.0) /System/Library/Fram
    eworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/
    ImageCapture
    0x91a6f000 - 0x91a7dffd libz.1.dylib ??? (???) <5ddd8539ae2ebfd8e7cc1c57525385c
    7> /usr/lib/libz.1.dylib
    0x91a7e000 - 0x91a85ff7 libCGATS.A.dylib ??? (???) <9b29a5500efe01cc3adea67bbc4
    2568e> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frame
    works/CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
    0x91a86000 - 0x91b4dff2 com.apple.vImage 3.0 (3.0) /System/Library/Frameworks/A
    ccelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
    0x920d2000 - 0x9212cff7 com.apple.CoreText 2.0.1 (???) <07494945ad1e3f5395599f4
    2748457cc> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/F
    rameworks/CoreText.framework/Versions/A/CoreText
    0x9212d000 - 0x9220cfff libobjc.A.dylib ??? (???) <a53206274b6c2d42691f677863f3
    79ae> /usr/lib/libobjc.A.dylib
    0x9220d000 - 0x92294ff7 libsqlite3.0.dylib ??? (???) <6978bbcca4277d6ae9f042bef
    f643f7d> /usr/lib/libsqlite3.0.dylib
    0x92295000 - 0x92299fff libmathCommon.A.dylib ??? (???) /usr/lib/system/libmath
    Common.A.dylib
    0x9229a000 - 0x925a2fff com.apple.HIToolbox 1.5.2 (???) <7449d6f2da33ded6936243
    a92e307459> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HI
    Toolbox.framework/Versions/A/HIToolbox
    0x925a3000 - 0x925b9fe7 com.apple.CoreVideo 1.5.0 (1.5.0) <7e010557527a0e6d4914
    7c297d16850a> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVide
    o
    0x925ba000 - 0x925c2fff com.apple.DiskArbitration 2.2.1 (2.2.1) <75b0c8d8940a8a
    27816961dddcac8e0f> /System/Library/Frameworks/DiskArbitration.framework/Version
    s/A/DiskArbitration
    0x925c3000 - 0x9264fff7 com.apple.LaunchServices 286.5 (286.5) <33c3ae54abb276b
    61a99d4c764d883e2> /System/Library/Frameworks/CoreServices.framework/Versions/A/
    Frameworks/LaunchServices.framework/Versions/A/LaunchServices
    0x92650000 - 0x92774fe3 com.apple.audio.toolbox.AudioToolbox 1.5.1 (1.5.1) /Sys
    tem/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x92775000 - 0x927bffe1 com.apple.securityinterface 3.0 (32532) <f521dae416ce7a
    3bdd594b0d4e2fb517> /System/Library/Frameworks/SecurityInterface.framework/Versi
    ons/A/SecurityInterface
    0x927c4000 - 0x927c6fff com.apple.securityhi 3.0 (30817) <2b2854123fed609d1820d
    2779e2e0963> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/S
    ecurityHI.framework/Versions/A/SecurityHI
    0x927c7000 - 0x92820ff7 libGLU.dylib ??? (???) /System/Library/Frameworks/OpenG
    L.framework/Versions/A/Libraries/libGLU.dylib
    0x92821000 - 0x92849ff7 com.apple.shortcut 1 (1.0) <057783867138902b52bc0941fed
    b74d1> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
    0x928bd000 - 0x930bafef com.apple.AppKit 6.5.2 (949.26) <bc4593edd8a224409fb695
    3a354505a0> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x930bb000 - 0x93186fff com.apple.ColorSync 4.5.0 (4.5.0) /System/Library/Frame
    works/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Ve
    rsions/A/ColorSync
    0x93187000 - 0x9318bfff libGIF.dylib ??? (???) <d4234e6f5e5f530bdafb969157f1f17
    b> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Framework
    s/ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x9318d000 - 0x93220fff com.apple.ink.framework 101.3 (86) <bf3fa8927b4b8baae92
    381a976fd2079> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks
    /Ink.framework/Versions/A/Ink
    0x93235000 - 0x935cbff7 com.apple.QuartzCore 1.5.1 (1.5.1) <665c80f6e28555b3030
    20c8007c36b8b> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Quartz
    Core
    0x945a4000 - 0x94689ff3 com.apple.CoreData 100.1 (186) <8e28162ef2288692615b52a
    cc01f8b54> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x94906000 - 0x94916ffc com.apple.LangAnalysis 1.6.4 (1.6.4) <cbeb17ab39f28351f
    e2ab5b82bf465bc> /System/Library/Frameworks/ApplicationServices.framework/Versio
    ns/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
    0x94917000 - 0x94935fff libresolv.9.dylib ??? (???) <0629b6dcd71f4aac6a891cbe26
    253e85> /usr/lib/libresolv.9.dylib
    0x94936000 - 0x94936ffa com.apple.CoreServices 32 (32) <2fcc8f3bd5bbfc000b476ca
    d8e6a3dd2> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServ
    ices
    0x94937000 - 0x94a16fff com.apple.syncservices 3.1 (389.1) <f553602f67692e7a736
    edb702c64792a> /System/Library/Frameworks/SyncServices.framework/Versions/A/Sync
    Services
    0x94a17000 - 0x94a17ff8 com.apple.Cocoa 6.5 (???) <e064f94d969ce25cb7de3cfb980c
    3249> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x94a18000 - 0x94aabff3 com.apple.ApplicationServices.ATS 3.2 (???) <cdf31bd0ac
    7de54a35ee2d27cf86b6be> /System/Library/Frameworks/ApplicationServices.framework
    /Versions/A/Frameworks/ATS.framework/Versions/A/ATS
    0x94aad000 - 0x94af2fef com.apple.Metadata 10.5.2 (398.7) <73a6424c06effc474e69
    9cde6883de99> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frame
    works/Metadata.framework/Versions/A/Metadata
    0x94af3000 - 0x94af3ffd com.apple.vecLib 3.4.2 (vecLib 3.4.2) /System/Library/F
    rameworks/vecLib.framework/Versions/A/vecLib
    0x94af4000 - 0x94b18feb libssl.0.9.7.dylib ??? (???) <acee7fc534674498dcac21131
    8aa23e8> /usr/lib/libssl.0.9.7.dylib
    0x94b19000 - 0x94b69ff7 com.apple.HIServices 1.7.0 (???) <f7e78891a6d08265c83dc
    a8e378be1ea> /System/Library/Frameworks/ApplicationServices.framework/Versions/A
    /Frameworks/HIServices.framework/Versions/A/HIServices
    0x94b6a000 - 0x94b6affd com.apple.Accelerate.vecLib 3.4.2 (vecLib 3.4.2) /Syste
    m/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework
    /Versions/A/vecLib
    0x94b6b000 - 0x94b6bffb com.apple.installserver.framework 1.0 (8) /System/Libra
    ry/PrivateFrameworks/InstallServer.framework/Versions/A/InstallServer
    0x94b6c000 - 0x94cb1ff7 com.apple.ImageIO.framework 2.0.1 (2.0.1) <68ba11e689a9
    ca30f8310935cd1e02d6> /System/Library/Frameworks/ApplicationServices.framework/V
    ersions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO
    0x94cb2000 - 0x94cbbfff com.apple.speech.recognition.framework 3.7.24 (3.7.24)
    <d3180f9edbd9a5e6f283d6156aa3c602> /System/Library/Frameworks/Carbon.framework/V
    ersions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
    0x94cbc000 - 0x94d9dff7 libxml2.2.dylib ??? (???) <450ec38b57fb46013847cce85100
    1a2f> /usr/lib/libxml2.2.dylib
    0x94d9e000 - 0x94d9effc com.apple.audio.units.AudioUnit 1.5 (1.5) /System/Libra
    ry/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x94d9f000 - 0x94dd9fff com.apple.coreui 1.1 (61) /System/Library/PrivateFramew
    orks/CoreUI.framework/Versions/A/CoreUI
    0x94f59000 - 0x94f98fef libTIFF.dylib ??? (???) <6d0f80e9d4d81f3f64c876aca005bd
    53> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Framewor
    ks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x94f99000 - 0x950f8ff3 libSystem.B.dylib ??? (???) <4899376234e55593b22fc37093
    5f8cdf> /usr/lib/libSystem.B.dylib
    0x950f9000 - 0x95128fe3 com.apple.AE 402.2 (402.2) <e01596187e91af5d48653920017
    b8c8e> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/A
    E.framework/Versions/A/AE
    0x95129000 - 0x95130ffe libbsm.dylib ??? (???) <d25c63378a5029648ffd4b4669be31b
    f> /usr/lib/libbsm.dylib
    0x95131000 - 0x951aefef libvMisc.dylib ??? (???) /System/Library/Frameworks/Acc
    elerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dyl
    ib
    0x95418000 - 0x9541efff com.apple.print.framework.Print 218.0.2 (220.1) <8bf7ef
    71216376d12fcd5ec17e43742c> /System/Library/Frameworks/Carbon.framework/Versions
    /A/Frameworks/Print.framework/Versions/A/Print
    0x95452000 - 0x95584fef com.apple.CoreFoundation 6.5.1 (476.10) <d5bed2688a5eea
    11a6dc3a3c5c17030e> /System/Library/Frameworks/CoreFoundation.framework/Versions
    /A/CoreFoundation
    0x95585000 - 0x955a4ffa libJPEG.dylib ??? (???) <0cfb80109d624beb9ceb3c43b6c5ec
    10> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Framewor
    ks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x955a5000 - 0x955b0ff9 com.apple.helpdata 1.0 (14) /System/Library/PrivateFram
    eworks/HelpData.framework/Versions/A/HelpData
    0x955b1000 - 0x95663ffb libcrypto.0.9.7.dylib ??? (???) <330b0e48e67faffc8c22df
    c069ca7a47> /usr/lib/libcrypto.0.9.7.dylib
    0x95664000 - 0x956edfe3 com.apple.DesktopServices 1.4.5 (1.4.5) <8b264cd6abbbd7
    50928c637e1247269d> /System/Library/PrivateFrameworks/DesktopServicesPriv.framew
    ork/Versions/A/DesktopServicesPriv
    0x95727000 - 0x95784ffb libstdc++.6.dylib ??? (???) <04b812dcec670daa8b7d2852ab
    14be60> /usr/lib/libstdc++.6.dylib
    0x95785000 - 0x95835fff edu.mit.Kerberos 6.0.12 (6.0.12) <9e98dfb4cde8b0510fdd9
    72dc9fa1dc9> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x95938000 - 0x9597afef com.apple.NavigationServices 3.5.1 (161) <cc6bd78eabf1e
    2e7166914e9f12f5850> /System/Library/Frameworks/Carbon.framework/Versions/A/Fram
    eworks/NavigationServices.framework/Versions/A/NavigationServices
    0x9597b000 - 0x95987fff libbz2.1.0.dylib ??? (???) <9ea4fe135c9e52bd0590eec12c7
    38e82> /usr/lib/libbz2.1.0.dylib
    0x95988000 - 0x95ac0ff7 libicucore.A.dylib ??? (???) <afcea652ff2ec36885b2c81c5
    7d06d4c> /usr/lib/libicucore.A.dylib
    0x95ac1000 - 0x95ac1fff com.apple.Carbon 136 (136) <98a5e3bc0c4fa44bbb09713bb88
    707fe> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x95ac2000 - 0x95ae8fff libcups.2.dylib ??? (???) <85ce204da14d62d6a3a5a9adfba0
    1455> /usr/lib/libcups.2.dylib
    0x95ae9000 - 0x95b0dfff libxslt.1.dylib ??? (???) <4933ddc7f6618743197aadc85b33
    b5ab> /usr/lib/libxslt.1.dylib
    0x95b0e000 - 0x95b99fff com.apple.framework.IOKit 1.5.1 (???) <a17f9f5ea7e8016a
    467e67349f4d3d03> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x95b9a000 - 0x95bf6ff7 com.apple.htmlrendering 68 (1.1.3) <fe87a9dede38db00e6c
    8949942c6bd4f> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks
    /HTMLRendering.framework/Versions/A/HTMLRendering
    0x95d6a000 - 0x95d6affd com.apple.Accelerate 1.4.2 (Accelerate 1.4.2) /System/L
    ibrary/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x95e30000 - 0x95e5dfeb libvDSP.dylib ??? (???) <b232c018ddd040ec4e2c2af632dd49
    7f> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib
    .framework/Versions/A/libvDSP.dylib
    0x95e5e000 - 0x95e6efff com.apple.speech.synthesis.framework 3.6.59 (3.6.59) <4
    ffef145fad3d4d787e0c33eab26b336> /System/Library/Frameworks/ApplicationServices.
    framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynth
    esis
    0x95ed5000 - 0x95eedfff com.apple.openscripting 1.2.6 (???) <b8e553df643f2aec68
    fa968b3b459b2b> /System/Library/Frameworks/Carbon.framework/Versions/A/Framework
    s/OpenScripting.framework/Versions/A/OpenScripting
    0x95eee000 - 0x95efafe7 com.apple.opengl 1.5.6 (1.5.6) <d599b1bb0f8a8da6fd125e2
    587b27776> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x95efb000 - 0x95f16ffb libPng.dylib ??? (???) <b6abcac36ec7654ff3e1cfa786b0117
    b> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Framework
    s/ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x95f17000 - 0x95f37ff2 libGL.dylib ??? (???) /System/Library/Frameworks/OpenGL
    .framework/Versions/A/Libraries/libGL.dylib
    0x9607a000 - 0x9608bffe com.apple.CFOpenDirectory 10.5 (10.5) <6a7f55108d77db73
    84d0e2219d07e9f8> /System/Library/PrivateFrameworks/OpenDirectory.framework/Vers
    ions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
    0x9608c000 - 0x9655ffde libGLProgrammability.dylib ??? (???) <a3d68f17f37ff55a3
    e61aca1e3aee522> /System/Library/Frameworks/OpenGL.framework/Versions/A/Librarie
    s/libGLProgrammability.dylib
    0x96560000 - 0x96565fff com.apple.CommonPanels 1.2.4 (85) <ea0665f57cd267609466
    ed8b2b20e893> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/
    CommonPanels.framework/Versions/A/CommonPanels
    0x96566000 - 0x96575fff libsasl2.2.dylib ??? (???) <b9e1ca0b6612e280b6cbea6df0e
    ec5f6> /usr/lib/libsasl2.2.dylib
    0x96576000 - 0x96c0ffff com.apple.CoreGraphics 1.351.21 (???) <6c93fd21149f3891
    29fe47fa6ef71880> /System/Library/Frameworks/ApplicationServices.framework/Versi
    ons/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
    0x96e0a000 - 0x96e84ff8 com.apple.print.framework.PrintCore 5.5.2 (245.1) <3c9d
    e512e95fbd838694ee5008d56a28> /System/Library/Frameworks/ApplicationServices.fra
    mework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
    0x96e85000 - 0x96f04ff5 com.apple.SearchKit 1.2.0 (1.2.0) <277b460da86bc2227851
    59fe77e2e2ed> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frame
    works/SearchKit.framework/Versions/A/SearchKit
    0xba900000 - 0xba916fff libJapaneseConverter.dylib ??? (???) <7b0248c392848338f
    5d6ed093313eeef> /System/Library/CoreServices/Encodings/libJapaneseConverter.dyl
    ib
    0xfffe8000 - 0xfffebfff libobjc.A.dylib ??? (???) /usr/lib/libobjc.A.dylib
    0xffff0000 - 0xffff1780 libSystem.B.dylib ??? (???) /usr/lib/libSystem.B.dylib

  • My Macbook Pro keeps crashing and logging out frequently, continuously

    My Macbook Pro early 2011, memory 4GB 1333 MHz DDR3, 2GHz intel Core i7, Mountain LIon 10.8.2
    It keeps crashing and pushing me to "log-in" window. At first, it only happened mostly when I was using Google Chrome but then I removed Chrome and used Safari, it still happened and the times are more frequently.
    I backed everything all up and reinstalled Mountain Lion and everything again. At the moment my Macbook Pro was upgraded the memory to 8GB of Corsair and it still crashed and loged me out. The Apple guy asked me to remove the 8GB memory and replace with the original one from Apple. I did and ir run smoothly for like 3 days and it happened AGAIN and since then it keeps crashing and logging out and hanging some softwares..
    And today is the limit, my macbook Pro has kept crashing CONTINOUSLY and I had to restart and shut down like 5 times.
    It is real annoying and affect to my works.
    I just updated the latest from Apple (the java) today and I was wishing it would stop crashing but still.
    The Crash Reports are most of WindowServer but today it is more: hidd and SecurityAgent and some softwares are hang like Skype, Adobe, iTune and VLC.
    Please HELP.

    this is Chrome
    Process:         Google Chrome [11176]
    Path:            /Applications/Google Chrome.app/Contents/MacOS/Google Chrome
    Identifier:      com.google.Chrome
    Version:         22.0.1229.92 (1229.92)
    Code Type:       X86 (Native)
    Parent Process:  launchd [133]
    User ID:         501
    Date/Time:       2012-10-19 00:46:02.691 +0700
    OS Version:      Mac OS X 10.8.2 (12C60)
    Report Version:  10
    Crashed Thread:  0  CrBrowserMain  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_ARITHMETIC (SIGFPE)
    Exception Codes: 0x0000000000000005, 0x00000000000080a8
    Thread 0 Crashed:: CrBrowserMain  Dispatch queue: com.apple.main-thread
    0   com.apple.CoreFoundation                0x90cb3677 -[__NSArrayM insertObject:atIndex:] + 375
    1   com.apple.CoreFoundation                0x90cb34f0 -[__NSArrayM addObject:] + 64
    2   com.apple.CoreFoundation                0x90c7ae3b CFArrayAppendValue + 91
    3   com.apple.CoreFoundation                0x90ca410b __CFRunLoopRun + 1643
    4   com.apple.CoreFoundation                0x90ca363a CFRunLoopRunSpecific + 378
    5   com.apple.CoreFoundation                0x90ca34ab CFRunLoopRunInMode + 123
    6   com.apple.HIToolbox                     0x95f2715a RunCurrentEventLoopInMode + 242
    7   com.apple.HIToolbox                     0x95f26ec9 ReceiveNextEventCommon + 374
    8   com.apple.HIToolbox                     0x95f26d44 BlockUntilNextEventMatchingListInMode + 88
    9   com.apple.AppKit                        0x93430a3a _DPSNextEvent + 724
    10  com.apple.AppKit                        0x9343026c -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 119
    11  com.apple.AppKit                        0x934266cc -[NSApplication run] + 855
    12  com.google.Chrome.framework             0x00f49981 ChromeMain + 15008881
    13  com.google.Chrome.framework             0x00f494bc ChromeMain + 15007660
    14  com.google.Chrome.framework             0x00f75080 ChromeMain + 15186800
    15  com.google.Chrome.framework             0x00f879c1 ChromeMain + 15262897
    16  com.google.Chrome.framework             0x00f74dfa ChromeMain + 15186154
    17  com.google.Chrome.framework             0x00930c59 ChromeMain + 8615753
    18  com.google.Chrome.framework             0x00d2f01c ChromeMain + 12802828
    19  com.google.Chrome.framework             0x00d2e71a ChromeMain + 12800522
    20  com.google.Chrome.framework             0x00d2d486 ChromeMain + 12795766
    21  com.google.Chrome.framework             0x00d2a947 ChromeMain + 12784695
    22  com.google.Chrome.framework             0x00d2bdb1 ChromeMain + 12789921
    23  com.google.Chrome.framework             0x003785fd ChromeMain + 2617581
    24  com.google.Chrome.framework             0x003775c3 ChromeMain + 2613427
    25  com.google.Chrome.framework             0x0036e79c ChromeMain + 2577036
    26  com.google.Chrome.framework             0x00373bde ChromeMain + 2598606
    27  com.google.Chrome.framework             0x0036dbad ChromeMain + 2573981
    28  com.google.Chrome.framework             0x00eea36b ChromeMain + 14618203
    29  com.google.Chrome.framework             0x00ee9610 ChromeMain + 14614784
    30  com.google.Chrome.framework             0x000f9539 ChromeMain + 41
    31  com.google.Chrome                       0x000f3f78 main + 24
    32  com.google.Chrome                       0x000f3f55 0xf3000 + 3925
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib                  0x9404b9ae kevent + 10
    1   libdispatch.dylib                       0x94f1fc71 _dispatch_mgr_invoke + 993
    2   libdispatch.dylib                       0x94f1f7a9 _dispatch_mgr_thread + 53
    Thread 2:
    0   libsystem_kernel.dylib                  0x9404b0ee __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x9168304c _pthread_workq_return + 45
    2   libsystem_c.dylib                       0x91682e19 _pthread_wqthread + 448
    3   libsystem_c.dylib                       0x9166acca start_wqthread + 30
    Thread 3:
    0   libsystem_kernel.dylib                  0x940487d2 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x94047cb0 mach_msg + 68
    2   com.google.Chrome.framework             0x00f43430 ChromeMain + 14982944
    3   libsystem_c.dylib                       0x91680557 _pthread_start + 344
    4   libsystem_c.dylib                       0x9166acee thread_start + 34
    Thread 4:: NetworkConfigWatcher
    0   libsystem_kernel.dylib                  0x940487d2 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x94047cb0 mach_msg + 68
    2   com.apple.CoreFoundation                0x90c9e599 __CFRunLoopServiceMachPort + 185
    3   com.apple.CoreFoundation                0x90ca3f7f __CFRunLoopRun + 1247
    4   com.apple.CoreFoundation                0x90ca363a CFRunLoopRunSpecific + 378
    5   com.apple.CoreFoundation                0x90ca34ab CFRunLoopRunInMode + 123
    6   com.apple.Foundation                    0x94b1a946 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 278
    7   com.google.Chrome.framework             0x00f497ef ChromeMain + 15008479
    8   com.google.Chrome.framework             0x00f494bc ChromeMain + 15007660
    9   com.google.Chrome.framework             0x00f75080 ChromeMain + 15186800
    10  com.google.Chrome.framework             0x00f879c1 ChromeMain + 15262897
    11  com.google.Chrome.framework             0x00f74dfa ChromeMain + 15186154
    12  com.google.Chrome.framework             0x00f9b6a1 ChromeMain + 15344017
    13  com.google.Chrome.framework             0x00f9b72b ChromeMain + 15344155
    14  com.google.Chrome.framework             0x00f98419 ChromeMain + 15331081
    15  libsystem_c.dylib                       0x91680557 _pthread_start + 344
    16  libsystem_c.dylib                       0x9166acee thread_start + 34
    Thread 5:: DnsWatcher
    0   libsystem_kernel.dylib                  0x9404b9ae kevent + 10
    1   com.google.Chrome.framework             0x00faae6c ChromeMain + 15407452
    2   com.google.Chrome.framework             0x00fa8b8c ChromeMain + 15398524
    3   com.google.Chrome.framework             0x00f48a5f ChromeMain + 15005007
    4   com.google.Chrome.framework             0x00f75080 ChromeMain + 15186800
    5   com.google.Chrome.framework             0x00f879c1 ChromeMain + 15262897
    6   com.google.Chrome.framework             0x00f74dfa ChromeMain + 15186154
    7   com.google.Chrome.framework             0x00f9b6a1 ChromeMain + 15344017
    8   com.google.Chrome.framework             0x00f9b72b ChromeMain + 15344155
    9   com.google.Chrome.framework             0x00f98419 ChromeMain + 15331081
    10  libsystem_c.dylib                       0x91680557 _pthread_start + 344
    11  libsystem_c.dylib                       0x9166acee thread_start + 34
    Thread 6:: AudioThread
    0   libsystem_kernel.dylib                  0x9404a8e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x91685220 _pthread_cond_wait + 833
    2   libsystem_c.dylib                       0x9170b0a1 pthread_cond_wait$UNIX2003 + 71
    3   com.google.Chrome.framework             0x00f92638 ChromeMain + 15307048
    4   com.google.Chrome.framework             0x00f92aeb ChromeMain + 15308251
    5   com.google.Chrome.framework             0x00f929e6 ChromeMain + 15307990
    6   com.google.Chrome.framework             0x00f7818c ChromeMain + 15199356
    7   com.google.Chrome.framework             0x00f75080 ChromeMain + 15186800
    8   com.google.Chrome.framework             0x00f879c1 ChromeMain + 15262897
    9   com.google.Chrome.framework             0x00f74dfa ChromeMain + 15186154
    10  com.google.Chrome.framework             0x00f9b6a1 ChromeMain + 15344017
    11  com.google.Chrome.framework             0x00f9b72b ChromeMain + 15344155
    12  com.google.Chrome.framework             0x00f98419 ChromeMain + 15331081
    13  libsystem_c.dylib                       0x91680557 _pthread_start + 344
    14  libsystem_c.dylib                       0x9166acee thread_start + 34
    Thread 7:: CrShutdownDetector
    0   libsystem_kernel.dylib                  0x9404bdba __read + 10
    1   com.google.Chrome.framework             0x00384196 ChromeMain + 2665606
    2   com.google.Chrome.framework             0x00f98419 ChromeMain + 15331081
    3   libsystem_c.dylib                       0x91680557 _pthread_start + 344
    4   libsystem_c.dylib                       0x9166acee thread_start + 34
    Thread 8:: Chrome_DBThread
    0   libsystem_kernel.dylib                  0x9404a8e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x91685220 _pthread_cond_wait + 833
    2   libsystem_c.dylib                       0x9170b0ec pthread_cond_timedwait$UNIX2003 + 70
    3   com.google.Chrome.framework             0x00f92717 ChromeMain + 15307271
    4   com.google.Chrome.framework             0x00f92b20 ChromeMain + 15308304
    5   com.google.Chrome.framework             0x00f781c6 ChromeMain + 15199414
    6   com.google.Chrome.framework             0x00f75080 ChromeMain + 15186800
    7   com.google.Chrome.framework             0x00f879c1 ChromeMain + 15262897
    8   com.google.Chrome.framework             0x00f74dfa ChromeMain + 15186154
    9   com.google.Chrome.framework             0x00f9b6a1 ChromeMain + 15344017
    10  com.google.Chrome.framework             0x00379c4f ChromeMain + 2623295
    11  com.google.Chrome.framework             0x00f9b72b ChromeMain + 15344155
    12  com.google.Chrome.framework             0x00f98419 ChromeMain + 15331081
    13  libsystem_c.dylib                       0x91680557 _pthread_start + 344
    14  libsystem_c.dylib                       0x9166acee thread_start + 34
    Thread 9:: Chrome_WebKitThread
    0   libsystem_kernel.dylib                  0x9404a8e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x91685220 _pthread_cond_wait + 833
    2   libsystem_c.dylib                       0x9170b0a1 pthread_cond_wait$UNIX2003 + 71
    3   com.google.Chrome.framework             0x00f92638 ChromeMain + 15307048
    4   com.google.Chrome.framework             0x00f92aeb ChromeMain + 15308251
    5   com.google.Chrome.framework             0x00f929e6 ChromeMain + 15307990
    6   com.google.Chrome.framework             0x00f7818c ChromeMain + 15199356
    7   com.google.Chrome.framework             0x00f75080 ChromeMain + 15186800
    8   com.google.Chrome.framework             0x00f879c1 ChromeMain + 15262897
    9   com.google.Chrome.framework             0x00f74dfa ChromeMain + 15186154
    10  com.google.Chrome.framework             0x00f9b6a1 ChromeMain + 15344017
    11  com.google.Chrome.framework             0x00379c7f ChromeMain + 2623343
    12  com.google.Chrome.framework             0x00f9b72b ChromeMain + 15344155
    13  com.google.Chrome.framework             0x00f98419 ChromeMain + 15331081
    14  libsystem_c.dylib                       0x91680557 _pthread_start + 344
    15  libsystem_c.dylib                       0x9166acee thread_start + 34
    Thread 10:: Chrome_FileThread
    0   libsystem_kernel.dylib                  0x9404b9ae kevent + 10
    1   com.google.Chrome.framework             0x00faae6c ChromeMain + 15407452
    2   com.google.Chrome.framework             0x00fa8b8c ChromeMain + 15398524
    3   com.google.Chrome.framework             0x00f48b23 ChromeMain + 15005203
    4   com.google.Chrome.framework             0x00f75080 ChromeMain + 15186800
    5   com.google.Chrome.framework             0x00f879c1 ChromeMain + 15262897
    6   com.google.Chrome.framework             0x00f74dfa ChromeMain + 15186154
    7   com.google.Chrome.framework             0x00f9b6a1 ChromeMain + 15344017
    8   com.google.Chrome.framework             0x00379caf ChromeMain + 2623391
    9   com.google.Chrome.framework             0x00f9b72b ChromeMain + 15344155
    10  com.google.Chrome.framework             0x00f98419 ChromeMain + 15331081
    11  libsystem_c.dylib                       0x91680557 _pthread_start + 344
    12  libsystem_c.dylib                       0x9166acee thread_start + 34
    Thread 11:: Chrome_FileUserBlockingThread
    0   libsystem_kernel.dylib                  0x9404a8e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x91685220 _pthread_cond_wait + 833
    2   libsystem_c.dylib                       0x9170b0a1 pthread_cond_wait$UNIX2003 + 71
    3   com.google.Chrome.framework             0x00f92638 ChromeMain + 15307048
    4   com.google.Chrome.framework             0x00f92aeb ChromeMain + 15308251
    5   com.google.Chrome.framework             0x00f929e6 ChromeMain + 15307990
    6   com.google.Chrome.framework             0x00f7818c ChromeMain + 15199356
    7   com.google.Chrome.framework             0x00f75080 ChromeMain + 15186800
    8   com.google.Chrome.framework             0x00f879c1 ChromeMain + 15262897
    9   com.google.Chrome.framework             0x00f74dfa ChromeMain + 15186154
    10  com.google.Chrome.framework             0x00f9b6a1 ChromeMain + 15344017
    11  com.google.Chrome.framework             0x00379cdf ChromeMain + 2623439
    12  com.google.Chrome.framework             0x00f9b72b ChromeMain + 15344155
    13  com.google.Chrome.framework             0x00f98419 ChromeMain + 15331081
    14  libsystem_c.dylib                       0x91680557 _pthread_start + 344
    15  libsystem_c.dylib                       0x9166acee thread_start + 34
    Thread 12:: Chrome_ProcessLauncherThread
    0   libsystem_kernel.dylib                  0x9404a8e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x91685220 _pthread_cond_wait + 833
    2   libsystem_c.dylib                       0x9170b0a1 pthread_cond_wait$UNIX2003 + 71
    3   com.google.Chrome.framework             0x00f92638 ChromeMain + 15307048
    4   com.google.Chrome.framework             0x00f92aeb ChromeMain + 15308251
    5   com.google.Chrome.framework             0x00f929e6 ChromeMain + 15307990
    6   com.google.Chrome.framework             0x00f7818c ChromeMain + 15199356
    7   com.google.Chrome.framework             0x00f75080 ChromeMain + 15186800
    8   com.google.Chrome.framework             0x00f879c1 ChromeMain + 15262897
    9   com.google.Chrome.framework             0x00f74dfa ChromeMain + 15186154
    10  com.google.Chrome.framework             0x00f9b6a1 ChromeMain + 15344017
    11  com.google.Chrome.framework             0x00379d0f ChromeMain + 2623487
    12  com.google.Chrome.framework             0x00f9b72b ChromeMain + 15344155
    13  com.google.Chrome.framework             0x00f98419 ChromeMain + 15331081
    14  libsystem_c.dylib                       0x91680557 _pthread_start + 344
    15  libsystem_c.dylib                       0x9166acee thread_start + 34
    Thread 13:: Chrome_CacheThread
    0   libsystem_kernel.dylib                  0x9404b9ae kevent + 10
    1   com.google.Chrome.framework             0x00faae6c ChromeMain + 15407452
    2   com.google.Chrome.framework             0x00fa8b8c ChromeMain + 15398524
    3   com.google.Chrome.framework             0x00f48b23 ChromeMain + 15005203
    4   com.google.Chrome.framework             0x00f75080 ChromeMain + 15186800
    5   com.google.Chrome.framework             0x00f879c1 ChromeMain + 15262897
    6   com.google.Chrome.framework             0x00f74dfa ChromeMain + 15186154
    7   com.google.Chrome.framework             0x00f9b6a1 ChromeMain + 15344017
    8   com.google.Chrome.framework             0x00379d3f ChromeMain + 2623535
    9   com.google.Chrome.framework             0x00f9b72b ChromeMain + 15344155
    10  com.google.Chrome.framework             0x00f98419 ChromeMain + 15331081
    11  libsystem_c.dylib                       0x91680557 _pthread_start + 344
    12  libsystem_c.dylib                       0x9166acee thread_start + 34
    Thread 14:: Chrome_IOThread
    0   libsystem_kernel.dylib                  0x9404b9ae kevent + 10
    1   com.google.Chrome.framework             0x00faae6c ChromeMain + 15407452
    2   com.google.Chrome.framework             0x00fa8b8c ChromeMain + 15398524
    3   com.google.Chrome.framework             0x00f48b23 ChromeMain + 15005203
    4   com.google.Chrome.framework             0x00f75080 ChromeMain + 15186800
    5   com.google.Chrome.framework             0x00f879c1 ChromeMain + 15262897
    6   com.google.Chrome.framework             0x00f74dfa ChromeMain + 15186154
    7   com.google.Chrome.framework             0x00f9b6a1 ChromeMain + 15344017
    8   com.google.Chrome.framework             0x00379d6f ChromeMain + 2623583
    9   com.google.Chrome.framework             0x00f9b72b ChromeMain + 15344155
    10  com.google.Chrome.framework             0x00f98419 ChromeMain + 15331081
    11  libsystem_c.dylib                       0x91680557 _pthread_start + 344
    12  libsystem_c.dylib                       0x9166acee thread_start + 34
    Thread 15:: WorkerPool/-1339895808
    0   libsystem_kernel.dylib                  0x9404a8e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x91685220 _pthread_cond_wait + 833
    2   libsystem_c.dylib                       0x9170b0ec pthread_cond_timedwait$UNIX2003 + 70
    3   com.google.Chrome.framework             0x00f92717 ChromeMain + 15307271
    4   com.google.Chrome.framework             0x00f9c70d ChromeMain + 15348221
    5   com.google.Chrome.framework             0x00f9cba1 ChromeMain + 15349393
    6   com.google.Chrome.framework             0x00f98419 ChromeMain + 15331081
    7   libsystem_c.dylib                       0x91680557 _pthread_start + 344
    8   libsystem_c.dylib                       0x9166acee thread_start + 34
    Thread 16:: WorkerPool/-1339756544
    0   libsystem_kernel.dylib                  0x9404a8e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x91685220 _pthread_cond_wait + 833
    2   libsystem_c.dylib                       0x9170b0ec pthread_cond_timedwait$UNIX2003 + 70
    3   com.google.Chrome.framework             0x00f92717 ChromeMain + 15307271
    4   com.google.Chrome.framework             0x00f9c70d ChromeMain + 15348221
    5   com.google.Chrome.framework             0x00f9cba1 ChromeMain + 15349393
    6   com.google.Chrome.framework             0x00f98419 ChromeMain + 15331081
    7   libsystem_c.dylib                       0x91680557 _pthread_start + 344
    8   libsystem_c.dylib                       0x9166acee thread_start + 34
    Thread 17:: WorkerPool/-1339617280
    0   libsystem_kernel.dylib                  0x9404a8e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x91685220 _pthread_cond_wait + 833
    2   libsystem_c.dylib                       0x9170b0ec pthread_cond_timedwait$UNIX2003 + 70
    3   com.google.Chrome.framework             0x00f92717 ChromeMain + 15307271
    4   com.google.Chrome.framework             0x00f9c70d ChromeMain + 15348221
    5   com.google.Chrome.framework             0x00f9cba1 ChromeMain + 15349393
    6   com.google.Chrome.framework             0x00f98419 ChromeMain + 15331081
    7   libsystem_c.dylib                       0x91680557 _pthread_start + 344
    8   libsystem_c.dylib                       0x9166acee thread_start + 34
    Thread 18:: NetworkConfigWatcher
    0   libsystem_kernel.dylib                  0x940487d2 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x94047cb0 mach_msg + 68
    2   com.apple.CoreFoundation                0x90c9e599 __CFRunLoopServiceMachPort + 185
    3   com.apple.CoreFoundation                0x90ca3f7f __CFRunLoopRun + 1247
    4   com.apple.CoreFoundation                0x90ca363a CFRunLoopRunSpecific + 378
    5   com.apple.CoreFoundation                0x90ca34ab CFRunLoopRunInMode + 123
    6   com.apple.Foundation                    0x94b1a946 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 278
    7   com.google.Chrome.framework             0x00f497ef ChromeMain + 15008479
    8   com.google.Chrome.framework             0x00f494bc ChromeMain + 15007660
    9   com.google.Chrome.framework             0x00f75080 ChromeMain + 15186800
    10  com.google.Chrome.framework             0x00f879c1 ChromeMain + 15262897
    11  com.google.Chrome.framework             0x00f74dfa ChromeMain + 15186154
    12  com.google.Chrome.framework             0x00f9b6a1 ChromeMain + 15344017
    13  com.google.Chrome.framework             0x00f9b72b ChromeMain + 15344155
    14  com.google.Chrome.framework             0x00f98419 ChromeMain + 15331081
    15  libsystem_c.dylib                       0x91680557 _pthread_start + 344
    16  libsystem_c.dylib                       0x9166acee thread_start + 34
    Thread 19:: BrowserWatchdog
    0   libsystem_kernel.dylib                  0x9404a8e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x91685220 _pthread_cond_wait + 833
    2   libsystem_c.dylib                       0x9170b0ec pthread_cond_timedwait$UNIX2003 + 70
    3   com.google.Chrome.framework             0x00f92717 ChromeMain + 15307271
    4   com.google.Chrome.framework             0x00f92b20 ChromeMain + 15308304
    5   com.google.Chrome.framework             0x00f781c6 ChromeMain + 15199414
    6   com.google.Chrome.framework             0x00f75080 ChromeMain + 15186800
    7   com.google.Chrome.framework             0x00f879c1 ChromeMain + 15262897
    8   com.google.Chrome.framework             0x00f74dfa ChromeMain + 15186154
    9   com.google.Chrome.framework             0x00f9b6a1 ChromeMain + 15344017
    10  com.google.Chrome.framework             0x00f9b72b ChromeMain + 15344155
    11  com.google.Chrome.framework             0x00f98419 ChromeMain + 15331081
    12  libsystem_c.dylib                       0x91680557 _pthread_start + 344
    13  libsystem_c.dylib                       0x9166acee thread_start + 34
    Thread 20:: Chrome_SafeBrowsingThread
    0   libsystem_kernel.dylib                  0x9404a8e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x91685220 _pthread_cond_wait + 833
    2   libsystem_c.dylib                       0x9170b0a1 pthread_cond_wait$UNIX2003 + 71
    3   com.google.Chrome.framework             0x00f92638 ChromeMain + 15307048
    4   com.google.Chrome.framework             0x00f92aeb ChromeMain + 15308251
    5   com.google.Chrome.framework             0x00f929e6 ChromeMain + 15307990
    6   com.google.Chrome.framework             0x00f7818c ChromeMain + 15199356
    7   com.google.Chrome.framework             0x00f75080 ChromeMain + 15186800
    8   com.google.Chrome.framework             0x00f879c1 ChromeMain + 15262897
    9   com.google.Chrome.framework             0x00f74dfa ChromeMain + 15186154
    10  com.google.Chrome.framework             0x00f9b6a1 ChromeMain + 15344017
    11  com.google.Chrome.framework             0x00f9b72b ChromeMain + 15344155
    12  com.google.Chrome.framework             0x00f98419 ChromeMain + 15331081
    13  libsystem_c.dylib                       0x91680557 _pthread_start + 344
    14  libsystem_c.dylib                       0x9166acee thread_start + 34
    Thread 21:: NetworkConfigWatcher
    0   libsystem_kernel.dylib                  0x940487d2 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x94047cb0 mach_msg + 68
    2   com.apple.CoreFoundation                0x90c9e599 __CFRunLoopServiceMachPort + 185
    3   com.apple.CoreFoundation                0x90ca3f7f __CFRunLoopRun + 1247
    4   com.apple.CoreFoundation                0x90ca363a CFRunLoopRunSpecific + 378
    5   com.apple.CoreFoundation                0x90ca34ab CFRunLoopRunInMode + 123
    6   com.apple.Foundation                    0x94b1a946 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 278
    7   com.google.Chrome.framework             0x00f497ef ChromeMain + 15008479
    8   com.google.Chrome.framework             0x00f494bc ChromeMain + 15007660
    9   com.google.Chrome.framework             0x00f75080 ChromeMain + 15186800
    10  com.google.Chrome.framework             0x00f879c1 ChromeMain + 15262897
    11  com.google.Chrome.framework             0x00f74dfa ChromeMain + 15186154
    12  com.google.Chrome.framework             0x00f9b6a1 ChromeMain + 15344017
    13  com.google.Chrome.framework             0x00f9b72b ChromeMain + 15344155
    14  com.google.Chrome.framework             0x00f98419 ChromeMain + 15331081
    15  libsystem_c.dylib                       0x91680557 _pthread_start + 344
    16  libsystem_c.dylib                       0x9166acee thread_start + 34
    Thread 22:: BrowserBlockingWorker1/-1213034496
    0   libsystem_kernel.dylib                  0x9404a8e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x91685220 _pthread_cond_wait + 833
    2   libsystem_c.dylib                       0x9170b0a1 pthread_cond_wait$UNIX2003 + 71
    3   com.google.Chrome.framework             0x00f92638 ChromeMain + 15307048
    4   com.google.Chrome.framework             0x00f9925f ChromeMain + 15334735
    5   com.google.Chrome.framework             0x00f9897d ChromeMain + 15332461
    6   com.google.Chrome.framework             0x00f9aeed ChromeMain + 15342045
    7   com.google.Chrome.framework             0x00f98419 ChromeMain + 15331081
    8   libsystem_c.dylib                       0x91680557 _pthread_start + 344
    9   libsystem_c.dylib                       0x9166acee thread_start + 34
    Thread 23:: Chrome_HistoryThread
    0   libsystem_kernel.dylib                  0x9404a8e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x91685220 _pthread_cond_wait + 833
    2   libsystem_c.dylib                       0x9170b0ec pthread_cond_timedwait$UNIX2003 + 70
    3   com.google.Chrome.framework             0x00f92717 ChromeMain + 15307271
    4   com.google.Chrome.framework             0x00f92b20 ChromeMain + 15308304
    5   com.google.Chrome.framework             0x00f781c6 ChromeMain + 15199414
    6   com.google.Chrome.framework             0x00f75080 ChromeMain + 15186800
    7   com.google.Chrome.framework             0x00f879c1 ChromeMain + 15262897
    8   com.google.Chrome.framework             0x00f74dfa ChromeMain + 15186154
    9   com.google.Chrome.framework             0x00f9b6a1 ChromeMain + 15344017
    10  com.google.Chrome.framework             0x00f9b72b ChromeMain + 15344155
    11  com.google.Chrome.framework             0x00f98419 ChromeMain + 15331081
    12  libsystem_c.dylib                       0x91680557 _pthread_start + 344
    13  libsystem_c.dylib                       0x9166acee thread_start + 34
    Thread 24:: Chrome_SyncThread
    0   libsystem_kernel.dylib                  0x9404a8e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x91685220 _pthread_cond_wait + 833
    2   libsystem_c.dylib                       0x9170b0ec pthread_cond_timedwait$UNIX2003 + 70
    3   com.google.Chrome.framework             0x00f92717 ChromeMain + 15307271
    4   com.google.Chrome.framework             0x00f92b20 ChromeMain + 15308304
    5   com.google.Chrome.framework             0x00f781c6 ChromeMain + 15199414
    6   com.google.Chrome.framework             0x00f75080 ChromeMain + 15186800
    7   com.google.Chrome.framework             0x00f879c1 ChromeMain + 15262897
    8   com.google.Chrome.framework             0x00f74dfa ChromeMain + 15186154
    9   com.google.Chrome.framework             0x00f9b6a1 ChromeMain + 15344017
    10  com.google.Chrome.framework             0x00f9b72b ChromeMain + 15344155
    11  com.google.Chrome.framework             0x00f98419 ChromeMain + 15331081
    12  libsystem_c.dylib                       0x91680557 _pthread_start + 344
    13  libsystem_c.dylib                       0x9166acee thread_start + 34
    Thread 25:: Chrome_PasswordStore_Thread
    0   libsystem_kernel.dylib                  0x9404a8e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x91685220 _pthread_cond_wait + 833
    2   libsystem_c.dylib                       0x9170b0a1 pthread_cond_wait$UNIX2003 + 71
    3   com.google.Chrome.framework             0x00f92638 ChromeMain + 15307048
    4   com.google.Chrome.framework             0x00f92aeb ChromeMain + 15308251
    5   com.google.Chrome.framework             0x00f929e6 ChromeMain + 15307990
    6   com.google.Chrome.framework             0x00f7818c ChromeMain + 15199356
    7   com.google.Chrome.framework             0x00f75080 ChromeMain + 15186800
    8   com.google.Chrome.framework             0x00f879c1 ChromeMain + 15262897
    9   com.google.Chrome.framework             0x00f74dfa ChromeMain + 15186154
    10  com.google.Chrome.framework             0x00f9b6a1 ChromeMain + 15344017
    11  com.google.Chrome.framework             0x00f9b72b ChromeMain + 15344155
    12  com.google.Chrome.framework             0x00f98419 ChromeMain + 15331081
    13  libsystem_c.dylib                       0x91680557 _pthread_start + 344
    14  libsystem_c.dylib                       0x9166acee thread_start + 34
    Thread 26:
    0   libsystem_kernel.dylib                  0x940487d2 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x94047cb0 mach_msg + 68
    2   com.google.Chrome.framework             0x00f732cf ChromeMain + 15179199
    3   com.google.Chrome.framework             0x004563c2 ChromeMain + 3526322
    4   com.google.Chrome.framework             0x00f98419 ChromeMain + 15331081
    5   libsystem_c.dylib                       0x91680557 _pthread_start + 344
    6   libsystem_c.dylib                       0x9166acee thread_start + 34
    Thread 27:
    0   libsystem_kernel.dylib                  0x9404b0ee __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x9168304c _pthread_workq_return + 45
    2   libsystem_c.dylib                       0x91682e19 _pthread_wqthread + 448
    3   libsystem_c.dylib                       0x9166acca start_wqthread + 30
    Thread 28:
    0   libsystem_kernel.dylib                  0x9404b0ee __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x9168304c _pthread_workq_return + 45
    2   libsystem_c.dylib                       0x91682e19 _pthread_wqthread + 448
    3   libsystem_c.dylib                       0x9166acca start_wqthread + 30
    Thread 29:
    0   libsystem_kernel.dylib                  0x9404b0ee __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x9168304c _pthread_workq_return + 45
    2   libsystem_c.dylib                       0x91682e19 _pthread_wqthread + 448
    3   libsystem_c.dylib                       0x9166acca start_wqthread + 30
    Thread 30:
    0   libsystem_kernel.dylib                  0x9404b0ee __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x9168304c _pthread_workq_return + 45
    2   libsystem_c.dylib                       0x91682e19 _pthread_wqthread + 448
    3   libsystem_c.dylib                       0x9166acca start_wqthread + 30
    Thread 31:
    0   libsystem_kernel.dylib                  0x9404b0ee __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x9168304c _pthread_workq_return + 45
    2   libsystem_c.dylib                       0x91682e19 _pthread_wqthread + 448
    3   libsystem_c.dylib                       0x9166acca start_wqthread + 30
    Thread 32:
    0   libsystem_kernel.dylib                  0x9404b0ee __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x9168304c _pthread_workq_return + 45
    2   libsystem_c.dylib                       0x91682e19 _pthread_wqthread + 448
    3   libsystem_c.dylib                       0x9166acca start_wqthread + 30
    Thread 33:
    0   libsystem_kernel.dylib                  0x9404b0ee __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x9168304c _pthread_workq_return + 45
    2   libsystem_c.dylib                       0x91682e19 _pthread_wqthread + 448
    3   libsystem_c.dylib                       0x9166acca start_wqthread + 30
    Thread 0 crashed with X86 Thread State (32-bit):
      eax: 0x00000000  ebx: 0x00000000  ecx: 0x00000001  edx: 0x00000000
      edi: 0x7e334790  esi: 0x90cb350e  ebp: 0xbff0b408  esp: 0xbff0b3c0
       ss: 0x00000023  efl: 0x00010297  eip: 0x90cb3677   cs: 0x0000001b
       ds: 0x00000023   es: 0x00000023   fs: 0x00000000   gs: 0x0000000f
      cr2: 0xd06c6000
    Logical CPU: 0
    Binary Images:
       0xf3000 -    0xf3ff7 +com.google.Chrome (22.0.1229.92 - 1229.92) <4D32963C-C84D-3408-7F61-474C6140989E> /Applications/Google Chrome.app/Contents/MacOS/Google Chrome
       0xf7000 -  0x39b3fcb +com.google.Chrome.framework (22.0.1229.92 - 1229.92) <785A62BD-1F08-1E54-0E83-382D5626175B> /Applications/Google Chrome.app/Contents/Versions/22.0.1229.92/Google Chrome Framework.framework/Google Chrome Framework
    0x50d1000 -  0x50deff3  com.apple.Librarian (1.1 - 1) <88A55A5E-40FF-3234-8394-2317120B79AB> /System/Library/PrivateFrameworks/Librarian.framework/Versions/A/Librarian
    0x52bb000 -  0x52caff7 +com.google.Keystone.Registration (1.1.0 - 1.1.0.3659) <2379CBDF-65AB-246D-D5F4-3A450D457F42> /Applications/Google Chrome.app/Contents/Versions/22.0.1229.92/Google Chrome Framework.framework/Frameworks/KeystoneRegistration.framework/KeystoneRegistrat ion
    0xae23000 -  0xae2bffc  libcldcpuengine.dylib (2.1.19) <E5429AB3-FE28-3C0C-8942-686BB4191A9E> /System/Library/Frameworks/OpenCL.framework/Libraries/libcldcpuengine.dylib
    0xae32000 -  0xae34fff  libCoreFSCache.dylib (24.4) <A089ED2E-0156-3937-BE32-5BED76DF4066> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache .dylib
    0xae3b000 -  0xae3bff7 +cl_kernels (???) <6B51C2B5-73C1-4B39-8035-CAB9D8B2F6C8> cl_kernels
    0xae52000 -  0xaee4ff7  unorm8_bgra.dylib (2.1.19) <A2C66114-F581-3D86-9BC9-9994156640AF> /System/Library/Frameworks/OpenCL.framework/Libraries/ImageFormats/unorm8_bgra. dylib
    0xaf06000 -  0xaf07ffd +cl_kernels (???) <5EB19A55-B553-4083-BFB1-18B80E1CED57> cl_kernels
    0x8fef2000 - 0x8ff24e57  dyld (210.2.3) <23516BE4-29BE-350C-91C9-F36E7999F0F1> /usr/lib/dyld
    0x90007000 - 0x90036ff7  com.apple.securityinterface (6.0 - 55024.4) <7C5E28DC-F8BE-3238-883F-E1646A2AF895> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    0x90037000 - 0x90085ff3  com.apple.SystemConfiguration (1.12.2 - 1.12.2) <7BA6C58B-0357-356F-BB69-17ACB5E35988> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x90090000 - 0x9009afff  com.apple.speech.recognition.framework (4.1.5 - 4.1.5) <B855E8B4-2EE3-3BFF-8547-98A0F084F9AF> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x9009b000 - 0x90133fff  com.apple.CoreServices.OSServices (557.4 - 557.4) <C724AB29-A596-3E1E-9FF1-A4E509AD843A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x90134000 - 0x9013efff  libsystem_notify.dylib (98.5) <7EEE9475-18F8-3099-B0ED-23A3E528ABE0> /usr/lib/system/libsystem_notify.dylib
    0x9016e000 - 0x9021dff7  com.apple.CoreText (260.0 - 275.16) <873ADCD9-D361-3753-A220-CDD289196AD8> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
    0x9024f000 - 0x9035cff3  com.apple.ImageIO.framework (3.2.0 - 845) <BF959BCB-C30A-3680-B7C2-91B327B2B63B> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
    0x9035d000 - 0x9035effd  com.apple.TrustEvaluationAgent (2.0 - 23) <E42347C0-2D3C-36A4-9200-757FFA61B388> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
    0x9035f000 - 0x903a8ff7  com.apple.framework.CoreWLAN (3.0.1 - 301.11) <ABA6A926-34C2-3C09-AD9F-A87A8A35536A> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
    0x90c26000 - 0x90c6bff7  com.apple.NavigationServices (3.7 - 200) <F6531764-6E43-3AF3-ACDD-8A5551EF016A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x90c6c000 - 0x90e54ff3  com.apple.CoreFoundation (6.8 - 744.12) <E939CEA0-493C-3233-9983-5070981BB350> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x90e55000 - 0x90efffff  com.apple.LaunchServices (539.7 - 539.7) <AF33EBD3-BC0B-30B5-B7DA-5CCCF12D7EDD> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x90f00000 - 0x91018ff7  com.apple.coreavchd (5.6.0 - 5600.4.16) <F024C78B-4FAA-38F1-A182-AD0A0A596CBE> /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD
    0x91019000 - 0x91081fe7  libvDSP.dylib (380.6) <55780308-4DCA-3B10-9703-EAFC3E13A3FA> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x91082000 - 0x9110afff  com.apple.PDFKit (2.7.2 - 2.7.2) <7AE7BAE9-4C21-3BFB-919E-5C6EEBBDFF75> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
    0x9110b000 - 0x91128fff  libCRFSuite.dylib (33) <C9D72D0C-871A-39A2-8AFB-682D11AE7D0D> /usr/lib/libCRFSuite.dylib
    0x91129000 - 0x911c0ff7  com.apple.ink.framework (10.8.2 - 150) <D90FF7BC-6B90-39F1-AC52-670269947C58> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x911c1000 - 0x911c3fff  com.apple.securityhi (4.0 - 55002) <62E3AE75-61CB-341E-B2A0-CFC985A2BF7F> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x911c4000 - 0x91256ffb  libvMisc.dylib (380.6) <6DA3A03F-20BE-300D-A664-B50A7B4E4B1A> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x91257000 - 0x9160fffa  libLAPACK.dylib (1073.4) <9A6E5EAD-F2F2-3D5C-B655-2B536DB477F2> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x91610000 - 0x91667ff7  com.apple.ScalableUserInterface (1.0 - 1) <2B5E454B-BC49-3E85-B54D-1950397C448C> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableU serInterface.framework/Versions/A/ScalableUserInterface
    0x9166a000 - 0x91727feb  libsystem_c.dylib (825.25) <B1F6916A-F558-38B5-A18C-D9733625FDC9> /usr/lib/system/libsystem_c.dylib
    0x91728000 - 0x91a2dff7  com.apple.CoreServices.CarbonCore (1037.3 - 1037.3) <4571EDDC-704A-3FB1-B9A6-59870AA6165F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x91a2e000 - 0x91a2efff  libSystem.B.dylib (169.3) <81C58EAB-0E76-3EAB-BDFD-C5A6FE95536F> /usr/lib/libSystem.B.dylib
    0x92776000 - 0x92892ff7  com.apple.desktopservices (1.7.2 - 1.7.2) <8E74D101-8398-34F1-A463-B4950680A597> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x92893000 - 0x928a1fff  com.apple.opengl (1.8.6 - 1.8.6) <1AD1AE7B-B57B-35B5-B571-32A34F0DA737> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x928a2000 - 0x928c7ff7  com.apple.CoreVideo (1.8 - 99.3) <5B872AC0-E82D-3475-A3F9-FD95F380560D> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x928c8000 - 0x928ffffa  com.apple.LDAPFramework (2.4.28 - 194.5) <8368FAE7-2B89-3A7D-B6EE-7184B522CB66> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x92900000 - 0x92942ff7  libauto.dylib (185.1) <B2B5B639-6778-352A-828D-FD8B64A3E8B3> /usr/lib/libauto.dylib
    0x92943000 - 0x92970ffe  libsystem_m.dylib (3022.6) <9975D9C3-3B71-38E3-AA21-C5C5F9D9C431> /usr/lib/system/libsystem_m.dylib
    0x92971000 - 0x92990ff3  com.apple.Ubiquity (1.2 - 243.10) <D2C9F356-1681-31D2-B292-5227E2DDEB0B> /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
    0x92991000 - 0x92accff7  libBLAS.dylib (1073.4) <FF74A147-05E1-37C4-BC10-7DEB57FE5326> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x92acd000 - 0x92acdfff  com.apple.vecLib (3.8 - vecLib 3.8) <83160DD1-5614-3E34-80EB-97041016EF1F> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x92ace000 - 0x92c8affd  libicucore.A.dylib (491.11.1) <B19E450A-BAF1-3967-9C95-7F77DC0B4639> /usr/lib/libicucore.A.dylib
    0x92c8b000 - 0x92cadfff  libc++abi.dylib (24.4) <06479DA4-BC23-34B6-BAFC-A885814261D0> /usr/lib/libc++abi.dylib
    0x92cae000 - 0x92d0bfff  com.apple.audio.CoreAudio (4.1.0 - 4.1.0) <9549B81F-4425-34EE-802B-F462068DC0C5> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x92d4c000 - 0x92fc8ff7  com.apple.QuickTime (7.7.1 - 2599.13) <FE609160-E1EF-341D-9B6A-205D3E03A4D2> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x92fc9000 - 0x92ff5ff7  libsystem_info.dylib (406.17) <AA5611DB-A944-3072-B6BE-ACAB08689547> /usr/lib/system/libsystem_info.dylib
    0x92ff8000 - 0x93048ff7  com.apple.CoreMediaIO (301.0 - 4147) <F13FA9D4-BD1D-3297-BDD5-5858B231D738> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
    0x93049000 - 0x9304afff  libDiagnosticMessagesClient.dylib (8) <39B3D25A-148A-3936-B800-0D393A00E64F> /usr/lib/libDiagnosticMessagesClient.dylib
    0x9304b000 - 0x9306ffff  libJPEG.dylib (845) <547FA9A5-0BBB-3E39-BACA-F3E2DAE57DB0> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x93070000 - 0x930beffb  libFontRegistry.dylib (100) <3B8350C2-4D8F-38C4-A22E-2F855D7E83D1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x930bf000 - 0x93127ff7  com.apple.framework.IOKit (2.0 - 755.18.10) <9A80E97E-544F-3A45-916D-6DB7ED217E33> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x931fc000 - 0x931ffff7  libcompiler_rt.dylib (30) <CE5DBDB4-0124-3E2B-9105-989DF98DD108> /usr/lib/system/libcompiler_rt.dylib
    0x93200000 - 0x93217fff  com.apple.GenerationalStorage (1.1 - 132.2) <93694E0D-35D3-3633-976E-F354CBD92F54> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/Gene rationalStorage
    0x93218000 - 0x9327cff3  libstdc++.6.dylib (56) <F8FA490A-8F3C-3645-ABF5-78926CE9C62C> /usr/lib/libstdc++.6.dylib
    0x9327d000 - 0x932beff7  libcups.2.dylib (327) <F46F8703-FEAE-3442-87CB-45C8BF98BEE5> /usr/lib/libcups.2.dylib
    0x932cd000 - 0x93e89ffb  com.apple.AppKit (6.8 - 1187.34) <06EDB1D1-3B8A-3699-8E3A-D8F50A27AB7C> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x93e8a000 - 0x93e8eff7  libmacho.dylib (829) <5280A013-4F74-3F74-BE0C-7F612C49F1DC> /usr/lib/system/libmacho.dylib
    0x93e8f000 - 0x93ee6ff3  com.apple.HIServices (1.20 - 417) <561A770B-8523-3D09-A763-11F872779A4C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x93ee7000 - 0x93ef0ff3  com.apple.DisplayServicesFW (2.6.1 - 353) <50D0BBF0-F911-380F-B470-E59B5E48E520> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
    0x93f17000 - 0x93f20ffe  com.apple.aps.framework (3.0 - 3.0) <09D5F4F3-03FD-3077-A51D-B368F18ED1D4> /System/Library/PrivateFrameworks/ApplePushService.framework/Versions/A/ApplePu shService
    0x93f21000 - 0x93f2efff  libGL.dylib (8.6.1) <C7A3917A-C444-33CC-8599-BB9CD8C12BC4> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x93f2f000 - 0x93f33fff  com.apple.CommonPanels (1.2.5 - 94) <6B3E7E53-7708-3DA2-8C50-59C2B4735DE1> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x93f34000 - 0x93f8dfff  com.apple.QuickLookFramework (4.0 - 555.4) <96911441-FDD4-3B68-9E0C-51BA11A97C2E> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x93fe6000 - 0x93feaffe  libcache.dylib (57) <834FDCA7-FE3B-33CC-A12A-E11E202477EC> /usr/lib/system/libcache.dylib
    0x93ff0000 - 0x93ff8fff  com.apple.CommerceCore (1.0 - 26) <AF0D1990-8CBF-3AB4-99DF-8B7AE14FB0D5> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/C ommerceCore.framework/Versions/A/CommerceCore
    0x93ff9000 - 0x93ff9fff  libsystem_blocks.dylib (59) <3A743C5D-CFA5-37D8-80A8-B6795A9DB04F> /usr/lib/system/libsystem_blocks.dylib
    0x93ffa000 - 0x94035fe7  libGLImage.dylib (8.6.1) <A3442557-18D5-332E-8859-423D5A20EBBE> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x94036000 - 0x94050ffc  libsystem_kernel.dylib (2050.18.24) <C17D49D0-7961-3B67-B443-C788C6E5AA76> /usr/lib/system/libsystem_kernel.dylib
    0x94051000 - 0x9405cffb  com.apple.DirectoryService.Framework (10.8 - 151.10) <234F4A14-60ED-300B-93B2-D5052878558F> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x9405d000 - 0x94060fff  com.apple.help (1.3.2 - 42) <AD7EB1F0-A068-3A2C-9D59-38E59CEC0D96> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x94061000 - 0x9406ffff  libxar.1.dylib (105) <343E4A3B-1D04-34A3-94C2-8C7C9A8F736B> /usr/lib/libxar.1.dylib
    0x94070000 - 0x940b5ff5  com.apple.opencl (2.1.20 - 2.1.20) <41C4AE6E-67B6-33E2-A9B6-BF6F01580B16> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x940b6000 - 0x940e3ffb  com.apple.CoreServicesInternal (154.2 - 154.2) <DCCF604B-1DB8-3F09-8122-545E2E7F466D> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/Cor eServicesInternal
    0x940e4000 - 0x9410eff9  com.apple.framework.Apple80211 (8.0.1 - 801.17) <8A8BBBFD-496B-35A6-A26E-ADF8D672D908> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
    0x9415b000 - 0x94169ff7  libz.1.dylib (43) <245F1B61-2276-3BBB-9891-99934116D833> /usr/lib/libz.1.dylib
    0x9416a000 - 0x941c3ff7  com.apple.ImageCaptureCore (5.0.1 - 5.0.1) <541529F7-063E-370B-9EB2-DF5BE39073E6> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCo re
    0x941c4000 - 0x94606fff  com.apple.CoreGraphics (1.600.0 - 324.6) <66556166-F9A7-3EEC-A562-46061C7A79E4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x94607000 - 0x94613ff8  libbz2.1.0.dylib (29) <7031A4C0-784A-3EAA-93DF-EA1F26CC9264> /usr/lib/libbz2.1.0.dylib
    0x94614000 - 0x9461dffd  com.apple.audio.SoundManager (4.0 - 4.0) <ABC5FE40-B222-36EB-9905-5C8C4BFD8C87> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x9461e000 - 0x94a1afeb  com.apple.VideoToolbox (1.0 - 926.62) <B09EEF06-CB3C-3EAA-8B0E-22A1801F3CAE> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox
    0x94a1b000 - 0x94a1cfff  liblangid.dylib (116) <E13CC8C5-5034-320A-A210-41A2BDE4F846> /usr/lib/liblangid.dylib
    0x94a1d000 - 0x94a1dfff  com.apple.CoreServices (57 - 57) <956C6C6D-A5DD-314F-9C57-4A61D41F30CE> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x94a1e000 - 0x94a22fff  com.apple.OpenDirectory (10.8 - 151.10) <A1858D81-086F-3BF5-87E3-9B70409FFDF6> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x94a23000 - 0x94a72ff6  libTIFF.dylib (845) <989A2EB9-3A49-3157-8E9C-B16E6005BC64> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x94a73000 - 0x94a76ff9  libCGXType.A.dylib (324.6) <3004616B-51F6-3B9D-8B85-DCCA3DF9BC10> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
    0x94a77000 - 0x94d94ff3  com.apple.Foundation (6.8 - 945.11) <03B242AC-519C-3683-AA52-E73536B3D55F> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x94d95000 - 0x94dbaffb  com.apple.framework.familycontrols (4.1 - 410) <5A8504E7-D95D-3101-8E20-38EADE8DEAE1> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
    0x94dbb000 - 0x94e30ff7  com.apple.ApplicationServices.ATS (332 - 341.1) <95206704-F9C9-33C4-AF25-FE9890E160B2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x94e31000 - 0x94e71fff  com.apple.MediaKit (13 - 659) <37B8C1E3-B67D-3FE6-8A14-7FFD9F31C556> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
    0x94e72000 - 0x94e73fff  libdnsinfo.dylib (453.18) <41C7B8E2-2A81-31DE-BD8B-F0C29E169D4F> /usr/lib/system/libdnsinfo.dylib
    0x94f1b000 - 0x94f2dff7  libdispatch.dylib (228.23) <86EF7D45-2D97-3465-A449-95038AE5DABA> /usr/lib/system/libdispatch.dylib
    0x94f2e000 - 0x94f6dff7  com.apple.bom (12.0 - 192) <0637E52C-D151-37B3-904F-8656B2FD44DD> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
    0x94f6e000 - 0x94f6ffff  libquarantine.dylib (52) <D526310F-DC77-37EA-8F5F-83928EFA3262> /usr/lib/system/libquarantine.dylib
    0x94f70000 - 0x94fa6ffb  com.apple.DebugSymbols (98 - 98) <9A9ADA0A-E487-3C8F-9998-286EE04C235A> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbol s
    0x94fa7000 - 0x950a5ff7  libFontParser.dylib (84.5) <B3006327-7B2D-3966-A56A-BD85F1D71641> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x950a6000 - 0x950bbfff  com.apple.speech.synthesis.framework (4.1.12 - 4.1.12) <DE68CEB5-4959-3652-83B8-D2B00D3B932D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x950bc000 - 0x950befff  libCVMSPluginSupport.dylib (8.6.1) <8A174BD9-992E-351D-8F9A-DF6991723ABE> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginS upport.dylib
    0x950bf000 - 0x950c2ff7  com.apple.TCC (1.0 - 1) <437D76CD-6437-3B55-BE2C-A53508858256> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
    0x950c3000 - 0x9513fff3  com.apple.Metadata (10.7.0 - 707.3) <6B6A6216-23D0-34CE-8099-BEE9BA42501E> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x95140000 - 0x9514cff7  com.apple.NetAuth (4.0 - 4.0) <4983C4B8-9D95-3C4D-897E-07743326487E> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
    0x9514d000 - 0x9529affb  com.apple.CFNetwork (596.2.3 - 596.2.3) <1221EF86-659B-3136-AB57-0CC6B130CDA2> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
    0x9529b000 - 0x956b8fff  FaceCoreLight (2.4.1) <571DE3F8-CA8A-3E71-9AF4-F06FFE721CE6> /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLi ght
    0x956b9000 - 0x95952ff3  com.apple.AddressBook.framework (7.1 - 1167) <AF7B18F2-D0FF-33AA-9CE9-4106B1CDAE1D> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x95959000 - 0x9595affd  libunc.dylib (25) <58599CBF-E262-3CEA-AFE1-35560E0177DC> /usr/lib/system/libunc.dylib
    0x9595b000 - 0x95b72fff  com.apple.CoreData (106.1 - 407.7) <17FD06D6-AD7C-345A-8FA4-1F0FBFF4DAE1> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x95b73000 - 0x95b79fff  com.apple.print.framework.Print (8.0 - 258) <12AEAD24-69

  • Logging out does not drop me to console but a black screen

    Recent pacman -Syu upgraded me to latest xorg-server and I have this problem: logging out does not drop me back to console but a black screen and after 30 seconds, a blinking cursor. Nothing works and I have to reboot. If I choose to reboot (instead of logout) I get the same result except that eventually the computer reboots. Using nv - no problems. Using simple nvidia (single screen) - no problem. (I have a monitor and tv-out setup). Problem remains whether I use xfce4 or fluxbox. And the ctrl-alt-backspace keyboard shortcut results in the same black screen. Xorg.0.log tells me nothing. Before the upgrade, no problem.
    I usually use startx and I have ck-launch-session etc in my .xinitrc. I use the latest nvidia-96xx driver and have no other X problem. Everything works, including the tv-out.
    This is a minor inconvenience really and I usually switch to a console and as root killall X if I need to log myself out for any reason. But if anyone as a clue as to why this is so, or suffers the same problem, do let me know. Thanks.

    Thanks guys...
    @ckristi - I don't use kdm. I startx from console when I want to go into X.
    @madtux - I guess I will have to read up on kernel mode setting and KMS - I actually don't know what you are referring to although I have seen KMS refered to in this forum with reference to xorg. Any links? Do note no problems with nv and single monitor nvidia. Hopefully the cure is not worse than the disease.

  • Cannot restart - log out or shut down...VERY FRUSTRATING!!!!!!!!!!!!

    Hi
    I can't restart, log out or shut down my power book g4. I have always done it through the apple display cinema to which is connected but when I hit the side button on the apple display, nothing happens the light on the bottom-right corner dims but no window pops up with the usual shut down/sleep/log out options.
    Even if I try directly from the menu...nothing works except the sleep option.
    I tried as well directly from the power book after having it disconnected from the display, does not work.
    Disk permissions are repaired, but it did not help.
    PLEASE HELP HELP!
    Many thanks in advance.
    Max
    PowerBook G4   Mac OS X (10.4.8)  

    Hmm, sounds to me like a software issue. Maybe something is installed which prevents the shutdown. It could be harware (peripherals) too. Try without any connected peripheral (display, usb/firewire-devices, etc.). If that does not work try adding a new user account (you can call it "test") via System Preferences and see if the problem is the same with this user.
    Good luck!
    Björn

  • Mac logs out without warning, and displays no error message.

    Hi. I hope someone can figure this out.
    I'm using Mac OS X Version 10.5.6, and it is relatively new (Bought sometime last fall, O8).
    Within the last month, I've noticed several occasions where I will log in, and before I do anything, I'm immediately logged out. What happens is that a blue screen (not of death) appears before I'm brought back to the login screen.
    There have been no error messages whatsoever on the matter.
    It doesn't usually log out immediately, however. Sometimes when I login, then try to open Safari, or iTunes quickly, I'm kicked out. Maybe I'm overloading something, but I used to be able to open up applications quickly before.
    I've searched for answers, and have only found one case of this happening, on Mac Mini.
    I suspect it may have something to do with software or components I've downloaded, since it began happening after I became full of myself and began to download like crazy.
    The Disk Repair Utility didn't help much, and I'm too new/young/inexperienced to understand Console Logs, so if someone can identify the problem, explain it easily, or anything like that, it'd be appreciated.
    Also, if you need anymore information, let me know.
    Thank You.

    It's still happening, and it is starting to become a serious nuisance. I seriously apologize for all of these bumps, but I need answers.
    Fans are all working. Error reports are here:
    Process: loginwindow [516]
    Path: /System/Library/CoreServices/loginwindow.app/Contents/MacOS/loginwindow
    Identifier: loginwindow
    Version: ??? (???)
    Code Type: X86 (Native)
    Parent Process: launchd [1]
    Date/Time: 2009-09-14 18:26:23.492 -0500
    OS Version: Mac OS X 10.5.8 (9L31a)
    Report Version: 6
    Anonymous UUID: 7C474D2E-1BC5-41EE-9829-2EE235981B77
    Exception Type: EXCBADACCESS (SIGSEGV)
    Exception Codes: 0x000000000000000d, 0x0000000000000000
    Crashed Thread: 5
    Thread 0:
    0 ...ple.CoreServices.CarbonCore 0x906e51b8 AllocateHandleFromHandleBlock + 55
    1 ...ple.CoreServices.CarbonCore 0x906e5051 AllocateHandleFromPool + 56
    2 ...ple.CoreServices.CarbonCore 0x906e7e9d CSMemNewHandle + 16
    3 ...ple.CoreServices.CarbonCore 0x90707883 RegisterComponentResourcePtr + 491
    4 ...ple.CoreServices.CarbonCore 0x90705eb9 registerSystemComponents + 317
    5 ...ple.CoreServices.CarbonCore 0x90705b21 FindNextComponentInternal(ComponentRecord*, ComponentDescription*) + 95
    6 ...ple.CoreServices.CarbonCore 0x90705aab FindNextComponent + 53
    7 com.apple.AppKit 0x94c534c8 _initializeCA + 991
    8 com.apple.AppKit 0x94c53014 -[NSSound _postInitialization] + 348
    9 com.apple.AppKit 0x94c52e03 -[NSSound initWithContentsOfURL:byReference:] + 269
    10 com.apple.BezelServices 0x00492dc7 0x48e000 + 19911
    11 com.apple.BezelServices 0x00492fcf 0x48e000 + 20431
    12 com.apple.Foundation 0x9203e483 __NSFireTimer + 147
    13 com.apple.CoreFoundation 0x900a68f5 CFRunLoopRunSpecific + 4469
    14 com.apple.CoreFoundation 0x900a6aa8 CFRunLoopRunInMode + 88
    15 com.apple.HIToolbox 0x929782ac RunCurrentEventLoopInMode + 283
    16 com.apple.HIToolbox 0x92977ffe ReceiveNextEventCommon + 175
    17 com.apple.HIToolbox 0x92977f39 BlockUntilNextEventMatchingListInMode + 106
    18 com.apple.AppKit 0x94a546d5 _DPSNextEvent + 657
    19 com.apple.AppKit 0x94a53f88 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 128
    20 com.apple.AppKit 0x94a4cf9f -[NSApplication run] + 795
    21 com.apple.loginwindow 0x0001b8e8 0x1000 + 108776
    22 com.apple.loginwindow 0x00005b02 0x1000 + 19202
    Thread 1:
    0 libSystem.B.dylib 0x961ce292 machmsg_overwritetrap + 10
    1 com.apple.loginwindow 0x00032373 0x1000 + 201587
    2 com.apple.loginwindow 0x000324f3 0x1000 + 201971
    3 libSystem.B.dylib 0x961ff155 pthreadstart + 321
    4 libSystem.B.dylib 0x961ff012 thread_start + 34
    Thread 2:
    0 libSystem.B.dylib 0x961ce286 machmsgtrap + 10
    1 libSystem.B.dylib 0x961d5a7c mach_msg + 72
    2 com.apple.CoreFoundation 0x900a5e7e CFRunLoopRunSpecific + 1790
    3 com.apple.CoreFoundation 0x900a6aa8 CFRunLoopRunInMode + 88
    4 com.apple.audio.CoreAudio 0x901845f8 HALRunLoop::OwnThread(void*) + 160
    5 com.apple.audio.CoreAudio 0x90184480 CAPThread::Entry(CAPThread*) + 96
    6 libSystem.B.dylib 0x961ff155 pthreadstart + 321
    7 libSystem.B.dylib 0x961ff012 thread_start + 34
    Thread 3:
    0 libSystem.B.dylib 0x961ce286 machmsgtrap + 10
    1 libSystem.B.dylib 0x961d5a7c mach_msg + 72
    2 com.apple.CoreFoundation 0x900a5e7e CFRunLoopRunSpecific + 1790
    3 com.apple.CoreFoundation 0x900a6b04 CFRunLoopRun + 84
    4 com.apple.loginwindow 0x00015248 0x1000 + 82504
    5 com.apple.Foundation 0x92009dfd -[NSThread main] + 45
    6 com.apple.Foundation 0x920099a4 _NSThread__main_ + 308
    7 libSystem.B.dylib 0x961ff155 pthreadstart + 321
    8 libSystem.B.dylib 0x961ff012 thread_start + 34
    Thread 4:
    0 libSystem.B.dylib 0x9621d6fa select$DARWIN_EXTSN + 10
    1 libSystem.B.dylib 0x961ff155 pthreadstart + 321
    2 libSystem.B.dylib 0x961ff012 thread_start + 34
    Thread 5 Crashed:
    0 ??? 0x099fa244 0 + 161456708
    1 ??? 0x099fcb1d 0 + 161467165
    2 libSystem.B.dylib 0x961ff155 pthreadstart + 321
    3 libSystem.B.dylib 0x961ff012 thread_start + 34
    Thread 5 crashed with X86 Thread State (32-bit):
    eax: 0x00000000 ebx: 0xb0263008 ecx: 0x00000000 edx: 0x00000000
    edi: 0x099fd640 esi: 0x00000000 ebp: 0xb0262f38 esp: 0xb0262f30
    ss: 0x0000001f efl: 0x00010297 eip: 0x099fa244 cs: 0x00000017
    ds: 0x0000001f es: 0x0000001f fs: 0x0000001f gs: 0x00000037
    cr2: 0x287ac004
    Binary Images:
    0x1000 - 0x5eff7 com.apple.loginwindow 5.6 (5.6) <8acf01620091439ce269b889429b866e> /System/Library/CoreServices/loginwindow.app/Contents/MacOS/loginwindow
    0x76000 - 0x9effb com.apple.framework.Admin 3.8 (3.8) <f4f6fab351683bc7cc0f09df54bdf2f2> /System/Library/PrivateFrameworks/Admin.framework/Versions/A/Admin
    0xc0000 - 0xcaffe com.apple.URLMount 3.1.1 (3.1.1) <b4018e683fad4259ee78070e91f35029> /System/Library/PrivateFrameworks/URLMount.framework/Versions/A/URLMount
    0xec000 - 0xf1fff com.apple.DFSLoginPlugin 1.2 (1.2) /System/Library/LoginPlugins/FSDisconnect.loginPlugin/Contents/MacOS/FSDisconne ct
    0x15f000 - 0x258fe0 com.apple.DiskImagesFramework 10.5.5 (199) <221119fb6b335af96fb0e85a9403cbc5> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
    0x2be000 - 0x2f4fff com.apple.MediaKit 9.1 (401) <36149a69962ed3101199093a6220ef74> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
    0x305000 - 0x3cefe5 com.apple.DiscRecording 4.0.7 (4070.4.1) <7c105f35c674aad3a476f8959d3f3ebb> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
    0x439000 - 0x464ffb libcurl.4.dylib ??? (???) <0f62e0bfb310b07086810ec3ef76847a> /usr/lib/libcurl.4.dylib
    0x46e000 - 0x47efff com.apple.DisplayServices 2.0.2 (2.0.2) <493dbf3f2ab937f583584c39b1c298b1> /System/Library/LoginPlugins/DisplayServices.loginPlugin/Contents/MacOS/Display Services
    0x48e000 - 0x4adfff com.apple.BezelServices 1.4.9212 (1.4.9212) <90ecbd632de0468966522a69f59041fc> /System/Library/LoginPlugins/BezelServices.loginPlugin/Contents/MacOS/BezelServ ices
    0x4be000 - 0x4bfffb com.apple.framework.machinesettings 3.7 (3.7) <4eebbad53325ab9be9a23e311dc0463b> /System/Library/PrivateFrameworks/MachineSettings.framework/Versions/A/MachineS ettings
    0x4cf000 - 0x4dbfff com.apple.iokit.IOHIDLib 1.5.5 (1.5.5) <b8fc922eae4ec02441920c284952b437> /System/Library/Extensions/IOHIDFamily.kext/Contents/PlugIns/IOHIDLib.plugin/Co ntents/MacOS/IOHIDLib
    0x708000 - 0x70bfff com.apple.audio.AudioIPCPlugIn 1.0.6 (1.0.6) <51c811377017028f8904ad779e6a1344> /System/Library/Extensions/AudioIPCDriver.kext/Contents/Resources/AudioIPCPlugI n.bundle/Contents/MacOS/AudioIPCPlugIn
    0x711000 - 0x717fff com.apple.audio.AppleHDAHALPlugIn 1.7.1 (1.7.1a2) <a0a4389b5ac52ab84397d2b25c9d3b9c> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bun dle/Contents/MacOS/AppleHDAHALPlugIn
    0x99ed000 - 0x99f2ff7 com.apple.DesktopVideoOut 1.2.4 (1.2.4) /Users/jackson/Library/QuickTime/DesktopVideoOut.component/Contents/MacOS/Deskt opVideoOut
    0x8fe00000 - 0x8fe2db43 dyld 97.1 (???) <458eed38a009e5658a79579e7bc26603> /usr/lib/dyld
    0x90033000 - 0x90166fe7 com.apple.CoreFoundation 6.5.7 (476.19) <a332c8f45529ee26d2e9c36d0c723bad> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x90167000 - 0x901e4feb com.apple.audio.CoreAudio 3.1.2 (3.1.2) <782a08c44be4698597f4bbd79cac21c6> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x901e5000 - 0x901e5ffb com.apple.installserver.framework 1.0 (8) /System/Library/PrivateFrameworks/InstallServer.framework/Versions/A/InstallSer ver
    0x901e6000 - 0x901f5fff libsasl2.2.dylib ??? (???) <bb7971ca2f609c070f87786a93d1041e> /usr/lib/libsasl2.2.dylib
    0x901f6000 - 0x90204ffd libz.1.dylib ??? (???) <545ca09467025f77131cfac09d8b9375> /usr/lib/libz.1.dylib
    0x9020a000 - 0x9020efff libGIF.dylib ??? (???) <abf65b853acce7bc8419c74716be5be0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x9020f000 - 0x9021fffc com.apple.LangAnalysis 1.6.5 (1.6.5) <d057feb38163121ffd871c564c692804> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x902ed000 - 0x9031afeb libvDSP.dylib ??? (???) <b232c018ddd040ec4e2c2af632dd497f> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x9036b000 - 0x90389ff3 com.apple.DirectoryService.Framework 3.5.6 (3.5.6) <daa1307737197c7757f44f16370249dc> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x9038a000 - 0x9038affa com.apple.CoreServices 32 (32) <2760719f7a81e8c2bdfd15b0939abc29> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x903f2000 - 0x9043bfef com.apple.Metadata 10.5.8 (398.26) <e4d268ea45379200f03cdc7c8bedae6f> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x9043c000 - 0x904eeffb libcrypto.0.9.7.dylib ??? (???) <9d714c92872a93dd127ea8556b2c8945> /usr/lib/libcrypto.0.9.7.dylib
    0x904ef000 - 0x904fffff com.apple.speech.synthesis.framework 3.7.1 (3.7.1) <06d8fc0307314f8ffc16f206ad3dbf44> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x90500000 - 0x9052bfe7 libauto.dylib ??? (???) <42d8422dc23a18071869fdf7b5d8fab5> /usr/lib/libauto.dylib
    0x906cb000 - 0x906d1fff com.apple.print.framework.Print 218.0.3 (220.2) <5b7f4ef7c2df36aff9605377775781e4> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x906d8000 - 0x909b2ff3 com.apple.CoreServices.CarbonCore 786.11 (786.13) <9e2d85d52e5e2951aa4dd53c48ccc52f> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x909b3000 - 0x909dbff7 com.apple.shortcut 1.0.1 (1.0) <131202e7766e327d02d55c0f5fc44ad7> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
    0x909dc000 - 0x909e3ffe libbsm.dylib ??? (???) <5582985a86ea36504cca31788bccf963> /usr/lib/libbsm.dylib
    0x90a1b000 - 0x90a1bffd com.apple.Accelerate 1.4.2 (Accelerate 1.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x90b55000 - 0x90b84fe3 com.apple.AE 402.3 (402.3) <b13bfda0ad9314922ee37c0d018d7de9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x90b86000 - 0x90b90feb com.apple.audio.SoundManager 3.9.2 (3.9.2) <caa41909dcb5a18a94bc68cd13999bd5> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x90b91000 - 0x90badff3 libPng.dylib ??? (???) <9f50967afbd4384e61e68439f81db76c> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x90bae000 - 0x90bc3ffb com.apple.ImageCapture 5.0.2 (5.0.2) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x90bc4000 - 0x90bc9fff com.apple.CommonPanels 1.2.4 (85) <3b64ef0de184d09c6f99a1a7e77e42be> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x90be7000 - 0x90c43ff7 com.apple.htmlrendering 68 (1.1.3) <a9f65fa1c4668dc7c49af5bf7d5287ad> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x90c6e000 - 0x90cfaff7 com.apple.LaunchServices 291 (291) <099eba2fe584376b476f9a262f41ecf2> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x90cfb000 - 0x90da2fec com.apple.CFNetwork 438.14 (438.14) <5f9ee0430b5f6319f18d9b23e777e0d2> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x90da3000 - 0x90ddafff com.apple.SystemConfiguration 1.9.2 (1.9.2) <8b26ebf26a009a098484f1ed01ec499c> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x90ddb000 - 0x90de2fe9 libgcc_s.1.dylib ??? (???) <28a7cbc3a5ca2982d124668306f422d9> /usr/lib/libgcc_s.1.dylib
    0x91032000 - 0x9106cfe7 com.apple.coreui 1.2 (62) /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x9106d000 - 0x91075fff com.apple.DiskArbitration 2.2.1 (2.2.1) <75b0c8d8940a8a27816961dddcac8e0f> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x910b7000 - 0x91757fe3 com.apple.CoreGraphics 1.409.3 (???) <25dceb14af3455b768f56e8765ecf3ca> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x91758000 - 0x91758ffd com.apple.vecLib 3.4.2 (vecLib 3.4.2) /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x91759000 - 0x9175bfff com.apple.securityhi 3.0 (30817) <020419ad33b8638b174e1a472728a894> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x9175c000 - 0x9175ffff com.apple.help 1.1 (36) <175489f8adf287b3ebd259362b0292c0> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x91760000 - 0x9176cff9 com.apple.helpdata 1.0.1 (14.2) /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
    0x9176d000 - 0x9184dfff libobjc.A.dylib ??? (???) <7b92613fdf804fd9a0a3733a0674c30b> /usr/lib/libobjc.A.dylib
    0x9184e000 - 0x918abffb libstdc++.6.dylib ??? (???) <6106b1f2b0b303b06ae476253dbb5f3f> /usr/lib/libstdc++.6.dylib
    0x918ac000 - 0x9198dff7 libxml2.2.dylib ??? (???) <4d54971007e14f8d80e6889ee1111f21> /usr/lib/libxml2.2.dylib
    0x91bc7000 - 0x91be6ffa libJPEG.dylib ??? (???) <dad0ee08a8b850d679f024e090984480> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x91be7000 - 0x91be7ff8 com.apple.ApplicationServices 34 (34) <e9cd7c823062c4382d89e3c9997f4739> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x91eac000 - 0x91ffeff3 com.apple.audio.toolbox.AudioToolbox 1.5.2 (1.5.2) /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x91fff000 - 0x9227bfe7 com.apple.Foundation 6.5.9 (677.26) <c68b3cff7864959becfc7fd1a384f925> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x9227c000 - 0x922bafff libGLImage.dylib ??? (???) <a6425aeb77f4da13212ac75df57b056d> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x922bb000 - 0x92382ff2 com.apple.vImage 3.0 (3.0) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x92383000 - 0x9239bfff com.apple.openscripting 1.2.8 (???) <572c7452d7e740e8948a5ad07a99602b> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x9239c000 - 0x923b4ff7 com.apple.CoreVideo 1.6.0 (20.0) <dd60118bac9aefaf88d9ab44558f05c4> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x92428000 - 0x92428ff8 com.apple.Cocoa 6.5 (???) <e9318c93615b27231498bbe585b8da98> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x92497000 - 0x928a7fef libBLAS.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x928a8000 - 0x9292fff7 libsqlite3.0.dylib ??? (???) <3334ea5af7a911637413334154bb4100> /usr/lib/libsqlite3.0.dylib
    0x92948000 - 0x92c50fe7 com.apple.HIToolbox 1.5.6 (???) <eece3cb8aa0a4e6843fcc1500aca61c5> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x92c51000 - 0x92c7afff libcups.2.dylib ??? (???) <1b0435164b9dc6c773d0b1f24701e554> /usr/lib/libcups.2.dylib
    0x92cb4000 - 0x92cc0fff libbz2.1.0.dylib ??? (???) <887bb6f73d23088fe42946cd9f134876> /usr/lib/libbz2.1.0.dylib
    0x92cc1000 - 0x92d68feb com.apple.QD 3.11.56 (???) <a94d0f5438b730e88e5efdb233295c52> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x92d69000 - 0x92d6affc libffi.dylib ??? (???) <596e0dbf626b211741cecaa9698f271b> /usr/lib/libffi.dylib
    0x92d6b000 - 0x92de8fef libvMisc.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x92de9000 - 0x92de9ffc com.apple.audio.units.AudioUnit 1.5 (1.5) /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x9402f000 - 0x94168ff7 libicucore.A.dylib ??? (???) <dd8aa51c356e79ef8cdfa341a0d69f5b> /usr/lib/libicucore.A.dylib
    0x94a14000 - 0x95212fef com.apple.AppKit 6.5.9 (949.54) <4df5d2e2271175452103f789b4f4d8a8> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x95213000 - 0x952fbff3 com.apple.CoreData 100.2 (186.2) <44df326fea0236718f5ed64084e82270> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x952fc000 - 0x952fcffe com.apple.MonitorPanelFramework 1.2.0 (1.2.0) <1bce4a22b6a5cc7055d0938ddad269b2> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPane l
    0x952fd000 - 0x95390fff com.apple.ink.framework 101.3 (86) <dfa9debcd7537849d228021d1d9c0f63> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x95391000 - 0x953d0fef libTIFF.dylib ??? (???) <5bf6b42bc5e007fcea32f6620b14cba3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x953d1000 - 0x953effff libresolv.9.dylib ??? (???) <a8018c42930596593ddf27f7c20fe7af> /usr/lib/libresolv.9.dylib
    0x954d3000 - 0x954d5ff5 libRadiance.dylib ??? (???) <7f14661d29de8cbf01334909542c0fc5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x954d6000 - 0x954d6ffd com.apple.Accelerate.vecLib 3.4.2 (vecLib 3.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x954d7000 - 0x954fbfeb libssl.0.9.7.dylib ??? (???) <8084593b773bec8f2b9614fd23c5ed73> /usr/lib/libssl.0.9.7.dylib
    0x9553e000 - 0x95547fff com.apple.FileSync.framework 4.2 (277.24) <f6292e992f7f78ab3f68538257f42134> /System/Library/PrivateFrameworks/FileSync.framework/Versions/A/FileSync
    0x95548000 - 0x955c7ff5 com.apple.SearchKit 1.2.2 (1.2.2) <3b5f3ab6a363a4d8a2bbbf74213ab0e5> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x955d0000 - 0x957a1ffb com.apple.security 5.0.5 (36371) <1f7f48b36bc90d114220cc81e4e4694f> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x957ae000 - 0x95b6cfea libLAPACK.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x95b7d000 - 0x95c0aff7 com.apple.framework.IOKit 1.5.2 (???) <7a3cc24f78f93931731203854ae0d891> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x95d8c000 - 0x95dcefef com.apple.NavigationServices 3.5.2 (163) <91844980804067b07a0b6124310d3f31> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x95eab000 - 0x95ecffff libxslt.1.dylib ??? (???) <0a9778d6368ae668826f446878deb99b> /usr/lib/libxslt.1.dylib
    0x95f02000 - 0x95f02fff com.apple.Carbon 136 (136) <ec1d4184925e652dbe1b9200a5a552ec> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x95f03000 - 0x95fb3fff edu.mit.Kerberos 6.0.13 (6.0.13) <804bd1b3f08fb57396781f012006367c> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x9606c000 - 0x960ffff3 com.apple.ApplicationServices.ATS 3.7 (???) <a535fc4982d3acff6530ec25c402e679> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x96100000 - 0x9617aff8 com.apple.print.framework.PrintCore 5.5.4 (245.6) <03d0585059c20cb0bde5e000438c49e1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x9617b000 - 0x961ccff7 com.apple.HIServices 1.7.1 (???) <ba7fd0ede540a0da08db027f87efbd60> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x961cd000 - 0x96334ff3 libSystem.B.dylib ??? (???) <ae47ca9b1686b065f8ac4d2de09cc432> /usr/lib/libSystem.B.dylib
    0x96335000 - 0x96400fff com.apple.ColorSync 4.5.2 (4.5.2) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x964f6000 - 0x9653afeb com.apple.DirectoryService.PasswordServerFramework 3.0.4 (3.0.4) <45d0af6eed184b278990175527a0d3fa> /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordS erver
    0x9653b000 - 0x96540fff com.apple.DisplayServicesFW 2.0.2 (2.0.2) <cb9b98b43ae385a0f374baabe2b71764> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
    0x9657e000 - 0x965d7ff7 libGLU.dylib ??? (???) <a3b9be30100a25a6cd3ad109892f52b7> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x965d8000 - 0x965dcfff com.apple.OpenDirectory 10.5 (10.5) <29f7b10aad34ba8eb15b55d69dff6ddf> /System/Library/PrivateFrameworks/OpenDirectory.framework/Versions/A/OpenDirect ory
    0x965dd000 - 0x96627fe1 com.apple.securityinterface 3.0.3 (36953) <0d481914378ffb037dd26144af5a1aa2> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    0x96628000 - 0x969c5fef com.apple.QuartzCore 1.5.8 (1.5.8) <a28fa54346a9f9d5b3bef076a1ee0fcf> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x969c6000 - 0x96a17feb com.apple.framework.familycontrols 1.0.4 (1.0.4) <e76b4fa1c25673c8e0fb183b6c0e8eaf> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
    0x96a18000 - 0x96a24ffe libGL.dylib ??? (???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x96a25000 - 0x96b6dff7 com.apple.ImageIO.framework 2.0.6 (2.0.6) <4febd1ccf49ae410e82d12c02ba33b68> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x96b6e000 - 0x96c28fe3 com.apple.CoreServices.OSServices 228 (228) <bc83e97f6888673c33f86652677c09cb> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x96c29000 - 0x96c30fff com.apple.agl 3.0.9 (AGL-3.0.9) <2f39c480cfcee9358a23d61b20a6aa56> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x96c31000 - 0x96c47fff com.apple.DictionaryServices 1.0.0 (1.0.0) <7e9ff586b5c9d02b09e2a5527d98524f> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
    0x96c48000 - 0x96c82ffe com.apple.securityfoundation 3.0.2 (36131) <39663c9b6f1a09d0566305d9f87cfc91> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x96c83000 - 0x96c90fe7 com.apple.opengl 1.5.10 (1.5.10) <5a2813f80c9441170cc1ab8a3dac5038> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x96c91000 - 0x96fb7fe2 com.apple.QuickTime 7.6.2 (1327) <3754e41d846b7948f96c9ec4c690b520> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x96fb8000 - 0x96fc9ffe com.apple.CFOpenDirectory 10.5 (10.5) <01a0034b48d63524057b5f57dfc0605c> /System/Library/PrivateFrameworks/OpenDirectory.framework/Versions/A/Frameworks /CFOpenDirectory.framework/Versions/A/CFOpenDirectory
    0x96fca000 - 0x96fd3fff com.apple.speech.recognition.framework 3.7.24 (3.7.24) <6a6518b392d3d41ace3dcea69d6809d9> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x97028000 - 0x974f9fbe libGLProgrammability.dylib ??? (???) <7f18294a7bd0b6afe4319f29187fc70d> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0x974fa000 - 0x97584fe3 com.apple.DesktopServices 1.4.8 (1.4.8) <a6edef2d49ffdee3b01010b7e6edac1f> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x97585000 - 0x97589fff libmathCommon.A.dylib ??? (???) /usr/lib/system/libmathCommon.A.dylib
    0x9758a000 - 0x975e4ff7 com.apple.CoreText 2.0.4 (???) <f0b6c1d4f40bd21505097f0255abfead> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0xfffe8000 - 0xfffebfff libobjc.A.dylib ??? (???) /usr/lib/libobjc.A.dylib
    0xffff0000 - 0xffff1780 libSystem.B.dylib ??? (???) /usr/lib/libSystem.B.dylib
    Please help. I don't know what to do; it's interfering with school work. I just want things fixed.

Maybe you are looking for