BC4J :3 tier: Can not open module

Hi
I am using Jdevloepr 10.1.3.
I have created a application module.
When I run the application I get following Exception.
java.io.NotSerializableException: oracle.jdbc.driver.T4CConnection
     at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1075)
     at java.io.ObjectOutputStream.defaultWriteFields(ObjectOutputStream.java:1369)
     at java.io.ObjectOutputStream.writeSerialData(ObjectOutputStream.java:1341)
     at java.io.ObjectOutputStream.writeOrdinaryObject(ObjectOutputStream.java:1284)
     at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1073)
     at java.io.ObjectOutputStream.writeArray(ObjectOutputStream.java:1245)
     at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1069)
     at java.io.ObjectOutputStream.defaultWriteFields(ObjectOutputStream.java:1369)
     at java.io.ObjectOutputStream.writeSerialData(ObjectOutputStream.java:1341)
     at java.io.ObjectOutputStream.writeOrdinaryObject(ObjectOutputStream.java:1284)
     at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1073)
     at java.io.ObjectOutputStream.writeObject(ObjectOutputStream.java:291)
     at oracle.jbo.common.PiggybackOutput.getPiggybackStream(PiggybackOutput.java:173)
     at oracle.jbo.common.JboServiceMessage.marshal(JboServiceMessage.java:248)
     at oracle.jbo.server.remote.PiggybackManager.marshalServiceMessage(PiggybackManager.java:334)
     at oracle.jbo.server.remote.PiggybackManager.marshalServiceMessage(PiggybackManager.java:316)
     at oracle.jbo.server.remote.AbstractRemoteApplicationModuleImpl.processMessage(AbstractRemoteApplicationModuleImpl.java:2283)
     at oracle.jbo.server.ApplicationModuleImpl.doMessage(ApplicationModuleImpl.java:7509)
     at oracle.jbo.server.remote.AbstractRemoteApplicationModuleImpl.sync(AbstractRemoteApplicationModuleImpl.java:2221)
     at oracle.jbo.server.remote.ejb.ServerApplicationModuleImpl.doMessage(ServerApplicationModuleImpl.java:79)
     at oracle.jbo.server.ejb.SessionBeanImpl.doMessage(SessionBeanImpl.java:474)
     at sun.reflect.GeneratedMethodAccessor9.invoke(Unknown Source)
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
     at java.lang.reflect.Method.invoke(Method.java:585)
     at com.evermind.server.ejb.interceptor.joinpoint.EJBJoinPointImpl.invoke(EJBJoinPointImpl.java:35)
     at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:69)
     at com.evermind.server.ejb.interceptor.system.DMSInterceptor.invoke(DMSInterceptor.java:52)
     at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:69)
     at com.evermind.server.ejb.interceptor.system.TxBeanManagedInterceptor.invoke(TxBeanManagedInterceptor.java:53)
     at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:69)
     at com.evermind.server.ejb.interceptor.system.DMSInterceptor.invoke(DMSInterceptor.java:52)
     at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:69)
     at com.evermind.server.ejb.StatefulSessionEJBObject.OC4J_invokeMethod(StatefulSessionEJBObject.java:840)
     at RemoteAMDuties_StatefulSessionBeanWrapper332.doMessage(RemoteAMDuties_StatefulSessionBeanWrapper332.java:89)
     at sun.reflect.GeneratedMethodAccessor54.invoke(Unknown Source)
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
     at java.lang.reflect.Method.invoke(Method.java:585)
     at com.evermind.server.rmi.RmiMethodCall.run(RmiMethodCall.java:53)
     at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
     at java.lang.Thread.run(Thread.java:595)
Does any one know about the solution for the same.

Is the ftp daemon that you use provided by the Solaris media ? If this is not the case, then would recommend to contact the software maintainer for more help.
And regarding chroot, please check this URL to know what it is : Sandbox (computer security) - Wikipedia, the free encyclopedia
Depending how this environment is configured, the library is maybe not present in this one.

