JSP Exception after making JAR

Hi,
I'm getting this exception while I package my java class files and properties files as a jar and put it in library. I'm using struts framework which extensively uses tiles. After packaging I dont have any files in the classes directory but all the files are in the library.
while I debug it goes to Action classes and it executes JSPs so it was able to refer classes properly. But failes in some taglibs.
Any help would apprieciated.
ServletException in:/layout/channelpage_enhanced.jsp] null' javax.servlet.ServletException at org.apache.jasper.runtime.PageContextImpl.doHandlePageException(PageContextImpl.java:843) at org.apache.jasper.runtime.PageContextImpl.handlePageException(PageContextImpl.java:776) at org.apache.jsp.layout.channelpage_005fenhanced_jsp._jspService(channelpage_005fenhanced_jsp.java:1373) at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:97) at javax.servlet.http.HttpServlet.service(HttpServlet.java:856) at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:334) at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:314) at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:264) at javax.servlet.http.HttpServlet.service(HttpServlet.java:856) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173) at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:672) at org.apache.catalina.core.ApplicationDispatcher.doInclude(ApplicationDispatcher.java:574) at org.apache.catalina.core.ApplicationDispatcher.include(ApplicationDispatcher.java:499) at org.apache.jasper.runtime.JspRuntimeLibrary.include(JspRuntimeLibrary.java:966) at org.apache.jasper.runtime.PageContextImpl.include(PageContextImpl.java:602) at org.apache.struts.tiles.TilesUtilImpl.doInclude(TilesUtilImpl.java:137) at org.apache.struts.tiles.TilesUtil.doInclude(TilesUtil.java:177) at org.apache.struts.taglib.tiles.InsertTag.doInclude(InsertTag.java:756) at org.apache.struts.taglib.tiles.InsertTag$InsertHandler.doEndTag(InsertTag.java:881) at org.apache.struts.taglib.tiles.InsertTag.doEndTag(InsertTag.java:473) at org.apache.jsp.layout.standard_005ftemplate_jsp._jspService(standard_005ftemplate_jsp.java:867) at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:97) at javax.servlet.http.HttpServlet.service(HttpServlet.java:856) at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:334) at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:314) at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:264) at javax.servlet.http.HttpServlet.service(HttpServlet.java:856) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173) at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:672) at org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:463) at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:398) at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:301) at org.apache.struts.action.RequestProcessor.doForward(RequestProcessor.java:1069) at org.apache.struts.tiles.TilesRequestProcessor.doForward(TilesRequestProcessor.java:274) at

Instead of building your class files into a jar you might want to consider building the entire web application into a war file for deployment. I do this even for deployment to my local test server just to keep things more similar between my local server and the deployment server.
This is an excerpt from my ant build
    <target name="build.war">
        <echo message="Building the war file for the web application"/>
        <war
             destfile="${p.app.jar.dir}/appname/WarFile.war"
             webxml="${web.module.web-inf.dir}/web.xml">
            <fileset dir="${web.module.resource.dir}">
                <include name="*.*"/>
            </fileset>
            <classes dir="${web.module.classes.dir}"/>
            <fileset dir="${p.app.jar.dir}/appname">
                <include name="*.jar"/>
            </fileset>
            <fileset dir="${web.module.web-inf.dir}">
                <include name="*.*"/>
            </fileset>
            <manifest>
                <attribute name="Class-Path" value="Service-client.jar"/>
            </manifest>
        </war>
    </target>Just a thought your milage may of course vary.
PS.

Similar Messages

  • Caching@URLservices  How to clear  resp. exception after the provider-refresh?

    Hello,
    we have created a servlet-application "CondorSTAR", running in OC4J via mod_proxy.
    Using URLservices at the portal, we get an 405 "Method not allowd". Oops, there was a misconfiguration in the servlet-application, so that was correct.
    After repairing the application, we can now connect "native", i.e. via the URL for the OC4J! But that works not in Portal, the "error-page seems to be cached". We get the same error-message 405 Method not allowed...
    Then we have restarted httpd (graceful, later restart), we have given a provider refresh, but still the error is there. Oops, there was also an exception...
    Has anybody an idea, to clear the cache resp. what about the exception after the provider-refresh?
    Thanks
    Michael
    -----8<---------8<----------8<---------8<---------8<--------8<--
    configuration details:
    this is PDK Services for Java version 3.0.9.0.5./PDK URL
    Services version 3.0.9.0.4. (December-Release)/Oracle Portal Version: 3.0.9.8.0/iAS 1.0.2/SunOS 5.7
    -----8<---------8<----------8<---------8<---------8<--------8<--
    jserv.properties: wrapper.classpath=/oracle/IAS/web/PDK/JPDK.3.0.9.0.5/jpdk/lib/provider.jar
    wrapper.classpath=/oracle/IAS/web/PDK/JPDK.3.0.9.0.5/urlservices/lib/urlservices.jar
    wrapper.classpath=/oracle/IAS/web/PDK/JPDK.3.0.9.0.5/urlservices/lib/tidy.jar
    -----8<---------8<----------8<---------8<---------8<--------8<--
    From jserv.log after the provider.refresh
    24/01/2002 10:20:28:199 GMT+01:00] CondorSTAR/ 3.0.9.8.0
    [24/01/2002 10:20:28:200 GMT+01:00] CondorSTAR/DefaultProvider.getPortlets() - ProviderId = 83990
    57
    [24/01/2002 10:20:28:200 GMT+01:00] CondorSTAR/ - start index = 0
    [24/01/2002 10:20:28:200 GMT+01:00] CondorSTAR/ - count = 999
    [24/01/2002 10:20:28:201 GMT+01:00] CondorSTAR/ - byUser = false
    [24/01/2002 10:20:28:224 GMT+01:00] CondorSTAR/ - User = PORTAL30
    [24/01/2002 10:20:28:225 GMT+01:00] CondorSTAR/DefaultProvider.getPortlets() - returning 1 of 1 p
    ortlets
    [24/01/2002 10:20:30:942 GMT+01:00] page/JNI: Exception when trying to connect in 1.
    [24/01/2002 10:20:30:953 GMT+01:00] page/Timeout occurred, label=71 url=http://c3po.isae.condor-v
    ersicherungen.de:7778/pls/portal30/!PORTAL30.wwpro_app_provider.execute_portlet
    [24/01/2002 10:20:30:953 GMT+01:00] page/ContentFetcher InterruptedIOException Caught, Fetcher Ti
    medout name=content-fetcher20
    -----8<---------8<----------8<---------8<---------8<--------8<--
    From jserv.log after the 405 error is displayed
    [24/01/2002 10:24:03:855 GMT+01:00] CondorSTAR/Entering URLSecurityManager hasAccess(Portlet,ProviderUse
    r) *****************
    [24/01/2002 10:24:03:855 GMT+01:00] CondorSTAR/URLSecurityManager:hasAccess(Portlet). Auhtorize Type Is
    non registered, Returningtrue
    [24/01/2002 10:24:03:989 GMT+01:00] CondorSTAR/Entering URLSecurityManager hasAccess(PortletReference,Pr
    oviderUser) *****************
    [24/01/2002 10:24:03:989 GMT+01:00] CondorSTAR/Entering URLSecurityManager hasAccess(Portlet,ProviderUse
    r) *****************
    [24/01/2002 10:24:03:989 GMT+01:00] CondorSTAR/URLSecurityManager:hasAccess(Portlet). Auhtorize Type Is
    non registered, Returningtrue
    [24/01/2002 10:24:04:012 GMT+01:00] CondorSTAR/URLSecurityManager:hasAccess(PortletReference: Return Val
    ue being returnedtrue
    [24/01/2002 10:24:04:098 GMT+01:00] CondorSTAR/renderBody : Entering render ****************************
    [24/01/2002 10:24:04:098 GMT+01:00] CondorSTAR/renderBody : DebugLevel = 3
    [24/01/2002 10:24:04:098 GMT+01:00] CondorSTAR/ProviderSubscribe : Hashtable doesn't have any values. Lo
    ading from file ...
    [24/01/2002 10:24:04:098 GMT+01:00] CondorSTAR/URLProvider:init:mapFilePath /oracle/IAS/web/Condor-Provi
    der/CondorSTAR
    [24/01/2002 10:24:04:099 GMT+01:00] CondorSTAR/URLProvider:storeSubscriberKeyPersistent: Leaving ...
    [24/01/2002 10:24:04:099 GMT+01:00] CondorSTAR/URLProvider:loadSubscriberInfo: Entered ...
    [24/01/2002 10:24:04:109 GMT+01:00] CondorSTAR/URLProvider:loadSubscriberInfo: Created File Inputstream
    ...java.io.FileInputStream@119119e
    [24/01/2002 10:24:04:151 GMT+01:00] CondorSTAR/URLProvider:loadSubscriberInfo: Exception occured ... jav
    a.io.StreamCorruptedException: Caught EOFException while reading the stream header
    [24/01/2002 10:24:04:158 GMT+01:00] CondorSTAR/ProviderSubscriber:getSubscriber -- ProviderId & subscrib
    erID -- 8399057 & null
    [24/01/2002 10:24:04:158 GMT+01:00] CondorSTAR/URLRenderer:renderBody -- subscriberID -- null
    [24/01/2002 10:24:04:158 GMT+01:00] CondorSTAR/Before getHtpsProxyInfo
    [24/01/2002 10:24:04:158 GMT+01:00] CondorSTAR/No httpsProxy Values specified in provider.xml
    [24/01/2002 10:24:04:158 GMT+01:00] CondorSTAR/After checking for httpsProxy proxy tag
    [24/01/2002 10:24:04:197 GMT+01:00] CondorSTAR/Inline pageurl received = null
    [24/01/2002 10:24:04:197 GMT+01:00] CondorSTAR/getURLStream Inside
    [24/01/2002 10:24:04:210 GMT+01:00] CondorSTAR/getURLStream:Session = null
    [24/01/2002 10:24:04:210 GMT+01:00] CondorSTAR/getURLStream : Content URL Specified = http://c3po.isae.c
    ondor-versicherungen.de:7778/pof/servlet/Welcome
    [24/01/2002 10:24:04:224 GMT+01:00] CondorSTAR/getURLStream : URL Constructed = http://c3po.isae.condor
    -versicherungen.de:7778/pof/servlet/Welcome
    [24/01/2002 10:24:04:267 GMT+01:00] CondorSTAR/Connection type = HTTPClient.HttpURLConnection[http://c3p
    o.isae.condor-versicherungen.de:7778/pof/servlet/Welcome]
    [24/01/2002 10:24:04:277 GMT+01:00] CondorSTAR/getURLStream : After doInput and doOutput
    [24/01/2002 10:24:04:277 GMT+01:00] CondorSTAR/getURLStream : After Connect
    [24/01/2002 10:24:04:277 GMT+01:00] CondorSTAR/getURLStream:After open connection
    [24/01/2002 10:24:04:277 GMT+01:00] CondorSTAR/getURLStream: Null check for session
    [24/01/2002 10:24:04:277 GMT+01:00] CondorSTAR/getURLStream: Check for Cookies != null
    [24/01/2002 10:24:04:277 GMT+01:00] CondorSTAR/getURLStream: No cookies found in servlet session.null
    [24/01/2002 10:24:04:277 GMT+01:00] CondorSTAR/getURLStream: Before getInputStream
    [24/01/2002 10:24:05:823 GMT+01:00] CondorSTAR/getURLStream: After getInputStreamHTTPClient.RespInputStr
    eam@1b45f7d
    [24/01/2002 10:24:05:823 GMT+01:00] CondorSTAR/getUrlStream: Before returning Input Stream ...
    [24/01/2002 10:24:05:823 GMT+01:00] CondorSTAR/UrlStream received = HTTPClient.RespInputStream@1b45f7d
    [24/01/2002 10:24:05:823 GMT+01:00] CondorSTAR/renderBody:filter is not null
    [24/01/2002 10:24:05:833 GMT+01:00] CondorSTAR/filterContent : Entering HtmlFilter filterContent ******
    [24/01/2002 10:24:05:834 GMT+01:00] CondorSTAR/filterContent : Url input stream ---- : HTTPClient.RespIn
    putStream@1b45f7d
    [24/01/2002 10:24:05:834 GMT+01:00] CondorSTAR/ConvertStreamToStringBuffer: Inside
    [24/01/2002 10:24:05:834 GMT+01:00] CondorSTAR/Character encoding = ISO-8859-1
    [24/01/2002 10:24:05:834 GMT+01:00] CondorSTAR/ConvertStreamToStringBuffer:Before close
    [24/01/2002 10:24:05:834 GMT+01:00] CondorSTAR/ConvertStreamToStringBuffer: Leaving
    [24/01/2002 10:24:05:835 GMT+01:00] CondorSTAR/filterContent : HtmlFilter Trim HTML Header Contents :
    [24/01/2002 10:24:05:835 GMT+01:00] CondorSTAR/TrimHtmlHeader:Before replacing escape characters
    [24/01/2002 10:24:05:835 GMT+01:00] CondorSTAR/TrimHtmlHeader:Token to be replaced<head
    [24/01/2002 10:24:05:835 GMT+01:00] CondorSTAR/TrimHtmlHeader:ExcludeString6
    [24/01/2002 10:24:05:835 GMT+01:00] CondorSTAR/TrimHtmlHeader:Last occurence found for: <head
    [24/01/2002 10:24:05:835 GMT+01:00] CondorSTAR/TrimHtmlHeader: Before returing after trimming
    [24/01/2002 10:24:05:835 GMT+01:00] CondorSTAR/filterContent : URL Contents Before footerTrimTag : <HEA
    D><TITLE>405 Method Not Allowed</TITLE></HEAD><BODY><H1>405 Method Not Allowed</H1>Initialisation Error:
    Welcome null</BODY></HTML>
    [24/01/2002 10:24:05:835 GMT+01:00] CondorSTAR/filterContent : Trimming HTML Footer Contents :
    [24/01/2002 10:24:05:835 GMT+01:00] CondorSTAR/TrimHtmlFooter:Before replacing escape characters
    [24/01/2002 10:24:05:835 GMT+01:00] CondorSTAR/TrimHtmlFooter:Token to be replaced/body>
    [24/01/2002 10:24:05:835 GMT+01:00] CondorSTAR/TrimHtmlFooter:Last occurence found for: /body>
    [24/01/2002 10:24:05:835 GMT+01:00] CondorSTAR/TrimHtmlFooter: Before returing after trimming
    [24/01/2002 10:24:05:835 GMT+01:00] CondorSTAR/filterContent : URL Contents AFTER TRIM HTML FOOTER : <H
    EAD><TITLE>405 Method Not Allowed</TITLE></HEAD><BODY><H1>405 Method Not Allowed</H1>Initialisation Erro
    r: Welcome null</BODY>
    [24/01/2002 10:24:05:836 GMT+01:00] CondorSTAR/filterContent : Processs Request : Before checking base
    hrefhttp://c3po.isae.condor-versicherungen.de:7778/pof/servlet
    [24/01/2002 10:24:05:836 GMT+01:00] CondorSTAR/********************filterContent : Converting relative
    srcs to absolute srcs ********************
    [24/01/2002 10:24:05:836 GMT+01:00] CondorSTAR/*********************************************
    [24/01/2002 10:24:05:836 GMT+01:00] CondorSTAR/Attribute to be searched for = src
    [24/01/2002 10:24:05:836 GMT+01:00] CondorSTAR/**********************************************
    [24/01/2002 10:24:05:836 GMT+01:00] CondorSTAR/Total no. of occurences = 0
    [24/01/2002 10:24:05:836 GMT+01:00] CondorSTAR/filterContent : Converting relative hrefs to absolute hr
    efs
    [24/01/2002 10:24:05:836 GMT+01:00] CondorSTAR/*********************************************
    [24/01/2002 10:24:05:836 GMT+01:00] CondorSTAR/Attribute to be searched for = href
    [24/01/2002 10:24:05:836 GMT+01:00] CondorSTAR/**********************************************
    [24/01/2002 10:24:05:836 GMT+01:00] CondorSTAR/Total no. of occurences = 0
    [24/01/2002 10:24:05:836 GMT+01:00] CondorSTAR/filterContent : Converting relative actions to absolute
    actions
    [24/01/2002 10:24:05:836 GMT+01:00] CondorSTAR/*********************************************
    [24/01/2002 10:24:05:836 GMT+01:00] CondorSTAR/Attribute to be searched for = action
    [24/01/2002 10:24:05:836 GMT+01:00] CondorSTAR/**********************************************
    [24/01/2002 10:24:05:836 GMT+01:00] CondorSTAR/Total no. of occurences = 0
    [24/01/2002 10:24:05:836 GMT+01:00] CondorSTAR/filterContent : Converting relative backgrounds to absol
    ute backgrounds
    [24/01/2002 10:24:05:837 GMT+01:00] CondorSTAR/*********************************************
    [24/01/2002 10:24:05:837 GMT+01:00] CondorSTAR/Attribute to be searched for = background
    [24/01/2002 10:24:05:837 GMT+01:00] CondorSTAR/**********************************************
    [24/01/2002 10:24:05:837 GMT+01:00] CondorSTAR/Total no. of occurences = 0
    [24/01/2002 10:24:05:837 GMT+01:00] CondorSTAR/filterContent : Convert all href to have a parameter of t
    arget=_blank
    [24/01/2002 10:24:05:857 GMT+01:00] CondorSTAR/addTargetNew: Inside
    [24/01/2002 10:24:05:857 GMT+01:00] CondorSTAR/addTargetNew: HREF Not Found
    [24/01/2002 10:24:05:857 GMT+01:00] CondorSTAR/addTargetNew: Before returning
    [24/01/2002 10:24:05:857 GMT+01:00] CondorSTAR/filterContent() Before check for AuthType:
    [24/01/2002 10:24:05:884 GMT+01:00] CondorSTAR/renderContents:getCharacterEncoding() = ISO-8859-1
    [24/01/2002 10:24:05:884 GMT+01:00] CondorSTAR/******************renderContents:Contents to be rendered
    [24/01/2002 10:24:05:884 GMT+01:00] CondorSTAR/<FORM NAME="urlservices_parameter_form_1889" METHOD="GET"
    ACTION="http://c3po.isae.condor-versicherungen.de:7778/servlet/page"><INPUT TYPE="hidden" name="_pageid
    " value="54,56,98,88,90" />^M<INPUT TYPE="hidden" name="_dad" value="portal30" />^M<INPUT TYPE="hidden"
    name="_schema" value="PORTAL30" />^M<SCRIPT Language="JavaScript1.1">
    function submitURL1889(url)
    document.urlservices_parameter_form_1889.p_8401668.value=url;

    Hi,
    Log information shows that the URL you are trying to use =>
    "http://c3po.isae.condor-versicherungen.de:7778/pof/servlet/Welcome" always return content
    <HTML><HEAD><TITLE>405 Method Not Allowed</TITLE></HEAD><BODY><H1>405 Method Not Allowed</H1>Initialisation Error:
    Welcome null</BODY></HTML>
    while the exception has nothing to do with the portlet functioning. Please make sure that you are using the right servlet.
    Thanks,
    Amjad.

  • Got an exception after run the import script in the command prompt

    Hi,
    I got an exception after running the import script in the command prompt.
    import script run successfully in the command prompt with apps user.
    But when i am opening the page in the front end oracle applications, i got the below exception.
    JBO-30003: The application pool (cph-oadb-tst22.dk.flsmidth.netTST221543flsm.oracle.apps.po.per.server.FlsmrootAM) failed to checkout an application module due to the following exception:
    oracle.jbo.JboException: JBO-29000: Unexpected exception caught: oracle.jbo.JboException, msg=JBO-29000: Unexpected exception caught: oracle.jbo.NoDefException, msg=JBO-25002: Definition flsm.oracle.apps.po.per.server.FlsmrootAM of type ApplicationModule not found
         at oracle.jbo.common.ampool.ApplicationPoolImpl.doCheckout(ApplicationPoolImpl.java:2002)
         at oracle.jbo.common.ampool.ApplicationPoolImpl.useApplicationModule(ApplicationPoolImpl.java:2793)
         at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:453)
         at oracle.jbo.http.HttpSessionCookieImpl.useApplicationModule(HttpSessionCookieImpl.java:233)
         at oracle.apps.fnd.framework.webui.OAHttpSessionCookieImpl.useApplicationModule(OAHttpSessionCookieImpl.java:508)
         at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:424)
         at oracle.apps.fnd.framework.webui.OAJSPApplicationRegistry.registerApplicationModule(OAJSPApplicationRegistry.java:208)
         at oracle.apps.fnd.framework.webui.OAJSPApplicationRegistry.registerApplicationModule(OAJSPApplicationRegistry.java:78)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1297)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:543)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:431)
         at OA.jspService(_OA.java:212)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:379)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:713)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
         at com.evermind.server.http.ServletRequestDispatcher.unprivileged_forward(ServletRequestDispatcher.java:259)
         at com.evermind.server.http.ServletRequestDispatcher.access$100(ServletRequestDispatcher.java:51)
         at com.evermind.server.http.ServletRequestDispatcher$2.oc4jRun(ServletRequestDispatcher.java:193)
         at oracle.oc4j.security.OC4JSecurity.doPrivileged(OC4JSecurity.java:284)
         at com.evermind.server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:198)
         at com.evermind.server.http.EvermindPageContext.forward(EvermindPageContext.java:395)
         at RF.jspService(_RF.java:225)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:379)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64)
         at oracle.apps.jtf.base.session.ReleaseResFilter.doFilter(ReleaseResFilter.java:26)
         at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:15)
         at oracle.apps.fnd.security.AppsServletFilter.doFilter(AppsServletFilter.java:318)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:621)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
         at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:313)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:199)
         at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
         at java.lang.Thread.run(Thread.java:735)
    ## Detail 0 ##
    oracle.jbo.JboException: JBO-29000: Unexpected exception caught: oracle.jbo.NoDefException, msg=JBO-25002: Definition flsm.oracle.apps.po.per.server.FlsmrootAM of type ApplicationModule not found
         at oracle.jbo.pool.ResourcePool.createResource(ResourcePool.java:545)
         at oracle.jbo.common.ampool.ApplicationPoolImpl.prepareApplicationModule(ApplicationPoolImpl.java:2094)
         at oracle.jbo.common.ampool.ApplicationPoolImpl.doCheckout(ApplicationPoolImpl.java:1961)
         at oracle.jbo.common.ampool.ApplicationPoolImpl.useApplicationModule(ApplicationPoolImpl.java:2793)
         at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:453)
         at oracle.jbo.http.HttpSessionCookieImpl.useApplicationModule(HttpSessionCookieImpl.java:233)
         at oracle.apps.fnd.framework.webui.OAHttpSessionCookieImpl.useApplicationModule(OAHttpSessionCookieImpl.java:508)
         at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:424)
         at oracle.apps.fnd.framework.webui.OAJSPApplicationRegistry.registerApplicationModule(OAJSPApplicationRegistry.java:208)
         at oracle.apps.fnd.framework.webui.OAJSPApplicationRegistry.registerApplicationModule(OAJSPApplicationRegistry.java:78)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1297)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:543)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:431)
         at OA.jspService(_OA.java:212)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:379)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:713)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
         at com.evermind.server.http.ServletRequestDispatcher.unprivileged_forward(ServletRequestDispatcher.java:259)
         at com.evermind.server.http.ServletRequestDispatcher.access$100(ServletRequestDispatcher.java:51)
         at com.evermind.server.http.ServletRequestDispatcher$2.oc4jRun(ServletRequestDispatcher.java:193)
         at oracle.oc4j.security.OC4JSecurity.doPrivileged(OC4JSecurity.java:284)
         at com.evermind.server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:198)
         at com.evermind.server.http.EvermindPageContext.forward(EvermindPageContext.java:395)
         at RF.jspService(_RF.java:225)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:379)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64)
         at oracle.apps.jtf.base.session.ReleaseResFilter.doFilter(ReleaseResFilter.java:26)
         at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:15)
         at oracle.apps.fnd.security.AppsServletFilter.doFilter(AppsServletFilter.java:318)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:621)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
         at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:313)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:199)
         at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
         at java.lang.Thread.run(Thread.java:735)
    ## Detail 0 ##
    oracle.jbo.NoDefException: JBO-25002: Definition flsm.oracle.apps.po.per.server.FlsmrootAM of type ApplicationModule not found
         at oracle.jbo.mom.DefinitionManager.findDefinitionObject(DefinitionManager.java:441)
         at oracle.jbo.mom.DefinitionManager.findDefinitionObject(DefinitionManager.java:358)
         at oracle.jbo.mom.DefinitionManager.findDefinitionObject(DefinitionManager.java:340)
         at oracle.jbo.server.MetaObjectManager.findMetaObject(MetaObjectManager.java:700)
         at oracle.jbo.server.ApplicationModuleDefImpl.findDefObject(ApplicationModuleDefImpl.java:232)
         at oracle.jbo.server.ApplicationModuleImpl.createRootApplicationModule(ApplicationModuleImpl.java:401)
         at oracle.jbo.server.ApplicationModuleHomeImpl.create(ApplicationModuleHomeImpl.java:91)
         at oracle.jbo.common.ampool.DefaultConnectionStrategy.createApplicationModule(DefaultConnectionStrategy.java:139)
         at oracle.jbo.common.ampool.DefaultConnectionStrategy.createApplicationModule(DefaultConnectionStrategy.java:80)
         at oracle.jbo.common.ampool.ApplicationPoolImpl.instantiateResource(ApplicationPoolImpl.java:2468)
         at oracle.jbo.pool.ResourcePool.createResource(ResourcePool.java:536)
         at oracle.jbo.common.ampool.ApplicationPoolImpl.prepareApplicationModule(ApplicationPoolImpl.java:2094)
         at oracle.jbo.common.ampool.ApplicationPoolImpl.doCheckout(ApplicationPoolImpl.java:1961)
         at oracle.jbo.common.ampool.ApplicationPoolImpl.useApplicationModule(ApplicationPoolImpl.java:2793)
         at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:453)
         at oracle.jbo.http.HttpSessionCookieImpl.useApplicationModule(HttpSessionCookieImpl.java:233)
         at oracle.apps.fnd.framework.webui.OAHttpSessionCookieImpl.useApplicationModule(OAHttpSessionCookieImpl.java:508)
         at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:424)
         at oracle.apps.fnd.framework.webui.OAJSPApplicationRegistry.registerApplicationModule(OAJSPApplicationRegistry.java:208)
         at oracle.apps.fnd.framework.webui.OAJSPApplicationRegistry.registerApplicationModule(OAJSPApplicationRegistry.java:78)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1297)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:543)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:431)
         at OA.jspService(_OA.java:212)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:379)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:713)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
         at com.evermind.server.http.ServletRequestDispatcher.unprivileged_forward(ServletRequestDispatcher.java:259)
         at com.evermind.server.http.ServletRequestDispatcher.access$100(ServletRequestDispatcher.java:51)
         at com.evermind.server.http.ServletRequestDispatcher$2.oc4jRun(ServletRequestDispatcher.java:193)
         at oracle.oc4j.security.OC4JSecurity.doPrivileged(OC4JSecurity.java:284)
         at com.evermind.server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:198)
         at com.evermind.server.http.EvermindPageContext.forward(EvermindPageContext.java:395)
         at RF.jspService(_RF.java:225)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:379)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64)
         at oracle.apps.jtf.base.session.ReleaseResFilter.doFilter(ReleaseResFilter.java:26)
         at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:15)
         at oracle.apps.fnd.security.AppsServletFilter.doFilter(AppsServletFilter.java:318)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:621)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
         at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:313)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:199)
         at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
         at java.lang.Thread.run(Thread.java:735)
    JBO-30003: The application pool (cph-oadb-tst22.dk.flsmidth.netTST221543flsm.oracle.apps.po.per.server.FlsmrootAM) failed to checkout an application module due to the following exception:
    oracle.jbo.JboException: JBO-29000: Unexpected exception caught: oracle.jbo.JboException, msg=JBO-29000: Unexpected exception caught: oracle.jbo.NoDefException, msg=JBO-25002: Definition flsm.oracle.apps.po.per.server.FlsmrootAM of type ApplicationModule not found
         at oracle.jbo.common.ampool.ApplicationPoolImpl.doCheckout(ApplicationPoolImpl.java:2002)
         at oracle.jbo.common.ampool.ApplicationPoolImpl.useApplicationModule(ApplicationPoolImpl.java:2793)
         at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:453)
         at oracle.jbo.http.HttpSessionCookieImpl.useApplicationModule(HttpSessionCookieImpl.java:233)
         at oracle.apps.fnd.framework.webui.OAHttpSessionCookieImpl.useApplicationModule(OAHttpSessionCookieImpl.java:508)
         at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:424)
         at oracle.apps.fnd.framework.webui.OAJSPApplicationRegistry.registerApplicationModule(OAJSPApplicationRegistry.java:208)
         at oracle.apps.fnd.framework.webui.OAJSPApplicationRegistry.registerApplicationModule(OAJSPApplicationRegistry.java:78)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1297)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:543)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:431)
         at OA.jspService(_OA.java:212)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:379)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:713)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
         at com.evermind.server.http.ServletRequestDispatcher.unprivileged_forward(ServletRequestDispatcher.java:259)
         at com.evermind.server.http.ServletRequestDispatcher.access$100(ServletRequestDispatcher.java:51)
         at com.evermind.server.http.ServletRequestDispatcher$2.oc4jRun(ServletRequestDispatcher.java:193)
         at oracle.oc4j.security.OC4JSecurity.doPrivileged(OC4JSecurity.java:284)
         at com.evermind.server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:198)
         at com.evermind.server.http.EvermindPageContext.forward(EvermindPageContext.java:395)
         at RF.jspService(_RF.java:225)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:379)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64)
         at oracle.apps.jtf.base.session.ReleaseResFilter.doFilter(ReleaseResFilter.java:26)
         at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:15)
         at oracle.apps.fnd.security.AppsServletFilter.doFilter(AppsServletFilter.java:318)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:621)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
         at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:313)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:199)
         at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
         at java.lang.Thread.run(Thread.java:735)
    ## Detail 0 ##
    oracle.jbo.JboException: JBO-29000: Unexpected exception caught: oracle.jbo.NoDefException, msg=JBO-25002: Definition flsm.oracle.apps.po.per.server.FlsmrootAM of type ApplicationModule not found
         at oracle.jbo.pool.ResourcePool.createResource(ResourcePool.java:545)
         at oracle.jbo.common.ampool.ApplicationPoolImpl.prepareApplicationModule(ApplicationPoolImpl.java:2094)
         at oracle.jbo.common.ampool.ApplicationPoolImpl.doCheckout(ApplicationPoolImpl.java:1961)
         at oracle.jbo.common.ampool.ApplicationPoolImpl.useApplicationModule(ApplicationPoolImpl.java:2793)
         at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:453)
         at oracle.jbo.http.HttpSessionCookieImpl.useApplicationModule(HttpSessionCookieImpl.java:233)
         at oracle.apps.fnd.framework.webui.OAHttpSessionCookieImpl.useApplicationModule(OAHttpSessionCookieImpl.java:508)
         at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:424)
         at oracle.apps.fnd.framework.webui.OAJSPApplicationRegistry.registerApplicationModule(OAJSPApplicationRegistry.java:208)
         at oracle.apps.fnd.framework.webui.OAJSPApplicationRegistry.registerApplicationModule(OAJSPApplicationRegistry.java:78)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1297)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:543)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:431)
         at OA.jspService(_OA.java:212)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:379)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:713)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
         at com.evermind.server.http.ServletRequestDispatcher.unprivileged_forward(ServletRequestDispatcher.java:259)
         at com.evermind.server.http.ServletRequestDispatcher.access$100(ServletRequestDispatcher.java:51)
         at com.evermind.server.http.ServletRequestDispatcher$2.oc4jRun(ServletRequestDispatcher.java:193)
         at oracle.oc4j.security.OC4JSecurity.doPrivileged(OC4JSecurity.java:284)
         at com.evermind.server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:198)
         at com.evermind.server.http.EvermindPageContext.forward(EvermindPageContext.java:395)
         at RF.jspService(_RF.java:225)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:379)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64)
         at oracle.apps.jtf.base.session.ReleaseResFilter.doFilter(ReleaseResFilter.java:26)
         at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:15)
         at oracle.apps.fnd.security.AppsServletFilter.doFilter(AppsServletFilter.java:318)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:621)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
         at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:313)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:199)
         at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
         at java.lang.Thread.run(Thread.java:735)
    could yopu please,help me on this.
    Regards,
    Muthu

    Hi Kali,
    After import completed successfully,i have bounce the apache server by connecting functional administrator and clear the cache(it si fine or not),
    it is working fine,actually i never do this,i directly bounce the apache.
    i am also got the same exception.
    JBO-30003: The application pool (cph-oadb-tst22.dk.flsmidth.netTST221543flsm.oracle.apps.po.per.server.FlsmrootAM) failed to checkout an application module due to the following exception:
    oracle.jbo.JboException: JBO-29000: Unexpected exception caught: oracle.jbo.JboException, msg=JBO-29000: Unexpected exception caught: oracle.jbo.NoDefException, msg=JBO-25002: Definition flsm.oracle.apps.po.per.server.FlsmrootAM of type ApplicationModule not found
    please,can you help me is there any mistakes,i checked all my l class files in the server top,it is ok all are correct.
    but why i got this error,i didn,t find it.
    Regards,
    Muthu

  • After Making Changes In Log4j.xml Application Needs Recompilation?

    Hello,
    I am using log4j in my jsp pages and for that I instantiating Logger class like this
    Logger logger = Logger.getLogger("test.jsp");
    {code}
    And I have log4j.xml in the classpath.
    I believe, priority levels can be changed and log level can be changed without re-compiling.
    Change the log4j.xml and re-run jsp pages.
    However I need to re-compile after making changes in log4j.xml file. Without re-compilation changes are not getting reflected.
    Why I need to re-compile application in order to see the changes I have made in log4j.xml?
    Appreciate any help in this regard.
    Regards                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

    This is the contents of my log4j.xml, its under WEB-INF/lib
    <?xml version="1.0" encoding="UTF-8" ?>
    <!DOCTYPE log4j:configuration SYSTEM "log4j.dtd">
    <log4j:configuration xmlns:log4j="http://jakarta.apache.org/log4j/">
      <!-- A1 is set to be a ConsoleAppender -->
      <appender name="sout" class="org.apache.log4j.ConsoleAppender">
        <!-- A1 uses PatternLayout -->
        <layout class="org.apache.log4j.PatternLayout">
          <param name="ConversionPattern" value="%d [%c] %p - %m%n"/>
        </layout>
      </appender>
      <root>
        <!-- Set root logger level to DEBUG and its only appender to A1 -->
        <priority value="off"/>
        <appender-ref ref="sout"/>
      </root>
    </log4j:configuration>

  • Playing a WAVE file after making a phone call.

    Hi everyone..
    I'm trying to play a wav file after making a phone call. I was able to make the call. But I get an exception when i try to paly a wav file..
    Can any one tell me where I've gone wrong..
    This is the code which plays the audio file..(I downloaded it by the way.. and it's working fine when used as a seperate program)
    import java.io.File;
    import java.io.IOException;
    import javax.sound.sampled.AudioFormat;
    import javax.sound.sampled.AudioInputStream;
    import javax.sound.sampled.AudioSystem;
    import javax.sound.sampled.DataLine;
    import javax.sound.sampled.FloatControl;
    import javax.sound.sampled.LineUnavailableException;
    import javax.sound.sampled.SourceDataLine;
    import javax.sound.sampled.UnsupportedAudioFileException;
    public class PlayWave extends Thread {
         private String filename;
         private Position curPosition;
    //30000000(7324.21 kb)
         private final int EXTERNAL_BUFFER_SIZE = 524288; // 128Kb
         enum Position {
              LEFT, RIGHT, NORMAL
         public PlayWave(String wavfile) {
              filename = wavfile;
              curPosition = Position.NORMAL;
         public PlayWave(String wavfile, Position p) {
              filename = wavfile;
              curPosition = p;
         public void run() {
              File soundFile = new File(filename);
              if (!soundFile.exists()) {
                   System.err.println("Wave file not found: " + filename);
                   return;
              AudioInputStream audioInputStream = null;
              try {
                   audioInputStream = AudioSystem.getAudioInputStream(soundFile);
              } catch (UnsupportedAudioFileException e1) {
                   e1.printStackTrace();
                   return;
              } catch (IOException e1) {
                   e1.printStackTrace();
                   return;
              AudioFormat format = audioInputStream.getFormat();
              SourceDataLine auline = null;
              DataLine.Info info = new DataLine.Info(SourceDataLine.class, format);
              try {
                   auline = (SourceDataLine) AudioSystem.getLine(info);
                   auline.open(format);
              } catch (LineUnavailableException e) {
                   e.printStackTrace();
                   return;
              } catch (Exception e) {
                   e.printStackTrace();
                   return;
              if (auline.isControlSupported(FloatControl.Type.PAN)) {
         FloatControl pan = (FloatControl) auline.getControl(FloatControl.Type.PAN);
                   if (curPosition == Position.RIGHT)
                        pan.setValue(1.0f);
                   else if (curPosition == Position.LEFT)
                        pan.setValue(-1.0f);
              auline.start();
              int nBytesRead = 0;
              byte[] abData = new byte[EXTERNAL_BUFFER_SIZE];
              try {
                   while (nBytesRead != -1) {
              nBytesRead = audioInputStream.read(abData, 0, abData.length);
              if (nBytesRead >= 0)
                   auline.write(abData, 0, nBytesRead);
              } catch (IOException e) {
                   e.printStackTrace();
                   return;
              } finally {
                   auline.drain();
                   auline.close();
         }I inserted
    new PlayWave("greeting.wav").start();In to a method an called this method in the program where i send commands to the modem.
    These are my modem commands
    send("ATZ");
        expect("OK");
    //Enable voice mode
        send("AT+FCLASS=8");
        expect("OK");
    //Dial the number
        send("ATDT"+number);
        expect("OK");
    //Choose encoding method //This is the default
        send("AT+VSM=140,8000,0,0");
        expect("OK");
    // start sending audio data
        send("AT+VTX");
        expect("OK");
    PlayAudio();
    send("ATH");The size of my audio file is 100 kb.I'm using a 56 K intel externel voice modem connected to a serial port.I wonder if it's because the buffer is too big. If anyone tried this and succeded please correct me.
    Thankyou in advance
    goodnews

    Hi goodnews!
    Did I understand well? Can You record the speech? This is what I want!
    Can you help me and send me sample code?
    This would be a big help for me!
    Thank You!
    rflair

  • SecurityException after making client request

    Hi,
    I have a web application that makes an HTTPS client request to another server
    using SSL/certificates. I'm using WebLogic classes for the client calls and modelled
    my code off the WebLogic examples. After making the request (successfully), I
    get a SecurityException when instantiating an InitialContext (see stack trace
    below).
    The exception indicates that the user is "null", but if I call Security.getCurrentUser()
    just before and after the exception occurs, it reports my user correctly. If
    I remove the HTTPS call, I no longer get the exception.
    Is there a known problem, or is there something I could be doing wrong to cause
    this?
    Regards,
    Paul
    javax.naming.AuthenticationException. Root exception is java.lang.SecurityException:
    Authentication for user null denied in realm weblogic
    at weblogic.security.acl.Realm.authenticate(Realm.java:212)
    at weblogic.security.acl.Realm.getAuthenticatedName(Realm.java:233)
    at weblogic.security.acl.internal.Security.authenticate(Security.java:125)
    at weblogic.jndi.WLInitialContextFactoryDelegate.pushUser(WLInitialContextFactoryDelegate.java:522)
    at weblogic.jndi.WLInitialContextFactoryDelegate.newContext(WLInitialContextFactoryDelegate.java:366)
    at weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(WLInitialContextFactoryDelegate.java:338)
    at weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(WLInitialContextFactoryDelegate.java:211)
    at weblogic.jndi.WLInitialContextFactory.getInitialContext(WLInitialContextFactory.java:149)
    at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:665)
    at javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:246)
    at javax.naming.InitialContext.init(InitialContext.java:222)
    at javax.naming.InitialContext.<init>(InitialContext.java:178)
    at com.asa.pcss.business.BeanDataUtility.getResources(BeanDataUtility.java:265)

    Hi Paul,
    I've just encountered exactly the same problem. Did you find a solution?
    Regards,
    Fran
    "Paul Canavese" <[email protected]> wrote:
    >
    Hi,
    I have a web application that makes an HTTPS client request to another server
    using SSL/certificates. I'm using WebLogic classes for the client calls
    and modelled
    my code off the WebLogic examples. After making the request (successfully),
    I
    get a SecurityException when instantiating an InitialContext (see stack
    trace
    below).
    The exception indicates that the user is "null", but if I call Security.getCurrentUser()
    just before and after the exception occurs, it reports my user correctly.
    If
    I remove the HTTPS call, I no longer get the exception.
    Is there a known problem, or is there something I could be doing wrong to
    cause
    this?
    Regards,
    Paul
    javax.naming.AuthenticationException. Root exception is java.lang.SecurityException:
    Authentication for user null denied in realm weblogic
    at weblogic.security.acl.Realm.authenticate(Realm.java:212)
    at weblogic.security.acl.Realm.getAuthenticatedName(Realm.java:233)
    at weblogic.security.acl.internal.Security.authenticate(Security.java:125)
    at weblogic.jndi.WLInitialContextFactoryDelegate.pushUser(WLInitialContextFactoryDelegate.java:522)
    at weblogic.jndi.WLInitialContextFactoryDelegate.newContext(WLInitialContextFactoryDelegate.java:366)
    at weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(WLInitialContextFactoryDelegate.java:338)
    at weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(WLInitialContextFactoryDelegate.java:211)
    at weblogic.jndi.WLInitialContextFactory.getInitialContext(WLInitialContextFactory.java:149)
    at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:665)
    at javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:246)
    at javax.naming.InitialContext.init(InitialContext.java:222)
    at javax.naming.InitialContext.<init>(InitialContext.java:178)
    at com.asa.pcss.business.BeanDataUtility.getResources(BeanDataUtility.java:265)

  • IDVD quits on me after making an ejecting sound.

    Hi.
    I am an editor. I edit tons of movies on my Mac Pro. Well, I recently updated my computer into Snow Leopard. I don't know if it is because of that, but lately my iDVD quits on me. I have iDVD 08. It quits after making that ejecting dvd sound. When I clicked on detail, this is the bunch of letters that came with the problem. Does anyone know how to fix this problem?
    Process: iDVD [700]
    Path: /Applications/iDVD.app/Contents/MacOS/iDVD
    Identifier: com.apple.iDVD
    Version: 7.0.1 (1091)
    Build Info: iDVD-10910000~6
    Code Type: X86 (Native)
    Parent Process: launchd [71]
    Date/Time: 2009-12-17 20:36:06.691 -0600
    OS Version: Mac OS X 10.6 (10A432)
    Report Version: 6
    Interval Since Last Report: 127852 sec
    Crashes Since Last Report: 20
    Per-App Interval Since Last Report: 760 sec
    Per-App Crashes Since Last Report: 11
    Anonymous UUID: 5BEBFB42-06FF-4956-A5EF-C104DD48A7E7
    Exception Type: EXCBADACCESS (SIGBUS)
    Exception Codes: KERNPROTECTIONFAILURE at 0x0000000000000004
    Crashed Thread: 0 Dispatch queue: com.apple.main-thread
    Thread 0 Crashed: Dispatch queue: com.apple.main-thread
    0 ??? 0xa0c0000c 0 + 2696937484
    1 com.apple.AppKit 0x927e6354 -[NSActionCell setControlView:] + 158
    2 com.apple.AppKit 0x927e6227 -[NSButtonCell setControlView:] + 67
    3 com.apple.iDVD 0x001c33da 0x1000 + 1844186
    4 com.apple.AppKit 0x9281f9f4 -[NSClassSwapper initWithCoder:] + 574
    5 com.apple.Foundation 0x9742927c _decodeObjectBinary + 2902
    6 com.apple.Foundation 0x9742a088 -[NSKeyedUnarchiver _decodeArrayOfObjectsForKey:] + 1438
    7 com.apple.Foundation 0x9742a6f5 -[NSArray(NSArray) initWithCoder:] + 586
    8 com.apple.Foundation 0x9742927c _decodeObjectBinary + 2902
    9 com.apple.Foundation 0x97428574 _decodeObject + 180
    10 com.apple.AppKit 0x92820102 -[NSView initWithCoder:] + 306
    11 com.apple.AppKit 0x9285af83 -[NSCustomView initWithCoder:] + 662
    12 com.apple.Foundation 0x9742927c _decodeObjectBinary + 2902
    13 com.apple.Foundation 0x97428574 _decodeObject + 180
    14 com.apple.AppKit 0x92820e18 -[NSResponder initWithCoder:] + 85
    15 com.apple.AppKit 0x9282002a -[NSView initWithCoder:] + 90
    16 com.apple.AppKit 0x92969e2a -[NSTabView initWithCoder:] + 121
    17 com.apple.Foundation 0x9742927c _decodeObjectBinary + 2902
    18 com.apple.Foundation 0x97428574 _decodeObject + 180
    19 com.apple.AppKit 0x92820e18 -[NSResponder initWithCoder:] + 85
    20 com.apple.AppKit 0x9282002a -[NSView initWithCoder:] + 90
    21 com.apple.Foundation 0x9742927c _decodeObjectBinary + 2902
    22 com.apple.Foundation 0x97428574 _decodeObject + 180
    23 com.apple.AppKit 0x92820e18 -[NSResponder initWithCoder:] + 85
    24 com.apple.AppKit 0x9282002a -[NSView initWithCoder:] + 90
    25 com.apple.AppKit 0x9281fd0b -[NSControl initWithCoder:] + 61
    26 com.apple.iDVD 0x001e1161 0x1000 + 1966433
    27 com.apple.AppKit 0x9281f9f4 -[NSClassSwapper initWithCoder:] + 574
    28 com.apple.Foundation 0x9742927c _decodeObjectBinary + 2902
    29 com.apple.Foundation 0x97428574 _decodeObject + 180
    30 com.apple.AppKit 0x9279feea -[NSNibConnector initWithCoder:] + 440
    31 com.apple.AppKit 0x9279fd23 -[NSNibOutletConnector initWithCoder:] + 384
    32 com.apple.Foundation 0x9742927c _decodeObjectBinary + 2902
    33 com.apple.Foundation 0x9742a088 -[NSKeyedUnarchiver _decodeArrayOfObjectsForKey:] + 1438
    34 com.apple.Foundation 0x9742a6f5 -[NSArray(NSArray) initWithCoder:] + 586
    35 com.apple.Foundation 0x9742927c _decodeObjectBinary + 2902
    36 com.apple.Foundation 0x97428574 _decodeObject + 180
    37 com.apple.AppKit 0x9279ef80 -[NSIBObjectData initWithCoder:] + 2337
    38 com.apple.Foundation 0x9742927c _decodeObjectBinary + 2902
    39 com.apple.Foundation 0x97428574 _decodeObject + 180
    40 com.apple.AppKit 0x9279e54a loadNib + 161
    41 com.apple.AppKit 0x9279dbff +[NSBundle(NSNibLoading) _loadNibFile:nameTable:withZone:ownerBundle:] + 831
    42 com.apple.AppKit 0x9279d8b5 +[NSBundle(NSNibLoading) loadNibFile:externalNameTable:withZone:] + 158
    43 com.apple.AppKit 0x9279d800 +[NSBundle(NSNibLoading) loadNibNamed:owner:] + 383
    44 com.apple.iDVD 0x000cd155 0x1000 + 835925
    45 com.apple.iDVD 0x001246d7 0x1000 + 1193687
    46 com.apple.Foundation 0x97443c01 __NSFireDelayedPerform + 693
    47 com.apple.CoreFoundation 0x906d8eee __CFRunLoopRun + 6846
    48 com.apple.CoreFoundation 0x906d6d34 CFRunLoopRunSpecific + 452
    49 com.apple.CoreFoundation 0x906d6b61 CFRunLoopRunInMode + 97
    50 com.apple.HIToolbox 0x97125fec RunCurrentEventLoopInMode + 392
    51 com.apple.HIToolbox 0x97125cdf ReceiveNextEventCommon + 158
    52 com.apple.HIToolbox 0x97125c28 BlockUntilNextEventMatchingListInMode + 81
    53 com.apple.AppKit 0x927e0b99 _DPSNextEvent + 847
    54 com.apple.AppKit 0x927e040e -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 156
    55 com.apple.AppKit 0x927a25fb -[NSApplication run] + 821
    56 com.apple.AppKit 0x9279a695 NSApplicationMain + 574
    57 com.apple.iDVD 0x00003729 0x1000 + 10025
    58 com.apple.iDVD 0x00002e7a 0x1000 + 7802
    59 com.apple.iDVD 0x00002da1 0x1000 + 7585
    Thread 1: Dispatch queue: com.apple.libdispatch-manager
    0 libSystem.B.dylib 0x9855e10a kevent + 10
    1 libSystem.B.dylib 0x9855e824 dispatch_mgrinvoke + 215
    2 libSystem.B.dylib 0x9855dce1 dispatch_queueinvoke + 163
    3 libSystem.B.dylib 0x9855da86 dispatch_workerthread2 + 234
    4 libSystem.B.dylib 0x9855d511 pthreadwqthread + 390
    5 libSystem.B.dylib 0x9855d356 start_wqthread + 30
    Thread 2:
    0 libSystem.B.dylib 0x985378fa machmsgtrap + 10
    1 libSystem.B.dylib 0x98538067 mach_msg + 68
    2 com.apple.CoreFoundation 0x906d7dbf __CFRunLoopRun + 2447
    3 com.apple.CoreFoundation 0x906d6d34 CFRunLoopRunSpecific + 452
    4 com.apple.CoreFoundation 0x906dc7a4 CFRunLoopRun + 84
    5 com.apple.AVCVideoServices 0x0044c871 AVS::AVCVideoServicesThreadStart(AVS::AVCVideoServicesThreadParams*) + 149
    6 libSystem.B.dylib 0x98564fe1 pthreadstart + 345
    7 libSystem.B.dylib 0x98564e66 thread_start + 34
    Thread 3:
    0 libSystem.B.dylib 0x9853795a semaphoretimedwait_signaltrap + 10
    1 libSystem.B.dylib 0x98565469 pthread_condwait + 1066
    2 libSystem.B.dylib 0x98594268 pthreadcond_timedwait_relativenp + 47
    3 com.apple.Foundation 0x97469aec -[NSCondition waitUntilDate:] + 453
    4 com.apple.Foundation 0x97422881 -[NSConditionLock lockWhenCondition:beforeDate:] + 279
    5 com.apple.Foundation 0x97422764 -[NSConditionLock lockWhenCondition:] + 69
    6 com.apple.iDVD 0x0001df33 0x1000 + 118579
    7 com.apple.iDVD 0x00035f2a 0x1000 + 216874
    8 com.apple.Foundation 0x9742d964 -[NSThread main] + 45
    9 com.apple.Foundation 0x9742d914 _NSThread__main_ + 1499
    10 libSystem.B.dylib 0x98564fe1 pthreadstart + 345
    11 libSystem.B.dylib 0x98564e66 thread_start + 34
    Thread 4:
    0 libSystem.B.dylib 0x98537a0e machwaituntil + 10
    1 libSystem.B.dylib 0x985bfc05 nanosleep + 345
    2 libSystem.B.dylib 0x985d8344 sleep + 63
    3 com.apple.iDVD 0x00035fb6 0x1000 + 217014
    4 com.apple.Foundation 0x9742d964 -[NSThread main] + 45
    5 com.apple.Foundation 0x9742d914 _NSThread__main_ + 1499
    6 libSystem.B.dylib 0x98564fe1 pthreadstart + 345
    7 libSystem.B.dylib 0x98564e66 thread_start + 34
    Thread 5:
    0 libSystem.B.dylib 0x985378fa machmsgtrap + 10
    1 libSystem.B.dylib 0x98538067 mach_msg + 68
    2 com.apple.CoreFoundation 0x906d7dbf __CFRunLoopRun + 2447
    3 com.apple.CoreFoundation 0x906d6d34 CFRunLoopRunSpecific + 452
    4 com.apple.CoreFoundation 0x906dc7a4 CFRunLoopRun + 84
    5 com.apple.DesktopServices 0x9240979d TSystemNotificationTask::SystemNotificationTaskProc(void*) + 643
    6 ...ple.CoreServices.CarbonCore 0x96ae29fa PrivateMPEntryPoint + 68
    7 libSystem.B.dylib 0x98564fe1 pthreadstart + 345
    8 libSystem.B.dylib 0x98564e66 thread_start + 34
    Thread 6:
    0 libSystem.B.dylib 0x9855d1a2 _workqkernreturn + 10
    1 libSystem.B.dylib 0x9855d738 pthreadwqthread + 941
    2 libSystem.B.dylib 0x9855d356 start_wqthread + 30
    Thread 7:
    0 libSystem.B.dylib 0x9855d1a2 _workqkernreturn + 10
    1 libSystem.B.dylib 0x9855d738 pthreadwqthread + 941
    2 libSystem.B.dylib 0x9855d356 start_wqthread + 30
    Thread 8:
    0 libSystem.B.dylib 0x98556876 select$DARWIN_EXTSN + 10
    1 com.apple.CoreFoundation 0x9071704d __CFSocketManager + 1085
    2 libSystem.B.dylib 0x98564fe1 pthreadstart + 345
    3 libSystem.B.dylib 0x98564e66 thread_start + 34
    Thread 9:
    0 libSystem.B.dylib 0x9853795a semaphoretimedwait_signaltrap + 10
    1 libSystem.B.dylib 0x98565469 pthread_condwait + 1066
    2 libSystem.B.dylib 0x98594268 pthreadcond_timedwait_relativenp + 47
    3 ...ple.CoreServices.CarbonCore 0x96b03435 TSWaitOnConditionTimedRelative + 242
    4 ...ple.CoreServices.CarbonCore 0x96b03173 TSWaitOnSemaphoreCommon + 511
    5 ...ickTimeComponents.component 0x93731255 ReadSchedulerThreadEntryPoint + 4698
    6 libSystem.B.dylib 0x98564fe1 pthreadstart + 345
    7 libSystem.B.dylib 0x98564e66 thread_start + 34
    Thread 10:
    0 libSystem.B.dylib 0x9853795a semaphoretimedwait_signaltrap + 10
    1 libSystem.B.dylib 0x98565469 pthread_condwait + 1066
    2 libSystem.B.dylib 0x98594268 pthreadcond_timedwait_relativenp + 47
    3 ...ple.CoreServices.CarbonCore 0x96b03435 TSWaitOnConditionTimedRelative + 242
    4 ...ple.CoreServices.CarbonCore 0x96b03173 TSWaitOnSemaphoreCommon + 511
    5 ...ple.CoreServices.CarbonCore 0x96b5d674 AIOFileThread(void*) + 1127
    6 libSystem.B.dylib 0x98564fe1 pthreadstart + 345
    7 libSystem.B.dylib 0x98564e66 thread_start + 34
    Thread 11:
    0 libSystem.B.dylib 0x985378fa machmsgtrap + 10
    1 libSystem.B.dylib 0x98538067 mach_msg + 68
    2 com.apple.CoreFoundation 0x906d7dbf __CFRunLoopRun + 2447
    3 com.apple.CoreFoundation 0x906d6d34 CFRunLoopRunSpecific + 452
    4 com.apple.CoreFoundation 0x906dc7a4 CFRunLoopRun + 84
    5 com.apple.DiscRecording 0x977a88db DRWorkLoop::WorkLoop() + 271
    6 com.apple.DiscRecording 0x977a87b9 DRWorkLoop::WorkLoopEntry(DRWorkLoop*) + 17
    7 com.apple.DiscRecording 0x977a8525 DRThreadObject::StartRoutine(DRThreadObject*) + 151
    8 libSystem.B.dylib 0x98564fe1 pthreadstart + 345
    9 libSystem.B.dylib 0x98564e66 thread_start + 34
    Thread 12:
    0 libSystem.B.dylib 0x98537a0e machwaituntil + 10
    1 libSystem.B.dylib 0x985bfc05 nanosleep + 345
    2 libSystem.B.dylib 0x985d8344 sleep + 63
    3 com.apple.iDVD 0x000dc044 0x1000 + 897092
    4 com.apple.Foundation 0x9742d964 -[NSThread main] + 45
    5 com.apple.Foundation 0x9742d914 _NSThread__main_ + 1499
    6 libSystem.B.dylib 0x98564fe1 pthreadstart + 345
    7 libSystem.B.dylib 0x98564e66 thread_start + 34
    Thread 0 crashed with X86 Thread State (32-bit):
    eax: 0x18236060 ebx: 0x927e62ca ecx: 0x00000000 edx: 0x00000004
    edi: 0x182acc20 esi: 0x18236060 ebp: 0xbfffc378 esp: 0xbfffc378
    ss: 0x0000001f efl: 0x00010202 eip: 0xa0c0000c cs: 0x00000017
    ds: 0x0000001f es: 0x0000001f fs: 0x00000000 gs: 0x00000037
    cr2: 0x00000004
    Binary Images:
    0x1000 - 0x2e9ff6 com.apple.iDVD 7.0.1 (1091) /Applications/iDVD.app/Contents/MacOS/iDVD
    0x35d000 - 0x382fff com.apple.oxygene.engine 2.0.0 (504) /Applications/iDVD.app/Contents/Frameworks/Oxygene.framework/Versions/A/Oxygene
    0x3a7000 - 0x3bdff0 com.apple.oxygene.layers 2.0.0 (602) /Applications/iDVD.app/Contents/Frameworks/OxygeneLayers.framework/Versions/A/O xygeneLayers
    0x3d2000 - 0x412ff7 com.apple.vmutils 4.2 (106) <834EA6B0-C91B-4CF1-ED3C-229C26459578> /System/Library/PrivateFrameworks/vmutils.framework/Versions/A/vmutils
    0x42b000 - 0x430ff7 com.apple.JavaScriptGlue 6531 (6531.5) <78CA2EB1-906A-D490-1D71-2AC95338B3DE> /System/Library/PrivateFrameworks/JavaScriptGlue.framework/Versions/A/JavaScrip tGlue
    0x43b000 - 0x46bfeb com.apple.AVCVideoServices 1.0 (39) /Applications/iDVD.app/Contents/Frameworks/AVCVideoServices.framework/Versions/ A/AVCVideoServices
    0x48d000 - 0x48fff7 com.apple.dspasset 5.0.0 (73) /Applications/iDVD.app/Contents/Frameworks/DSPAsset.framework/Versions/A/DSPAss et
    0x495000 - 0x6abfc3 com.apple.dspauthoring 5.0.0 (86) /Applications/iDVD.app/Contents/Frameworks/DSPAuthoring.framework/Versions/A/DS PAuthoring
    0x79c000 - 0x7c5047 com.apple.dspdiscspecification 5.0.0 (71) /Applications/iDVD.app/Contents/Frameworks/DSPDiscSpecification.framework/Versi ons/A/DSPDiscSpecification
    0x7f1000 - 0x808fff com.apple.dspfoundation 5.0.0 (69) /Applications/iDVD.app/Contents/Frameworks/DSPFoundation.framework/Versions/A/D SPFoundation
    0x81e000 - 0x82afff com.apple.dspgfxfoundation 5.0.0 (70) /Applications/iDVD.app/Contents/Frameworks/DSPGfxFoundation.framework/Versions/ A/DSPGfxFoundation
    0x838000 - 0x838fff com.apple.dpsmediapipeline 5.0.0 (68) /Applications/iDVD.app/Contents/Frameworks/DSPMediaPipeline.framework/Versions/ A/DSPMediaPipeline
    0x83c000 - 0x843fff com.apple.dspqt 5.0.0 (78) /Applications/iDVD.app/Contents/Frameworks/DSPQT.framework/Versions/A/DSPQT
    0x84f000 - 0xcf2fe6 com.apple.dvdbase 5.0.0 (552) /Applications/iDVD.app/Contents/Frameworks/DVDBase.framework/Versions/A/DVDBase
    0xfea000 - 0xff3fe8 com.apple.mediarenderingserver 5.0.0 (391) /Applications/iDVD.app/Contents/Frameworks/MediaRenderingServer.framework/Versi ons/A/MediaRenderingServer
    0xffe000 - 0x100fff7 com.apple.oxygenetransitions 5.0.0 (371) /Applications/iDVD.app/Contents/Frameworks/OxygeneTransitions.framework/Version s/A/OxygeneTransitions
    0x1019000 - 0x1066fff com.apple.dspdiscabstraction 5.0.0 (72) /Applications/iDVD.app/Contents/Frameworks/DSPDiscAbstraction.framework/Version s/A/DSPDiscAbstraction
    0x10b9000 - 0x10cdffb com.apple.dspquantization 5.0.0 (74) /Applications/iDVD.app/Contents/Frameworks/DSPQuantization.framework/Versions/A /DSPQuantization
    0x10e0000 - 0x10e0ff7 com.apple.graphicsappsupportframework 1.0 (4) <5EA10B08-C080-0E62-40C9-0D710B465C5C> /System/Library/PrivateFrameworks/GraphicsAppSupport.framework/Versions/A/Graph icsAppSupport
    0x10e3000 - 0x1296feb com.apple.prokit 5.0.1 (906) <B5BA53AD-9CB2-8C6B-09D7-A71FEC4C2FEE> /System/Library/PrivateFrameworks/ProKit.framework/Versions/A/ProKit
    0x149e1000 - 0x149e3ff7 libclparser.dylib ??? (???) <31EF152D-D2C7-C09D-82EF-8C52E9BED578> /System/Library/Frameworks/OpenCL.framework/Libraries/libclparser.dylib
    0x159d0000 - 0x159ecff7 GLRendererFloat ??? (???) <FE1D4967-5C89-4C0F-FA40-5AF1EB1A742D> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GL RendererFloat
    0x1729b000 - 0x1740cff7 GLEngine ??? (???) <132E6F18-BD3F-53AC-8448-2B68A83B0393> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
    0x1743d000 - 0x177e3ffb libclh.dylib ??? (???) <06EF25BB-7C1C-A2D1-0CB1-0EB9EE613668> /System/Library/Extensions/GeForce8xxxGLDriver.bundle/Contents/MacOS/libclh.dyl ib
    0x17eba000 - 0x17edeff7 com.apple.QuartzComposer.ExtraPatches 3.0 (156.6) <5AC2E3DF-717C-9A8D-1ED4-BF8F08B56A21> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/Resources/ExtraPatches.plugin/Contents/MacOS/ExtraPatches
    0x17eee000 - 0x17ef0ff7 com.apple.podcastproducer.ImageDiffer 1.1 (160) <F50AF94D-BFBB-979E-C84A-F0A370880433> /System/Library/Graphics/Quartz Composer Patches/ImageDifferPatch.plugin/Contents/MacOS/ImageDifferPatch
    0x18000000 - 0x1804cfff com.apple.audio.midi.CoreMIDI 1.7 (42) <670CB7F9-AA00-86F3-6623-E1335F7AEA83> /System/Library/Frameworks/CoreMIDI.framework/Versions/A/CoreMIDI
    0x18071000 - 0x18099feb com.apple.audio.OpenAL 1.3 (1.3) <17F53393-0AA6-5FC6-6544-7EFAFB7F13AD> /System/Library/Frameworks/OpenAL.framework/Versions/A/OpenAL
    0x180a7000 - 0x180d3ff7 com.apple.oxygene.layers.iDVDQCPatches 1.0.0 (602) /Applications/iDVD.app/Contents/Frameworks/OxygeneLayers.framework/Versions/A/R esources/iDVDQCPatches.plugin/Contents/MacOS/iDVDQCPatches
    0x184ec000 - 0x184f1ff7 com.apple.iokit.SCSITaskLib 2.5.0 (2.5.0) <2AAFF37D-4832-49A0-1AFC-CE2EC5363073> /System/Library/Extensions/IOSCSIArchitectureModelFamily.kext/Contents/PlugIns/ SCSITaskUserClient.kext/Contents/PlugIns/SCSITaskLib.plugin/Contents/MacOS/SCSIT askLib
    0x18a18000 - 0x18a1cff7 com.apple.qldisplay.Generic 2.0 (327.0) <586067E7-4D6A-3782-B07E-B139AFCACAE6> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.f ramework/Versions/A/Resources/DisplayBundles/Generic.qldisplay/Contents/MacOS/Ge neric
    0x18a22000 - 0x18a26fc0 com.apple.oxygene.datadefevent 2.0.0 (724) /Applications/iDVD.app/Contents/PlugIns/DataDefEvent.oxygene/Contents/MacOS/Dat aDefEvent
    0x18ae4000 - 0x18ae6ff7 com.apple.PDFImporter 2.1 (???) <C78368B0-3712-067C-9467-55932890C979> /System/Library/Components/PDFImporter.component/Contents/MacOS/PDFImporter
    0x18b12000 - 0x18b16fef com.apple.oxygene.dvdsupport 2.0.0 (724) /Applications/iDVD.app/Contents/PlugIns/DVDSupport.oxygene/Contents/MacOS/DVDSu pport
    0x1a33c000 - 0x1a37dfe3 com.apple.audio.SoundManager.Components 3.9.4 (3.9.4) <AD66647C-03A9-EBAF-6FFC-E5A631F4D6BE> /System/Library/Components/SoundManagerComponents.component/Contents/MacOS/Soun dManagerComponents
    0x1a8b0000 - 0x1aad3fe7 com.apple.audio.codecs.Components 2.0 (2.0) <064E9181-38CC-C2D3-070D-4D162D2903E8> /System/Library/Components/AudioCodecs.component/Contents/MacOS/AudioCodecs
    0x1d96d000 - 0x1d97bfdc com.apple.oxygene.datadefcontroller 2.0.0 (724) /Applications/iDVD.app/Contents/PlugIns/DataDefController.oxygene/Contents/MacO S/DataDefController
    0x1d982000 - 0x1d991fd0 com.apple.oxygene.datadefimage 2.0.0 (724) /Applications/iDVD.app/Contents/PlugIns/DataDefImage.oxygene/Contents/MacOS/Dat aDefImage
    0x1d996000 - 0x1d99aff7 com.apple.oxygene.filemanager 2.0.0 (724) /Applications/iDVD.app/Contents/PlugIns/FileManager.oxygene/Contents/MacOS/File Manager
    0x1d9a1000 - 0x1d9aafc7 com.apple.oxygene.fraktalzoom 2.0.0 (724) /Applications/iDVD.app/Contents/PlugIns/FraktalZoom.oxygene/Contents/MacOS/Frak talZoom
    0x1d9af000 - 0x1d9b4fd7 com.apple.oxygene.imagecapture 2.0.0 (724) /Applications/iDVD.app/Contents/PlugIns/ImageCapture.oxygene/Contents/MacOS/Ima geCapture
    0x1d9b9000 - 0x1d9d5ff0 com.apple.oxygene.imagedistort 2.0.0 (724) /Applications/iDVD.app/Contents/PlugIns/ImageDistort.oxygene/Contents/MacOS/Ima geDistort
    0x1d9e0000 - 0x1d9f0ffc com.apple.oxygene.imagefilters 2.0.0 (724) /Applications/iDVD.app/Contents/PlugIns/ImageFilters.oxygene/Contents/MacOS/Ima geFilters
    0x1e500000 - 0x1e5c8fc0 com.apple.oxygene.imagebasics 2.0.0 (724) /Applications/iDVD.app/Contents/PlugIns/ImageBasics.oxygene/Contents/MacOS/Imag eBasics
    0x1e5db000 - 0x1e5fffec com.apple.oxygene.imageeffects 2.0.0 (724) /Applications/iDVD.app/Contents/PlugIns/ImageEffects.oxygene/Contents/MacOS/Ima geEffects
    0x1e60a000 - 0x1e614ff4 com.apple.oxygene.imagegenerator 2.0.0 (724) /Applications/iDVD.app/Contents/PlugIns/ImageGenerator.oxygene/Contents/MacOS/I mageGenerator
    0x1e629000 - 0x1e62ffc4 com.apple.oxygene.imagemodulation 2.0.0 (724) /Applications/iDVD.app/Contents/PlugIns/ImageModulation.oxygene/Contents/MacOS/ ImageModulation
    0x1e637000 - 0x1e65aff8 com.apple.oxygene.imagetransitions 2.0.0 (724) /Applications/iDVD.app/Contents/PlugIns/ImageTransitions.oxygene/Contents/MacOS /ImageTransitions
    0x1e661000 - 0x1e664ff7 com.apple.oxygene.mpegImporter 2.0.0 (724) /Applications/iDVD.app/Contents/PlugIns/MPEGImporter.oxygene/Contents/MacOS/MPE GImporter
    0x1e669000 - 0x1e67dfec com.apple.oxygene.multimediaimporter 2.0.0 (724) /Applications/iDVD.app/Contents/PlugIns/MultiMediaImporter.oxygene/Contents/Mac OS/MultiMediaImporter
    0x1e685000 - 0x1e68bfd7 com.apple.oxygene.oldfilm 2.0.0 (724) /Applications/iDVD.app/Contents/PlugIns/OldFilm.oxygene/Contents/MacOS/OldFilm
    0x1e690000 - 0x1e694fef com.apple.oxygene.remoteControl 2.0.0 (724) /Applications/iDVD.app/Contents/PlugIns/RemoteControl.oxygene/Contents/MacOS/Re moteControl
    0x1e699000 - 0x1e69efe7 com.apple.oxygene.textimporter 2.0.0 (724) /Applications/iDVD.app/Contents/PlugIns/TextImporter.oxygene/Contents/MacOS/Tex tImporter
    0x1e6a4000 - 0x1e6a9fcf com.apple.oxygene.timemanager 2.0.0 (724) /Applications/iDVD.app/Contents/PlugIns/TimeManager.oxygene/Contents/MacOS/Time Manager
    0x1e6ae000 - 0x1e6b8fdf com.apple.oxygene.trackrecorder 2.0.0 (724) /Applications/iDVD.app/Contents/PlugIns/TrackRecorder.oxygene/Contents/MacOS/Tr ackRecorder
    0x1e6be000 - 0x1e6e8ff7 com.apple.oxygene.wirelessVideoOutput 2.0.0 (724) /Applications/iDVD.app/Contents/PlugIns/WirelessVideoOutput.oxygene/Contents/Ma cOS/WirelessVideoOutput
    0x1e77a000 - 0x1efdcf8f libLLVMContainer.dylib ??? (???) <A9977932-F525-66C7-2F90-3F6FA3738184> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libLLVMContain er.dylib
    0x1f19b000 - 0x1f668fe7 libcldcpuengine.dylib ??? (???) <F951C3C8-E4A6-06D0-3661-3382C6405A4A> /System/Library/Frameworks/OpenCL.framework/Libraries/libcldcpuengine.dylib
    0x3e000000 - 0x3e046ff7 com.apple.glut 3.4.4 (GLUT-3.4.4) <DF15FD36-E1F5-D745-1BF6-DD3AEA2897E4> /System/Library/Frameworks/GLUT.framework/Versions/A/GLUT
    0x8f613000 - 0x8fa52ff3 com.apple.GeForce8xxxGLDriver 1.6.0 (6.0.0) <081F6481-9A8E-D52D-744D-CD8114F66263> /System/Library/Extensions/GeForce8xxxGLDriver.bundle/Contents/MacOS/GeForce8xx xGLDriver
    0x8fe00000 - 0x8fe4162b dyld 132.1 (???) <211AF0DD-42D9-79C8-BB6A-1F4BEEF4B4AB> /usr/lib/dyld
    0x90003000 - 0x90073ffb com.apple.AppleVAFramework 4.6.2 (4.6.2) <25381B2A-89A6-0CEB-C159-DFF70C76B881> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x90074000 - 0x900e3ff7 libvMisc.dylib ??? (???) <59243A8C-2B98-3E71-8032-884D4853E79F> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x900e4000 - 0x90193fe3 com.apple.QuickTimeImporters.component 7.6.3 (1584) <34BF4FBA-BFCD-9A47-4BA9-E2B155C5C881> /System/Library/QuickTime/QuickTimeImporters.component/Contents/MacOS/QuickTime Importers
    0x90194000 - 0x90231ff3 com.apple.LaunchServices 360.3 (360.3) <C8590D53-E46A-F58A-7CF2-03A8159D8569> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x90232000 - 0x90648ff7 libBLAS.dylib ??? (???) <C4FB303A-DB4D-F9E8-181C-129585E59603> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x90649000 - 0x90649ff7 com.apple.quartzframework 1.5 (1.5) <CEB78F00-C5B2-3B3F-BF70-DD6D578719C0> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x9064a000 - 0x9067eff7 libssl.0.9.8.dylib ??? (???) <F3402001-EC8D-58E5-4A23-02A979C9E857> /usr/lib/libssl.0.9.8.dylib
    0x9067f000 - 0x9069aff7 libPng.dylib ??? (???) <38DD4AA1-0643-85A0-F2F5-EE9269729975> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x9069b000 - 0x90812fef com.apple.CoreFoundation 6.6 (550) <193E33D6-2E92-3452-773B-60A1A9CCC573> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x9083e000 - 0x90930ff7 libcrypto.0.9.8.dylib ??? (???) <792B8722-3091-5E9F-E25F-67499CFE0599> /usr/lib/libcrypto.0.9.8.dylib
    0x90931000 - 0x90958ff7 com.apple.quartzfilters 1.6.0 (1.6.0) <879A3B93-87A6-88FE-305D-DF1EAED04756> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters .framework/Versions/A/QuartzFilters
    0x90959000 - 0x909f1fe7 edu.mit.Kerberos 6.5.8 (6.5.8) <BA9BD282-FF56-3BFD-E78C-7DBE73B48480> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x909f2000 - 0x90e27ff7 libLAPACK.dylib ??? (???) <5E2D2283-57DE-9A49-1DB0-CD027FEFA6C2> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x90e28000 - 0x90e4efff com.apple.speech.LatentSemanticMappingFramework 2.6.9 (2.6.9) <BE757DF9-CC45-54AB-93B8-F7AE2BB6BC7D> /System/Library/Frameworks/LatentSemanticMapping.framework/Versions/A/LatentSem anticMapping
    0x90e96000 - 0x90ed2fff com.apple.CoreMediaIOServices 101.0 (715) <FD86FB28-9BA1-0993-1172-F10F61EA6344> /System/Library/PrivateFrameworks/CoreMediaIOServices.framework/Versions/A/Core MediaIOServices
    0x90ed3000 - 0x90eddfe7 com.apple.audio.SoundManager 3.9.3 (3.9.3) <5F494955-7290-2D91-DA94-44B590191771> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x90ede000 - 0x916c3fe7 com.apple.WebCore 6531 (6531.9) <F9A9848B-9EB0-B912-49F5-7E8010AF2CF1> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
    0x916c4000 - 0x917c5fe7 libxml2.2.dylib ??? (???) <C242A74D-280A-90C3-3F79-891624AA45D2> /usr/lib/libxml2.2.dylib
    0x917c6000 - 0x917c8ff7 com.apple.securityhi 4.0 (36638) <962C66FB-5BE9-634E-0810-036CB340C059> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x917c9000 - 0x91816ff7 com.apple.ExchangeWebServices 1.0 (54) <47779F6D-8248-11CC-843E-EE37488691C2> /System/Library/PrivateFrameworks/ExchangeWebServices.framework/Versions/A/Exch angeWebServices
    0x91817000 - 0x91899ffb SecurityFoundation ??? (???) <29C27E0E-B2B3-BF6B-B1F8-5783B8B01535> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x9189a000 - 0x918cbff3 libTrueTypeScaler.dylib ??? (???) <F326E053-7425-2F10-F883-CBD56A1E1B72> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
    0x918cc000 - 0x91903ff7 com.apple.CoreMedia 0.420.17 (420.17) <A45B464A-4E05-8372-C055-974AD5393E03> /System/Library/PrivateFrameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x9191d000 - 0x919ccfef com.apple.ColorSync 4.6.0 (4.6.0) <66ABAE86-B0EC-D641-913D-08ACA965F9FA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x919cd000 - 0x919ddff7 libsasl2.2.dylib ??? (???) <C8744EA3-0AB7-CD03-E639-C4F2B910BE5D> /usr/lib/libsasl2.2.dylib
    0x919de000 - 0x919eaff7 libkxld.dylib ??? (???) <152C8DBB-0149-5827-3240-E57CA85CFE5F> /usr/lib/system/libkxld.dylib
    0x919eb000 - 0x91a43fe7 com.apple.datadetectorscore 2.0 (80.7) <A40AA74A-9D13-2A6C-5440-B50905923251> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
    0x91a44000 - 0x91a7cff7 com.apple.LDAPFramework 2.0 (120.1) <8C7F3F42-6A4D-D37A-4232-685D44E8769E> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x91a7d000 - 0x91ae7fe7 libstdc++.6.dylib ??? (???) <411D87F4-B7E1-44EB-F201-F8B4F9227213> /usr/lib/libstdc++.6.dylib
    0x91b97000 - 0x91bcdfff libtidy.A.dylib ??? (???) <DDFAB560-3883-A6A2-7BDD-D91730982B48> /usr/lib/libtidy.A.dylib
    0x91bce000 - 0x91bf2ff7 libJPEG.dylib ??? (???) <265DBF67-994E-E320-4CB1-9C3DE792C3B2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x91bf3000 - 0x91c23ff7 com.apple.MeshKit 1.0 (49.0) <435718C1-ED40-6BCC-F0D8-67FA05CFFF1E> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/MeshKit
    0x91c24000 - 0x91c24ff7 com.apple.Accelerate 1.5 (Accelerate 1.5) <F642E7A0-3720-FA19-0190-E6DBD9EF2D9B> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x91c25000 - 0x91cb6fe3 com.apple.print.framework.PrintCore 6.0 (312) <C588530A-0F2C-DD72-E308-3B8735125189> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x91cb7000 - 0x91cf1fe7 libFontRegistry.dylib ??? (???) <EE633CF6-8827-EF05-10A4-5F2937120227> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x91cf2000 - 0x91cf7ff7 com.apple.AOSNotification 1.1.0 (123.3) <0386E48C-4095-1D2A-629A-83B7711550F3> /System/Library/PrivateFrameworks/AOSNotification.framework/Versions/A/AOSNotif ication
    0x91cf8000 - 0x91e20fe7 com.apple.CoreData 102 (246) <E7E6CE39-9B51-13C8-FE31-8FE57CF7BDE1> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x91ffd000 - 0x92007ff7 libGL.dylib ??? (???) <B375A3B6-2983-A4E4-50FB-9087FD606FD6> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x92020000 - 0x92038ff7 com.apple.CFOpenDirectory 10.6 (10.6) <1537FB4F-C112-5D12-1E5D-3B1002A4038F> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
    0x92039000 - 0x92089ff7 com.apple.framework.familycontrols 2.0 (2.0) <50617342-E578-4C1C-938A-19A37ECA91CA> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
    0x9208a000 - 0x92218fff com.apple.JavaScriptCore 6531 (6531.5) <DDDCCE57-42D2-BAA1-63F1-F76458EE0927> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x92219000 - 0x92219ff7 com.apple.Cocoa 6.6 (???) <EA27B428-5904-B00B-397A-185588698BCC> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x9221a000 - 0x9221aff7 com.apple.CoreServices 44 (44) <AC35D112-5FB9-9C8C-6189-5F5945072375> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x922c4000 - 0x92301ff7 com.apple.SystemConfiguration 1.10 (1.10) <897AEEAF-CF5D-2843-C33B-31A0A7C98A6A> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x92302000 - 0x92322fe7 libresolv.9.dylib ??? (???) <A48921CB-3FA7-3071-AF9C-2D86FB493A3A> /usr/lib/libresolv.9.dylib
    0x92323000 - 0x92406ff7 com.apple.WebKit 6531 (6531.9) <991912FB-1484-A0B2-593F-A8722BC6AFE7> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x92407000 - 0x924e2fef com.apple.DesktopServices 1.5.0 (1.5.0) <5295C246-805B-DBCD-BA61-1AE9A458CF73> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x924e3000 - 0x925eafe3 com.apple.DiskImagesFramework 10.6 (281) <B57DDA36-9B4B-9D57-7072-91D531BDD2BC> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
    0x925eb000 - 0x925f1fff com.apple.CommonPanels 1.2.4 (91) <2438AF5D-067B-B9FD-1248-2C9987F360BA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x925fd000 - 0x9260eff7 com.apple.LangAnalysis 1.6.5 (1.6.5) <E77440D0-76EE-EB4C-3D00-9EDE417F13CF> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x9260f000 - 0x92660ff7 com.apple.HIServices 1.8.0 (???) <B8EC13DB-A81A-91BF-8C82-66E840C64C91> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x92661000 - 0x9267fff7 com.apple.CoreVideo 1.6.0 (43.0) <3A853574-DD9E-08D8-FD2C-6221B55C3E08> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x92680000 - 0x92732ffb libFontParser.dylib ??? (???) <EB089832-660F-0B34-3AC8-CCDA937987D9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x92733000 - 0x92733ff7 com.apple.ApplicationServices 38 (38) <8012B504-3D83-BFBB-DA65-065E061CFE03> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x92734000 - 0x92773ff7 com.apple.ImageCaptureCore 1.0 (1.0) <D8767350-A10D-B6B5-3A8D-05888A7758ED> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCo re
    0x92774000 - 0x92781ff7 com.apple.AppleFSCompression 1.0 (1.0) <A348AEAB-D279-68B9-0CF2-3C29FBADBCC4> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/Apple FSCompression
    0x92783000 - 0x92797fe7 libbsm.0.dylib ??? (???) <14CB053A-7C47-96DA-E415-0906BA1B78C9> /usr/lib/libbsm.0.dylib
    0x92798000 - 0x93074ff7 com.apple.AppKit 6.6 (1038) <25DDEBFC-8A2F-8434-1D97-AEC55B5205F8> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x93075000 - 0x93076ff7 com.apple.audio.units.AudioUnit 1.6 (1.6) <68180B96-381C-A09D-5576-606A134FD953> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x93077000 - 0x930b5ff7 com.apple.QuickLookFramework 2.0 (327.0) <84AF77F0-DAFD-DCED-FBD4-DCF827650F44> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x930b6000 - 0x930d5fe3 libexpat.1.dylib ??? (???) <82E6F83F-9667-2E39-1D9D-4A49C642527D> /usr/lib/libexpat.1.dylib
    0x930d6000 - 0x930e8ff7 com.apple.MultitouchSupport.framework 200.20 (200.20) <1D7EE15B-ADDD-1F57-F1FB-FB5252910D5A> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
    0x9312a000 - 0x9312dff7 libCoreVMClient.dylib ??? (???) <16BB2178-B32D-E57E-F1E4-D177F7754232> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
    0x9312e000 - 0x940bcff7 com.apple.QuickTimeComponents.component 7.6.3 (1584) /System/Library/QuickTime/QuickTimeComponents.component/Contents/MacOS/QuickTim eComponents
    0x940bd000 - 0x940c7ffb com.apple.speech.recognition.framework 3.10.10 (3.10.10) <E106CC3A-7633-5587-0B29-64E19FCBC613> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x940c8000 - 0x94199ff3 ColorSyncDeprecated.dylib ??? (???) <AFD6DAC8-12EF-B2A0-5322-E902D5B48B0A> /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ColorSync.f ramework/Versions/A/Resources/ColorSyncDeprecated.dylib
    0x9419a000 - 0x941b6fe3 com.apple.openscripting 1.3 (???) <D2FF4419-FD71-5D4A-F397-B03E82085232> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x941b7000 - 0x942c0fe7 com.apple.CoreAUC 4.10.0 (4.10.0) <34606DCE-1257-8FB9-E633-AC56DD263EAB> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
    0x942c1000 - 0x942ceff7 com.apple.NetFS 3.2 (3.2) <E6FD80B0-0238-0C42-A3EC-EBDEC107A1C3> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x942cf000 - 0x942e4fff com.apple.ImageCapture 6.0 (6.0) <3F31833A-38A9-444E-02B7-17619CA6F2A0> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x942e5000 - 0x94425ff7 com.apple.syncservices 5.0 (575) <61B36E07-6D14-97DC-122F-41EDE1F6DB03> /System/Library/Frameworks/SyncServices.framework/Versions/A/SyncServices
    0x94426000 - 0x9471ffef com.apple.QuickTime 7.6.3 (1584) <687233E1-F428-5224-08D5-5874BEA2300D> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x947cf000 - 0x947d0ff7 com.apple.MonitorPanelFramework 1.3.0 (1.3.0) <0EC4EEFF-477E-908E-6F21-ED2C973846A4> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPane l
    0x947d1000 - 0x9484aff7 com.apple.PDFKit 2.5 (2.5) <58603BDB-337F-FBE3-EB11-7C31CF261995> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
    0x9484b000 - 0x94aadff3 com.apple.security 6.0 (36910) <F045B57C-054F-F06F-EF7E-EABEC2700274> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x94aae000 - 0x94aecfe7 com.apple.MediaKit 10.0 (472) <8B1C89AF-6A2A-8D01-D723-22A4DBEA7760> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
    0x94b26000 - 0x94b4cfff com.apple.DictionaryServices 1.1 (1.1) <07694B30-56A9-5C98-B8BC-DA0628715FA8> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
    0x94b4d000 - 0x94eb1ff7 com.apple.QuartzCore 1.6.0 (226.0) <7E29DD09-BE04-AA06-5C81-5C093F16901B> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x94f06000 - 0x95013ff7 com.apple.MediaToolbox 0.420.17 (420.17) <EE843140-C79F-3D8C-B89E-893CD74C3633> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbo x
    0x95014000 - 0x95085ff7 com.apple.iLifeMediaBrowser 2.1.3 (346.0.3) <C862CAE1-1906-CD45-7D66-F8798483BAA5> /System/Library/PrivateFrameworks/iLifeMediaBrowser.framework/Versions/A/iLifeM ediaBrowser
    0x95093000 - 0x950d3fe7 com.apple.DAVKit 4.0 (729) <FE695058-C0B3-6744-85FA-43239363F815> /System/Library/PrivateFrameworks/DAVKit.framework/Versions/A/DAVKit
    0x950d4000 - 0x95121feb com.apple.DirectoryService.PasswordServerFramework 6.0 (6.0) <BF66BA5D-BBC8-78A5-DBE2-F9DE3DD1D775> /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordS erver
    0x95122000 - 0x95903497 com.apple.CoreGraphics 1.535.5 (???) <0B93D29C-D957-AD00-10F3-94112D75D6D9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x95904000 - 0x95972ff7 com.apple.WhitePagesFramework 10.6.0 (140.0) <132A7CF8-D073-0F35-E9A4-777E5EBAC1EE> /System/Library/PrivateFrameworks/WhitePages.framework/Versions/A/WhitePages
    0x95986000 - 0x95a50fef com.apple.CoreServices.OSServices 352 (352) <D9F21CA4-EED0-705F-8F3C-F1322D114B52> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x95a51000 - 0x95a8cfe7 com.apple.DebugSymbols 1.1 (70) <05013716-CFCF-801E-5535-D0643869BDCD> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbol s
    0x95a8d000 - 0x95b29fe7 com.apple.ApplicationServices.ATS 4.0 (???) <81700C90-2614-F7E2-CC6A-B01C24A2BD75> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x95b2a000 - 0x95fd8fe7 com.apple.VideoToolbox 0.420.17 (420.17) <F2812B5D-4C09-EFCC-182E-412257859AB1> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbo x
    0x95fd9000 - 0x9604dfef com.apple.CoreSymbolication 2.0 (23) <8A04EA5F-83F8-5E15-B2E0-8A727C9C4E8B> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSy mbolication
    0x9604e000 - 0x96050fe7 com.apple.ExceptionHandling 1.5 (10) <21F37A49-E63B-121E-D406-1BBC94BEC762> /System/Library/Frameworks/ExceptionHandling.framework/Versions/A/ExceptionHand ling
    0x96132000 - 0x96154ff3 com.apple.DirectoryService.Framework 3.6 (621) <61569C79-6567-BE8F-4F76-BAC04E5FBF79> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x96155000 - 0x961ccfeb com.apple.backup.framework 1.1 (1.0) <73C642BD-A0C5-7D45-79FA-0AA6D96226C0> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x961cd000 - 0x96246ff3 com.apple.audio.CoreAudio 3.2.0 (3.2) <91AE891E-6015-AABE-3512-2D5EBCA0937B> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x96247000 - 0x9626fff7 libxslt.1.dylib ??? (???) <769EF4B2-C1AD-73D5-AAAD-1564DAEA77AF> /usr/lib/libxslt.1.dylib
    0x96270000 - 0x9627dff7 libbz2.1.0.dylib ??? (???) <495732E1-2AC4-44FC-E633-4CBCC503B924> /usr/lib/libbz2.1.0.dylib
    0x962b0000 - 0x962b7ff7 com.apple.KerberosHelper 2.0 (1.0) <2AB5E012-A44F-E468-41C5-96EF3A4EB1EE> /System/Library/PrivateFrameworks/KerberosHelper.framework/Versions/A/KerberosH elper
    0x962e2000 - 0x962e6ff7 IOSurface ??? (???) <C11D3FF3-EB51-A07D-EF24-9C2004115724> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x962e7000 - 0x9633dff7 com.apple.MeshKitRuntime 1.0 (49.0) <BCB920E3-C567-3F37-D404-F518A256859E> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshK itRuntime.framework/Versions/A/MeshKitRuntime
    0x9633e000 - 0x96342ff7 libGIF.dylib ??? (???) <51848EBF-27D4-0F85-C22A-D1AE10D328F3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x96343000 - 0x963c3feb com.apple.SearchKit 1.3.0 (1.3.0) <9E18AEA5-F4B4-8BE5-EEA9-818FC4F46FD9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x963c4000 - 0x96424fe7 com.apple.CoreText 3.0.0 (???) <8F4FCAE2-8E6F-F0DE-A6AA-15D0228B7F13> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x96425000 - 0x96425ff7 com.apple.Carbon 150 (152) <608A04AB-F35D-D2EB-6629-16B88FB32074> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x96426000 - 0x9648affb com.apple.htmlrendering 72 (1.1.4) <4D451A35-FAB6-1288-71F6-F24A4B6E2371> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x9648b000 - 0x964beff7 com.apple.AE 496 (496) <B638FDD4-7322-F0E4-ACEB-777D8A1399E1> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x964bf000 - 0x96566fe7 com.apple.CFNetwork 454.4 (454.4) <7C563385-9893-3B48-8607-5BC81DA2C4CF> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x96567000 - 0x965a9fe7 libvDSP.dylib ??? (???) <8F8FFFB3-81E3-2969-5688-D5B0979182E6> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x965aa000 - 0x965bcff7 com.apple.syncservices.syncservicesui 5.0 (575) <30009CB4-91E6-5006-3FA5-606C54A1EA7A> /System/Library/PrivateFrameworks/SyncServicesUI.framework/Versions/A/SyncServi cesUI
    0x965bd000 - 0x965bfff7 libRadiance.dylib ??? (???) <0E03CF64-0931-7B9A-F617-4387B809D6D8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x965c0000 - 0x965c7fff com.apple.print.framework.Print 6.0 (237) <7A06B15C-B835-096E-7D96-C2FE8F0D21E1> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x965c8000 - 0x965d2ff7 com.apple.CrashReporterSupport 10.6 (237) <2FABBC83-A515-24AD-4BAA-60E458509549> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
    0x965ec000 - 0x965ecff7 liblangid.dylib ??? (???) <B99607FC-5646-32C8-2C16-AFB5EA9097C2> /usr/lib/liblangid.dylib
    0x965ed000 - 0x965f4ff7 com.apple.agl 3.0.12 (AGL-3.0.12) <6BF89127-C18C-27A9-F94A-981836A822FE> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x965f5000 - 0x965f5ff7 com.apple.Accelerate.vecLib 3.5 (vecLib 3.5) <3E039E14-2A15-56CC-0074-EE59F9FBB913> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x96607000 - 0x96650fe7 libTIFF.dylib ??? (???) <6EF87001-6FB4-1405-C588-F6D8042D3534> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x96651000 - 0x9680dfef com.apple.ImageIO.framework 3.0.0 (3.0.0) <A37E541F-3D6A-2BE9-AB32-F60CCDE13608> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x9680e000 - 0x96813ff7 com.apple.OpenDirectory 10.6 (10.6) <92582807-E8F3-3DD9-EB42-4195CFB754A1> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x9681b000 - 0x9691dfef com.apple.MeshKitIO 1.0 (49.0) <E4436373-BF5D-9644-F8B7-B72762BEC08B> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshK itIO.framework/Versions/A/MeshKitIO
    0x96937000 - 0x969a5ff7 com.apple.ISSupport 1.9.1 (49) <E6EF2734-ED63-E7C2-C4D2-8D64E9955BFC> /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
    0x969a6000 - 0x969ecff7 libauto.dylib ??? (???) <FAB17F30-A28B-E33D-6E21-C7119C9C83ED> /usr/lib/libauto.dylib
    0x96a0e000 - 0x96abbfe7 libobjc.A.dylib ??? (???) <410DD065-A18F-F054-0457-65525F4D1039> /usr/lib/libobjc.A.dylib
    0x96abc000 - 0x96ddbfe7 com.apple.CoreServices.CarbonCore 859.1 (859.1) <2E72AF56-4BE6-294A-7372-19C360688B8B> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x96ed1000 - 0x96fc7ff7 libGLProgrammability.dylib ??? (???) <B8E40851-3A01-7D01-2F96-537BF7FA63B5> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0x96fc8000 - 0x97010fff com.apple.iCalendar 1 (42) <9AF2C578-17E9-4F9A-AA5D-42B8CA6EA666> /System/Library/PrivateFrameworks/iCalendar.framework/Versions/A/iCalendar
    0x97011000 - 0x97017ff7 libCGXCoreImage.A.dylib ??? (???) <8E11578A-B46D-0BC1-DE50-05A92F377D7D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
    0x97021000 - 0x97021ff7 com.apple.vecLib 3.5 (vecLib 3.5) <17BEEF92-DF30-CD52-FD65-0B7B43B93617> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x97022000 - 0x97056ff7 libcups.2.dylib ??? (???) <9078BA07-DEE1-6597-D15D-7BE3A20CB5A0> /usr/lib/libcups.2.dylib
    0x97057000 - 0x970a7fe7 libGLU.dylib ??? (???) <55A69DCE-1237-341E-F239-CDFE1F5B19BB> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x970a8000 - 0x970d9ff7 libGLImage.dylib ??? (???) <0FB347C7-A579-4E51-4733-39AB28064554> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x970dd000 - 0x970ebfe7 libz.1.dylib ??? (???) <7B7A02AB-DA99-6180-880E-D28E4F9AA8EB> /usr/lib/libz.1.dylib
    0x970ec000 - 0x970f0ff7 libGFXShared.dylib ??? (???) <ED62E870-E219-C873-88AA-9CE08108F811> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
    0x970f1000 - 0x97414fef com.apple.HIToolbox 1.6.0 (???) <6F95AF67-678A-D8BC-FFC2-029C9AA2F44A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x97415000 - 0x97416ff7 com.apple.TrustEvaluationAgent 1.0 (1) <71E2DA16-83EC-6056-FFEE-862A04B5599F> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
    0x97417000 - 0x97687ffb com.apple.Foundation 6.6 (751) <A61B645E-1A15-5BCA-3043-C8AB85C6AD30> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x97688000 - 0x97692ff7 libCSync.A.dylib ??? (???) <A05BB12D-CD51-DE43-323B-3A3E99A3EED5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x97693000 - 0x9769cff7 com.apple.DiskArbitration 2.3 (2.3) <E9C40767-DA6A-6CCB-8B00-2D5706753000> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x9769d000 - 0x976edff7 com.apple.Symbolication 1.1 (67) <E0C94D8B-4F12-49E6-BAA5-3B00441A047B> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolicat ion
    0x976ee000 - 0x9779dff3 com.apple.ink.framework 1.3 (104) <8526D880-D367-3EF9-DBFD-9A6AB240F57A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x9779e000 - 0x977a5ff7 com.apple.NSServerNotificationCenter 2 (1.0) <63EAE599-362C-CD27-CC18-1F211C12B8B8> /System/Library/Frameworks/ServerNotification.framework/Versions/A/ServerNotifi cation
    0x977a6000 - 0x97880fe7 com.apple.DiscRecording 5.0 (5000.4.6) <8471B33F-5B5A-13EA-04B4-41882AE63C7D> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
    0x97881000 - 0x97aacff3 com.apple.QuartzComposer 4.0 (156.6) <D1D3A5A8-75BC-4556-85FA-8A9F487106DD> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
    0x97ab2000 - 0x97b0cff7 com.apple.framework.IOKit 2.0 (???) <7618DDEC-2E3B-9C6E-FDC9-15169E24B4FB> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x97b0d000 - 0x97b17ff7 com.apple.dotMacLegacy 3.2 (266) <6F2588BA-E801-1664-E60C-5BEC2AF924D0> /System/Library/PrivateFrameworks/DotMacLegacy.framework/Versions/A/DotMacLegac y
    0x97b43000 - 0x97b87fe7 com.apple.Metadata 10.6.0 (507.1) <CBD1B22B-5F10-C784-03A2-35106B97DF3F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x97b88000 - 0x97ba5fe7 com.apple.DotMacSyncManager 2.0.0 (446) <4F2093CF-02E6-470C-038C-801F548475F0> /System/Library/PrivateFrameworks/DotMacSyncManager.framework/Versions/A/DotMac SyncManager
    0x97d47000 - 0x97f44feb com.apple.AddressBook.framework 5.0 (862) <BD05B213-46CF-8EFD-B801-CF741408600D> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x97f50000 - 0x97faafe7 com.apple.CorePDF 1.0 (1.0) <590244C9-15D7-7A65-13AF-6F597123746B> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
    0x97fab000 - 0x980d4fe7 com.apple.audio.toolbox.AudioToolbox 1.6 (1.6) <62BEEBE6-68FC-4A48-91CF-39DA2BD793F1> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x980d5000 - 0x980e2ff7 com.apple.opengl 1.6.3 (1.6.3) <59D86286-B46F-B0E4-68F8-E5CDCADE393E> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x980e3000 - 0x98222fe3 com.apple.QTKit 7.6.3 (1584) <18130DA4-7132-CEAF-2137-4925CAC0B585> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x98223000 - 0x98242fe7 com.apple.opencl 11 (11) <372A42E7-FB10-B74D-E1A0-980E94D07021> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x98243000 - 0x98536fe7 com.apple.MessageFramework 4.0 (1075.2) <5D664C27-6D05-4BC5-C3BA-E989908D4BBB> /System/Library/Frameworks/Message.framework/Versions/B/Message
    0x98537000 - 0x986dbfeb libSystem.B.dylib ??? (???) <068CC3F2-F867-A231-A16C-CC01C29A9816> /usr/lib/libSystem.B.dylib
    0x98707000 - 0x987afff7 com.apple.QD 3.31 (???) <40FCAC85-4E4F-2290-90D4-F66D550ADFDC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x987b0000 - 0x987c4ffb com.apple.speech.synthesis.framework 3.10.35 (3.10.35) <57DD5458-4F24-DA7D-0927-C3321A65D743> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x987c5000 - 0x989d7fff com.apple.RawCamera.bundle 2.2.1 (477) <10937A0D-0856-1B69-AE27-43BC15B7DD21> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x989d8000 - 0x98a0ffe7 libcurl.4.dylib ??? (???) <D6299871-E1C9-5238-FE18-0B3C02025376> /usr/lib/libcurl.4.dylib
    0x98a10000 - 0x98bf0fff com.apple.imageKit 2.0 (1.0) <A09D802D-DAD8-39D6-B3D1-83931741E387> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
    0x98bf1000 - 0x98c35ff3 com.apple.coreui 0.2 (112) <A810DFFD-6314-5E2B-93A4-D5626634B1EE> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x98c36000 - 0x98c39ff7 libCGXType.A.dylib ??? (???) <3FB5E457-EABF-B33E-E01B-C695FB2D72EE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
    0x98c3a000 - 0x98c7aff3 com.apple.securityinterface 4.0 (36981) <F024C5CA-0762-1599-5BAB-17F785E51075> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    0x98c7b000 - 0x98dfdfe7 libicucore.A.dylib ??? (???) <FBB66376-CBA9-8149-A1AA-10AB8578C3B3> /usr/lib/libicucore.A.dylib
    0x98dfe000 - 0x98eb7fe7 libsqlite3.dylib ??? (???) <16CEF8E8-8C9A-94CD-EF5D-05477844C005> /usr/lib/libsqlite3.dylib
    0x98eb8000 - 0x98ef9ff7 libRIP.A.dylib ??? (???) <6DB158C6-A84D-98C9-1D48-868A3DB17D09> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x98efa000 - 0x98f68ff7 com.apple.QuickLookUIFramework 2.0 (327.0) <86D7E331-4C25-D360-7316-BA32192686D7> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.f ramework/Versions/A/QuickLookUI
    0x98f69000 - 0x98fa2fe7 com.apple.bom 10.0 (164) <CC61CCD7-F76C-45DD-6666-C0E0D07C7343> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
    0x98fa3000 - 0x990b9fe3 com.apple.PubSub 1.0.4 (65.11) <7F349A71-C4E6-E645-B28D-03A7DD120AA6> /System/Library/Frameworks/PubSub.framework/Versions/A/PubSub
    0x990e5000 - 0x992a4ff7 com.apple.CalendarStore 4.0 (965) <5977E405-589F-D858-7115-1BFF12D76547> /System/Library/Frameworks/CalendarStore.framework/Versions/A/CalendarStore
    0x992da000 - 0x992ddfe7 libmathCommon.A.dylib ??? (???) <1622A54F-1A98-2CBE-B6A4-2122981A500E> /usr/lib/system/libmathCommon.A.dylib
    0x992de000 - 0x992e4ff7 com.apple.DisplayServicesFW 2.1 (2.1) <762CC18B-1F71-E9FC-ECB7-7078B4856D6E> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
    0x992e5000 - 0x993c2ff7 com.apple.vImage 4.0 (4.0) <64597E4B-F144-DBB3-F428-0EC3D9A1219E> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x993c3000 - 0x993d3ff7 com.apple.DSObjCWrappers.Framework 10.6 (134) <81A0B409-3906-A98F-CA9B-A49E75007495> /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
    0x993d4000 - 0x99417ff7 com.apple.NavigationServices 3.5.3 (181) <28CDD978-030E-7D4A-5334-874A8EBE6C29> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x9942c000 - 0x9942fffb com.apple.help 1.3.1 (41) <67F1F424-3983-7A2A-EC21-867BE838E90B> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0xba900000 - 0xba916ff7 libJapaneseConverter.dylib ??? (???) <4FB5CEEB-8D3E-8C57-1718-81D7CAFBFE69> /System/Library/CoreServices/Encodings/libJapaneseConverter.dylib
    0xffff0000 - 0xffff1fff libSystem.B.dylib ??? (???) <068CC3F2-F867-A231-A16C-CC01C29A9816> /usr/lib/libSystem.B.dylib
    Model: MacBookPro4,1, BootROM MBP41.00C1.B03, 2 processors, Intel Core 2 Duo, 2.4 GHz, 2 GB, SMC 1.27f1
    Graphics: NVIDIA GeForce 8600M GT, GeForce 8600M GT, PCIe, 256 MB
    Memory Module: global_name
    AirPort: spairportwireless_card_type_airportextreme (0x14E4, 0x8C), Broadcom BCM43xx 1.0 (5.10.91.19)
    Bluetooth: Version 2.2.0f18, 2 service, 1 devices, 1 incoming serial ports
    Serial ATA Device: FUJITSU MHY2200BH, 186.31 GB
    Parallel ATA Device: HL-DT-ST DVDRW GSA-S10N
    USB Device: Built-in iSight, 0x05ac (Apple Inc.), 0x8502, 0xfd400000
    USB Device: External HDD, 0x1058 (Western Digital Technologies, Inc.), 0x0704, 0xfa200000
    USB Device: Apple Internal Keyboard / Trackpad, 0x05ac (Apple Inc.), 0x0230, 0x5d200000
    USB Device: IR Receiver, 0x05ac (Apple Inc.), 0x8242, 0x5d100000
    USB Device: BCM2045B2, 0x0a5c (Broadcom Corp.), 0x4500, 0x1a100000
    USB Device: Bluetooth USB Host Controller, 0x05ac (Apple Inc.), 0x820f, 0x1a110

    Hi.
    I am an editor. I edit tons of movies on my Mac Pro. Well, I recently updated my computer into Snow Leopard. I don't know if it is because of that, but lately my iDVD quits on me. I have iDVD 08. It quits after making that ejecting dvd sound. When I clicked on detail, this is the bunch of letters that came with the problem. Does anyone know how to fix this problem?
    Process: iDVD [700]
    Path: /Applications/iDVD.app/Contents/MacOS/iDVD
    Identifier: com.apple.iDVD
    Version: 7.0.1 (1091)
    Build Info: iDVD-10910000~6
    Code Type: X86 (Native)
    Parent Process: launchd [71]
    Date/Time: 2009-12-17 20:36:06.691 -0600
    OS Version: Mac OS X 10.6 (10A432)
    Report Version: 6
    Interval Since Last Report: 127852 sec
    Crashes Since Last Report: 20
    Per-App Interval Since Last Report: 760 sec
    Per-App Crashes Since Last Report: 11
    Anonymous UUID: 5BEBFB42-06FF-4956-A5EF-C104DD48A7E7
    Exception Type: EXCBADACCESS (SIGBUS)
    Exception Codes: KERNPROTECTIONFAILURE at 0x0000000000000004
    Crashed Thread: 0 Dispatch queue: com.apple.main-thread
    Thread 0 Crashed: Dispatch queue: com.apple.main-thread
    0 ??? 0xa0c0000c 0 + 2696937484
    1 com.apple.AppKit 0x927e6354 -[NSActionCell setControlView:] + 158
    2 com.apple.AppKit 0x927e6227 -[NSButtonCell setControlView:] + 67
    3 com.apple.iDVD 0x001c33da 0x1000 + 1844186
    4 com.apple.AppKit 0x9281f9f4 -[NSClassSwapper initWithCoder:] + 574
    5 com.apple.Foundation 0x9742927c _decodeObjectBinary + 2902
    6 com.apple.Foundation 0x9742a088 -[NSKeyedUnarchiver _decodeArrayOfObjectsForKey:] + 1438
    7 com.apple.Foundation 0x9742a6f5 -[NSArray(NSArray) initWithCoder:] + 586
    8 com.apple.Foundation 0x9742927c _decodeObjectBinary + 2902
    9 com.apple.Foundation 0x97428574 _decodeObject + 180
    10 com.apple.AppKit 0x92820102 -[NSView initWithCoder:] + 306
    11 com.apple.AppKit 0x9285af83 -[NSCustomView initWithCoder:] + 662
    12 com.apple.Foundation 0x9742927c _decodeObjectBinary + 2902
    13 com.apple.Foundation 0x97428574 _decodeObject + 180
    14 com.apple.AppKit 0x92820e18 -[NSResponder initWithCoder:] + 85
    15 com.apple.AppKit 0x9282002a -[NSView initWithCoder:] + 90
    16 com.apple.AppKit 0x92969e2a -[NSTabView initWithCoder:] + 121
    17 com.apple.Foundation 0x9742927c _decodeObjectBinary + 2902
    18 com.apple.Foundation 0x97428574 _decodeObject + 180
    19 com.apple.AppKit 0x92820e18 -[NSResponder initWithCoder:] + 85
    20 com.apple.AppKit 0x9282002a -[NSView initWithCoder:] + 90
    21 com.apple.Foundation 0x9742927c _decodeObjectBinary + 2902
    22 com.apple.Foundation 0x97428574 _decodeObject + 180
    23 com.apple.AppKit 0x92820e18 -[NSResponder initWithCoder:] + 85
    24 com.apple.AppKit 0x9282002a -[NSView initWithCoder:] + 90
    25 com.apple.AppKit 0x9281fd0b -[NSControl initWithCoder:] + 61
    26 com.apple.iDVD 0x001e1161 0x1000 + 1966433
    27 com.apple.AppKit 0x9281f9f4 -[NSClassSwapper initWithCoder:] + 574
    28 com.apple.Foundation 0x9742927c _decodeObjectBinary + 2902
    29 com.apple.Foundation 0x97428574 _decodeObject + 180
    30 com.apple.AppKit 0x9279feea -[NSNibConnector initWithCoder:] + 440
    31 com.apple.AppKit 0x9279fd23 -[NSNibOutletConnector initWithCoder:] + 384
    32 com.apple.Foundation 0x9742927c _decodeObjectBinary + 2902
    33 com.apple.Foundation 0x9742a088 -[NSKeyedUnarchiver _decodeArrayOfObjectsForKey:] + 1438
    34 com.apple.Foundation 0x9742a6f5 -[NSArray(NSArray) initWithCoder:] + 586
    35 com.apple.Foundation 0x9742927c _decodeObjectBinary + 2902
    36 com.apple.Foundation 0x97428574 _decodeObject + 180
    37 com.apple.AppKit 0x9279ef80 -[NSIBObjectData initWithCoder:] + 2337
    38 com.apple.Foundation 0x9742927c _decodeObjectBinary + 2902
    39 com.apple.Foundation 0x97428574 _decodeObject + 180
    40 com.apple.AppKit 0x9279e54a loadNib + 161
    41 com.apple.AppKit 0x9279dbff +[NSBundle(NSNibLoading) _loadNibFile:nameTable:withZone:ownerBundle:] + 831
    42 com.apple.AppKit 0x9279d8b5 +[NSBundle(NSNibLoading) loadNibFile:externalNameTable:withZone:] + 158
    43 com.apple.AppKit 0x9279d800 +[NSBundle(NSNibLoading) loadNibNamed:owner:] + 383
    44 com.apple.iDVD 0x000cd155 0x1000 + 835925
    45 com.apple.iDVD 0x001246d7 0x1000 + 1193687
    46 com.apple.Foundation 0x97443c01 __NSFireDelayedPerform + 693
    47 com.apple.CoreFoundation 0x906d8eee __CFRunLoopRun + 6846
    48 com.apple.CoreFoundation 0x906d6d34 CFRunLoopRunSpecific + 452
    49 com.apple.CoreFoundation 0x906d6b61 CFRunLoopRunInMode + 97
    50 com.apple.HIToolbox 0x97125fec RunCurrentEventLoopInMode + 392
    51 com.apple.HIToolbox 0x97125cdf ReceiveNextEventCommon + 158
    52 com.apple.HIToolbox 0x97125c28 BlockUntilNextEventMatchingListInMode + 81
    53 com.apple.AppKit 0x927e0b99 _DPSNextEvent + 847
    54 com.apple.AppKit 0x927e040e -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 156
    55 com.apple.AppKit 0x927a25fb -[NSApplication run] + 821
    56 com.apple.AppKit 0x9279a695 NSApplicationMain + 574
    57 com.apple.iDVD 0x00003729 0x1000 + 10025
    58 com.apple.iDVD 0x00002e7a 0x1000 + 7802
    59 com.apple.iDVD 0x00002da1 0x1000 + 7585
    Thread 1: Dispatch queue: com.apple.libdispatch-manager
    0 libSystem.B.dylib 0x9855e10a kevent + 10
    1 libSystem.B.dylib 0x9855e824 dispatch_mgrinvoke + 215
    2 libSystem.B.dylib 0x9855dce1 dispatch_queueinvoke + 163
    3 libSystem.B.dylib 0x9855da86 dispatch_workerthread2 + 234
    4 libSystem.B.dylib 0x9855d511 pthreadwqthread + 390
    5 libSystem.B.dylib 0x9855d356 start_wqthread + 30
    Thread 2:
    0 libSystem.B.dylib 0x985378fa machmsgtrap + 10
    1 libSystem.B.dylib 0x98538067 mach_msg + 68
    2 com.apple.CoreFoundation 0x906d7dbf __CFRunLoopRun + 2447
    3 com.apple.CoreFoundation 0x906d6d34 CFRunLoopRunSpecific + 452
    4 com.apple.CoreFoundation 0x906dc7a4 CFRunLoopRun + 84
    5 com.apple.AVCVideoServices 0x0044c871 AVS::AVCVideoServicesThreadStart(AVS::AVCVideoServicesThreadParams*) + 149
    6 libSystem.B.dylib 0x98564fe1 pthreadstart + 345
    7 libSystem.B.dylib 0x98564e66 thread_start + 34
    Thread 3:
    0 libSystem.B.dylib 0x9853795a semaphoretimedwait_signaltrap + 10
    1 libSystem.B.dylib 0x98565469 pthread_condwait + 1066
    2 libSystem.B.dylib 0x98594268 pthreadcond_timedwait_relativenp + 47
    3 com.apple.Foundation 0x97469aec -[NSCondition waitUntilDate:] + 453
    4 com.apple.Foundation 0x97422881 -[NSConditionLock lockWhenCondition:beforeDate:] + 279
    5 com.apple.Foundation 0x97422764 -[NSConditionLock lockWhenCondition:] + 69
    6 com.apple.iDVD 0x0001df33 0x1000 + 118579
    7 com.apple.iDVD 0x00035f2a 0x1000 + 216874
    8 com.apple.Foundation 0x9742d964 -[NSThread main] + 45
    9 com.apple.Foundation 0x9742d914 _NSThread__main_ + 1499
    10 libSystem.B.dylib 0x98564fe1 pthreadstart + 345
    11 libSystem.B.dylib 0x98564e66 thread_start + 34
    Thread 4:
    0 libSystem.B.dylib 0x98537a0e machwaituntil + 10
    1 libSystem.B.dylib 0x985bfc05 nanosleep + 345
    2 libSystem.B.dylib 0x985d8344 sleep + 63
    3 com.apple.iDVD 0x00035fb6 0x1000 + 217014
    4 com.apple.Foundation 0x9742d964 -[NSThread main] + 45
    5 com.apple.Foundation 0x9742d914 _NSThread__main_ + 1499
    6 libSystem.B.dylib 0x98564fe1 pthreadstart + 345
    7 libSystem.B.dylib 0x98564e66 thread_start + 34
    Thread 5:
    0 libSystem.B.dylib 0x985378fa machmsgtrap + 10
    1 libSystem.B.dylib 0x98538067 mach_msg + 68
    2 com.apple.CoreFoundation 0x906d7dbf __CFRunLoopRun + 2447
    3 com.apple.CoreFoundation 0x906d6d34 CFRunLoopRunSpecific + 452
    4 com.apple.CoreFoundation 0x906dc7a4 CFRunLoopRun + 84
    5 com.apple.DesktopServices 0x9240979d TSystemNotificationTask::SystemNotificationTaskProc(void*) + 643
    6 ...ple.CoreServices.CarbonCore 0x96ae29fa PrivateMPEntryPoint + 68
    7 libSystem.B.dylib 0x98564fe1 pthreadstart + 345
    8 libSystem.B.dylib 0x98564e66 thread_start + 34
    Thread 6:
    0 libSystem.B.dylib 0x9855d1a2 _workqkernreturn + 10
    1 libSystem.B.dylib 0x9855d738 pthreadwqthread + 941
    2 libSystem.B.dylib 0x9855d356 start_wqthread + 30
    Thread 7:
    0 libSystem.B.dylib 0x9855d1a2 _workqkernreturn + 10
    1 libSystem.B.dylib 0x9855d738 pthreadwqthread + 941
    2 libSystem.B.dylib 0x9855d356 start_wqthread + 30
    Thread 8:
    0 libSystem.B.dylib 0x98556876 select$DARWIN_EXTSN + 10
    1 com.apple.CoreFoundation 0x9071704d __CFSocketManager + 1085
    2 libSystem.B.dylib 0x98564fe1 pthreadstart + 345
    3 libSystem.B.dylib 0x98564e66 thread_start + 34
    Thread 9:
    0 libSystem.B.dylib 0x9853795a semaphoretimedwait_signaltrap + 10
    1 libSystem.B.dylib 0x98565469 pthread_condwait + 1066
    2 libSystem.B.dylib 0x98594268 pthreadcond_timedwait_relativenp + 47
    3 ...ple.CoreServices.CarbonCore 0x96b03435 TSWaitOnConditionTimedRelative + 242
    4 ...ple.CoreServices.CarbonCore 0x96b03173 TSWaitOnSemaphoreCommon + 511
    5 ...ickTimeComponents.component 0x93731255 ReadSchedulerThreadEntryPoint + 4698
    6 libSystem.B.dylib 0x98564fe1 pthreadstart + 345
    7 libSystem.B.dylib 0x98564e66 thread_start + 34
    Thread 10:
    0 libSystem.B.dylib 0x9853795a semaphoretimedwait_signaltrap + 10
    1 libSystem.B.dylib 0x98565469 pthread_condwait + 1066
    2 libSystem.B.dylib 0x98594268 pthreadcond_timedwait_relativenp + 47
    3 ...ple.CoreServices.CarbonCore 0x96b03435 TSWaitOnConditionTimedRelative + 242
    4 ...ple.CoreServices.CarbonCore 0x96b03173 TSWaitOnSemaphoreCommon + 511
    5 ...ple.CoreServices.CarbonCore 0x96b5d674 AIOFileThread(void*) + 1127
    6 libSystem.B.dylib 0x98564fe1 pthreadstart + 345
    7 libSystem.B.dylib 0x98564e66 thread_start + 34
    Thread 11:
    0 libSystem.B.dylib 0x985378fa machmsgtrap + 10
    1 libSystem.B.dylib 0x98538067 mach_msg + 68
    2 com.apple.CoreFoundation 0x906d7dbf __CFRunLoopRun + 2447
    3 com.apple.CoreFoundation 0x906d6d34 CFRunLoopRunSpecific + 452
    4 com.apple.CoreFoundation 0x906dc7a4 CFRunLoopRun + 84
    5 com.apple.DiscRecording 0x977a88db DRWorkLoop::WorkLoop() + 271
    6 com.apple.DiscRecording 0x977a87b9 DRWorkLoop::WorkLoopEntry(DRWorkLoop*) + 17
    7 com.apple.DiscRecording 0x977a8525 DRThreadObject::StartRoutine(DRThreadObject*) + 151
    8 libSystem.B.dylib 0x98564fe1 pthreadstart + 345
    9 libSystem.B.dylib 0x98564e66 thread_start + 34
    Thread 12:
    0 libSystem.B.dylib 0x98537a0e machwaituntil + 10
    1 libSystem.B.dylib 0x985bfc05 nanosleep + 345
    2 libSystem.B.dylib 0x985d8344 sleep + 63
    3 com.apple.iDVD 0x000dc044 0x1000 + 897092
    4 com.apple.Foundation 0x9742d964 -[NSThread main] + 45
    5 com.apple.Foundation 0x9742d914 _NSThread__main_ + 1499
    6 libSystem.B.dylib 0x98564fe1 pthreadstart + 345
    7 libSystem.B.dylib 0x98564e66 thread_start + 34
    Thread 0 crashed with X86 Thread State (32-bit):
    eax: 0x18236060 ebx: 0x927e62ca ecx: 0x00000000 edx: 0x00000004
    edi: 0x182acc20 esi: 0x18236060 ebp: 0xbfffc378 esp: 0xbfffc378
    ss: 0x0000001f efl: 0x00010202 eip: 0xa0c0000c cs: 0x00000017
    ds: 0x0000001f es: 0x0000001f fs: 0x00000000 gs: 0x00000037
    cr2: 0x00000004
    Binary Images:
    0x1000 - 0x2e9ff6 com.apple.iDVD 7.0.1 (1091) /Applications/iDVD.app/Contents/MacOS/iDVD
    0x35d000 - 0x382fff com.apple.oxygene.engine 2.0.0 (504) /Applications/iDVD.app/Contents/Frameworks/Oxygene.framework/Versions/A/Oxygene
    0x3a7000 - 0x3bdff0 com.apple.oxygene.layers 2.0.0 (602) /Applications/iDVD.app/Contents/Frameworks/OxygeneLayers.framework/Versions/A/O xygeneLayers
    0x3d2000 - 0x412ff7 com.apple.vmutils 4.2 (106) <834EA6B0-C91B-4CF1-ED3C-229C26459578> /System/Library/PrivateFrameworks/vmutils.framework/Versions/A/vmutils
    0x42b000 - 0x430ff7 com.apple.JavaScriptGlue 6531 (6531.5) <78CA2EB1-906A-D490-1D71-2AC95338B3DE> /System/Library/PrivateFrameworks/JavaScriptGlue.framework/Versions/A/JavaScrip tGlue
    0x43b000 - 0x46bfeb com.apple.AVCVideoServices 1.0 (39) /Applications/iDVD.app/Contents/Frameworks/AVCVideoServices.framework/Versions/ A/AVCVideoServices
    0x48d000 - 0x48fff7 com.apple.dspasset 5.0.0 (73) /Applications/iDVD.app/Contents/Frameworks/DSPAsset.framework/Versions/A/DSPAss et
    0x495000 - 0x6abfc3 com.apple.dspauthoring 5.0.0 (86) /Applications/iDVD.app/Contents/Frameworks/DSPAuthoring.framework/Versions/A/DS PAuthoring
    0x79c000 - 0x7c5047 com.apple.dspdiscspecification 5.0.0 (71) /Applications/iDVD.app/Contents/Frameworks/DSPDiscSpecification.framework/Versi ons/A/DSPDiscSpecification
    0x7f1000 - 0x808fff com.apple.dspfoundation 5.0.0 (69) /Applications/iDVD.app/Contents/Frameworks/DSPFoundation.framework/Versions/A/D SPFoundation
    0x81e000 - 0x82afff com.apple.dspgfxfoundation 5.0.0 (70) /Applications/iDVD.app/Contents/Frameworks/DSPGfxFoundation.framework/Versions/ A/DSPGfxFoundation
    0x838000 - 0x838fff com.apple.dpsmediapipeline 5.0.0 (68) /Applications/iDVD.app/Contents/Frameworks/DSPMediaPipeline.framework/Versions/ A/DSPMediaPipeline
    0x83c000 - 0x843fff com.apple.dspqt 5.0.0 (78) /Applications/iDVD.app/Contents/Frameworks/DSPQT.framework/Versions/A/DSPQT
    0x84f000 - 0xcf2fe6 com.apple.dvdbase 5.0.0 (552) /Applications/iDVD.app/Contents/Frameworks/DVDBase.framework/Versions/A/DVDBase
    0xfea000 - 0xff3fe8 com.apple.mediarenderingserver 5.0.0 (391) /Applications/iDVD.app/Contents/Frameworks/MediaRenderingServer.framework/Versi ons/A/MediaRenderingServer
    0xffe000 - 0x100fff7 com.apple.oxygenetransitions 5.0.0 (371) /Applications/iDVD.app/Contents/Frameworks/OxygeneTransitions.framework/Version s/A/OxygeneTransitions
    0x1019000 - 0x1066fff com.apple.dspdiscabstraction 5.0.0 (72) /Applications/iDVD.app/Contents/Frameworks/DSPDiscAbstraction.framework/Version s/A/DSPDiscAbstraction
    0x10b9000 - 0x10cdffb com.apple.dspquantization 5.0.0 (74) /Applications/iDVD.app/Contents/Frameworks/DSPQuantization.framework/Versions/A /DSPQuantization
    0x10e0000 - 0x10e0ff7 com.apple.graphicsappsupportframework 1.0 (4) <5EA10B08-C080-0E62-40C9-0D710B465C5C> /System/Library/PrivateFrameworks/GraphicsAppSupport.framework/Versions/A/Graph icsAppSupport
    0x10e3000 - 0x1296feb com.apple.prokit 5.0.1 (906) <B5BA53AD-9CB2-8C6B-09D7-A71FEC4C2FEE> /System/Library/PrivateFrameworks/ProKit.framework/Versions/A/ProKit
    0x149e1000 - 0x149e3ff7 libclparser.dylib ??? (???) <31EF152D-D2C7-C09D-82EF-8C52E9BED578> /System/Library/Frameworks/OpenCL.framework/Libraries/libclparser.dylib
    0x159d0000 - 0x159ecff7 GLRendererFloat ??? (???) <FE1D4967-5C89-4C0F-FA40-5AF1EB1A742D> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GL RendererFloat
    0x1729b000 - 0x1740cff7 GLEngine ??? (???) <132E6F18-BD3F-53AC-8448-2B68A83B0393> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
    0x1743d000 - 0x177e3ffb libclh.dylib ??? (???) <06EF25BB-7C1C-A2D1-0CB1-0EB9EE613668> /System/Library/Extensions/GeForce8xxxGLDriver.bundle/Contents/MacOS/libclh.dyl ib
    0x17eba000 - 0x17edeff7 com.apple.QuartzComposer.ExtraPatches 3.0 (156.6) <5AC2E3DF-717C-9A8D-1ED4-BF8F08B56A21> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/Resources/ExtraPatches.plugin/Contents/MacOS/ExtraPatches
    0x17eee000 - 0x17ef0ff7 com.apple.podcastproducer.ImageDiffer 1.1 (160) <F50AF94D-BFBB-979E-C84A-F0A370880433> /System/Library/Graphics/Quartz Composer Patches/ImageDifferPatch.plugin/Contents/MacOS/ImageDifferPatch
    0x18000000 - 0x1804cfff com.apple.audio.midi.CoreMIDI 1.7 (42) <670CB7F9-AA00-86F3-6623-E1335F7AEA83> /System/Library/Frameworks/CoreMIDI.framework/Versions/A/CoreMIDI
    0x18071000 - 0x18099feb com.apple.audio.OpenAL 1.3 (1.3) <17F53393-0AA6-5FC6-6544-7EFAFB7F13AD> /System/Library/Frameworks/OpenAL.framework/Versions/A/OpenAL
    0x180a7000 - 0x180d3ff7 com.apple.oxygene.layers.iDVDQCPatches 1.0.0 (602) /Applications/iDVD.app/Contents/Frameworks/OxygeneLayers.framework/Versions/A/R esources/iDVDQCPatches.plugin/Contents/MacOS/iDVDQCPatches
    0x184ec000 - 0x184f1ff7 com.apple.iokit.SCSITaskLib 2.5.0 (2.5.0) <2AAFF37D-4832-49A0-1AFC-CE2EC5363073> /System/Library/Extensions/IOSCSIArchitectureModelFamily.kext/Contents/PlugIns/ SCSITaskUserClient.kext/Contents/PlugIns/SCSITaskLib.plugin/Contents/MacOS/SCSIT askLib
    0x18a18000 - 0x18a1cff7 com.apple.qldisplay.Generic 2.0 (327.0) <586067E7-4D6A-3782-B07E-B139AFCACAE6> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.f ramework/Versions/A/Resources/DisplayBundles/Generic.qldisplay/Contents/MacOS/Ge neric
    0x18a22000 - 0x18a26fc0 com.apple.oxygene.datadefevent 2.0.0 (724) /Applications/iDVD.app/Contents/PlugIns/DataDefEvent.oxygene/Contents/MacOS/Dat aDefEvent
    0x18ae4000 - 0x18ae6ff7 com.apple.PDFImporter 2.1 (???) <C78368B0-3712-067C-9467-55932890C979> /System/Library/Components/PDFImporter.component/Contents/MacOS/PDFImporter
    0x18b12000 - 0x18b16fef com.apple.oxygene.dvdsupport 2.0.0 (724) /Applications/iDVD.app/Contents/PlugIns/DVDSupport.oxygene/Contents/MacOS/DVDSu pport
    0x1a33c000 - 0x1a37dfe3 com.apple.audio.SoundManager.Components 3.9.4 (3.9.4) <AD66647C-03A9-EBAF-6FFC-E5A631F4D6BE> /System/Library/Components/SoundManagerComponents.component/Contents/MacOS/Soun dManagerComponents
    0x1a8b0000 - 0x1aad3fe7 com.apple.audio.codecs.Components 2.0 (2.0) <064E9181-38CC-C2D3-070D-4D162D2903E8> /System/Library/Components/AudioCodecs.component/Contents/MacOS/AudioCodecs
    0x1d96d000 - 0x1d97bfdc com.apple.oxygene.datadefcontroller 2.0.0 (724) /Applications/iDVD.app/Contents/PlugIns/DataDefController.oxygene/Contents/MacO S/DataDefController
    0x1d982000 - 0x1d991fd0 com.apple.oxygene.datadefimage 2.0.0 (724) /Applications/iDVD.app/Contents/PlugIns/DataDefImage.oxygene/Contents/MacOS/Dat aDefImage
    0x1d996000 - 0x1d99aff7 com.apple.oxygene.filemanager 2.0.0 (724) /Applications/iDVD.app/Contents/PlugIns/FileManager.oxygene/Contents/MacOS/File Manager
    0x1d9a1000 - 0x1d9aafc7 com.apple.oxygene.fraktalzoom 2.0.0 (724) /Applications/iDVD.app/Contents/PlugIns/FraktalZoom.oxygene/Contents/MacOS/Frak talZoom
    0x1d9af000 - 0x1d9b4fd7 com.apple.oxygene.imagecapture 2.0.0 (724) /Applications/iDVD.app/Contents/PlugIns/ImageCapture.oxygene/Contents/MacOS/Ima geCapture
    0x1d9b9000 - 0x1d9d5ff0 com.apple.oxygene.imagedistort 2.0.0 (724) /Applications/iDVD.app/Contents/PlugIns/ImageDistort.oxygene/Contents/MacOS/Ima geDistort
    0x1d9e0000 - 0x1d9f0ffc com.apple.oxygene.imagefilters 2.0.0 (724) /Applications/iDVD.app/Contents/PlugIns/ImageFilters.oxygene/Contents/MacOS/Ima geFilters
    0x1e500000 - 0x1e5c8fc0 com.apple.oxygene.imagebasics 2.0.0 (724) /Applications/iDVD.app/Contents/PlugIns/ImageBasics.oxygene/Contents/MacOS/Imag eBasics
    0x1e5db000 - 0x1e5fffec com.apple.oxygene.imageeffects 2.0.0 (724) /Applications/iDVD.app/Contents/PlugIns/ImageEffects.oxygene/Contents/MacOS/Ima geEffects
    0x1e60a000 - 0x1e614ff4 com.apple.oxygene.imagegenerator 2.0.0 (724) /Applications/iDVD.app/Contents/PlugIns/ImageGenerator.oxygene/Contents/MacOS/I mageGenerator
    0x1e629000 - 0x1e62ffc4 com.apple.oxygene.imagemodulation 2.0.0 (724) /Applications/iDVD.app/Contents/PlugIns/ImageModulation.oxygene/Contents/MacOS/ ImageModulation
    0x1e637000 - 0x1e65aff8 com.apple.oxygene.imagetransitions 2.0.0 (724) /Applications/iDVD.app/Contents/PlugIns/ImageTransitions.oxygene/Contents/MacOS /ImageTransitions
    0x1e661000 - 0x1e664ff7 com.apple.oxygene.mpegImporter 2.0.0 (724) /Applications/iDVD.app/Contents/PlugIns/MPEGImporter.oxygene/Contents/MacOS/MPE GImporter
    0x1e669000 - 0x1e67dfec com.apple.oxygene.multimediaimporter 2.0.0 (724) /Applications/iDVD.app/Contents/PlugIns/MultiMediaImporter.oxygene/Contents/Mac OS/MultiMediaImporter
    0x1e685000 - 0x1e68bfd7 com.apple.oxygene.oldfilm 2.0.0 (724) /Applications/iDVD.app/Contents/PlugIns/OldFilm.oxygene/Contents/MacOS/OldFilm
    0x1e690000 - 0x1e694fef com.apple.oxygene.remoteControl 2.0.0 (724) /Applications/iDVD.app/Contents/PlugIns/RemoteControl.oxygene/Contents/MacOS/Re moteControl
    0x1e699000 - 0x1e69efe7 com.apple.oxygene.textimporter 2.0.0 (724) /Applications/iDVD.app/Contents/PlugIns/TextImporter.oxygene/Contents/MacOS/Tex tImporter
    0x1e6a4000 - 0x1e6a9fcf com.apple.oxygene.timemanager 2.0.0 (724) /Applications/iDVD.app/Contents/PlugIns/TimeManager.oxygene/Contents/MacOS/Time Manager
    0x1e6ae000 - 0x1e6b8fdf com.apple.oxygene.trackrecorder 2.0.0 (724) /Applications/iDVD.app/Contents/PlugIns/TrackRecorder.oxygene/Contents/MacOS/Tr ackRecorder
    0x1e6be000 - 0x1e6e8ff7 com.apple.oxygene.wirelessVideoOutput 2.0.0 (724) /Applications/iDVD.app/Contents/PlugIns/WirelessVideoOutput.oxygene/Contents/Ma cOS/WirelessVideoOutput
    0x1e77a000 - 0x1efdcf8f libLLVMContainer.dylib ??? (???) <A9977932-F525-66C7-2F90-3F6FA3738184> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libLLVMContain er.dylib
    0x1f19b000 - 0x1f668fe7 libcldcpuengine.dylib ??? (???) <F951C3C8-E4A6-06D0-3661-3382C6405A4A> /System/Library/Frameworks/OpenCL.framework/Libraries/libcldcpuengine.dylib
    0x3e000000 - 0x3e046ff7 com.apple.glut 3.4.4 (GLUT-3.4.4) <DF15FD36-E1F5-D745-1BF6-DD3AEA2897E4> /System/Library/Frameworks/GLUT.framework/Versions/A/GLUT
    0x8f613000 - 0x8fa52ff3 com.apple.GeForce8xxxGLDriver 1.6.0 (6.0.0) <081F6481-9A8E-D52D-744D-CD8114F66263> /System/Library/Extensions/GeForce8xxxGLDriver.bundle/Contents/MacOS/GeForce8xx xGLDriver
    0x8fe00000 - 0x8fe4162b dyld 132.1 (???) <211AF0DD-42D9-79C8-BB6A-1F4BEEF4B4AB> /usr/lib/dyld
    0x90003000 - 0x90073ffb com.apple.AppleVAFramework 4.6.2 (4.6.2) <25381B2A-89A6-0CEB-C159-DFF70C76B881> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x90074000 - 0x900e3ff7 libvMisc.dylib ??? (???) <59243A8C-2B98-3E71-8032-884D4853E79F> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x900e4000 - 0x90193fe3 com.apple.QuickTimeImporters.component 7.6.3 (1584) <34BF4FBA-BFCD-9A47-4BA9-E2B155C5C881> /System/Library/QuickTime/QuickTimeImporters.component/Contents/MacOS/QuickTime Importers
    0x90194000 - 0x90231ff3 com.apple.LaunchServices 360.3 (360.3) <C8590D53-E46A-F58A-7CF2-03A8159D8569> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x90232000 - 0x90648ff7 libBLAS.dylib ??? (???) <C4FB303A-DB4D-F9E8-181C-129585E59603> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x90649000 - 0x90649ff7 com.apple.quartzframework 1.5 (1.5) <CEB78F00-C5B2-3B3F-BF70-DD6D578719C0> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x9064a000 - 0x9067eff7 libssl.0.9.8.dylib ??? (???) <F3402001-EC8D-58E5-4A23-02A979C9E857> /usr/lib/libssl.0.9.8.dylib
    0x9067f000 - 0x9069aff7 libPng.dylib ??? (???) <38DD4AA1-0643-85A0-F2F5-EE9269729975> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x9069b000 - 0x90812fef com.apple.CoreFoundation 6.6 (550) <193E33D6-2E92-3452-773B-60A1A9CCC573> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x9083e000 - 0x90930ff7 libcrypto.0.9.8.dylib ??? (???) <792B8722-3091-5E9F-E25F-67499CFE0599> /usr/lib/libcrypto.0.9.8.dylib
    0x90931000 - 0x90958ff7 com.apple.quartzfilters 1.6.0 (1.6.0) <879A3B93-87A6-88FE-305D-DF1EAED04756> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters .framework/Versions/A/QuartzFilters
    0x90959000 - 0x909f1fe7 edu.mit.Kerberos 6.5.8 (6.5.8) <BA9BD282-FF56-3BFD-E78C-7DBE73B48480> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x909f2000 - 0x90e27ff7 libLAPACK.dylib ??? (???) <5E2D2283-57DE-9A49-1DB0-CD027FEFA6C2> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x90e28000 - 0x90e4efff com.apple.speech.LatentSemanticMappingFramework 2.6.9 (2.6.9) <BE757DF9-CC45-54AB-93B8-F7AE2BB6BC7D> /System/Library/Frameworks/LatentSemanticMapping.framework/Versions/A/LatentSem anticMapping
    0x90e96000 - 0x90ed2fff com.apple.CoreMediaIOServices 101.0 (715) <FD86FB28-9BA1-0993-1172-F10F61EA6344> /System/Library/PrivateFrameworks/CoreMediaIOServices.framework/Versions/A/Core MediaIOServices
    0x90ed3000 - 0x90eddfe7 com.apple.audio.SoundManager 3.9.3 (3.9.3) <5F494955-7290-2D91-DA94-44B590191771> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x90ede000 - 0x916c3fe7 com.apple.WebCore 6531 (6531.9) <F9A9848B-9EB0-B912-49F5-7E8010AF2CF1> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
    0x916c4000 - 0x917c5fe7 libxml2.2.dylib ??? (???) <C242A74D-280A-90C3-3F79-891624AA45D2> /usr/lib/libxml2.2.dylib
    0x917c6000 - 0x917c8ff7 com.apple.securityhi 4.0 (36638) <962C66FB-5BE9-634E-0810-036CB340C059> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x917c9000 - 0x91816ff7 com.apple.ExchangeWebServices 1.0 (54) <47779F6D-8248-11CC-843E-EE37488691C2> /System/Library/PrivateFrameworks/ExchangeWebServices.framework/Versions/A/Exch angeWebServices
    0x91817000 - 0x91899ffb SecurityFoundation ??? (???) <29C27E0E-B2B3-BF6B-B1F8-5783B8B01535> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x9189a000 - 0x918cbff3 libTrueTypeScaler.dylib ??? (???) <F326E053-7425-2F10-F883-CBD56A1E1B72> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
    0x918cc000 - 0x91903ff7 com.apple.CoreMedia 0.420.17 (420.17) <A45B464A-4E05-8372-C055-974AD5393E03> /System/Library/PrivateFrameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x9191d000 - 0x919ccfef com.apple.ColorSync 4.6.0 (4.6.0) <66ABAE86-B0EC-D641-913D-08ACA965F9FA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x919cd000 - 0x919ddff7 libsasl2.2.dylib ??? (???) <C8744EA3-0AB7-CD03-E639-C4F2B910BE5D> /usr/lib/libsasl2.2.dylib
    0x919de000 - 0x919eaff7 libkxld.dylib ??? (???) <152C8DBB-0149-5827-3240-E57CA85CFE5F> /usr/lib/system/libkxld.dylib
    0x919eb000 - 0x91a43fe7 com.apple.datadetectorscore 2.0 (80.7) <A40AA74A-9D13-2A6C-5440-B50905923251> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
    0x91a44000 - 0x91a7cff7 com.apple.LDAPFramework 2.0 (120.1) <8C7F3F42-6A4D-D37A-4232-685D44E8769E> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x91a7d000 - 0x91ae7fe7 libstdc++.6.dylib ??? (???) <411D87F4-B7E1-44EB-F201-F8B4F9227213> /usr/lib/libstdc++.6.dylib
    0x91b97000 - 0x91bcdfff libtidy.A.dylib ??? (???) <DDFAB560-3883-A6A2-7BDD-D91730982B48> /usr/lib/libtidy.A.dylib
    0x91bce000 - 0x91bf2ff7 libJPEG.dylib ??? (???) <265DBF67-994E-E320-4CB1-9C3DE792C3B2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x91bf3000 - 0x91c23ff7 com.apple.MeshKit 1.0 (49.0) <435718C1-ED40-6BCC-F0D8-67FA05CFFF1E> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/MeshKit
    0x91c24000 - 0x91c24ff7 com.apple.Accelerate 1.5 (Accelerate 1.5) <F642E7A0-3720-FA19-0190-E6DBD9EF2D9B> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x91c25000 - 0x91cb6fe3 com.apple.print.framework.PrintCore 6.0 (312) <C588530A-0F2C-DD72-E308-3B8735125189> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x91cb7000 - 0x91cf1fe7 libFontRegistry.dylib ??? (???) <EE633CF6-8827-EF05-10A4-5F2937120227> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x91cf2000 - 0x91cf7ff7 com.apple.AOSNotification 1.1.0 (123.3) <0386E48C-4095-1D2A-629A-83B7711550F3> /System/Library/PrivateFrameworks/AOSNotification.framework/Versions/A/AOSNotif ication
    0x91cf8000 - 0x91e20fe7 com.apple.CoreData 102 (246) <E7E6CE39-9B51-13C8-FE31-8FE57CF7BDE1> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x91ffd000 - 0x92007ff7 libGL.dylib ??? (???) <B375A3B6-2983-A4E4-50FB-9087FD606FD6> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x92020000 - 0x92038ff7 com.apple.CFOpenDirectory 10.6 (10.6) <1537FB4F-C112-5D12-1E5D-3B1002A4038F> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
    0x92039000 - 0x92089ff7 com.apple.framework.familycontrols 2.0 (2.0) <50617342-E578-4C1C-938A-19A37ECA91CA> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
    0x9208a000 - 0x92218fff com.apple.JavaScriptCore 6531 (6531.5) <DDDCCE57-42D2-BAA1-63F1-F76458EE0927> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x92219000 - 0x92219ff7 com.apple.Cocoa 6.6 (???) <EA27B428-5904-B00B-397A-185588698BCC> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x9221a000 - 0x9221aff7 com.apple.CoreServices 44 (44) <AC35D112-5FB9-9C8C-6189-5F5945072375> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x922c4000 - 0x92301ff7 com.apple.SystemConfiguration 1.10 (1.10) <897AEEAF-CF5D-2843-C33B-31A0A7C98A6A> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x92302000 - 0x92322fe7 libresolv.9.dylib ??? (???) <A48921CB-3FA7-3071-AF9C-2D86FB493A3A> /usr/lib/libresolv.9.dylib
    0x92323000 - 0x92406ff7 com.apple.WebKit 6531 (6531.9) <991912FB-1484-A0B2-593F-A8722BC6AFE7> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x92407000 - 0x924e2fef com.apple.DesktopServices 1.5.0 (1.5.0) <5295C246-805B-DBCD-BA61-1AE9A458CF73> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x924e3000 - 0x925eafe3 com.apple.DiskImagesFramework 10.6 (281) <B57DDA36-9B4B-9D57-7072-91D531BDD2BC> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
    0x925eb000 - 0x925f1fff com.apple.CommonPanels 1.2.4 (91) <2438AF5D-067B-B9FD-1248-2C9987F360BA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x925fd000 - 0x9260eff7 com.apple.LangAnalysis 1.6.5 (1.6.5) <E77440D0-76EE-EB4C-3D00-9EDE417F13CF> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x9260f000 - 0x92660ff7 com.apple.HIServices 1.8.0 (???) <B8EC13DB-A81A-91BF-8C82-66E840C64C91> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x92661000 - 0x9267fff7 com.apple.CoreVideo 1.6.0 (43.0) <3A853574-DD9E-08D8-FD2C-6221B55C3E08> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x92680000 - 0x92732ffb libFontParser.dylib ??? (???) <EB089832-660F-0B34-3AC8-CCDA937987D9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x92733000 - 0x92733ff7 com.apple.ApplicationServices 38 (38) <8012B504-3D83-BFBB-DA65-065E061CFE03> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x92734000 - 0x92773ff7 com.apple.ImageCaptureCore 1.0 (1.0) <D8767350-A10D-B6B5-3A8D-05888A7758ED> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCo re
    0x92774000 - 0x92781ff7 com.apple.AppleFSCompression 1.0 (1.0) <A348AEAB-D279-68B9-0CF2-3C29FBADBCC4> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/Apple FSCompression
    0x92783000 - 0x92797fe7 libbsm.0.dylib ??? (???) <14CB053A-7C47-96DA-E415-0906BA1B78C9> /usr/lib/libbsm.0.dylib
    0x92798000 - 0x93074ff7 com.apple.AppKit 6.6 (1038) <25DDEBFC-8A2F-8434-1D97-AEC55B5205F8> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x93075000 - 0x93076ff7 com.apple.audio.units.AudioUnit 1.6 (1.6) <68180B96-381C-A09D-5576-606A134FD953> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x93077000 - 0x930b5ff7 com.apple.QuickLookFramework 2.0 (327.0) <84AF77F0-DAFD-DCED-FBD4-DCF827650F44> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x930b6000 - 0x930d5fe3 libexpat.1.dylib ??? (???) <82E6F83F-9667-2E39-1D9D-4A49C642527D> /usr/lib/libexpat.1.dylib
    0x930d6000 - 0x930e8ff7 com.apple.MultitouchSupport.framework 200.20 (200.20) <1D7EE15B-ADDD-1F57-F1FB-FB5252910D5A> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
    0x9312a000 - 0x9312dff7 libCoreVMClient.dylib ??? (???) <16BB2178-B32D-E57E-F1E4-D177F7754232> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
    0x9312e000 - 0x940bcff7 com.apple.QuickTimeComponents.component 7.6.3 (1584) /System/Library/QuickTime/QuickTimeComponents.component/Contents/MacOS/QuickTim eComponents
    0x940bd000 - 0x940c7ffb com.apple.speech.recognition.framework 3.10.10 (3.10.10) <E106CC3A-7633-5587-0B29-64E19FCBC613> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x940c8000 - 0x94199ff3 ColorSyncDeprecated.dylib ??? (???) <AFD6DAC8-12EF-B2A0-5322-E902D5B48B0A> /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ColorSync.f ramework/Versions/A/Resources/ColorSyncDeprecated.dylib
    0x9419a000 - 0x941b6fe3 com.apple.openscripting 1.3 (???) <D2FF4419-FD71-5D4A-F397-B03E82085232> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x941b7000 - 0x942c0fe7 com.apple.CoreAUC 4.10.0 (4.10.0) <34606DCE-1257-8FB9-E633-AC56DD263EAB> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
    0x942c1000 - 0x942ceff7 com.apple.NetFS 3.2 (3.2) <E6FD80B0-0238-0C42-A3EC-EBDEC107A1C3> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x942cf000 - 0x942e4fff com.apple.ImageCapture 6.0 (6.0) <3F31833A-38A9-444E-02B7-17619CA6F2A0> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x942e5000 - 0x94425ff7 com.apple.syncservices 5.0 (575) <61B36E07-6D14-97DC-122F-41EDE1F6DB03> /System/Library/Frameworks/SyncServices.framework/Versions/A/SyncServices
    0x94426000 - 0x9471ffef com.apple.QuickTime 7.6.3 (1584) <687233E1-F428-5224-08D5-5874BEA2300D> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x947cf000 - 0x947d0ff7 com.apple.MonitorPanelFramework 1.3.0 (1.3.0) <0EC4EEFF-477E-908E-6F21-ED2C973846A4> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPane l
    0x947d1000 - 0x9484aff7 com.apple.PDFKit 2.5 (2.5) <58603BDB-337F-FBE3-EB11-7C31CF261995> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
    0x9484b000 - 0x94aadff3 com.apple.security 6.0 (36910) <F045B57C-054F-F06F-EF7E-EABEC2700274> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x94aae000 - 0x94aecfe7 com.apple.MediaKit 10.0 (472) <8B1C89AF-6A2A-8D01-D723-22A4DBEA7760> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
    0x94b26000 - 0x94b4cfff com.apple.DictionaryServices 1.1 (1.1) <07694B30-56A9-5C98-B8BC-DA0628715FA8> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
    0x94b4d000 - 0x94eb1ff7 com.apple.QuartzCore 1.6.0 (226.0) <7E29DD09-BE04-AA06-5C81-5C093F16901B> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x94f06000 - 0x95013ff7 com.apple.MediaToolbox 0.420.17 (420.17) <EE843140-C79F-3D8C-B89E-893CD74C3633> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbo x
    0x95014000 - 0x95085ff7 com.apple.iLifeMediaBrowser 2.1.3 (346.0.3) <C862CAE1-1906-CD45-7D66-F8798483BAA5> /System/Library/PrivateFrameworks/iLifeMediaBrowser.framework/Versions/A/iLifeM ediaBrowser
    0x95093000 - 0x950d3fe7 com.apple.DAVKit 4.0 (729) <FE695058-C0B3-6744-85FA-43239363F815> /System/Library/PrivateFrameworks/DAVKit.framework/Versions/A/DAVKit
    0x950d4000 - 0x95121feb com.apple.DirectoryService.PasswordServerFramework 6.0 (6.0) <BF66BA5D-BBC8-78A5-DBE2-F9DE3DD1D775> /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordS erver
    0x95122000 - 0x95903497 com.apple.CoreGraphics 1.535.5 (???) <0B93D29C-D957-AD00-10F3-94112D75D6D9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x95904000 - 0x95972ff7 com.apple.WhitePagesFramework 10.6.0 (140.0) <132A7CF8-D073-0F35-E9A4-777E5EBAC1EE> /System/Library/PrivateFrameworks/WhitePages.framework/Versions/A/WhitePages
    0x95986000 - 0x95a50fef com.apple.CoreServices.OSServices 352 (352) <D9F21CA4-EED0-705F-8F3C-F1322D114B52> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x95a51000 - 0x95a8cfe7 com.apple.DebugSymbols 1.1 (70) <05013716-CFCF-801E-5535-D0643869BDCD> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbol s
    0x95a8d000 - 0x95b29fe7 com.apple.ApplicationServices.ATS 4.0 (???) <81700C90-2614-F7E2-CC6A-B01C24A2BD75> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x95b2a000 - 0x95fd8fe7 com.apple.VideoToolbox 0.420.17 (420.17) <F2812B5D-4C09-EFCC-182E-412257859AB1> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbo x
    0x95fd9000 - 0x9604dfef com.apple.CoreSymbolication 2.0 (23) <8A04EA5F-83F8-5E15-B2E0-8A727C9C4E8B> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSy mbolication
    0x9604e000 - 0x96050fe7 com.apple.ExceptionHandling 1.5 (10) <21F37A49-E63B-121E-D406-1BBC94BEC762> /System/Library/Frameworks/ExceptionHandling.framework/Versions/A/ExceptionHand ling
    0x96132000 - 0x96154ff3 com.apple.DirectoryService.Framework 3.6 (621) <61569C79-6567-BE8F-4F76-BAC04E5FBF79> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x96155000 - 0x961ccfeb com.apple.backup.framework 1.1 (1.0) <73C642BD-A0C5-7D45-79FA-0AA6D96226C0> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x961cd000 - 0x96246ff3 com.apple.audio.CoreAudio 3.2.0 (3.2) <91AE891E-6015-AABE-3512-2D5EBCA0937B> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x96247000 - 0x9626fff7 libxslt.1.dylib ??? (???) <769EF4B2-C1AD-73D5-AAAD-1564DAEA77AF> /usr/lib/libxslt.1.dylib
    0x96270000 - 0x9627dff7 libbz2.1.0.dylib ??? (???) <495732E1-2AC4-44FC-E633-4CBCC503B924> /usr/lib/libbz2.1.0.dylib
    0x962b0000 - 0x962b7ff7 com.apple.KerberosHelper 2.0 (1.0) <2AB5E012-A44F-E468-41C5-96EF3A4EB1EE> /System/Library/PrivateFrameworks/KerberosHelper.framework/Versions/A/KerberosH elper
    0x962e2000 - 0x962e6ff7 IOSurface ??? (???) <C11D3FF3-EB51-A07D-EF24-9C2004115724> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x962e7000 - 0x9633dff7 com.apple.MeshKitRuntime 1.0 (49.0) <BCB920E3-C567-3F37-D404-F518A256859E> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshK itRuntime.framework/Versions/A/MeshKitRuntime
    0x9633e000 - 0x96342ff7 libGIF.dylib ??? (???) <51848EBF-27D4-0F85-C22A-D1AE10D328F3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x96343000 - 0x963c3feb com.apple.SearchKit 1.3.0 (1.3.0) <9E18AEA5-F4B4-8BE5-EEA9-818FC4F46FD9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x963c4000 - 0x96424fe7 com.apple.CoreText 3.0.0 (???) <8F4FCAE2-8E6F-F0DE-A6AA-15D0228B7F13> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x96425000 - 0x96425ff7 com.apple.Carbon 150 (152) <608A04AB-F35D-D2EB-6629-16B88FB32074> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x96426000 - 0x9648affb com.apple.htmlrendering 72 (1.1.4) <4D451A35-FAB6-1288-71F6-F24A4B6E2371> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x9648b000 - 0x964beff7 com.apple.AE 496 (496) <B638FDD4-7322-F0E4-ACEB-777D8A1399E1> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x964bf000 - 0x96566fe7 com.apple.CFNetwork 454.4 (454.4) <7C563385-9893-3B48-8607-5BC81DA2C4CF> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x96567000 - 0x965a9fe7 libvDSP.dylib ??? (???) <8F8FFFB3-81E3-2969-5688-D5B0979182E6> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x965aa000 - 0x965bcff7 com.apple.syncservices.syncservicesui 5.0 (575) <30009CB4-91E6-5006-3FA5-606C54A1EA7A> /System/Library/PrivateFrameworks/SyncServicesUI.framework/Versions/A/SyncServi cesUI
    0x965bd000 - 0x965bfff7 libRadiance.dylib ??? (???) <0E03CF64-0931-7B9A-F617-4387B809D6D8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x965c0000 - 0x965c7fff com.apple.print.framework.Print 6.0 (237) <7A06B15C-B835-096E-7D96-C2FE8F0D21E1> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x965c8000 - 0x965d2ff7 com.apple.CrashReporterSupport 10.6 (237) <2FABBC83-A515-24AD-4BAA-60E458509549> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
    0x965ec000 - 0x965ecff7 liblangid.dylib ??? (???) <B99607FC-5646-32C8-2C16-AFB5EA9097C2> /usr/lib/liblangid.dylib
    0x965ed000 - 0x965f4ff7 com.apple.agl 3.0.12 (AGL-3.0.12) <6BF89127-C18C-27A9-F94A-981836A822FE> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x965f5000 - 0x965f5ff7 com.apple.Accelerate.vecLib 3.5 (vecLib 3.5) <3E039E14-2A15-56CC-0074-EE59F9FBB913> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x96607000 - 0x96650fe7 libTIFF.dylib ??? (???) <6EF87001-6FB4-1405-C588-F6D8042D3534> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x96651000 - 0x9680dfef com.apple.ImageIO.framework 3.0.0 (3.0.0) <A37E541F-3D6A-2BE9-AB32-F60CCDE13608> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x9680e000 - 0x96813ff7 com.apple.OpenDirectory 10.6 (10.6) <92582807-E8F3-3DD9-EB42-4195CFB754A1> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x9681b000 - 0x9691dfef com.apple.MeshKitIO 1.0 (49.0) <E4436373-BF5D-9644-F8B7-B72762BEC08B> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshK itIO.framework/Versions/A/MeshKitIO
    0x96937000 - 0x969a5ff7 com.apple.ISSupport 1.9.1 (49) <E6EF2734-ED63-E7C2-C4D2-8D64E9955BFC> /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
    0x969a6000 - 0x969ecff7 libauto.dylib ??? (???) <FAB17F30-A28B-E33D-6E21-C7119C9C83ED> /usr/lib/libauto.dylib
    0x96a0e000 - 0x96abbfe7 libobjc.A.dylib ??? (???) <410DD065-A18F-F054-0457-65525F4D1039> /usr/lib/libobjc.A.dylib
    0x96abc000 - 0x96ddbfe7 com.apple.CoreServices.CarbonCore 859.1 (859.1) <2E72AF56-4BE6-294A-7372-19C360688B8B> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x96ed1000 - 0x96fc7ff7 libGLProgrammability.dylib ??? (???) <B8E40851-3A01-7D01-2F96-537BF7FA63B5> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0x96fc8000 - 0x97010fff com.apple.iCalendar 1 (42) <9AF2C578-17E9-4F9A-AA5D-42B8CA6EA666> /System/Library/PrivateFrameworks/iCalendar.framework/Versions/A/iCalendar
    0x97011000 - 0x97017ff7 libCGXCoreImage.A.dylib ??? (???) <8E11578A-B46D-0BC1-DE50-05A92F377D7D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
    0x97021000 - 0x97021ff7 com.apple.vecLib 3.5 (vecLib 3.5) <17BEEF92-DF30-CD52-FD65-0B7B43B93617> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x97022000 - 0x97056ff7 libcups.2.dylib ??? (???) <9078BA07-DEE1-6597-D15D-7BE3A20CB5A0> /usr/lib/libcups.2.dylib
    0x97057000 - 0x970a7fe7 libGLU.dylib ??? (???) <55A69DCE-1237-341E-F239-CDFE1F5B19BB> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x970a8000 - 0x970d9ff7 libGLImage.dylib ??? (???) <0FB347C7-A579-4E51-4733-39AB28064554> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x970dd000 - 0x970ebfe7 libz.1.dylib ??? (???) <7B7A02AB-DA99-6180-880E-D28E4F9AA8EB> /usr/lib/libz.1.dylib
    0x970ec000 - 0x970f0ff7 libGFXShared.dylib ??? (???) <ED62E870-E219-C873-88AA-9CE08108F811> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
    0x970f1000 - 0x97414fef com.apple.HIToolbox 1.6.0 (???) <6F95AF67-678A-D8BC-FFC2-029C9AA2F44A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x97415000 - 0x97416ff7 com.apple.TrustEvaluationAgent 1.0 (1) <71E2DA16-83EC-6056-FFEE-862A04B5599F> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
    0x97417000 - 0x97687ffb com.apple.Foundation 6.6 (751) <A61B645E-1A15-5BCA-3043-C8AB85C6AD30> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x97688000 - 0x97692ff7 libCSync.A.dylib ??? (???) <A05BB12D-CD51-DE43-323B-3A3E99A3EED5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x97693000 - 0x9769cff7 com.apple.DiskArbitration 2.3 (2.3) <E9C40767-DA6A-6CCB-8B00-2D5706753000> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x9769d000 - 0x976edff7 com.apple.Symbolication 1.1 (67) <E0C94D8B-4F12-49E6-BAA5-3B00441A047B> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolicat ion
    0x976ee000 - 0x9779dff3 com.apple.ink.framework 1.3 (104) <8526D880-D367-3EF9-DBFD-9A6AB240F57A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x9779e000 - 0x977a5ff7 com.apple.NSServerNotificationCenter 2 (1.0) <63EAE599-362C-CD27-CC18-1F211C12B8B8> /System/Library/Frameworks/ServerNotification.framework/Versions/A/ServerNotifi cation
    0x977a6000 - 0x97880fe7 com.apple.DiscRecording 5.0 (5000.4.6) <8471B33F-5B5A-13EA-04B4-41882AE63C7D> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
    0x97881000 - 0x97aacff3 com.apple.QuartzComposer 4.0 (156.6) <D1D3A5A8-75BC-4556-85FA-8A9F487106DD> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
    0x97ab2000 - 0x97b0cff7 com.apple.framework.IOKit 2.0 (???) <7618DDEC-2E3B-9C6E-FDC9-15169E24B4FB> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x97b0d000 - 0x97b17ff7 com.apple.dotMacLegacy 3.2 (266) <6F2588BA-E801-1664-E60C-5BEC2AF924D0> /System/Library/PrivateFrameworks/DotMacLegacy.framework/Versions/A/DotMacLegac y
    0x97b43000 - 0x97b87fe7 com.apple.Metadata 10.6.0 (507.1) <CBD1B22B-5F10-C784-03A2-35106B97DF3F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x97b88000 - 0x97ba5fe7 com.apple.DotMacSyncManager 2.0.0 (446) <4F2093CF-02E6-470C-038C-801F548475F0> /System/Library/PrivateFrameworks/DotMacSyncManager.framework/Versions/A/DotMac SyncManager
    0x97d47000 - 0x97f44feb com.apple.AddressBook.framework 5.0 (862) <BD05B213-46CF-8EFD-B801-CF741408600D> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x97f50000 - 0x97faafe7 com.apple.CorePDF 1.0 (1.0) <590244C9-15D7-7A65-13AF-6F597123746B> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
    0x97fab000 - 0x980d4fe7 com.apple.audio.toolbox.AudioToolbox 1.6 (1.6) <62BEEBE6-68FC-4A48-91CF-39DA2BD793F1> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x980d5000 - 0x980e2ff7 com.apple.opengl 1.6.3 (1.6.3) <59D86286-B46F-B0E4-68F8-E5CDCADE393E> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x980e3000 - 0x98222fe3 com.apple.QTKit 7.6.3 (1584) <18130DA4-7132-CEAF-2137-4925CAC0B585> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x98223000 - 0x98242fe7 com.apple.opencl 11 (11) <372A42E7-FB10-B74D-E1A0-980E94D07021> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x98243000 - 0x98536fe7 com.apple.MessageFramework 4.0 (1075.2) <5D664C27-6D05-4BC5-C3BA-E989908D4BBB> /System/Library/Frameworks/Message.framework/Versions/B/Message
    0x98537000 - 0x986dbfeb libSystem.B.dylib ??? (???) <068CC3F2-F867-A231-A16C-CC01C29A9816> /usr/lib/libSystem.B.dylib
    0x98707000 - 0x987afff7 com.apple.QD 3.31 (???) <40FCAC85-4E4F-2290-90D4-F66D550ADFDC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x987b0000 - 0x987c4ffb com.apple.speech.synthesis.framework 3.10.35 (3.10.35) <57DD5458-4F24-DA7D-0927-C3321A65D743> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x987c5000 - 0x989d7fff com.apple.RawCamera.bundle 2.2.1 (477) <10937A0D-0856-1B69-AE27-43BC15B7DD21> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x989d8000 - 0x98a0ffe7 libcurl.4.dylib ??? (???) <D6299871-E1C9-5238-FE18-0B3C02025376> /usr/lib/libcurl.4.dylib
    0x98a10000 - 0x98bf0fff com.apple.imageKit 2.0 (1.0) <A09D802D-DAD8-39D6-B3D1-83931741E387> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
    0x98bf1000 - 0x98c35ff3 com.apple.coreui 0.2 (112) <A810DFFD-6314-5E2B-93A4-D5626634B1EE> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x98c36000 - 0x98c39ff7 libCGXType.A.dylib ??? (???) <3FB5E457-EABF-B33E-E01B-C695FB2D72EE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
    0x98c3a000 - 0x98c7aff3 com.apple.securityinterface 4.0 (36981) <F024C5CA-0762-1599-5BAB-17F785E51075> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    0x98c7b000 - 0x98dfdfe7 libicucore.A.dylib ??? (???) <FBB66376-CBA9-8149-A1AA-10AB8578C3B3> /usr/lib/libicucore.A.dylib
    0x98dfe000 - 0x98eb7fe7 libsqlite3.dylib ??? (???) <16CEF8E8-8C9A-94CD-EF5D-05477844C005> /usr/lib/libsqlite3.dylib
    0x98eb8000 - 0x98ef9ff7 libRIP.A.dylib ??? (???) <6DB158C6-A84D-98C9-1D48-868A3DB17D09> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x98efa000 - 0x98f68ff7 com.apple.QuickLookUIFramework 2.0 (327.0) <86D7E331-4C25-D360-7316-BA32192686D7> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.f ramework/Versions/A/QuickLookUI
    0x98f69000 - 0x98fa2fe7 com.apple.bom 10.0 (164) <CC61CCD7-F76C-45DD-6666-C0E0D07C7343> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
    0x98fa3000 - 0x990b9fe3 com.apple.PubSub 1.0.4 (65.11) <7F349A71-C4E6-E645-B28D-03A7DD120AA6> /System/Library/Frameworks/PubSub.framework/Versions/A/PubSub
    0x990e5000 - 0x992a4ff7 com.apple.CalendarStore 4.0 (965) <5977E405-589F-D858-7115-1BFF12D76547> /System/Library/Frameworks/CalendarStore.framework/Versions/A/CalendarStore
    0x992da000 - 0x992ddfe7 libmathCommon.A.dylib ??? (???) <1622A54F-1A98-2CBE-B6A4-2122981A500E> /usr/lib/system/libmathCommon.A.dylib
    0x992de000 - 0x992e4ff7 com.apple.DisplayServicesFW 2.1 (2.1) <762CC18B-1F71-E9FC-ECB7-7078B4856D6E> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
    0x992e5000 - 0x993c2ff7 com.apple.vImage 4.0 (4.0) <64597E4B-F144-DBB3-F428-0EC3D9A1219E> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x993c3000 - 0x993d3ff7 com.apple.DSObjCWrappers.Framework 10.6 (134) <81A0B409-3906-A98F-CA9B-A49E75007495> /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
    0x993d4000 - 0x99417ff7 com.apple.NavigationServices 3.5.3 (181) <28CDD978-030E-7D4A-5334-874A8EBE6C29> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x9942c000 - 0x9942fffb com.apple.help 1.3.1 (41) <67F1F424-3983-7A2A-EC21-867BE838E90B> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0xba900000 - 0xba916ff7 libJapaneseConverter.dylib ??? (???) <4FB5CEEB-8D3E-8C57-1718-81D7CAFBFE69> /System/Library/CoreServices/Encodings/libJapaneseConverter.dylib
    0xffff0000 - 0xffff1fff libSystem.B.dylib ??? (???) <068CC3F2-F867-A231-A16C-CC01C29A9816> /usr/lib/libSystem.B.dylib
    Model: MacBookPro4,1, BootROM MBP41.00C1.B03, 2 processors, Intel Core 2 Duo, 2.4 GHz, 2 GB, SMC 1.27f1
    Graphics: NVIDIA GeForce 8600M GT, GeForce 8600M GT, PCIe, 256 MB
    Memory Module: global_name
    AirPort: spairportwireless_card_type_airportextreme (0x14E4, 0x8C), Broadcom BCM43xx 1.0 (5.10.91.19)
    Bluetooth: Version 2.2.0f18, 2 service, 1 devices, 1 incoming serial ports
    Serial ATA Device: FUJITSU MHY2200BH, 186.31 GB
    Parallel ATA Device: HL-DT-ST DVDRW GSA-S10N
    USB Device: Built-in iSight, 0x05ac (Apple Inc.), 0x8502, 0xfd400000
    USB Device: External HDD, 0x1058 (Western Digital Technologies, Inc.), 0x0704, 0xfa200000
    USB Device: Apple Internal Keyboard / Trackpad, 0x05ac (Apple Inc.), 0x0230, 0x5d200000
    USB Device: IR Receiver, 0x05ac (Apple Inc.), 0x8242, 0x5d100000
    USB Device: BCM2045B2, 0x0a5c (Broadcom Corp.), 0x4500, 0x1a100000
    USB Device: Bluetooth USB Host Controller, 0x05ac (Apple Inc.), 0x820f, 0x1a110

  • After making the latest update on ios 6 , i could not make any update or any purchase for applications. The reason is in billing information. The security code is missing. I entered again the security code of my credit card. The same problem is there.

    After making update on ios 6, there was a problem in updating applications and in purchasing new applications. The issue is in billing information, the security code of my credit card. I go and entered the security code again, but the problem persidts. Please help, because i cant do sny purchase or sny update!!!.
    Thank you for your kind help

    The credit card in your account for your CC must match to what the CC company has on fike for you

  • IMovie HD 6.0.3: After making 10 movies where I clipped portions from a larger clip (and exported the smaller clips), suddenly iMovie clips are much shorter after I export them.

    Hi there,
    I am using iMovie HD 6.0.3 on an older MacBookPro (OS X, 10.4.11).
    I took an AVI video and imported that into iMovie HD.
    I then created smaller clips out of that - like editing a 20 minute video into small, 30 second clips.
    I made about 10 of these smaller clips, exported them using "expert settings," and burned the results to DVD. These all worked fine.
    Suddenly, the final product that I export is much shorter than the clip I created. For example, I'll create a 30 second smaller clip from the original. When I review this 30 second clip, it is what I wanted.
    When I export this 30 second clip, it makes a QuickTime movie that is only 23 seconds. (The first 10 I made did not do this).
    I tried extending my clip by 7 seconds, hoping to end up with a 30 second clip after exporting. The result was even shorter - like 15 seconds.
    I have checked disk space - it has at least 500 GB free space. I have tried exporting the clip to both my laptop and to an external hard drive. The results are the same.
    I just tried using the "crop" feature to see if my end product was better - but it was the same.
    Does anyone know what is going on? Why did this start after making 10 successful exports? What can I do to get it working right again, as I have 3 more clips to make and am running up against a deadline.
    Thanks so much!
    Heidi

    Since I can't edit this post... (Why?) I'd add: fast forwarding and fast reverse (shift key and arrow left or right) the HA files is also not smooth. They play alright. I'm surprised iMovie can't handle them either. I didn't have a problem with the earlier camcorder's HA files... (All were converted MTS files using Movie Converter.)

  • After making a website with muse and launching it with Business Catalyst. My website gives a notice: To change this page, upload your website into the public_html directory. How can i upload my website into the public_html directory?

    Hello,
    I'm using a Mac and made a website with Muse. After making the website i published the site and launched this afterwards with Business Catalyst.
    When i enter my website, i got the notification: To change this page, upload your website into the public_html directory.
    Does anyone know how i can fix this? I'm a complete noob in this subject.
    Thank u for reading

    Could you post a link please?
    BC does not give that message - Would be good to see if it is indeed BC.

  • Po print out after making changes in po

    hi experts,
    we r facing a problem ,after making a po when we edit it for additon of some more materials  and take the print out ,only item that were there in po intially are coming , it is not printing all the items that are that are added i po, but po print out is coming ok ,it is showing alll the items,can anybody help why it is coming like this .<b>points will be awarded surely</b>

    Hi
    In Message determination for PO, you have an output type (eg.,NEU) for printing the changed PO.
    This has to be created(if not maintained) and maintained in <b>"Fine tuned message control"</b> in SPRO and it should be <b>ticked</b> in the last column.
    Try this and it should work.
    Pls Revert and Reward.
    Regards
    Vijay

  • I have one iPhone 8GB. after making upgrade of iTunes and software of iPhone, it's impossible to use the iPhone. There's no service! doesn't acept the code PIN! it only make emergency calls and the image in the phone is to conect to iTunes.What can i do?

    I have one iPhone 8GB. After making un upgrade of iTunes and software of iPhone, it's impossible to use it. There's no service! doesn't acept PIN code! it only makes emergency calls and the image in the iPhone is the sign to connect to iTunes. What can i do to solve it?

    Where are you and where did you get the phone.  This sounds like a classic symptom of someone who bought an iPhone that originated in the U.S. which was then hacked so it would run on a carrier network other than AT&T... Then, when updating the phone, it becare re-locked to AT&T.
    If that's what happened, you now own a paperweight. AT&T will NOT unlock them for any reason.
    If this isn't the case, please clarify where you are, what carrier you have and where you got the phone so we can begin troubleshooting.

  • Using sharepoint designer 2013 - connected to sharepoint online - but getting " data source file cannot be saved" after making a new linked datasource

    using sharepoint designer 2013 - connected to sharepoint online - but getting " data source file cannot be saved" after making a new linked datasource

    Hi,
    Based on your description, I have done a test and I can’t reproduce your issue.
    I have used SharePoint Designer 2013 to open a SharePoint Online site and there are no issues.
    I’d like to clarify whether you encounter any issues when accessing SharePoint Online sites. If there are no issues during the accessing procedure, SharePoint Online service should be working fine at your side. The issue may be caused by specific SharePoint
    Designer client or network. I suggest you refer to the following steps to troubleshoot the issue.
    1. Use SharePoint Designer to open another site and check whether it is successful.
    2. When you are prompted to enter Office 365 account and password, try other users’ accounts and select the remembering the credential.
    3. Perform the connection procedure under another environment and verify whether the issue is resolved.
    If the issue persists, can you provide related screenshots for further troubleshooting?
    Best Regards,
    Lisa Chen
    Lisa Chen
    TechNet Community Support

  • I downloaded a new APP to my iPhone it appears on my screen but can't get it to appear on my wife's iPhone screen.  Her screens were initially full of Apps, I later made room for the new APP but can't get it to appear even after  making room for the new A

    I downloaded a new APP to my iPhone it appears on my screen but can't get it to appear on my wife's iPhone screen.  Her screens were initially full of Apps, I later made room for the new APP but can't get it to appear even after  making room for the new APp.  It can be opened, but I want the APP to be on her iPhone screen as well as on mine.  Help, please.

    Is the app downloaded on her phone also?

  • Unable to clear DOS window after running JAR

    Hi guys,
    I am trying to write a batch file to launch my JAR, this is because the JAR is on a networked drive, and each user can have a .bat file on their desktop to run it.
    Anyway, when the .bat file is run, the DOS console pops up behind it but I don't want it there,
    How can I make it dissappear after the JAR is launched, or even better, not come up at all?
    I have tried all these to no success.
    call "H:/folder/myApp.jar";
    exit
    call "H:/folder/myApp.jar";
    end
    javaw -jar H:/folder/myApp.jarThanks in advance.

    Why don't you create a shortcut to the jar file?
    Then you won't have a bat or a dos window to close.

Maybe you are looking for