Similar Messages

  • Improper message coming on console  " ftpd[16809]: [ID 487707 auth.error] load_modules: can not open module /usr/lib/security/pam_unix_session.so.1"

    Hi All,
    I am using solaris 10u10 on Sun Fire platform. I am getting below message on cosole.
    ftpd[16809]: [ID 776383 auth.error] open_module: stat(/usr/lib/security/pam_unix_session.so.1) failed: No such file or directory
    ftpd[16809]: [ID 487707 auth.error] load_modules: can not open module /usr/lib/security/pam_unix_session.so.1
    ftpd[16810]: [ID 776383 auth.error] open_module: stat(/usr/lib/security/pam_unix_session.so.1) failed: No such file or directory
    ftpd[16810]: [ID 487707 auth.error] load_modules: can not open module /usr/lib/security/pam_unix_session.so.1
    ftpd[16815]: [ID 776383 auth.error] open_module: stat(/usr/lib/security/pam_unix_session.so.1) failed: No such file or directory
    ftpd[16815]: [ID 487707 auth.error] load_modules: can not open module /usr/lib/security/pam_unix_session.so.1
    ftpd[16816]: [ID 776383 auth.error] open_module: stat(/usr/lib/security/pam_unix_session.so.1) failed: No such file or directory
    ftpd[16816]: [ID 487707 auth.error] load_modules: can not open module /usr/lib/security/pam_unix_session.so.1
    ftpd[16817]: [ID 776383 auth.error] open_module: stat(/usr/lib/security/pam_unix_session.so.1) failed: No such file or directory
    ftpd[16817]: [ID 487707 auth.error] load_modules: can not open module /usr/lib/security/pam_unix_session.so.1
    Also the file is present on the server 
    root@atrcx1454/var/adm> ls -lrt /usr/lib/security/pam_unix_session.so.1
    -rwxr-xr-x   1 root     bin        20652 Mar 19  2008 /usr/lib/security/pam_unix_session.so.1
    Can anyone help why above message is coming on console

    Is the ftp daemon that you use provided by the Solaris media ? If this is not the case, then would recommend to contact the software maintainer for more help.
    And regarding chroot, please check this URL to know what it is : Sandbox (computer security) - Wikipedia, the free encyclopedia
    Depending how this environment is configured, the library is maybe not present in this one.

  • When i open my computer this appears "c:\Programdata\AppleVerifierPolicy.dll  the specific module caould not be found"  i think this may be the reason why i can not open itunes store

    when i open my computer this appears "c:\Programdata\AppleVerifierPolicy.dll  the specific module caould not be found"  i think this may be the reason why i can not open itunes store

    With Windows Explorer, navigate to your C:\Program Files\Common Files\Apple\Apple Application Support folder.
    Copy the SQLite3.dll that you should find there, navigate to the nearby Mobile Device Support folder, and Paste it in there also.
    Restart the programme all should be well
    In case that your OS is (64 bit)
    1. Open windows explorer, go to location C:\Program Files (x86)\Common Files\Apple\Apple Application Support
    2. Copy file "SQLite3.dll"
    3. Now paste it in the folder  C:\Program Files (x86)\Common Files\Apple\Mobile Device Support
    4. Restart the programme, it should not display that message, it should be clear.
    Good Luck

  • Protected mode message comes up and when I try to open files it says it encountered an error and to check online.. i can not open any files now

    Within the past week I have been getting messages when trying to open pdf files " that its in protected mode and can not open"
    I deleted adobe and reinstalled directly from Adobe.com and now I can not open any file with a message it has encountered an error
    and will check online for solution. Please assist as no files will open now
    This is details of error
    Problem Event Name:    APPCRASH
      Application Name:    AcroRd32.exe
      Application Version:    11.0.10.32
      Application Timestamp:    547e9779
      Fault Module Name:    StackHash_147f
      Fault Module Version:    0.0.0.0
      Fault Module Timestamp:    00000000
      Exception Code:    c000041d
      Exception Offset:    77a011f1
      OS Version:    6.1.7601.2.1.0.256.48
      Locale ID:    1033
      Additional Information 1:    147f
      Additional Information 2:    147ff66574b08dc93180d912e60eb897
      Additional Information 3:    c48b
      Additional Information 4:    c48be403c52ec6c06778481aaa8948d8
    Read our privacy statement online:
      http://go.microsoft.com/fwlink/?linkid=104288&clcid=0x0409
    If the online privacy statement is not available, please read our privacy statement offline:
      C:\Windows\system32\en-US\erofflps.txt

    Can you open Adobe Reader by itself?  If so, try to disable Protected Mode [Edit | Preferenes | Security (Enhanced)].

  • Can not open the ebs form

    This issue is that i can not open the form ,I checked the application.log,find erro:
    09/04/24 12:21:50.201 10.1.3.0.0 Started
    09/04/24 12:21:51.470 formsweb: FormsServlet init():
    configFileName: /oracle/prod01/inst/apps/PROD01_erp199/ora/10.1.2/forms/server/appsweb.cfg
    testMode: false
    09/04/24 12:21:51.479 formsweb: 10.1.3.0.0 Started
    09/04/24 12:34:28.975 formsweb: ListenerServlet init()
    09/04/24 12:34:30.17 formsweb: Forms 会话 <1> 在启动过程中失败: 没有来自运行时进程的响应
    09/04/24 12:34:30.17 formsweb: Forms session <1> exception stack trace:
    oracle.forms.engine.RunformException: Forms 会话 <1> 在启动过程中失败: 没有来自运行时进程的响应
    at oracle.forms.servlet.RunformProcess.connect(Unknown Source)
    at oracle.forms.servlet.RunformProcess.dataToRunform(Unknown Source)
    at oracle.forms.servlet.RunformSession.dataToRunform(Unknown Source)
    at oracle.forms.servlet.ListenerServlet.doPost(Unknown Source)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:763)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.ServletRequestDispatcher.invoke(ServletRe
    questDispatcher.java:702)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.ServletRequestDispatcher.forwardInternal(
    ServletRequestDispatcher.java:359)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.HttpRequestHandler.doProcessRequest(HttpR
    equestHandler.java:870)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.HttpRequestHandler.processRequest(HttpReq
    uestHandler.java:451)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.AJPRequestHandler.run(AJPRequestHandler.j
    ava:299)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.AJPRequestHandler.run(AJPRequestHandler.j
    ava:187)
    at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].util.ReleasableResourcePooledExecutor$MyWorker.run(Re
    leasableResourcePooledExecutor.java:303)
    at java.lang.Thread.run(Thread.java:595)
    here is another erro :
    /oracle/prod01/inst/apps/PROD01_erp199/logs/ora/10.1.3/opmn/forms_default_group_1、formsstd.err
    Error: <connector name="OracleASjms" path="OracleASjms.rar" /> will not be bootstrapped since corresponding module declarati
    on was not found in application.xml.

    Thank you hsawwan ,I did it as your methods,and i also checked your thread,but I still have the same problem.
    when I start the formserver ,here is the erro:
    [[root@erp29 ~]# more /oracle/prod/inst/apps/PROD_erp29/logs/appl/admin/log/adformsctl.txt
    adformsctl's LOG:
    04/28/09-09:04:52 :: adformsctl.sh version 120.12.12000000.3
    04/28/09-09:04:52 :: adformsctl.sh: starting OPMN if it is not running
    opmnctl: opmn is already running.
    04/28/09-09:04:55 :: adformsctl.sh: Starting OPMN managed FORMS OC4J instance
    opmnctl: starting opmn managed processes...
    ================================================================================
    opmn id=erp29:6200
    no processes or applications matched this request
    04/28/09-09:04:55 :: adformsctl.sh: exiting with status 150
    ================================================================================
    adoacorectl's LOG
    04/28/09-09:04:51 :: adoacorectl.sh version 120.11.12000000.2
    04/28/09-09:04:51 :: adoacorectl.sh: starting OPMN if it is not running
    opmnctl: opmn is already running.
    04/28/09-09:04:51 :: adoacorectl.sh: Starting OPMN managed OACORE OC4J instance
    opmnctl: starting opmn managed processes...
    ================================================================================
    opmn id=erp29:6200
    no processes or applications matched this request
    04/28/09-09:04:52 :: adoacorectl.sh: exiting with status 150
    ================================================================================
    adapcctl's log
    04/28/09-09:04:51 :: adapcctl.sh version 120.6.12000000.2
    04/28/09-09:04:51 :: adapcctl.sh: starting OPMN if it is not running
    opmnctl: opmn is already running.
    04/28/09-09:04:51 :: adapcctl.sh: starting OPMN managed OHS instance
    opmnctl: starting opmn managed processes...
    ================================================================================
    opmn id=erp29:6200
    no processes or applications matched this request
    04/28/09-09:04:51 :: adapcctl.sh: exiting with status 150
    ================================================================================

  • Can not open the file

    After the report files were moved to the directory under root in Linux, I can not open the file(.rdf) in my working directory in linux even though it doesn't work in the report builder in window.(it used to work fine)
    error message the following;
    rep-0110:unable to open file 'c:\documents and settings\myhome\desktop\invoice10.rdf
    rep-1070:error while opening or saving a documents
    can you tell me what it is the solution for that?
    Message was edited by:
    Jin

    I think I have to recompile the files again.
    I found the following solution but i do not know where do i write this script(Dos) and how to run it.
    can you tell me more detail?
    For Windows
    Forms/Reports 6i
    REM WINDOWS COMPILE FORMS
    ::compile_forms.bat
    cls
    Echo compiling Forms....
    for %%f IN (*.fmb) do ifcmp60 userid=scott/tiger@v817  module=%%f batch=yes
        module_type=form compile_all=yes window_state=minimize
    ECHO FINISHED COMPILING
    REM WINDOWS COMPILE REPORT
    ::compile_report.bat
    cls
    Echo compiling Report .....
    for %%f IN (*.rdf) do RWCON60 userid=scott/tiger@v817 batch=yes source=%%f
        stype=rdffile DTYPE=REPFILE  OVERWRITE=yes  logfile=log.txt
    ECHO FINISHED COMPILINGMessage was edited by:
    Jin
    Message was edited by:
    Jin
    Message was edited by:
    Jin

  • !!Urgent Help!! I can NOT open my safari, widgets and lots of application!!

    Dear All,
    I need a urgent help for my old mac.
    I can NOT open my safari and lots of application in my Mac. I use firefox to instead of right now.
    The safari usually come out with crash message "The application safari quit unexpectedly" with the report as follow.
    Who can help me to solve this problem. Thanks very much.
    Date/Time: 2011-04-04 23:49:17.401 +0800
    OS Version: 10.4.11 (Build 8S165)
    Report Version: 4
    Command: Safari
    Path: /Applications/Safari.app/Contents/MacOS/Safari
    Parent: WindowServer [240]
    Version: 4.1.3 (4533.19.4)
    Build Version: 1
    Project Name: WebBrowser
    Source Version: 75331904
    PID: 484
    Thread: 0
    Exception: EXCBADACCESS (0x0001)
    Codes: KERNINVALIDADDRESS (0x0001) at 0x458a3ef0
    Thread 0 Crashed:
    0 ...ple.CoreServices.CarbonCore 0x90b9e138 CSStoreGetUnit + 56
    1 com.apple.LaunchServices 0x9193ed4c _CSStringStoreUnitMatchesString + 36
    2 com.apple.LaunchServices 0x9193eb3c _CSMapFindBucketForKeyData + 160
    3 com.apple.LaunchServices 0x9193ea48 CSMapGetKeyAndValueForKeyData + 88
    4 com.apple.LaunchServices 0x9193e930 CSGetStringForCharacters + 252
    5 com.apple.LaunchServices 0x919497c8 _UTGetStringForCFString + 136
    6 com.apple.LaunchServices 0x91949700 _UTGetBindableArrayForTag + 104
    7 com.apple.LaunchServices 0x91949560 UTTypeCreatePreferredIdentifierForTag + 116
    8 com.apple.LaunchServices 0x9196f3c4 CreateCorrectedMIMEType + 564
    9 com.apple.LaunchServices 0x9197002c _LSCopyDownloadAssessmentDictionary + 2076
    10 com.apple.Foundation 0x92d1e028 -[NSURLResponse(NSURLResponsePrivate) _downloadAssessmentWithInitialData:] + 52
    11 com.apple.Safari 0x001367f8 0x1000 + 1267704
    12 com.apple.WebCore 0x014fa1b0 WebCore::ResourceResponse::platformLazyInit() + 736
    13 com.apple.WebCore 0x014fa698 WebCore::ResourceResponseBase::url() const + 24
    14 com.apple.WebCore 0x01bb77b4 WebCore::ApplicationCacheHost::maybeLoadFallbackForRedirect(WebCore::ResourceLo ader*, WebCore::ResourceRequest&, WebCore::ResourceResponse const&) + 68
    15 com.apple.WebCore 0x016c7f34 WebCore::ResourceLoader::willSendRequest(WebCore::ResourceHandle*, WebCore::ResourceRequest&, WebCore::ResourceResponse const&) + 52
    16 com.apple.WebCore 0x016c7ee0 WebCore::ResourceHandle::willSendRequest(WebCore::ResourceRequest&, WebCore::ResourceResponse const&) + 528
    17 com.apple.WebCore 0x015f6684 -[WebCoreResourceHandleAsDelegate connection:willSendRequest:redirectResponse:] + 996
    18 ...ktop.SafariSearchResultsMod 0x0306dc90 GMLogImplementation + 4840
    19 com.apple.Foundation 0x92c26fa8 -[NSURLConnection(NSURLConnectionInternal) _sendWillSendRequestCallback] + 76
    20 com.apple.Foundation 0x92c26dc8 -[NSURLConnection(NSURLConnectionInternal) _sendCallbacks] + 344
    21 com.apple.Foundation 0x92c26bf4 _sendCallbacks + 156
    22 com.apple.CoreFoundation 0x907df300 __CFRunLoopDoSources0 + 384
    23 com.apple.CoreFoundation 0x907de830 __CFRunLoopRun + 452
    24 com.apple.CoreFoundation 0x907de2b0 CFRunLoopRunSpecific + 268
    25 com.apple.HIToolbox 0x932bcb20 RunCurrentEventLoopInMode + 264
    26 com.apple.HIToolbox 0x932bc1b4 ReceiveNextEventCommon + 380
    27 com.apple.HIToolbox 0x932bc020 BlockUntilNextEventMatchingListInMode + 96
    28 com.apple.AppKit 0x937a1734 _DPSNextEvent + 384
    29 com.apple.AppKit 0x937a13f8 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 116
    30 com.apple.Safari 0x00011638 0x1000 + 67128
    31 com.apple.AppKit 0x9379d93c -[NSApplication run] + 472
    32 com.apple.AppKit 0x9388e458 NSApplicationMain + 452
    33 com.apple.Safari 0x00118adc 0x1000 + 1145564
    34 com.apple.Safari 0x00007ea0 0x1000 + 28320
    Thread 1:
    0 libSystem.B.dylib 0x9002bfc8 semaphorewait_signaltrap + 8
    1 libSystem.B.dylib 0x90030aac pthreadcondwait + 480
    2 com.apple.WebCore 0x014e98d0 WebCore::IconDatabase::syncThreadMainLoop() + 320
    3 com.apple.WebCore 0x014e73b8 WebCore::IconDatabase::iconDatabaseSyncThread() + 440
    4 libSystem.B.dylib 0x9002b908 pthreadbody + 96
    Thread 2:
    0 libSystem.B.dylib 0x9000af48 machmsgtrap + 8
    1 libSystem.B.dylib 0x9000ae9c mach_msg + 60
    2 com.apple.CoreFoundation 0x907de9ac __CFRunLoopRun + 832
    3 com.apple.CoreFoundation 0x907de2b0 CFRunLoopRunSpecific + 268
    4 com.apple.Foundation 0x92c1eb7c +[NSURLCache _diskCacheSyncLoop:] + 152
    5 com.apple.Foundation 0x92bf64d8 forkThreadForFunction + 108
    6 libSystem.B.dylib 0x9002b908 pthreadbody + 96
    Thread 3:
    0 libSystem.B.dylib 0x9000af48 machmsgtrap + 8
    1 libSystem.B.dylib 0x9000ae9c mach_msg + 60
    2 com.apple.CoreFoundation 0x907de9ac __CFRunLoopRun + 832
    3 com.apple.CoreFoundation 0x907de2b0 CFRunLoopRunSpecific + 268
    4 com.apple.Safari 0x000298e0 0x1000 + 166112
    5 com.apple.Safari 0x00029864 0x1000 + 165988
    6 libSystem.B.dylib 0x9002b908 pthreadbody + 96
    Thread 4:
    0 libSystem.B.dylib 0x9000af48 machmsgtrap + 8
    1 libSystem.B.dylib 0x9000ae9c mach_msg + 60
    2 com.apple.CoreFoundation 0x907de9ac __CFRunLoopRun + 832
    3 com.apple.CoreFoundation 0x907de2b0 CFRunLoopRunSpecific + 268
    4 com.apple.Foundation 0x92c054a4 -[NSRunLoop runMode:beforeDate:] + 172
    5 com.apple.Foundation 0x92c053dc -[NSRunLoop run] + 76
    6 com.apple.Safari 0x0007e958 0x1000 + 514392
    7 com.apple.Foundation 0x92bf64d8 forkThreadForFunction + 108
    8 libSystem.B.dylib 0x9002b908 pthreadbody + 96
    Thread 5:
    0 libSystem.B.dylib 0x9000af48 machmsgtrap + 8
    1 libSystem.B.dylib 0x9000ae9c mach_msg + 60
    2 com.apple.CoreFoundation 0x907de9ac __CFRunLoopRun + 832
    3 com.apple.CoreFoundation 0x907de2b0 CFRunLoopRunSpecific + 268
    4 com.apple.Foundation 0x92c1da3c +[NSURLConnection(NSURLConnectionInternal) _resourceLoadLoop:] + 264
    5 com.apple.Foundation 0x92bf64d8 forkThreadForFunction + 108
    6 libSystem.B.dylib 0x9002b908 pthreadbody + 96
    Thread 6:
    0 libSystem.B.dylib 0x9001f48c select + 12
    1 com.apple.CoreFoundation 0x907f1240 __CFSocketManager + 472
    2 libSystem.B.dylib 0x9002b908 pthreadbody + 96
    Thread 7:
    0 libSystem.B.dylib 0x9002bfc8 semaphorewait_signaltrap + 8
    1 libSystem.B.dylib 0x90030aac pthreadcondwait + 480
    2 com.apple.Foundation 0x92bfd644 -[NSConditionLock lockWhenCondition:] + 68
    3 com.apple.Syndication 0x9a3c926c -[AsyncDB _run:] + 192
    4 com.apple.Foundation 0x92bf64d8 forkThreadForFunction + 108
    5 libSystem.B.dylib 0x9002b908 pthreadbody + 96
    Thread 0 crashed with PPC Thread State 64:
    srr0: 0x0000000090b9e138 srr1: 0x100000000000d030 vrsave: 0x0000000000000000
    cr: 0x24422202 xer: 0x0000000000000000 lr: 0x0000000090b9e110 ctr: 0x0000000090b9e100
    r0: 0x0000000000000000 r1: 0x00000000bfffd470 r2: 0x00000000048a2000 r3: 0x0000000003149200
    r4: 0x00000000000001c0 r5: 0x0000000041001ef4 r6: 0x00000000bfffd500 r7: 0x0000000000000009
    r8: 0x00000000bfffd5d0 r9: 0x0000000000000000 r10: 0x00000000907be914 r11: 0x00000000a193c5f0
    r12: 0x0000000090b9e100 r13: 0x00000000a193f818 r14: 0x0000000000000000 r15: 0x0000000000000000
    r16: 0x0000000003113fe0 r17: 0x0000000024028212 r18: 0x00000000089114b0 r19: 0x0000000000000000
    r20: 0x0000000003149200 r21: 0x00000000bfffd6c0 r22: 0x0000000000000009 r23: 0x00000000ddddddd2
    r24: 0x00000000eeeeeee1 r25: 0x00000000bfffd5d0 r26: 0x0000000002819a18 r27: 0x0000000000003ff7
    r28: 0x00000000bfffd6c0 r29: 0x0000000000000009 r30: 0x00000000458a3ef4 r31: 0x0000000090b9e110
    Binary Images Description:
    0x1000 - 0x355fff com.apple.Safari 4.1.3 (4533.19.4) /Applications/Safari.app/Contents/MacOS/Safari
    0x3b6000 - 0x3b6fff libgild.dylib /Library/Google/Frameworks/Gild.framework/Resources/libgild.dylib
    0x3ba000 - 0x3befff com.google.Gild Framework 1.0.0 (1.0.0.249) /Library/Google/Frameworks/Gild.framework/Versions/A/Gild
    0x505000 - 0x681fff com.apple.JavaScriptCore 4533.19 (4533.19.1) /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x6d9000 - 0x7c7fff libxml2.2.dylib /usr/lib/libxml2.2.dylib
    0x1008000 - 0x1109fff com.apple.WebKit 4533.19 (4533.19.4) /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x11b0000 - 0x1452fff com.apple.QuartzCore 1.4.13 /System/Library/PrivateFrameworks/Safari.framework/Frameworks/QuartzCore.framew ork/Versions/A/QuartzCore
    0x14e5000 - 0x218afff com.apple.WebCore 4533.19 (4533.19.4) /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
    0x27eb000 - 0x27edfff libgoogleml.dylib /Library/Google/GoogleML/GoogleML.bundle/Contents/Resources/libgoogleml.dylib
    0x3069000 - 0x3072fff com.google.Desktop.SafariSearchResultsMod 1.7.0 (1.7.0.1877) /Library/Google/GoogleML/Modules/SafariSearchResults.googleml/Contents/MacOS/Sa fariSearchResults
    0x307a000 - 0x3086fff com.google.Desktop.SafariWebHistoryMod 1.7.0 (1.7.0.1877) /Library/Google/GoogleML/Modules/SafariWebHistory.googleml/Contents/MacOS/Safar iWebHistory
    0x8fe00000 - 0x8fe52fff dyld 46.16 /usr/lib/dyld
    0x90000000 - 0x901bcfff libSystem.B.dylib /usr/lib/libSystem.B.dylib
    0x90214000 - 0x90219fff libmathCommon.A.dylib /usr/lib/system/libmathCommon.A.dylib
    0x9021b000 - 0x90268fff com.apple.CoreText 1.0.4 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x90293000 - 0x90344fff ATS /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x90373000 - 0x9072efff com.apple.CoreGraphics 1.258.85 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x907bb000 - 0x90895fff com.apple.CoreFoundation 6.4.11 (368.35) /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x908de000 - 0x908defff com.apple.CoreServices 10.4 (???) /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x908e0000 - 0x909e2fff libicucore.A.dylib /usr/lib/libicucore.A.dylib
    0x90a3c000 - 0x90ac0fff libobjc.A.dylib /usr/lib/libobjc.A.dylib
    0x90aea000 - 0x90b5cfff com.apple.framework.IOKit 1.4 (???) /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x90b72000 - 0x90b84fff libauto.dylib /usr/lib/libauto.dylib
    0x90b8b000 - 0x90e62fff com.apple.CoreServices.CarbonCore 681.19 (681.21) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x90ec8000 - 0x90f48fff com.apple.CoreServices.OSServices 4.1 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x90f92000 - 0x90fd4fff com.apple.CFNetwork 4.0 (129.24) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x90fe9000 - 0x91001fff com.apple.WebServices 1.1.2 (1.1.0) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/WebServ icesCore.framework/Versions/A/WebServicesCore
    0x91011000 - 0x91092fff com.apple.SearchKit 1.0.8 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x910d8000 - 0x91101fff com.apple.Metadata 10.4.4 (121.36) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x91112000 - 0x91120fff libz.1.dylib /usr/lib/libz.1.dylib
    0x91123000 - 0x912defff com.apple.security 4.6 (29770) /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x913dd000 - 0x913e6fff com.apple.DiskArbitration 2.1.2 /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x913ed000 - 0x913f5fff libbsm.dylib /usr/lib/libbsm.dylib
    0x913f9000 - 0x91421fff com.apple.SystemConfiguration 1.8.3 /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x91434000 - 0x9143ffff libgcc_s.1.dylib /usr/lib/libgcc_s.1.dylib
    0x91444000 - 0x914bffff com.apple.audio.CoreAudio 3.0.5 /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x914fc000 - 0x914fcfff com.apple.ApplicationServices 10.4 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x914fe000 - 0x91536fff com.apple.AE 312.2 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ AE.framework/Versions/A/AE
    0x91551000 - 0x91623fff com.apple.ColorSync 4.4.13 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x91676000 - 0x91707fff com.apple.print.framework.PrintCore 4.6 (177.13) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x9174e000 - 0x91805fff com.apple.QD 3.10.28 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x91842000 - 0x918a0fff com.apple.HIServices 1.5.3 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x918cf000 - 0x918f0fff com.apple.LangAnalysis 1.6.1 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x91904000 - 0x91929fff com.apple.FindByContent 1.5 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ FindByContent.framework/Versions/A/FindByContent
    0x9193c000 - 0x9197efff com.apple.LaunchServices 183.1 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LaunchServices.framework/Versions/A/LaunchServices
    0x9199a000 - 0x919aefff com.apple.speech.synthesis.framework 3.3 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x919bc000 - 0x91a02fff com.apple.ImageIO.framework 1.5.9 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x91a19000 - 0x91ae0fff libcrypto.0.9.7.dylib /usr/lib/libcrypto.0.9.7.dylib
    0x91b2e000 - 0x91b43fff libcups.2.dylib /usr/lib/libcups.2.dylib
    0x91b48000 - 0x91b66fff libJPEG.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x91b6c000 - 0x91c23fff libJP2.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x91c72000 - 0x91c76fff libGIF.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x91c78000 - 0x91ce2fff libRaw.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRaw.dylib
    0x91ce7000 - 0x91d02fff libPng.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x91d07000 - 0x91d0afff libRadiance.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x91e19000 - 0x91e57fff libTIFF.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x91e5e000 - 0x91e5efff com.apple.Accelerate 1.2.2 (Accelerate 1.2.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x91e60000 - 0x91f45fff com.apple.vImage 2.4 /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x91f4d000 - 0x91f6cfff com.apple.Accelerate.vecLib 3.2.2 (vecLib 3.2.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x91fd8000 - 0x92046fff libvMisc.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x92051000 - 0x920e6fff libvDSP.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x92100000 - 0x92688fff libBLAS.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x926bb000 - 0x929e6fff libLAPACK.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x92a16000 - 0x92b04fff libiconv.2.dylib /usr/lib/libiconv.2.dylib
    0x92b07000 - 0x92b8ffff com.apple.DesktopServices 1.3.7 /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x92bd0000 - 0x92e03fff com.apple.Foundation 6.4.12 (567.42) /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x92f36000 - 0x92f54fff libGL.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x92f5f000 - 0x92fb9fff libGLU.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x92fd7000 - 0x92fd7fff com.apple.Carbon 10.4 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x92fd9000 - 0x92fedfff com.apple.ImageCapture 3.0 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x93005000 - 0x93015fff com.apple.speech.recognition.framework 3.4 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x93021000 - 0x93036fff com.apple.securityhi 2.0 (203) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x93048000 - 0x930cffff com.apple.ink.framework 101.2 (69) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x930e3000 - 0x930eefff com.apple.help 1.0.3 (32) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x930f8000 - 0x93126fff com.apple.openscripting 1.2.7 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x93140000 - 0x9314ffff com.apple.print.framework.Print 5.2 (192.4) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x9315b000 - 0x931c1fff com.apple.htmlrendering 1.1.2 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x931f2000 - 0x93241fff com.apple.NavigationServices 3.4.4 (3.4.3) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x9326f000 - 0x9328cfff com.apple.audio.SoundManager 3.9 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x9329e000 - 0x932abfff com.apple.CommonPanels 1.2.2 (73) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x932b4000 - 0x935c2fff com.apple.HIToolbox 1.4.10 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x93712000 - 0x9371efff com.apple.opengl 1.4.7 /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x93723000 - 0x93743fff com.apple.DirectoryService.Framework 3.3 /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x93797000 - 0x93797fff com.apple.Cocoa 6.4 (???) /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x93799000 - 0x93dccfff com.apple.AppKit 6.4.10 (824.48) /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x94159000 - 0x941cbfff com.apple.CoreData 91 (92.1) /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x94204000 - 0x942c9fff com.apple.audio.toolbox.AudioToolbox 1.4.7 /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x9431c000 - 0x9431cfff com.apple.audio.units.AudioUnit 1.4 /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x94528000 - 0x94565fff libsqlite3.0.dylib /usr/lib/libsqlite3.0.dylib
    0x9456d000 - 0x945bdfff libGLImage.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x945c6000 - 0x945dffff com.apple.CoreVideo 1.4.2 /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x94678000 - 0x946b0fff com.apple.vmutils 4.0.0 (85) /System/Library/PrivateFrameworks/vmutils.framework/Versions/A/vmutils
    0x946f5000 - 0x94711fff com.apple.securityfoundation 2.2 (27710) /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x94725000 - 0x94769fff com.apple.securityinterface 2.2 (27692) /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    0x9478d000 - 0x9479cfff libCGATS.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
    0x947a4000 - 0x947b1fff libCSync.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x947f7000 - 0x94810fff libRIP.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x94c32000 - 0x94ca3fff libstdc++.6.dylib /usr/lib/libstdc++.6.dylib
    0x94d41000 - 0x94d4dfff com.apple.framework.Apple80211 4.2.9 (429.6) /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
    0x94e19000 - 0x94f49fff com.apple.AddressBook.framework 4.0.6 (490) /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x94fdc000 - 0x94febfff com.apple.DSObjCWrappers.Framework 1.1 /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
    0x94ff3000 - 0x95020fff com.apple.LDAPFramework 1.4.1 (69.0.1) /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x95027000 - 0x95037fff libsasl2.2.dylib /usr/lib/libsasl2.2.dylib
    0x9503b000 - 0x9506afff libssl.0.9.7.dylib /usr/lib/libssl.0.9.7.dylib
    0x9507a000 - 0x95097fff libresolv.9.dylib /usr/lib/libresolv.9.dylib
    0x95b4d000 - 0x95b7ffff com.apple.PDFKit 1.0.4 /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
    0x97ce5000 - 0x97db6fff com.apple.QuartzComposer 1.2.6 (32.25) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
    0x97e33000 - 0x97e33fff com.apple.quartzframework 1.0 /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x9a3c6000 - 0x9a3fcfff com.apple.Syndication 1.0.8 (56.1) /System/Library/PrivateFrameworks/Syndication.framework/Versions/A/Syndication
    0x9ffe4000 - 0x9fff6fff com.apple.SyndicationUI 1.0.8 (56.1) /System/Library/PrivateFrameworks/SyndicationUI.framework/Versions/A/Syndicatio nUI
    Model: PowerMac8,2, BootROM 5.2.5f1, 1 processors, PowerPC G5 (3.1), 2 GHz, 1.5 GB
    Graphics: ATI Radeon 9600, ATY,RV351, AGP, 128 MB
    Memory Module: DIMM0/J4000, 1 GB, DDR SDRAM, PC3200U-30330
    Memory Module: DIMM1/J4001, 512 MB, DDR SDRAM, PC3200U-30330
    AirPort: AirPort Extreme, 405.1 (3.90.34.0.p18)
    Modem: Jump, V.92, Version 1.0
    Bluetooth: Version 1.9.5f4, 2 service, 1 devices, 1 incoming serial ports
    Network Service: AirPort, AirPort, en1
    Serial ATA Device: WDC WD2500JD-40HBC0, 232.89 GB
    Parallel ATA Device: MATSHITADVD-R UJ-845
    USB Device: Keyboard Hub, Apple, Inc., Up to 480 Mb/sec, 500 mA
    USB Device: Apple Keyboard, Apple, Inc, Up to 1.5 Mb/sec, 100 mA
    USB Device: Bluetooth USB Host Controller, Apple, Inc., Up to 12 Mb/sec, 500 mA
    USB Device: Apple Optical USB Mouse, Mitsumi Electric, Up to 1.5 Mb/sec, 500 mA
    FireWire Device: iSight, Apple Computer, Inc., Up to 400 Mb/sec

    Hi,
    I can NOT open my safari and lots of application in my Mac.
    The startup disk may need repairing. Launch the Disk Utility app (Applications/Utilities) Select MacintoshHD in the panel on the left. Then select the FirstAid tab.
    Click: Verify Disk (not Verify Disk Permissions). If the disk needs repairing, follow these instructions. You will need your install disc.
    Insert your install disk and Restart, holding down the "C" key until grey Apple appears.
    Go to Installer menu and launch Disk Utility.
    (In Mac OS X 10.4 or later, you must select your language first from the installer menu)
    Select your HDD (manufacturer ID) in the left panel.
    Select First Aid in the Main panel.
    (Check S.M.A.R.T Status of HDD at the bottom of right panel. It should say: Verified)
    Click Repair Disk on the bottom right.
    If DU reports disk does not need repairs quit DU and restart.
    If DU reports errors Repair again and again until DU reports disk is repaired.
    When you are finished with DU, from the Menu Bar, select Utilities/Startup Manager.
    Select your startup disk and click Restart
    While you have the Disk Utility window open, look at the bottom of the window. Where you see Capacity and Available. Make sure there is always 15% free space.
    Until you verify and repair the startup disk if necessary, it won't do much good to troubleshoot the Safari crash report.
    Carolyn

  • Excel can not open

    I just bougth a macbook pro with mac osX and Danish microsoft office 2011 preinstalled.
    Now i realize that excel can not open. I have reinstalled the OSX and the Office package but this has not solved the problem. The strange thing is that it work on an other MacBook pro i bougth the same day.

    This is the error message
    Process:         Microsoft Excel [357]
    Path:            /Applications/Microsoft Office 2011/Microsoft Excel.app/Contents/MacOS/Microsoft Excel
    Identifier:      com.microsoft.Excel
    Version:         14.0.0 (14.0.0)
    Build Info:      Unknown-100825~0
    Code Type:       X86 (Native)
    Parent Process:  launchd [87]
    Date/Time:       2011-05-16 22:56:07.128 +0200
    OS Version:      Mac OS X 10.6.7 (10J4138)
    Report Version:  6
    Interval Since Last Report:          -20501 sec
    Crashes Since Last Report:           1
    Per-App Crashes Since Last Report:   1
    Anonymous UUID:                      95BE3A40-B6D1-48C5-9C63-076691571CD9
    Exception Type:  EXC_BREAKPOINT (SIGTRAP)
    Exception Codes: 0x0000000000000002, 0x0000000000000000
    Crashed Thread:  0
    Dyld Error Message:
      Symbol not found: __ZN3Art11ViewElement4DropEP11IDataObjectmRKNS_4View11HitTestInfoEPm
      Referenced from: /Applications/Microsoft Office 2011/Microsoft Excel.app/Contents/MacOS/Microsoft Excel
      Expected in: /Applications/Microsoft Office 2011/Microsoft Excel.app/Contents/MacOS/../../../Office/OfficeArt.framework/Versions/14/Office Art
    in /Applications/Microsoft Office 2011/Microsoft Excel.app/Contents/MacOS/Microsoft Excel
    Binary Images:
    0x3771000 -  0x4df7ff7 +com.microsoft.Excel 14.0.0 (14.0.0) <97320AEE-A1FE-D56E-C76A-17A208F7660B> /Applications/Microsoft Office 2011/Microsoft Excel.app/Contents/MacOS/Microsoft Excel
    0x5183000 -  0x519cff7 +com.microsoft.mbukernel_framework 14.1.0 (14.1.0) <A92FB57F-23C8-3928-54A7-1769839A3790> /Applications/Microsoft Office 2011/Office/mbukernel.framework/Versions/14/mbukernel
    0x51b3000 -  0x51f5fff +com.microsoft.ribbon 14.1.0 (14.1.0) <5ADC1AC8-68B6-F9FF-C3CB-AAC4515B5E79> /Applications/Microsoft Office 2011/Office/MBURibbon.framework/Versions/14/MBURibbon
    0x521a000 -  0x521dff7 +com.microsoft.mbunamedstrings 14.1.0 (14.1.0) <DC76AC0F-EB49-6F6E-FE2B-8025CD34511C> /Applications/Microsoft Office 2011/Office/mbunamedstrings.framework/Versions/14/mbunamedstrings
    0x5224000 -  0x5228ff7 +com.microsoft.frameworks.officewindowlocalizer 14.1.0 (14.1.0) <B2342BE6-022E-8664-CB22-324D5350DBF6> /Applications/Microsoft Office 2011/Office/OfficeWindowLocalizer.framework/Versions/14/OfficeWindowLocalizer
    0x522f000 -  0x52a0fe7 +com.microsoft.netlib 14.1.0 (14.1.0) <F92F2BBA-CA4F-9939-A62A-D992ECB3629F> /Applications/Microsoft Office 2011/Office/Netlib.framework/Versions/14/Netlib
    0x52b6000 -  0x54d4ff7 +com.microsoft.mcp 14.1.0 (14.1.0) <98419278-F21E-17DC-B2AD-A0D551ACD1F2> /Applications/Microsoft Office 2011/Office/MicrosoftComponentPlugin.framework/Versions/14/MicrosoftComponentPl ugin
    0x5593000 -  0x5cfcfff +com.microsoft.office_library 14.1.0 (14.1.0) <DBC2F3ED-8396-EC63-DF29-7B210F989FA8> /Applications/Microsoft Office 2011/Office/MicrosoftOffice.framework/Versions/14/MicrosoftOffice
    0x5e56000 -  0x5efbffb +com.microsoft.ole 14.1.0 (14.1.0) <7E409CD5-7F65-4C6B-18DC-04663216C2A8> /Applications/Microsoft Office 2011/Office/MicrosoftOLE.framework/Versions/14/MicrosoftOLE
    0x5f1f000 -  0x5fbeffb +com.microsoft.ole_automation 14.1.0 (14.1.0) <8F27F2EB-2C5F-570C-0482-DA8BE78ABDFB> /Applications/Microsoft Office 2011/Office/MicrosoftOLEAutomation.framework/Versions/14/MicrosoftOLEAutomation
    0x5fee000 -  0x6022fe3 +com.microsoft.urlmon 14.1.0 (14.1.0) <EF595E8E-4B30-7B09-4BE5-B4F0289063DE> /Applications/Microsoft Office 2011/Office/StdUrlMoniker.framework/Versions/14/StdUrlMoniker
    0x6033000 -  0x603ffeb +com.microsoft.merp 2.2.4 (2.2.4) <7DA12803-4984-ECF7-D74F-D50A6228F8F5> /Applications/Microsoft Office 2011/Office/merp.framework/Versions/14/merp
    0x604b000 -  0x6ed9fef +com.microsoft.officeart 14.1.0 (14.1.0) <55BCDCBF-4605-0D4C-2D61-9E3989E8F211> /Applications/Microsoft Office 2011/Office/OfficeArt.framework/Versions/14/OfficeArt
    0x7199000 -  0x71a3ff7 +com.microsoft.oleo 14.1.0 (14.1.0) <41CF906A-448E-1AAC-90D5-153C1EC3BFA2> /Applications/Microsoft Office 2011/Office/MicrosoftOleo.framework/Versions/14/MicrosoftOleo
    0x71ac000 -  0x7623ff3 +com.microsoft.chart 14.1.0 (14.1.0) <7250B005-7CE6-8497-5A06-B257894F5376> /Applications/Microsoft Office 2011/Office/MicrosoftChartPlugin.framework/Versions/14/MicrosoftChartPlugin
    0x7767000 -  0x777eff3 +com.microsoft.mathfont 14.1.0 (14.1.0) <7A7D72E4-C914-012B-3141-DF07D19F158D> /Applications/Microsoft Office 2011/Office/MicrosoftMathFont.framework/Versions/14/MicrosoftMathFont
    0x7784000 -  0x7978feb +com.microsoft.msxml_library 14.1.0 (14.1.0) <A235849C-127A-1FC6-3A0D-EAA9B90673FA> /Applications/Microsoft Office 2011/Office/MSXML.framework/Versions/14/MSXML
    0x79ea000 -  0x7a46ffb +com.microsoft.wlmuser 14.1.0 (14.1.0) <0A455AFF-228F-B324-15B7-FB1A67F42B91> /Applications/Microsoft Office 2011/Office/WLMUser.framework/Versions/14/WLMUser
    0x7a69000 -  0x7a95fef +com.microsoft.netlib 14.1.0 (14.1.0) <0AA761CA-6CD5-3930-6174-D94A301DDEAF> /Applications/Microsoft Office 2011/Office/WLMKernel.framework/Versions/14/WLMKernel
    0x7aab000 -  0x7ad5fff +com.microsoft.netlib 14.1.0 (14.1.0) <F3BB18DE-5B3C-EB85-9069-F119A61BF610> /Applications/Microsoft Office 2011/Office/WLMGraphicsDevice.framework/Versions/14/WLMGraphicsDevice
    0x7af2000 -  0x7b57fe7 +com.microsoft.mbuCloudServices_framework 14.1.0 (14.1.0) <05E030AD-57DC-DD46-5E31-B1C413F082F6> /Applications/Microsoft Office 2011/Office/MicrosoftCloudServices.framework/Versions/14/MicrosoftCloudServices
    0x7b79000 -  0x8709ffb +com.microsoft.gfx 14.1.0 (14.1.0) <76A4C518-F9FF-50C9-8253-01656FE745D9> /Applications/Microsoft Office 2011/Office/Gfx.framework/Versions/14/Gfx
    0x8781000 -  0x8b3efe7 +com.microsoft.igx 14.1.0 (14.1.0) <478749B9-E923-D954-9B3A-365302A6F411> /Applications/Microsoft Office 2011/Office/SmartArt.framework/Versions/14/SmartArt
    0x8c0b000 -  0x8c0fff7 +com.microsoft.mbustrings 14.1.0 (14.1.0) <F2251E2F-0B5A-914C-E830-51F5B810541A> /Applications/Microsoft Office 2011/Office/mbustrings.framework/Versions/14/mbustrings
    0x8c17000 -  0x8c19ff7 +com.microsoft.mbulocale 14.1.0 (14.1.0) <555E12BE-D76E-8EFB-165E-2DC362D49681> /Applications/Microsoft Office 2011/Office/mbulocale.framework/Versions/14/mbulocale
    0x8c22000 -  0x8c79fe7 +com.microsoft.uniscribe_library 14.1.0 (14.1.0) <BF871A84-0FA6-2CBF-1FAC-E0CFE2DA00F3> /Applications/Microsoft Office 2011/Office/Uniscribe.framework/Versions/14/Uniscribe
    0x8c95000 -  0x8cb6feb +com.microsoft.wlmstrings 14.1.0 (14.1.0) <5CAEC907-DA67-65FC-E2FB-EE119F3D41C6> /Applications/Microsoft Office 2011/Office/wlmstrings.framework/Versions/14/wlmstrings
    0x8cc5000 -  0x8d07fef +com.microsoft.mviewlib 14.1.0 (14.1.0) <3FE84F3B-B232-274D-C1E1-EA7EE8F52A4F> /Applications/Microsoft Office 2011/Office/MViewLib.framework/Versions/14/MViewLib
    0x8d30000 -  0x8d86feb +com.microsoft.CocoaUI 14.1.0 (14.1.0) <B56F485C-1FFC-A77A-96A3-F62A1A988B6C> /Applications/Microsoft Office 2011/Office/CocoaUI.framework/Versions/14/CocoaUI
    0x8db7000 -  0x8ef5feb +com.microsoft.MicrosoftOfficeDRM 14.1.0 (14.1.0) <DE3EE972-B5E1-6CFD-33C9-755CA19A6742> /Applications/Microsoft Office 2011/Office/MicrosoftOfficeDRM.framework/Versions/14/MicrosoftOfficeDRM
    0x8f25000 -  0x8f4dffb +com.microsoft.setupui 14.1.0 (14.1.0) <F1495E00-195D-DC67-429E-AB11BE5BE075> /Applications/Microsoft Office 2011/Office/MicrosoftSetupUI.framework/Versions/14/MicrosoftSetupUI
    0x8f74000 -  0x8fbeffb +com.microsoft.menulib 14.1.0 (14.1.0) <07AF697B-7F11-744A-C452-B69F19CFC2CE> /Applications/Microsoft Office 2011/Office/MicrosoftMenuLibrary.framework/Versions/14/MicrosoftMenuLibrary
    0x8fd8000 -  0x8fe6ff7 +com.microsoft.mbuinstrument_framework 14.1.0 (14.1.0) <DC3290CE-5369-BA47-ED7A-9D9FB5E841F2> /Applications/Microsoft Office 2011/Office/mbuinstrument.framework/Versions/14/mbuinstrument
    0x8ff0000 -  0x90eefef +com.microsoft.metex 14.1.0 (14.1.0) <FF46EB2C-E80A-B3C4-421F-A78EC6B3D9B6> /Applications/Microsoft Office 2011/Office/MetEx.framework/Versions/14/MetEx
    0x913b000 -  0x913cff7 +com.microsoft.CocoaTooltipParser 14.1.0 (14.1.0) <5C746B44-C2AF-3FF0-8A25-D07F78F9B440> /Applications/Microsoft Office 2011/Office/CocoaTooltipParser.framework/Versions/14/CocoaTooltipParser
    0x9141000 -  0x91f6fe7  libcrypto.0.9.7.dylib 0.9.7 (compatibility 0.9.7) <78B6EEB6-50D9-4479-D1A5-B4C381A07E4D> /usr/lib/libcrypto.0.9.7.dylib
    0x923c000 -  0x92a4ff3 +com.microsoft.docex 14.1.0 (14.1.0) <9E9F57A4-6E99-E50F-D19F-4F5D448303D1> /Applications/Microsoft Office 2011/Office/DocEx.framework/Versions/14/DocEx
    0x92b5000 -  0x92cdfe3 +com.microsoft.frameworks.winhttp 14.1.0 (14.1.0) <4E1CBC4A-52D1-9FCD-B16C-7F7585DE9345> /Applications/Microsoft Office 2011/Office/WinHttp.framework/Versions/14/WinHttp
    0x92db000 -  0x92ebff7 +com.microsoft.frameworks.wincrypto 14.1.0 (14.1.0) <794E0BB0-8EAF-1AD4-AF4B-9DF64AD40F16> /Applications/Microsoft Office 2011/Office/WinCrypto.framework/Versions/14/WinCrypto
    0x92f5000 -  0x9300ff7 +com.microsoft.credui_framework 14.1.0 (14.1.0) <8BAEBF84-66F0-B744-82AE-499932C7C4CA> /Applications/Microsoft Office 2011/Office/MicrosoftCredui.framework/Versions/14/MicrosoftCredui
    0x9309000 -  0x9309fff +com.microsoft.ddcs_framework 14.1.0 (14.1.0) <A4BAE060-C245-22B0-8877-2036B81C2CF7> /Applications/Microsoft Office 2011/Office/MicrosoftDDCS.framework/Versions/14/MicrosoftDDCS
    0x930d000 -  0x9317fff +com.microsoft.frameworks.winapiui 14.1.0 (14.1.0) <F581A05C-E9CD-BEF4-A187-AF474E8B0B5F> /Applications/Microsoft Office 2011/Office/WinAPIUI.framework/Versions/14/WinAPIUI
    0x9323000 -  0x9358ff3 +com.microsoft.msgrlibclient 8.0.0 (8.0.0) <7ADCF95E-0CCF-0D4D-C38D-4E72564A76D2> /Applications/Microsoft Office 2011/Office/MsgrLibClient.framework/Versions/14/MsgrLibClient
    0x937d000 -  0x97ccff7 +com.microsoft.csi_framework 14.1.0 (14.1.0) <9F580981-7B68-DCF4-E024-BCFA631DF9A2> /Applications/Microsoft Office 2011/Office/MicrosoftCSI.framework/Versions/14/MicrosoftCSI
    0x98a1000 -  0x98b9ff3 +com.microsoft.threadpool 14.1.0 (14.1.0) <77F22DDC-FF98-2457-6939-0C29B9B03C59> /Applications/Microsoft Office 2011/Office/ThreadPool.framework/Versions/14/ThreadPool
    0x98c9000 -  0x98d5fe3 +com.microsoft.fba_framework 14.1.0 (14.1.0) <7F6BEFF7-31D8-DC9C-D6E6-FE0AB815E423> /Applications/Microsoft Office 2011/Office/MicrosoftFBA.framework/Versions/14/MicrosoftFBA
    0x98e1000 -  0x9b3effb +com.microsoft.XPG 14.1.0 (14.1.0) <E1000B89-DD4A-4F69-E3FF-B0EC451A2992> /Applications/Microsoft Office 2011/Office/XPG.framework/Versions/14/XPG
    0x9b6f000 -  0x9b75fe7 +com.microsoft.mbufs 14.1.0 (14.1.0) <2353A45F-0CC6-6699-B929-452CDE4394CD> /Applications/Microsoft Office 2011/Office/MicrosoftFS.framework/Versions/14/MicrosoftFS
    0x9b7e000 -  0x9c99ff7 +mbupgx.dylib 14.0.0 (compatibility 14.0.0) <26E50DFC-0EFA-76F0-FB25-1EB3655DDEE3> /Applications/Microsoft Office 2011/Office/MicrosoftSetupUI.framework/Libraries/mbupgx.dylib
    0x9cb4000 -  0x9cc3ff3 +com.microsoft.wlmfile_framework 14.1.0 (14.1.0) <54BC1C06-C705-72FA-47ED-B2B34EC55D7A> /Applications/Microsoft Office 2011/Office/MicrosoftWlmFile.framework/Versions/14/MicrosoftWlmFile
    0x9ccb000 -  0x9d6dfe7 +com.microsoft.webservices_framework 14.1.0 (14.1.0) <B7CE254B-D9FD-C374-2C96-5E5A77560816> /Applications/Microsoft Office 2011/Office/MicrosoftWebServices.framework/Versions/14/MicrosoftWebServices
    0x9d86000 -  0x9ed1fef +com.microsoft.Oimg 14.1.0 (14.1.0) <C823A41C-EC4F-3A79-D580-63C20FCC1CB3> /Applications/Microsoft Office 2011/Office/Oimg.framework/Versions/14/Oimg
    0x9f60000 -  0xa0a7ff7 +com.microsoft.msls3 14.1.0 (14.1.0) <33B6C5DC-9F43-FCB0-21B8-E3A06FDCA255> /Applications/Microsoft Office 2011/Office/MicrosoftPTLS.framework/Versions/14/MicrosoftPTLS
    0x8fe00000 - 0x8fe4162b  dyld 132.1 (???) <283EE026-C0FE-1FF9-DB81-BFB155793157> /usr/lib/dyld
    0x90054000 - 0x9007affb  com.apple.DictionaryServices 1.1.2 (1.1.2) <5A8D5D84-06EB-F9B5-BA0A-A87A0A2C0035> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
    0x9007b000 - 0x902e0feb  com.apple.security 6.1.2 (55002) <7F00A51B-F22A-0EBC-A321-923472D686BD> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x904be000 - 0x90540ffb  SecurityFoundation ??? (???) <C3126552-3B6B-C96A-E7E7-5876AA35D19D> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x90541000 - 0x90544ffb  com.apple.help 1.3.1 (41) <6A5AD406-9D8E-5BAC-51E1-E09AB9A6D159> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x90545000 - 0x9056dff7  libxslt.1.dylib 3.24.0 (compatibility 3.0.0) <12FBE8CB-CC8E-FE8A-7362-C852625C5AAF> /usr/lib/libxslt.1.dylib
    0x909a6000 - 0x90a54ff3  com.apple.ink.framework 1.3.3 (107) <E215794C-F3E9-C067-8882-9054796DDA8A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x90a55000 - 0x90a57ff7  libRadiance.dylib ??? (???) <F333B039-FF8D-6CE1-C758-213523EFF928> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x90ad3000 - 0x90ad3ff7  com.apple.Carbon 150 (152) <CB9860F2-3246-4E16-49DF-2EDE81A5551F> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x90ad4000 - 0x90ad4ff7  liblangid.dylib ??? (???) <FCC37057-CDD7-2AF1-21AF-52A06C4048FF> /usr/lib/liblangid.dylib
    0x90ad5000 - 0x90d00ff3  com.apple.QuartzComposer 4.2 ({156.29}) <E20EE5C6-7FAD-08E4-3DB5-8E5AAE224C6F> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
    0x90d2c000 - 0x90d37ff7  libGL.dylib ??? (???) <4425B9AA-B494-A336-EABB-6BBC9FF4EC4F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x90d38000 - 0x90e18fe7  com.apple.vImage 4.1 (4.1) <AEF800AE-65DA-5E79-5B01-165AF51BAAF6> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x90e19000 - 0x90e69ff7  com.apple.framework.familycontrols 2.0.2 (2020) <592738FA-B093-279A-8D4E-3F76A21E2912> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
    0x90e75000 - 0x90f79fe7  libcrypto.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <C2C11723-A56D-C790-4E4D-BE6C82CC1099> /usr/lib/libcrypto.0.9.8.dylib
    0x90f7a000 - 0x90f7eff7  libGIF.dylib ??? (???) <24DF7EB7-913B-DF67-C98E-63A987359A16> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x90f7f000 - 0x90f7fff7  com.apple.CoreServices 44 (44) <B9461120-F72A-D28F-D0CF-5647958BD3F9> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x90f80000 - 0x90fc0ff3  com.apple.securityinterface 4.0.1 (40418) <A57E6534-6731-864D-114C-78BF958F6F4D> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    0x91093000 - 0x91140fe7  libobjc.A.dylib 227.0.0 (compatibility 1.0.0) <F237B77D-75A3-7240-931D-4735B91D365F> /usr/lib/libobjc.A.dylib
    0x91141000 - 0x91145ff7  libGFXShared.dylib ??? (???) <8498CFA9-E0A3-7A74-FCF6-EC23E1C07083> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
    0x91146000 - 0x9119efe7  com.apple.datadetectorscore 2.0 (80.7) <A0156615-4F46-90B3-0807-0AE5F0939DB1> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
    0x9119f000 - 0x912cbffb  com.apple.MediaToolbox 0.484.33 (484.33) <E9B67234-768A-07C8-0B09-67C26AED9B67> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbo x
    0x912cc000 - 0x912e8fe3  com.apple.openscripting 1.3.1 (???) <0E6B81D1-C1BD-1B5F-836F-256E6701B5DE> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x912e9000 - 0x915e2fef  com.apple.QuickTime 7.6.6 (1772) <9ADC7B34-ED10-9F8F-EC52-22DA2417DFBB> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x915e3000 - 0x915fbff7  com.apple.CFOpenDirectory 10.6 (10.6) <6D726EA4-67D2-E534-13A3-E3767BA59786> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
    0x915fc000 - 0x9186ffe7  com.apple.Foundation 6.6.6 (751.53) <CBEA97E4-811D-CBCF-63A0-B43D5C45A90D> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x91870000 - 0x9193bfef  com.apple.CoreServices.OSServices 359 (359) <1EBCB6E1-C23A-D21A-0FDE-B3763DCCF790> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x9193c000 - 0x9197aff7  com.apple.QuickLookFramework 2.3 (327.6) <FCA83173-6DBF-615C-699A-529A7FD821ED> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x919b2000 - 0x919d3fe7  com.apple.opencl 12.3.6 (12.3.6) <B774CF2D-C067-DFFE-3EE6-90A036E36E06> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x91aff000 - 0x91affff7  com.apple.Accelerate.vecLib 3.6 (vecLib 3.6) <ABF97DA4-3BDF-6FFD-6239-B023CA1F7974> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x91b03000 - 0x91b2aff7  com.apple.quartzfilters 1.6.0 (1.6.0) <F45520B0-6B27-CD57-54B1-203FE32120DA> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters .framework/Versions/A/QuartzFilters
    0x91b2b000 - 0x91b62fe7  libssl.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <8AF8C02A-9B51-D4CC-BAAA-B420210478FE> /usr/lib/libssl.0.9.8.dylib
    0x91b63000 - 0x9201effb  com.apple.VideoToolbox 0.484.33 (484.33) <AD2BBB4E-B2EA-F64B-CA86-AD143596BF76> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbo x
    0x9201f000 - 0x9202dfe7  libz.1.dylib 1.2.3 (compatibility 1.0.0) <E1B922F4-23DC-467E-631F-7E1B9C9F51CB> /usr/lib/libz.1.dylib
    0x92035000 - 0x92072ff7  com.apple.CoreMedia 0.484.33 (484.33) <6BA86EF4-75C3-44C7-E8D0-CFED153E09E7> /System/Library/PrivateFrameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x92073000 - 0x92862557  com.apple.CoreGraphics 1.545.0 (???) <2E0455F5-A2DC-4AC2-B19A-3335FD8A2B1D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x92896000 - 0x928c6ff7  com.apple.MeshKit 1.1 (49.2) <464BD81C-9970-FBF5-507F-3EEBD020A967> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/MeshKit
    0x928c7000 - 0x928ffff7  com.apple.LDAPFramework 2.0 (120.1) <FDBA63D6-E765-407A-AD1F-858116AECE8C> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x92900000 - 0x929aafe7  com.apple.CFNetwork 454.11.12 (454.11.12) <F637DBD0-CA3F-F536-6ABF-FA8B16A44DBA> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x929ab000 - 0x929dcff7  libGLImage.dylib ??? (???) <314E14A3-AA04-0586-20D2-F0209B8BDF1C> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x93a2b000 - 0x93aa2ff3  com.apple.backup.framework 1.2.2 (1.2.2) <EAD97F26-D3B1-F618-A84C-CF689860C2AF> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x93aa3000 - 0x93aa4ff7  com.apple.TrustEvaluationAgent 1.1 (1) <06484720-AB50-6FD9-B5BF-05F5A640C9E5> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
    0x93aa5000 - 0x93bb4fe7  com.apple.WebKit 6533.21 (6533.21.1) <4FBCE2F9-84EB-302C-FD1F-DAD2422A219E> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x93bb5000 - 0x93bbdff7  com.apple.DisplayServicesFW 2.3.3 (289) <277007DC-4C27-2B9D-A64E-6C662BAA1C84> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
    0x93bbe000 - 0x93bbeff7  com.apple.Cocoa 6.6 (???) <5A785062-1ABB-2A54-BAAC-8FEF95275E05> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x93bbf000 - 0x93d02fef  com.apple.QTKit 7.6.6 (1772) <CD589E90-BD4D-FAEE-CC21-22CB13620E0F> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x93d03000 - 0x93d0fff7  libkxld.dylib ??? (???) <4088783A-C805-4191-0E77-4D949B48F49D> /usr/lib/system/libkxld.dylib
    0x93dd2000 - 0x93ddcffb  com.apple.speech.recognition.framework 3.11.1 (3.11.1) <90C38107-AEE7-AE55-5C51-28D129B19BCD> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x93dfe000 - 0x93dfeff7  com.apple.vecLib 3.6 (vecLib 3.6) <FF4DC8B6-0AB0-DEE8-ADA8-7B57645A1F36> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x93dff000 - 0x93dffff7  com.apple.Accelerate 1.6 (Accelerate 1.6) <3891A689-4F38-FACD-38B2-4BF937DE30CF> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x93e00000 - 0x93e92fe7  com.apple.print.framework.PrintCore 6.3 (312.7) <EE9ED7BE-7D97-B759-C063-1E4B7DBD3775> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x93e93000 - 0x93f49ffb  libFontParser.dylib ??? (???) <D85C1840-0FA8-27A2-54B7-FF336099EBC0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x94244000 - 0x94258ffb  com.apple.speech.synthesis.framework 3.10.35 (3.10.35) <9F5CE4F7-D05C-8C14-4B76-E43D07A8A680> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x9425c000 - 0x94672ff7  libBLAS.dylib 219.0.0 (compatibility 1.0.0) <9D89FCB3-24C9-8FCF-DB49-27B184AC3222> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x947f8000 - 0x94806ff7  com.apple.opengl 1.6.13 (1.6.13) <3E7B0FAC-B5DF-A87F-CD3F-2A053B033155> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x94820000 - 0x94823ff7  libCoreVMClient.dylib ??? (???) <E5E756D0-FC65-227B-DC92-10874062FF5D> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
    0x94824000 - 0x94838fe7  libbsm.0.dylib ??? (???) <B328FA0A-899C-4FC4-F2AC-2FDC08819CD2> /usr/lib/libbsm.0.dylib
    0x94839000 - 0x94880ffb  com.apple.CoreMediaIOServices 140.0 (1493) <C00F5249-713F-A8F3-F9EB-121F6AF5FB08> /System/Library/PrivateFrameworks/CoreMediaIOServices.framework/Versions/A/Core MediaIOServices
    0x9492b000 - 0x9496bff7  com.apple.ImageCaptureCore 1.0.4 (1.0.4) <511AD34B-AFE7-946B-8DD7-159122B2C64E> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCo re
    0x949a0000 - 0x94b1bfe7  com.apple.CoreFoundation 6.6.4 (550.42) <BA29C5CE-77DB-87DB-5B74-9EEFF5265681> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x94bf8000 - 0x94bf9ff7  com.apple.MonitorPanelFramework 1.3.0 (1.3.0) <1DD14B2E-E466-1A45-5CF7-947766F0ECD9> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPane l
    0x94bfa000 - 0x94c4bff7  com.apple.HIServices 1.8.2 (???) <BBE23110-368B-EE45-9D1D-D61473BF2078> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x94c4c000 - 0x94cc7fff  com.apple.AppleVAFramework 4.10.25 (4.10.25) <C38DA93D-1DB6-761E-9F8F-659CB57D9D7C> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x94cc8000 - 0x94d2cfff  com.apple.htmlrendering 72 (1.1.4) <0D22B190-513B-7FF6-39FC-9D336285DE08> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x94d73000 - 0x94da6ff7  com.apple.AE 496.4 (496.4) <23F0DB1F-2856-0091-80AE-BDEF9A4F1731> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x94da7000 - 0x94f61feb  com.apple.ImageIO.framework 3.0.4 (3.0.4) <40F9474B-8819-CDF7-A4E2-8963E723ED8C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x94f62000 - 0x94f64ff7  com.apple.securityhi 4.0 (36638) <EC36A223-0B54-FB80-7F6A-90FB0A1AA746> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x94f65000 - 0x94fdeff7  com.apple.PDFKit 2.5.1 (2.5.1) <4C374867-71B8-B202-ADDA-9985B4379470> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
    0x94fdf000 - 0x95022ff7  com.apple.NavigationServices 3.5.4 (182) <FE19D51B-233A-69EC-9E36-B89D0EA438C1> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x9502a000 - 0x950c7fe3  com.apple.LaunchServices 362.2 (362.2) <16E9C194-A145-5BD0-2A8B-8E610AE1169E> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x950c8000 - 0x95433ff7  com.apple.QuartzCore 1.6.3 (227.36) <7844CA24-7A00-EB86-9631-0461DE4FF46E> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x95ab0000 - 0x95ab6fe7  com.apple.CommerceCore 1.0 (9) <DC6B8176-5526-581F-A977-5A6D20FDAA09> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/C ommerceCore.framework/Versions/A/CommerceCore
    0x95b0c000 - 0x95c8efe7  libicucore.A.dylib 40.0.0 (compatibility 1.0.0) <3F00D378-803C-5011-6A29-4461F06AFD44> /usr/lib/libicucore.A.dylib
    0x95c8f000 - 0x95cccff7  com.apple.SystemConfiguration 1.10.5 (1.10.2) <B2B2A68A-81D9-CE93-2B77-FC0DA6F43F4A> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x95ccd000 - 0x95ce2fff  com.apple.ImageCapture 6.0.2 (6.0.2) <88A621FB-8462-2010-22A5-55D2848E4CB3> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x95e92000 - 0x95f93fe7  libxml2.2.dylib 10.3.0 (compatibility 10.0.0) <E1A44C67-FA6C-0188-F46F-EA14CEE557BB> /usr/lib/libxml2.2.dylib
    0x96041000 - 0x960bbfff  com.apple.audio.CoreAudio 3.2.6 (3.2.6) <38147344-843F-A52F-9FE5-9A3FDF044024> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x960e3000 - 0x96b36ff7  com.apple.WebCore 6533.21 (6533.21.1) <09CE6602-4DB5-6E93-8593-4E1C57CB202F> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
    0x96b45000 - 0x96c47fef  com.apple.MeshKitIO 1.1 (49.2) <EC52D0C5-5291-441D-F137-8E4DD60F0E25> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshK itIO.framework/Versions/A/MeshKitIO
    0x96c57000 - 0x96c5bff7  IOSurface ??? (???) <A74AF792-125B-AD8A-4472-EA8F22E7C91B> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x96c5c000 - 0x96c63ff3  com.apple.print.framework.Print 6.1 (237.1) <726A7F31-8C27-8403-0016-71E022EDC14C> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x96c64000 - 0x96cd3ff7  libvMisc.dylib 268.0.1 (compatibility 1.0.0) <B3DEACA1-9375-CF8F-0898-AA2C5F8159DC> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x96cd4000 - 0x96ff4ff3  com.apple.CoreServices.CarbonCore 861.34 (861.34) <88A96F0F-C8A6-BB10-70AE-B9C30E15EEAA> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x96ff5000 - 0x97017fef  com.apple.DirectoryService.Framework 3.6 (621.11) <401E67B3-96DF-287B-2892-210C3A2EE9A6> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x97018000 - 0x9706eff7  com.apple.MeshKitRuntime 1.1 (49.2) <4B41E225-69AC-6EFA-190E-DC6A4BD8109E> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshK itRuntime.framework/Versions/A/MeshKitRuntime
    0x9706f000 - 0x97216ff7  libSystem.B.dylib 125.2.10 (compatibility 1.0.0) <E9242C9C-0EE8-0658-F002-D05DA4164F0F> /usr/lib/libSystem.B.dylib
    0x97217000 - 0x973f9fff  com.apple.imageKit 2.0.3 (1.0) <BE53BBDF-F144-78AC-DCBC-40E847D5A25F> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
    0x973fa000 - 0x974d4ffb  com.apple.DesktopServices 1.5.10 (1.5.10) <CF69F8CA-DC47-EF8E-AD79-04D589B7D116> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x974d5000 - 0x976dcfeb  com.apple.AddressBook.framework 5.0.4 (883) <DAC9BD84-85CA-BE07-6874-43829E3BE702> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x976dd000 - 0x97747fe7  libstdc++.6.dylib 7.9.0 (compatibility 7.0.0) <411D87F4-B7E1-44EB-F201-F8B4F9227213> /usr/lib/libstdc++.6.dylib
    0x97748000 - 0x977a5ff7  com.apple.framework.IOKit 2.0 (???) <4389DF74-E070-C787-4EC1-7754B5AE19B3> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x977a6000 - 0x977c6fe7  libresolv.9.dylib 41.0.0 (compatibility 1.0.0) <584B2B30-DC65-6930-F59F-C49FD5604B67> /usr/lib/libresolv.9.dylib
    0x977da000 - 0x978e6ff7  libGLProgrammability.dylib ??? (???) <D8A31B5B-26F7-7AB6-F4F4-D720384947E2> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0x97943000 - 0x97967ff7  libJPEG.dylib ??? (???) <B54ACF14-A32D-C90D-D086-5CE54CFC29B5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x97968000 - 0x97975ff7  com.apple.NetFS 3.2.2 (3.2.2) <0A53CD10-DBC7-2BE8-34F7-354BE201F6FB> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x97976000 - 0x979b9ff7  libGLU.dylib ??? (???) <0CF0BB97-62AA-6A63-7FF9-F06E4F42176C> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x97a29000 - 0x97a39ff7  libsasl2.2.dylib 3.15.0 (compatibility 3.0.0) <E276514D-394B-2FDD-6264-07A444AA6A4E> /usr/lib/libsasl2.2.dylib
    0x97a3a000 - 0x97a59ff7  com.apple.CoreVideo 1.6.2 (45.6) <F9E52A13-E181-D302-3B0E-0799ED6D6130> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x97ae8000 - 0x97ae9ff7  com.apple.audio.units.AudioUnit 1.6.6 (1.6.6) <E49F6AB1-941E-5DA8-575F-D816A449624B> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x97aea000 - 0x97af4fe7  com.apple.audio.SoundManager 3.9.3 (3.9.3) <DE0E0EF6-8190-3F65-6BDD-5AC9D8A025D6> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x97b05000 - 0x97d03ff3  com.apple.JavaScriptCore 6533.20 (6533.20.20) <C97A479C-FDF9-3F19-2EE0-80288257C477> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x97d04000 - 0x97d0afff  com.apple.CommonPanels 1.2.4 (91) <CE92759E-865E-8A3B-1488-ECD497E4074D> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x97d87000 - 0x97dcbfe7  com.apple.Metadata 10.6.3 (507.15) <D26C3B8E-5B33-FAF9-CF70-1088B22783AF> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x97ff0000 - 0x9804afe7  com.apple.CorePDF 1.3 (1.3) <3293C017-8294-402E-79C7-AA728A7B9535> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
    0x9804b000 - 0x9892bff7  com.apple.AppKit 6.6.7 (1038.35) <8070FE1F-1B86-F58C-441F-FF8629F5061D> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x9892c000 - 0x98a68ff7  com.apple.audio.toolbox.AudioToolbox 1.6.6 (1.6.6) <F4E5167C-E184-8D2D-082B-0B3EB751F707> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x98a74000 - 0x98d98fef  com.apple.HIToolbox 1.6.5 (???) <F21289A3-A00E-0BC3-66F1-7557862CE7EB> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x98d99000 - 0x991ceff7  libLAPACK.dylib 219.0.0 (compatibility 1.0.0) <4D2F47EF-BD32-1E3C-6A0A-438896ADE2BE> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x991cf000 - 0x991d8ff7  com.apple.DiskArbitration 2.3.1 (2.3.1) <AAE0185D-4A47-1833-27A3-03FDF734A3BA> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x991d9000 - 0x99292fe7  libsqlite3.dylib 9.6.0 (compatibility 9.0.0) <03186216-0A12-4AA9-D7BA-3E3551A1195C> /usr/lib/libsqlite3.dylib
    0x99293000 - 0x9929eff7  com.apple.CrashReporterSupport 10.6.7 (258) <FE4FBB43-95B6-1BBF-DECD-A90BB5B8BF45> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
    0x9929f000 - 0x992a4ff7  com.apple.OpenDirectory 10.6 (10.6) <7E8AFE74-1FA9-7B35-A0E3-545959A9CA73> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x992a5000 - 0x99313ff7  com.apple.QuickLookUIFramework 2.3 (327.6) <0A8CF0E7-9ED7-31F2-B6CC-7EE5A5F2EEC9> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.f ramework/Versions/A/QuickLookUI
    0x99324000 - 0x99452fe7  com.apple.CoreData 102.1 (251) <0C2636F3-CCB4-5ED9-1D3E-5AE36BE57071> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x99461000 - 0x99472ff7  com.apple.LangAnalysis 1.6.6 (1.6.6) <B59157A1-8796-CE8F-2508-EB96F093F6A7> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x99479000 - 0x994bdff3  com.apple.coreui 2 (114) <1A3C3B7F-3837-6477-3114-47F6BFD56CB2> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x994be000 - 0x99504ff7  libauto.dylib ??? (???) <7CB1AB76-50A2-8E56-66E4-CF51CA75B177> /usr/lib/libauto.dylib
    0x99505000 - 0x99515ff7  com.apple.DSObjCWrappers.Framework 10.6 (134) <95DC4010-ECC4-3A75-5DEE-11BB2AE895EE> /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
    0x99516000 - 0x9951dff7  com.apple.agl 3.0.12 (AGL-3.0.12) <2F55EF92-4D25-56FD-8623-A3231F32F49C> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x9961f000 - 0x9961fff7  com.apple.ApplicationServices 38 (38) <EAF1BC8C-4FD4-4300-B8F7-4B24E49125E2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x99620000 - 0x99620ff7  com.apple.quartzframework 1.5 (1.5) <7DD4EBF1-60C4-9329-08EF-6E59731D9430> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x99621000 - 0x9966afe7  libTIFF.dylib ??? (???) <883E22E0-2D17-14F4-0B7D-69025BA7EFD8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x996ac000 - 0x996e5ff7  libcups.2.dylib 2.8.0 (compatibility 2.0.0) <A618C135-8463-B2C4-C3E5-16DD58E0E389> /usr/lib/libcups.2.dylib
    0x996f6000 - 0x99757fe7  com.apple.CoreText 3.151.8 (???) <940ECF78-8BC2-B74E-F815-FDFFB3C550C2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x997da000 - 0x99827feb  com.apple.DirectoryService.PasswordServerFramework 6.1 (6.1) <9E35835E-BC33-F8EC-8F3B-84D51DEBDB16> /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordS erver
    0x99828000 - 0x998c0fe7  edu.mit.Kerberos 6.5.11 (6.5.11) <88CA2CC8-9005-E017-6D61-5809C3CE5FC6> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x99908000 - 0x999c4fff  com.apple.ColorSync 4.6.6 (4.6.6) <8FB2E63C-FA84-1CFD-15ED-F9FEC7A019A6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x999c5000 - 0x99a45feb  com.apple.SearchKit 1.3.0 (1.3.0) <7AE32A31-2B8E-E271-C03A-7A0F7BAFC85C> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x99a46000 - 0x99a49fe7  libmathCommon.A.dylib 315.0.0 (compatibility 1.0.0) <1622A54F-1A98-2CBE-B6A4-2122981A500E> /usr/lib/system/libmathCommon.A.dylib
    0x99b8d000 - 0x99ba8ff7  libPng.dylib ??? (???) <ED4DF104-C0A1-6614-7CEE-DA0937196DD3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x99ba9000 - 0x99c44ff7  com.apple.ApplicationServices.ATS 275.15.1 (???) <6AFD74A0-3A75-1362-E1EC-FC85EE3F68B2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x99c45000 - 0x99cedffb  com.apple.QD 3.36 (???) <5A93B258-3853-636F-DB26-223642DA2779> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x99f08000 - 0x99f4aff7  libvDSP.dylib 268.0.1 (compatibility 1.0.0) <1AE34B00-8A62-1E51-935F-BB3F0E4BE50F> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x9a000000 - 0x9a012ff7  com.apple.MultitouchSupport.framework 207.11 (207.11) <6329EE2D-725B-D1E5-D613-EB3A9CCF498F> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
    0xffff0000 - 0xffff1fff  libSystem.B.dylib ??? (???) <E9242C9C-0EE8-0658-F002-D05DA4164F0F> /usr/lib/libSystem.B.dylib
    Model: MacBookPro8,1, BootROM MBP81.0047.B0E, 2 processors, Intel Core i5, 2.3 GHz, 4 GB, SMC 1.68f96
    Graphics: Intel HD Graphics 3000, Intel HD Graphics 3000, Built-In, 384 MB
    Memory Module: global_name
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0xD6), Broadcom BCM43xx 1.0 5.100.198.104.3)
    Bluetooth: Version 2.4.5f1, 2 service, 12 devices, 1 incoming serial ports
    Network Service: AirPort, AirPort, en1
    Serial ATA Device: TOSHIBA MK5065GSXF, 465,76 GB
    Serial ATA Device: HL-DT-ST DVDRW  GS31N
    USB Device: FaceTime HD Camera (Built-in), 0x05ac  (Apple Inc.), 0x8509, 0xfa200000 / 3
    USB Device: Hub, 0x0424  (SMSC), 0x2513, 0xfa100000 / 2
    USB Device: Apple Internal Keyboard / Trackpad, 0x05ac  (Apple Inc.), 0x0246, 0xfa120000 / 5
    USB Device: BRCM2070 Hub, 0x0a5c  (Broadcom Corp.), 0x4500, 0xfa110000 / 4
    USB Device: Bluetooth USB Host Controller, 0x05ac  (Apple Inc.), 0x821a, 0xfa113000 / 7
    USB Device: Hub, 0x0424  (SMSC), 0x2513, 0xfd100000 / 2
    USB Device: IR Receiver, 0x05ac  (Apple Inc.), 0x8242, 0xfd110000 / 3

  • FC Express Crash, I can NOT open it

    Process: Final Cut Express [1414]
    Path: /Applications/Final Cut Express.app/Contents/MacOS/Final Cut Express
    Identifier: com.apple.FinalCutExpress
    Version: ??? (???)
    Build Info: FCPApp-807301041~29
    Code Type: X86 (Native)
    Parent Process: launchd [93]
    Date/Time: 2010-04-06 23:14:02.640 +0400
    OS Version: Mac OS X 10.6.3 (10D573)
    Report Version: 6
    Interval Since Last Report: 1177 sec
    Crashes Since Last Report: 2
    Per-App Crashes Since Last Report: 2
    Anonymous UUID: 741DE27E-9B96-4CC0-AF3E-AE402B888D64
    Exception Type: EXC_BREAKPOINT (SIGTRAP)
    Exception Codes: 0x0000000000000002, 0x0000000000000000
    Crashed Thread: 0
    Dyld Error Message:
    Library not loaded: /Library/Frameworks/ProFX.framework/Versions/A/ProFX
    Referenced from: /Applications/Final Cut Express.app/Contents/MacOS/Final Cut Express
    Reason: image not found
    Model: Macmini3,1, BootROM MM31.0081.B06, 2 processors, Intel Core 2 Duo, 2 GHz, 2 GB, SMC 1.35f0
    Graphics: NVIDIA GeForce 9400, NVIDIA GeForce 9400, PCI, 256 MB
    Memory Module: global_name
    AirPort: spairportwireless_card_type_airportextreme (0x14E4, 0x90), Broadcom BCM43xx 1.0 (5.10.91.27)
    Bluetooth: Version 2.3.1f4, 2 service, 19 devices, 1 incoming serial ports
    Network Service: AirPort, AirPort, en1
    Serial ATA Device: Hitachi HTS543232L9SA02, 298.09 GB
    Serial ATA Device: PIONEER DVD-RW DVRTS08
    USB Device: Keyboard Hub, 0x05ac (Apple Inc.), 0x1006, 0x24300000
    USB Device: Apple Keyboard, 0x05ac (Apple Inc.), 0x0221, 0x24320000
    USB Device: External HDD, 0x1058 (Western Digital Technologies, Inc.), 0x1010, 0x24100000
    USB Device: iPhone, 0x05ac (Apple Inc.), 0x1294, 0x26200000
    USB Device: IR Receiver, 0x05ac (Apple Inc.), 0x8242, 0x04500000
    USB Device: BRCM2046 Hub, 0x0a5c (Broadcom Corp.), 0x4500, 0x06100000
    USB Device: Bluetooth USB Host Controller, 0x05ac (Apple Inc.), 0x8216, 0x06110000
    Do you know why i can not open it?

    It would seem that FCE was unable to find the ProFX library on your drive. You should try a complete uninstall using the free [FCS Remover|http://www.digitalrebellion.com/fcs_remover.htm] and then reinstall the program.
    If this doesn't work you should contact Apple.

  • Process.start("winword", filename) can not open file with space in the path and name

    Hi,
    I am trying to write a class which can open file with selected application. for simplicity, now I just hard code the varaibles.
    the problem: if the path or file name has space in it, even it exist, winword still can not open it.
    could someone kindly show me what I did wrong and how to do it properly.
    Thanks in advance.
    Belinda
    public static class FileOpen
    public static void info()
    string path = @"c:\a temp folder\aaa 1.txt";
    if (File.Exists(path))
        // the file I am using in the sample does exist
         MsgBox.info("yes");
    else
         MsgBox.info("no");
    // working
    //Process.Start("winword", "c:\\aaa.txt");
    // not working
    //Process.Start("winword", "c:\aaa.txt");
    // not working
    Process.Start("winword", "c:\\a temp folder\\aaa 1.txt");
    // not working
    Process.Start("winword", path);

    string AppPath;
    AppPath = ReadRegistry(Registry.CurrentUser, "Software\\FabricStudio", "TARGETDIR", value).ToString() + @"help";
    string FileName = "'"+ AppPath + "\\ImageSamples.doc" + "'";
    try
    System.Diagnostics.Process.Start("Winword.exe", FileName);
    can any body please help for this.
    where i am making mistake?

  • Error message when updating Itunes...can not open Itunes program

    I am recieving error message when updating Itunes for my computer.  The error message reads "MSVCR80.dll is missing and the other error message reads Error 7  (Windows error 126)"  I can not open my Itunes.  I have reloaded the Itunes onto my computer but still have the same error messages.  Please help.

    Click here and follow the instructions. You may need to completely remove and reinstall iTunes and all related components, or run the process multiple times; this won't normally affect its library, but that should be backed up anyway.
    (99364)

  • Can not open some PDFs in Outlook

    I can not open PDFs in 2010 Outlook from just one particular email. Other PDFs from other emails open fine.
    have uninstalled and re-installed latest Adobe Reader.
    How do I fix?

    Hi,
    Do you mean you can't open PDFs send from a particular email address or just the PDFs in one particular email?
    Can you view the PDF from web access?
    In addition, please try Anil's suggestion, download the pdf to local and try to open it locally.
    Please let me know the result.
    Best Regards,
    Steve Fan
    TechNet Community Support

  • I can not open the Editor in Photoshop Element 12

    Hallo and sorry for my bad english!
    I can not open the editor in Photoshop Elements 12.
    After clicking the stands ".... only the workspace is loaded", but nothing happens.
    After installation in May, he has about a month and suddenly no longer works.
    What can I do?

    Version CS3
    Adobe DNG Converter and Camera Raw 4.6 update
    6.2MB
    10/10/2008
    Camera Raw 4.6 update
    3.5MB
    10/10/2008
    Camera Raw 4.5 update
    3.5MB
    7/28/2008
    Adobe DNG Converter and Camera Raw 4.5 update
    6.1MB
    7/28/2008
    Adobe DNG Converter and Camera Raw 4.4.1 update
    5.4MB
    4/10/2008
    Camera Raw 4.4.1 update
    3.3MB
    4/10/2008
    Camera Raw 4.3.1 update
    3.3MB
    11/15/2007
    Adobe Photoshop 10.0.1 update for Adobe Photoshop CS3
    72.8MB
    11/15/2007
    Adobe DNG Converter and Camera Raw 4.3.1 update
    6.1MB
    11/15/2007
    Adobe DNG Converter and Camera Raw 4.2 update
    5.9MB
    9/13/2007
    Camera Raw 4.2 update
    3.2MB
    9/13/2007
    Camera Raw 4.1 update
    3.2MB
    5/30/2007
    Adobe DNG Converter and Camera Raw 4.1 update

  • I can not open the file in Photoshop...

    I can not open the file in Photoshop after formattatto pc.
    I get the following error "could not complete your request because there is an error in the program
    Please me!
    Thank you

    Version CS3
    Adobe DNG Converter and Camera Raw 4.6 update
    6.2MB
    10/10/2008
    Camera Raw 4.6 update
    3.5MB
    10/10/2008
    Camera Raw 4.5 update
    3.5MB
    7/28/2008
    Adobe DNG Converter and Camera Raw 4.5 update
    6.1MB
    7/28/2008
    Adobe DNG Converter and Camera Raw 4.4.1 update
    5.4MB
    4/10/2008
    Camera Raw 4.4.1 update
    3.3MB
    4/10/2008
    Camera Raw 4.3.1 update
    3.3MB
    11/15/2007
    Adobe Photoshop 10.0.1 update for Adobe Photoshop CS3
    72.8MB
    11/15/2007
    Adobe DNG Converter and Camera Raw 4.3.1 update
    6.1MB
    11/15/2007
    Adobe DNG Converter and Camera Raw 4.2 update
    5.9MB
    9/13/2007
    Camera Raw 4.2 update
    3.2MB
    9/13/2007
    Camera Raw 4.1 update
    3.2MB
    5/30/2007
    Adobe DNG Converter and Camera Raw 4.1 update

  • CAN NOT OPEN  CANON EOS20D  RAW FILE IN PHOTOSHOP CS2

    I had Photoshop CS2 installed on my PC some years ago and could open my raw files from my canon eos 20d. I changed the hard drives in my pc to solid state drives and had to reinstall photoshop cs2. I could not activate photoshop as it was too old a version so I had to download from adobe website with their activation code. Now, I can not open any of my canon eos 20d files. I have taken some now photos just a few days ago and the problem still arises. I get the message that it does not recognise this type of file. Any ideas?

    You downloaded, extracted (unzipped) the Camera_Raw_3_7.zip and copied/moved the Camera Raw.8bi to
    C:\Program Files (x86)\Common Files\Adobe\Plug-Ins\CS2 (windows 64 bit system)
    or
    C:\Program Files\Common Files\Adobe\Plug-Ins\CS2 (windows 32 bit system)
    Camera Raw 3.7 update for photoshop cs2 Windows
    Adobe - Photoshop : For Windows : Camera Raw 3.7 update
    other cs2 updates
    Adobe - Photoshop : For Windows
    Adobe - Bridge : For Windows
    Adobe - Creative Suite : For Windows

Maybe you are looking for

  • Error message when using Spry Data set with XML

    Hi, I have what i see as a big problem, might just be me being dumm, but here we go. When I try to use the feature of spry XML Data Set and insert spry table I get error message when trying it in IE 7. There are even a problem when I use fireworks au

  • Can't post document to Content Area

    today, our production Portal abruptly stopped accepting documents in the Content Area. when you try to post a document, it generates a HTTP 404 error on wwv_add_wizard.edititem: The page cannot be found The page you are looking for might have been re

  • Application folder in Dock

    First, I apologise if this has been asked before - there just were too many pages to search! I accidentally deleted Applications from my Dock. How do I put it back?

  • My iPhone doesn't always charge and the back is cracked and is falling apart. Can I get it replaced or trade it in for a better one?

    I dropped my iPhone and the back cracked. immediately after that, it wouldnt charge fuly or at all sometimes, i'm having the same problem now, and the back of my phone is falling off in pieces. I would like ti get it replaced or trade it in for a new

  • Nokia HD-1 software update

    Hi Nokia Deiscussions, My Nokia home music dones not list any stations under internet radio.  Is there a software update I need to apply? http://nds1.nokia.com/phones/files/guides/Nokia_Home_Music_UG_en.pdf Cheers, Nathan. Solved! Go to Solution.