10g upgrade problem

We upgraded from BPM 5.7 to OBPM 10g and the installation went smoothly. However, when we published our projects, which had been converted from 5.7 code to 10g code, and then deployed the projects, we got the CannotUpdateEngineExternalVariablesException. Anyone experienced similar problems?
Here is the full stack trace from webconsole.log.
[<D> 0622 19:07:06.743] Main (<7> http-8686-Processor21): removing deployInfo.process = null
[<D> 0622 19:07:06.743] Main (<7> http-8686-Processor21): removing deployInfo.process = null
[<D> 0622 19:07:06.743] Main (<7> http-8686-Processor21): removing deployInfo.process = null
[<D> 0622 19:07:06.746] Main (<7> http-8686-Processor21): JspLocationStatus:fuego.jsfcomponents.ui.JspLocationStatus@145f5e3
[<D> 0622 19:07:06.746] Main (<7> http-8686-Processor21): ---------------------- UILocation ------------------------------------
[<D> 0622 19:07:06.746] Main (<7> http-8686-Processor21): jspNode label Deploy NODE LABEL = Deploy
[<D> 0622 19:07:06.746] Main (<7> http-8686-Processor21): HelpRenderer.encodeEnd
[<D> 0622 19:07:06.746] Main (<7> http-8686-Processor21): 1. rendered = null
[<D> 0622 19:07:06.746] Main (<7> http-8686-Processor21): 2. renderedObj = true
[<D> 0622 19:07:06.746] Main (<7> http-8686-Processor21): href = http://download.oracle.com/docs/cd/E13154_01/bpm/docs65/admin_guide/index.html?t=modules/proc_adm_ref/c_Proj_Revision_Info.html
[<W> 0622 19:07:06.746] Main (<7> http-8686-Processor21): Error BPM-1245732373366
[     (cont)     ] Main: Error(s) found while creating external variables for the following engines:
[     (cont)     ] Main: odlbpm1: An exception occurred while initializing a connector.
[     (cont)     ] Main: Detail:The connector [odlbpm1_ENGINE_DB_FUEGOLABS_ARG:SQL:ORACLE] caused an exception when initializing.
[     (cont)     ] Main:
[     (cont)     ] Main:
[     (cont)     ] Main: fuego.mami.exception.CannotUpdateEngineExternalVariablesException: Error(s) found while creating external variables for the following engines:
[     (cont)     ] Main: odlbpm1: An exception occurred while initializing a connector.
[     (cont)     ] Main: Detail:The connector [odlbpm1_ENGINE_DB_FUEGOLABS_ARG:SQL:ORACLE] caused an exception when initializing.
[     (cont)     ] Main:
[     (cont)     ] Main:
[     (cont)     ] Main: at fuego.mami.DeploymentTopology.deploy(DeploymentTopology.java:769)
[     (cont)     ] Main: at fuego.webconsole.model.JSFDeploymentTopology.deployAction(JSFDeploymentTopology.java:744)
[     (cont)     ] Main: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[     (cont)     ] Main: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
[     (cont)     ] Main: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
[     (cont)     ] Main: at java.lang.reflect.Method.invoke(Method.java:585)
[     (cont)     ] Main: at com.sun.faces.el.MethodBindingImpl.invoke(MethodBindingImpl.java:126)
[     (cont)     ] Main: at com.sun.faces.application.ActionListenerImpl.processAction(ActionListenerImpl.java:72)
[     (cont)     ] Main: at javax.faces.component.UICommand.broadcast(UICommand.java:312)
[     (cont)     ] Main: at javax.faces.component.UIViewRoot.broadcastEvents(UIViewRoot.java:267)
[     (cont)     ] Main: at javax.faces.component.UIViewRoot.processApplication(UIViewRoot.java:381)
[     (cont)     ] Main: at com.sun.faces.lifecycle.InvokeApplicationPhase.execute(InvokeApplicationPhase.java:75)
[     (cont)     ] Main: at com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:200)
[     (cont)     ] Main: at com.sun.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:90)
[     (cont)     ] Main: at javax.faces.webapp.FacesServlet.service(FacesServlet.java:197)
[     (cont)     ] Main: at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
[     (cont)     ] Main: at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
[     (cont)     ] Main: at fuego.web.filter.CharsetFilter.doFilter(CharsetFilter.java:48)
[     (cont)     ] Main: at fuego.web.filter.BaseFilter.doFilter(BaseFilter.java:63)
[     (cont)     ] Main: at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
[     (cont)     ] Main: at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
[     (cont)     ] Main: at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
[     (cont)     ] Main: at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178)
[     (cont)     ] Main: at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)
[     (cont)     ] Main: at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
[     (cont)     ] Main: at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107)
[     (cont)     ] Main: at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
[     (cont)     ] Main: at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:869)
[     (cont)     ] Main: at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:667)
[     (cont)     ] Main: at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527)
[     (cont)     ] Main: at org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:80)
[     (cont)     ] Main: at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684)
[     (cont)     ] Main: at java.lang.Thread.run(Thread.java:595)
[     (cont)     ] Main:
[<D> 0622 19:07:06.753] Main (<7> http-8686-Processor21): Context->contextcom.sun.faces.context.FacesContextImpl@16df5f9

Hi,
Are you able to successfully publish a project that doesn't have a project variable in it?
If this is the case, could you ask the DBA if the database user created for the Engine has "ALTER" privileges? If you're able to publish a project that does not have a project variable (called "external variables" in previous releases) successfully, but run into this error when publishing a project that does have a project variable this might be the case. Publishing a new project with a new project variable will result in an additional column on the PPROCINSTANCE engine table for each project variable being added.
Hope this helps,
Dan

Similar Messages

  • Forms 4.5 to 10g Upgrade Problem

    I am attempting to upgrade Forms 4.5 to 10g.
    I have converted to 6i first then 10g. When I run a converted form all that is displayed is a gray box within the browser screen.
    If I create a new form in 10g that runs and displays ok and if I create a new form in 6i and convert and run from 10g that runs and displays ok.
    What do I need to do to my 4.5 forms to make them visible when running from 10g.
    Regards
    Ian

    Thanks for the reply. I have solved my problem. I hadn't set up my config file correctly so I was not picking up the PL/SQL Libraries that my form is referencing. For some reason it wasn't giving me an error message but it is okay now.
    Regards
    Ian

  • Sampe 10g Upgrade Certification Questions

    Anyone know where to find a good souce for 10g upgrade cert exam (free or not)?
    Thanks,
    Mike

    Hi, Also you can get technical information about the upgrade to 10g into Oracle Press books,
    http://www.oraclepressbooks.com/
    In fact, is recommended that you practice and get experience into the new version before that you take the exam, you should not study only the question for take the exam, in the real world you must use the concepts and experience for resolve the issues or problems.
    Regards.
    Serch-Net.

  • DSL and 9.1 to 9.2 upgrade problems?   Please Help!!

    I have a Beige g3 - 300 w/ 160 megs of memory - using Netscape 7.02 and occasionally Gatesmess IE-5. I have had dial up for 5 years and recently upgraded to DSL w/ Linksys WRT54G router connected via ethernet cable. Wifes HP laptop uses the wireless.
    Problem is when connected to the internet, I get a looong -(30 - 40 second) delay between selecting the url and the page loading with a "resolving host" message at the bottom of the page. The modem send light flashes every five seconds or so and once the system locks on the url it loads really fast. With the dialup there was no delay in finding the url but took a long time to load. Result is it takes about the same amount of time to browse now as before. I don't think the winbox is having the same problem.
    To try to resolve the "resolving host" issue I have been trying to upgrade from 9.1 to 9.2. When I download the package from apple.com at the end I get a 127 error which reestablishes itself everytime I click OK til I force quit the System. When I restart the computer, the file is on desktop OS 9.2 update.smi. First I opened the file w/ stuffit 5.2 and tried to install it following the instructions (sharing off, OS 9 extensions only etc) and about 4 minutes into the process I get the Bomb error 10. I have downloaded this three times and upgraded the Stuffit to 7.03 but am having the same problem. In order to get to 9.2.2 you have to upgrade to 9.2.1 first and that is what I am doing.
    Anybody have any ideas either on the "resolving host" issue or the upgrade problem.
    Thanks in advance,
    Beige g3 - 300mghz 160 meg memory   Mac OS 9.1.x  

    Thanks Grant.
    I read the article and it was of some help. Reference TCP/IP control panel settings. I called Commspeed support and they gave me their three current DNS numbers. I typed them per article and nothing - dead. Called them back and they gave me the typical winbox answers "No hable apple" so left to my own devices and considering the stratigies suggested in the article I did two things.
    I opened the TCP/IP control panel and deleted the Name Server Address - As they are supposed to be assigned by the server. There was also a check box that said use 802.3 which was checked. I unchecked it and tried the internet. Blam it was right there. I don't know which stratigy worked as I did them simultaneously.
    Still don't know about upgrading to 9.2.
    Thanks again,
    Bill
    Beige g3 - 300mghz 160 meg memory Mac OS 9.1.x

  • Report giving error after 10g upgrade

    We have a custom report which is erroring out after 10g upgrade. Following is the log file-->
    **Starts**24-APR-2009 04:11:21
    ORACLE error 3113 in FDPSTP
    Cause: FDPSTP failed due to ORA-03113: end-of-file on communication channel
    The SQL statement being executed at the time of the error was: SELECT R.Conc_Login_Id, R.Request_Id, R.Phase_Code, R.Status_Code, P
    APP-FND-01564: ORACLE error 1000 in AFPGRG
    Cause: AFPGRG failed due to ORA-01000: maximum open cursors exceeded.
    The SQL statement being executed at the time of the error was: &SQLSTMT and was executed from the file &ERRFILE.
    Start of log messages from FND_FILE
    End of log messages from FND_FILE
    ORACLE error 3114 in AFPRSR-Resubmit_Time
    Cause: AFPRSR-Resubmit_Time failed due to ORA-03114: not connected to ORACLE
    The SQL statement being executed at the time of the error was: SELECT R.Conc_Login_Id, R.Request_Id, R.Phase_Code, R
    SELECT R.Conc_Login_Id, R.Request_Id, R.Phase_Code, R.Status_Code, P.A
    Routine AFPPRD has encountered a fatal error. ORA-03114: not connected to ORACLE
    Contact your system administrator or support representative.
    Shutting down Concurrent Manager : 24-APR-2009 04:11:51
    ORA-01041: internal error. hostdef extension doesn't exist
    ORACLE error 3114 in AFPRSR-Resubmit_Time
    Cause: AFPRSR-Resubmit_Time failed due to ORA-03114: not connected to ORACLE
    The SQL statement being executed at the time of the error was: SELECT R.Conc_Login_Id, R.Request_Id, R.Phase_Code, R
    List of errors encountered:
    _ 1 _
    Routine AFPCMT encountered an ORACLE error. ORA-01041: internal error.
    hostdef extension doesn't exist
    Review your error messages for the cause of the error. (=<POINTER>)
    _ 2 _
    Routine AFPPRD has encountered a fatal error. ORA-03114: not connected
    to ORACLE
    Contact your system administrator or support representative.
    _ 3 _
    Routine AFPPRD has encountered a fatal error. ORA-03114: not connected
    to ORACLE
    Contact your system administrator or support representative.
    However the alert log has following-->
    Errors in file /u07/fatstdb/10g/admin/FATST_fatstdb/udump/fatst_ora_10468.trc:
    ORA-07445: exception encountered: core dump [qercoStart()+156] [SIGSEGV] [Address not mapped to object] [0x00000087D] [] []
    I already increased the cursors from 700 to 900
    How to fix it?

    Hi,
    However the alert log has following-->
    Errors in file /u07/fatstdb/10g/admin/FATST_fatstdb/udump/fatst_ora_10468.trc:
    ORA-07445: exception encountered: core dump [qercoStart()+156] [SIGSEGV] [Address not mapped to object] [0x00000087D] [] []Refer to the lookup to get more details about this error.
    Note: 153788.1 - Troubleshoot an ORA-600 or ORA-7445 Error Using the Error Lookup Tool
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=153788.1
    I already increased the cursors from 700 to 900
    How to fix it?Is it possible to increase OPEN_CURSORS to a higher value? Enable trace on this concurrent program, and see if this collects more details about the error.
    Regards,
    Hussein

  • Oracle 10G connection problem

    Oracle 10G connection problem
    I launch my db with the following script:
    su - oracle -c "export ORACLE_HOME=/u01/app/oracle/product/10.1.0/db_1 && /u01/app/oracle/product/10.1.0/db_1/bin/dbstart"
    su - oracle -c "export ORACLE_HOME=/u01/app/oracle/product/10.1.0/db_1 && /u01/app/oracle/product/10.1.0/db_1/bin/lsnrctl start"
    Here is the output:
    SQL*Plus: Release 10.1.0.2.0 - Production on Fri Feb 27 22:17:51 2004
    Copyright (c) 1982, 2004, Oracle. All rights reserved.
    SQL> Connected to an idle instance.
    SQL> ORACLE instance started.
    Total System Global Area 188743680 bytes
    Fixed Size 778036 bytes
    Variable Size 162537676 bytes
    Database Buffers 25165824 bytes
    Redo Buffers 262144 bytes
    Database mounted.
    Database opened.
    SQL> Disconnected from Oracle Database 10g Enterprise Edition Release 10.1.0.2.0 - Production
    With the Partitioning, OLAP and Data Mining options
    Database "orcl" warm started.
    LSNRCTL for Linux: Version 10.1.0.2.0 - Production on 27-FEB-2004 22:17:59
    Copyright (c) 1991, 2004, Oracle. All rights reserved.
    Starting /u01/app/oracle/product/10.1.0/db_1/bin/tnslsnr: please wait...
    TNSLSNR for Linux: Version 10.1.0.2.0 - Production
    System parameter file is /u01/app/oracle/product/10.1.0/db_1/network/admin/listener.ora
    Log messages written to /u01/app/oracle/product/10.1.0/db_1/network/log/listener.log
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC))
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=xavan_fi
    xe)(PORT=1521)))
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC))
    STATUS of the LISTENER
    Alias LISTENER
    Version TNSLSNR for Linux: Version 10.1.0.2.0 - Production
    Start Date 27-FEB-2004 22:17:59
    Uptime 0 days 0 hr. 0 min. 0 sec
    Trace Level off
    Security ON: Local OS Authentication
    SNMP OFF
    Listener Parameter File /u01/app/oracle/product/10.1.0/db_1/network/admin/listener.ora
    Listener Log File /u01/app/oracle/product/10.1.0/db_1/network/log/listener.log
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=xavan_fi
    xe)(PORT=1521)))
    Services Summary...
    Service "PLSExtProc" has 1 instance(s).
    Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
    The command completed successfully
    But when i try to connect with sqlplus:
    oracle@xavan_fixe oracle $ sqlplus
    SQL*Plus: Release 10.1.0.2.0 - Production on Ven. Févr. 27 22:19:32 2004
    Copyright (c) 1982, 2004, Oracle. All rights reserved.
    Enter user-name: scott
    Enter password:
    ERROR:
    ORA-01034: ORACLE not available
    ORA-27101: shared memory realm does not exist
    Linux Error: 2: No such file or directory

    When you go to get connection you have to set the ORACLE_SID enviroment variable or use the service name in the string to get connection.
    Joel Pérez

  • Unicode kernel upgrade problem in XI server

    Hi
    I'm trying to upgrade the Brtools in XI server and getting the following problem:
    rx2n0v4:xdvadm 23> SAPCAR -xvf DBATL640O92_45-10002837.SAR
    stderr initialized
    processing archive DBATL640O92_45-10002837.SAR...
    --- Unicode interface [u16_get.c line 233] pid = 6963 :
    Invalid UTF-8 encountered by fgetsU16 (fileno 0x4)
    fd
    Characters previously read:
    0043 0041 0052 0020 0032 002e 0030 0031
    0052 0047                      030 0031
    --- Unicode interface -
    End of message -
    Illegal byte sequence DBATL640O92_45-10002837.SAR
    Couple of times, i downloaded the kernel today and tried but get the same error. Here XI (6.40)is the unicode server and i downloaded the unicode kernel from sapnet (brtools and SAPCAR kernel). I tried with version 7.00 kernel but get the same problem.
    Any solution of this problem?
    Regards
    Amar

    Confusion About SP16 Unicode Kernel Patch/Upgrade
    Problem with updating XI 3.0 (Kernel etc.)
    Check this might be useful.

  • Collection of stats prior to 10g upgrade for dictionary tables

    Collection of stats prior to 10g upgrade for dictionary tables is required? I thought if you are upgrading from 9i to 10g the stats in 9i become stale in 10g.
    I read a document that says you need to collect stats prior to upgrade and import them once your upgrade is done. Can someone guide me?

    I don't know where did you get these? There's some optimizer improvement and new feature in 10g. Collecting stats before upgrade and import later is unheard of.
    I suggest you check this article
    Choosing An Optimal Stats Gathering Strategy
    http://structureddata.org/2008/03/26/choosing-an-optimal-stats-gathering-strategy/
    and the white paper mentioned,
    White Paper entitled Upgrading from Oracle Database 9i to 10g: What to expect from the Optimizer.

  • Heavu CPU Utilization of Dictionary Query - After 9i to 10g Upgrade

    Hi Friends,
    We have migrated our production DB from Oracle 9i(Windows) to Oracle 10g(AIX) and after that a heavy cpu utilization query is coming frequently and hence many timeouts are happening in the application.
    Application is connecting to the database through Java Application (JDBC).
    Once the application service is started, below query is invoked and CPU takes around 20% continuously.
    The interesting thing is this query is not owned by the application schema but by SYS and it's invoked from Application Schema.
    We have raised an SR but still no luck.
    Any help will be very much appreciated.
    SELECT -- Packaged procedures with no arguments package_name AS procedu
    re_cat, owner AS procedure_schem, object_name AS procedure_name, NULL
    , NULL, NULL, 'Packaged procedure' AS remarks, 1 AS procedure_type
    FROM all_arguments WHERE argument_name IS NULL AND data_type IS NULL AN
    D package_name LIKE :3 ESCAPE '/' AND owner LIKE :4 ESCAPE '/' AND obje
    ct_name LIKE :5 ESCAPE '/' UNION ALL SELECT -- Packaged procedures with a
    rguments package_name AS procedure_cat, owner AS procedure_schem, obj
    ect_name AS procedure_name, NULL, NULL, NULL, 'Packaged procedure'
    AS remarks, 1 AS procedure_type FROM all_arguments WHERE argument_name IS
    NOT NULL AND position = 1 AND position = sequence AND package_name L
    IKE :3 ESCAPE '/' AND owner LIKE :4 ESCAPE '/' AND object_name LIKE :5
    ESCAPE '/' UNION ALL SELECT -- Packaged functions package_name AS proce
    dure_cat, owner AS procedure_schem, object_name AS procedure_name, NU
    LL, NULL, NULL, 'Pa
    Regards,
    Savad

    Pl do not post duplicate threads - Heavy CPU Utilization of Dictionary Query - After 9i to 10g Upgrade
    Srini

  • 10.9.4 upgrade problems

    10.9.4 upgrade problems, first with file system, second with Time Machine.
    ...first, time machine stopped working, second, I believe that an alias of a folder I had in my left margin of the finder window disappeared, along with the original folder, and all its contents. Both of these are serious problems. Can anybody help?

    So here's the one pertaining to the time machine backups to my external LaCie drive:
    Process:         LaCie Backup [8722]
    Path:            /Applications/LaCie Backup.app/Contents/MacOS/LaCie Backup
    Identifier:      com.LaCie.LaCieBackup
    Version:         1.1.1 (1.1.1)
    Code Type:       X86 (Native)
    Parent Process:  launchd [576]
    Responsible:     LaCie Backup [8722]
    User ID:         503
    Date/Time:       2014-07-24 11:54:30.490 -0500
    OS Version:      Mac OS X 10.9.4 (13E28)
    Report Version:  11
    Anonymous UUID:  0F51A155-53D8-4CB0-2C88-08222B1BB6CA
    Sleep/Wake UUID: 97433EC1-0B83-436F-96AE-1D6D59CD4F3E
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: KERN_INVALID_ADDRESS at 0x0000000017160c20
    VM Regions Near 0x17160c20:
        MALLOC_LARGE           000000000ae37000-000000000af37000 [ 1024K] rw-/rwx SM=PRV 
    -->
        __TEXT                 000000008fe89000-000000008febc000 [  204K] r-x/rwx SM=COW  /usr/lib/dyld
    Application Specific Information:
    objc_msgSend() selector name: setCanCreateDirectories:
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   libobjc.A.dylib               0x933174b4 objc_msgSend + 36
    1   com.apple.AppKit               0x973844bf _NSNavCreateChooseFolderDialog + 506
    2   com.apple.NavigationServices   0x931e74ff NavCreateChooseFolderDialog + 84
    3   com.LaCie.LaCieBackup         0x0000ddc4 0x1000 + 52676
    4   com.LaCie.LaCieBackup         0x0001446b 0x1000 + 78955
    5   com.LaCie.LaCieBackup         0x0002743a 0x1000 + 156730
    6   com.LaCie.LaCieBackup         0x00063bfe 0x1000 + 404478
    7   com.LaCie.LaCieBackup         0x0006617e 0x1000 + 414078
    8   com.LaCie.LaCieBackup         0x0008d000 0x1000 + 573440
    9   com.LaCie.LaCieBackup         0x00051ede 0x1000 + 331486
    10  com.LaCie.LaCieBackup         0x0003f050 0x1000 + 254032
    11  com.LaCie.LaCieBackup         0x000402a9 0x1000 + 258729
    12  com.LaCie.LaCieBackup         0x00007ccb 0x1000 + 27851
    13  com.LaCie.LaCieBackup         0x000e86b3 0x1000 + 947891
    14  com.apple.HIToolbox           0x99d98d89 _InvokeEventHandlerUPP(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*, long (*)(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*)) + 36
    15  com.apple.HIToolbox           0x99bec34f DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 1452
    16  com.apple.HIToolbox           0x99beb668 SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 386
    17  com.apple.HIToolbox           0x99bfe811 SendEventToEventTarget + 88
    18  com.LaCie.LaCieBackup         0x00058850 0x1000 + 358480
    19  com.apple.HIToolbox           0x99d98d89 _InvokeEventHandlerUPP(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*, long (*)(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*)) + 36
    20  com.apple.HIToolbox           0x99bec34f DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 1452
    21  com.apple.HIToolbox           0x99beb668 SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 386
    22  com.apple.HIToolbox           0x99bfe811 SendEventToEventTarget + 88
    23  com.apple.HIToolbox           0x99c1f962 ToolboxEventDispatcherHandler(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) + 3046
    24  com.apple.HIToolbox           0x99bec795 DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 2546
    25  com.apple.HIToolbox           0x99beb668 SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 386
    26  com.apple.HIToolbox           0x99bfe811 SendEventToEventTarget + 88
    27  com.LaCie.LaCieBackup         0x000e258d 0x1000 + 923021
    28  com.LaCie.LaCieBackup         0x001321b6 0x1000 + 1249718
    29  com.LaCie.LaCieBackup         0x00103e67 0x1000 + 1060455
    30  com.LaCie.LaCieBackup         0x00103dce 0x1000 + 1060302
    31  com.LaCie.LaCieBackup         0x0000b44d 0x1000 + 42061
    32  com.LaCie.LaCieBackup         0x00001c7a 0x1000 + 3194
    33  com.LaCie.LaCieBackup         0x00001b95 0x1000 + 2965
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib         0x91149992 kevent64 + 10
    1   libdispatch.dylib             0x932fd899 _dispatch_mgr_invoke + 238
    2   libdispatch.dylib             0x932fd532 _dispatch_mgr_thread + 52
    Thread 2:
    0   libsystem_kernel.dylib         0x911496f2 getdirentriesattr + 10
    1   com.apple.CoreServices.CarbonCore 0x9af27e83 FSMount::getattrsbulk(void*, unsigned long, unsigned long*, unsigned long, unsigned long, FSAttributeInfo*, unsigned char*, unsigned char*) + 603
    2   com.apple.CoreServices.CarbonCore 0x9ae47970 PBGetCatalogInfoBulkSync + 1064
    3   com.apple.CoreServices.CarbonCore 0x9ae4750f FSGetCatalogInfoBulk + 60
    4   com.LaCie.LaCieBackup         0x0000e978 0x1000 + 55672
    5   com.LaCie.LaCieBackup         0x0000e8a2 0x1000 + 55458
    6   com.LaCie.LaCieBackup         0x0000e8a2 0x1000 + 55458
    7   com.LaCie.LaCieBackup         0x0000e8a2 0x1000 + 55458
    8   com.LaCie.LaCieBackup         0x0000e8a2 0x1000 + 55458
    9   com.LaCie.LaCieBackup         0x0000e8a2 0x1000 + 55458
    10  com.LaCie.LaCieBackup         0x0000ec22 0x1000 + 56354
    11  com.LaCie.LaCieBackup         0x0000a3c1 0x1000 + 37825
    12  com.LaCie.LaCieBackup         0x000943e1 0x1000 + 603105
    13  libsystem_pthread.dylib       0x98ae95fb _pthread_body + 144
    14  libsystem_pthread.dylib       0x98ae9485 _pthread_start + 130
    15  libsystem_pthread.dylib       0x98aeecf2 thread_start + 34
    Thread 3:
    0   libsystem_kernel.dylib         0x91149046 __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x98aeadcf _pthread_wqthread + 372
    2   libsystem_pthread.dylib       0x98aeecce start_wqthread + 30
    Thread 4:
    0   libsystem_kernel.dylib         0x91149046 __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x98aeadcf _pthread_wqthread + 372
    2   libsystem_pthread.dylib       0x98aeecce start_wqthread + 30
    Thread 0 crashed with X86 Thread State (32-bit):
      eax: 0x0106f830  ebx: 0x973842d6  ecx: 0x975a8576  edx: 0x05c48155
      edi: 0x000406c4  esi: 0x57e58955  ebp: 0xbfffe838  esp: 0xbfffe734
       ss: 0x00000023  efl: 0x00010206  eip: 0x933174b4   cs: 0x0000001b
       ds: 0x00000023   es: 0x00000023   fs: 0x00000000   gs: 0x0000000f
      cr2: 0x17160c20
    Logical CPU:     2
    Error Code:      0x00000004
    Trap Number:     14
    Binary Images:
        0x1000 -   0x42bfd7 +com.LaCie.LaCieBackup (1.1.1 - 1.1.1) /Applications/LaCie Backup.app/Contents/MacOS/LaCie Backup
    0x38b5000 -  0x38c0ffa  com.apple.CommerceCore (1.0 - 42) <E59717F2-6770-3DBC-8510-F7AA61E60F57> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/C ommerceCore.framework/Versions/A/CommerceCore
    0x8be8000 -  0x8c0dff9  com.apple.framework.familycontrols (4.1 - 410) <A33A97EE-C735-38BA-9B49-5D78DAA3DEDA> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
    0x8fe89000 - 0x8febb417  dyld (239.4) <FF5ED937-CC28-3FEF-BCAF-750B1CDBAE36> /usr/lib/dyld
    0x90034000 - 0x90298ff7  com.apple.CoreData (107 - 481.3) <8EB45FB9-CF78-36E1-919C-E976AE4C8146> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x90299000 - 0x9029bfff  com.apple.securityhi (9.0 - 55005) <FD6FC95D-CBE2-329F-9ACB-AB3027CAAB6D> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x9029c000 - 0x9029fffe  com.apple.LoginUICore (3.0 - 3.0) <6FE961A4-3C17-3004-B50B-FD78FDC28350> /System/Library/PrivateFrameworks/LoginUIKit.framework/Versions/A/Frameworks/Lo ginUICore.framework/Versions/A/LoginUICore
    0x902cd000 - 0x902eaffb  libresolv.9.dylib (54) <3EC12A7F-6BA1-3976-9F1F-6A4B76303028> /usr/lib/libresolv.9.dylib
    0x90c12000 - 0x90c3aff7  libRIP.A.dylib (599.25.10.1) <D33121E4-3FA6-3CC3-A36F-1C173A335E7F> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A .dylib
    0x91075000 - 0x91075fff  com.apple.CoreServices (59 - 59) <06747539-5035-3307-8645-9BC4E7F89023> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x91076000 - 0x91082ffc  libkxld.dylib (2422.110.17) <FBC1725B-74D4-3DFC-954E-0628948C0781> /usr/lib/system/libkxld.dylib
    0x91083000 - 0x91091fff  libxar.1.dylib (202) <B73748D4-F830-3C71-98B3-7A3ABF5136FD> /usr/lib/libxar.1.dylib
    0x91131000 - 0x9114eff4  libsystem_kernel.dylib (2422.110.17) <BCE753BB-9F18-30CB-87BC-D960721254C1> /usr/lib/system/libsystem_kernel.dylib
    0x9114f000 - 0x91153ffa  libGIF.dylib (1043) <276F48A6-766B-3D40-85C4-C9E8E6051DF7> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x913c0000 - 0x916ebffe  com.apple.Foundation (6.9 - 1056.13) <C33A8984-7E97-36BE-B842-EE4FE35F53EA> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x916ec000 - 0x91717ff5  com.apple.ChunkingLibrary (2.0 - 155.1) <50BBBBF8-F30B-39EA-A512-11A47F429F2C> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/Chunking Library
    0x9172f000 - 0x9178bffa  com.apple.print.framework.PrintCore (9.0 - 428) <3E248391-2669-328B-B84F-8763FE8E92BB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x9178c000 - 0x91823ff7  com.apple.ink.framework (10.9 - 207) <EF00BCCB-B270-3F3D-9424-EF5F4BC23E25> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x91a91000 - 0x91aadfff  libCRFSuite.dylib (34) <FFF76EBA-DF35-3A5F-857F-3F4B1C9F4C77> /usr/lib/libCRFSuite.dylib
    0x91aae000 - 0x91ac8ff7  com.apple.GenerationalStorage (2.0 - 160.3) <D39634C9-93BF-3C74-828B-4809EF895DA0> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/Gene rationalStorage
    0x91ac9000 - 0x91af8ff7  com.apple.framework.SystemAdministration (1.0 - 1.0) <1BD6205B-7C66-3B7B-AC8C-11BE34F7CF6B> /System/Library/PrivateFrameworks/SystemAdministration.framework/Versions/A/Sys temAdministration
    0x91af9000 - 0x91b6cfff  com.apple.SearchKit (1.4.0 - 1.4.0) <6F607AB6-7553-37BA-BEC5-98FD7C27FAD7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x91b70000 - 0x91bb2fff  libGLU.dylib (9.6.1) <0655104D-2F22-36CE-955B-52A533CA70D5> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x91bb3000 - 0x91ca7fff  libFontParser.dylib (111.1) <D8F9B2A4-41A6-3407-8D80-13A841F97BE5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x91cab000 - 0x91d35ff7  com.apple.CoreSymbolication (3.0.1 - 141.0.5) <A33D0598-8699-39AC-A1DD-37079F423269> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSy mbolication
    0x91d36000 - 0x91da4ffb  libType1Scaler.dylib (112.1) <8DF02425-1C46-3B86-9E02-71F8D13FF3B1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libType1Scaler.dylib
    0x91da5000 - 0x91dd6ffb  com.apple.GSS (4.0 - 2.0) <145B389F-AC1E-3817-835D-8EA263E96EA5> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
    0x91e2b000 - 0x91e33fff  libcopyfile.dylib (103.92.1) <9B62DDFE-FEFD-31CA-989F-9BE0AB606C49> /usr/lib/system/libcopyfile.dylib
    0x9215c000 - 0x92174ff7  com.apple.CFOpenDirectory (10.9 - 173.90.1) <184471C6-C810-3346-B7C7-D86E695D0FA1> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
    0x92175000 - 0x9253aff6  libLAPACK.dylib (1094.5) <E6286E68-3501-31AC-813E-75B3B3968011> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x9253b000 - 0x92544fff  com.apple.DiskArbitration (2.6 - 2.6) <92F7575A-AA20-34D9-BB26-2CC8C3CCAFEB> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x92545000 - 0x9254fff0  libCGInterfaces.dylib (271) <F78617B0-10DD-3DB0-988A-2407D630519A> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/Resources/libCGInterfaces.dylib
    0x92550000 - 0x925e1fff  com.apple.ColorSync (4.9.0 - 4.9.0) <8366AE10-0396-3100-B87A-A176E8ECE7B6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x9294f000 - 0x92953ffc  libpam.2.dylib (20) <50623D44-795F-3E28-AA85-23E0E7E2AE0E> /usr/lib/libpam.2.dylib
    0x92cc4000 - 0x92cdfff5  com.apple.openscripting (1.4 - 157) <5C161A52-8D2F-3D56-A988-05727BED7A59> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x92ce0000 - 0x92d35fff  libc++.1.dylib (120) <10C0A136-64F9-3CC2-9420-013247032120> /usr/lib/libc++.1.dylib
    0x92d36000 - 0x92d86fff  com.apple.opencl (2.3.59 - 2.3.59) <9A8EF83B-78F9-3278-8812-5A0ECB09F8B7> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x92d87000 - 0x92d91fff  com.apple.bsd.ServiceManagement (2.0 - 2.0) <B84F3916-236A-347B-9C1F-3DE571496737> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManage ment
    0x92ea6000 - 0x92ea6ffd  libOpenScriptingUtil.dylib (157) <4D06E8ED-D312-34EA-A448-DFF45ADC3CE5> /usr/lib/libOpenScriptingUtil.dylib
    0x92ea7000 - 0x92eb4fff  com.apple.Librarian (1.2 - 1) <F85681E3-3398-327B-829B-1D8078C38C22> /System/Library/PrivateFrameworks/Librarian.framework/Versions/A/Librarian
    0x92eb5000 - 0x92ebdff7  libCGCMS.A.dylib (599.25.10.1) <0F42B4AF-CAC2-3433-B33F-3AF2C4FFFEDA> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGCMS .A.dylib
    0x92ebe000 - 0x92f13ff7  com.apple.audio.CoreAudio (4.2.1 - 4.2.1) <CB06B746-9EB1-3972-A798-A139E15F5ACC> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x931b3000 - 0x931b9ffb  libunwind.dylib (35.3) <099D1A6F-A1F0-3D05-BF1C-0A7BB32D39C2> /usr/lib/system/libunwind.dylib
    0x931ba000 - 0x931f8ff7  com.apple.NavigationServices (3.8 - 215) <A093AAF0-248E-313E-BA82-01F69E269895> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x931f9000 - 0x931fdffc  com.apple.IOSurface (91.1 - 91.1) <70637267-4D54-3EFF-A929-54FC0A8A907A> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x931fe000 - 0x93203ff3  libsystem_platform.dylib (24.90.1) <0613F163-9A7A-3908-B30B-AC1627503933> /usr/lib/system/libsystem_platform.dylib
    0x93263000 - 0x932b9ff6  com.apple.ScalableUserInterface (1.0 - 1) <2C81641B-FA30-32FF-8B3E-3CB9BF53B2D9> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableU serInterface.framework/Versions/A/ScalableUserInterface
    0x932ba000 - 0x932efffd  libssl.0.9.8.dylib (50) <F3BEA2DF-DB84-37F0-B4C7-97C0A4DF19C9> /usr/lib/libssl.0.9.8.dylib
    0x932f0000 - 0x932f9ffc  com.apple.CommonAuth (4.0 - 2.0) <99219CEB-D340-3E1F-9C04-FD0FA700BD67> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
    0x932fa000 - 0x93312ffd  libdispatch.dylib (339.92.1) <7E7A88BF-74B3-363B-B534-6F757DF2DDE3> /usr/lib/system/libdispatch.dylib
    0x93313000 - 0x934bb4af  libobjc.A.dylib (551.1) <31CBE178-E972-30D1-ADC6-4B8345CAE326> /usr/lib/libobjc.A.dylib
    0x934c5000 - 0x934c7ff2  com.apple.EFILogin (2.0 - 2) <BC558029-74C0-3A69-B376-8F4CBF8C338F> /System/Library/PrivateFrameworks/EFILogin.framework/Versions/A/EFILogin
    0x934f2000 - 0x934feff7  com.apple.OpenDirectory (10.9 - 173.90.1) <E264995C-298E-3DA4-8AFD-11C941BA5E40> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x93888000 - 0x938d8ff7  libcorecrypto.dylib (161.1) <135FD99E-2211-3DF4-825C-C9F816107F0C> /usr/lib/system/libcorecrypto.dylib
    0x938d9000 - 0x9391fff7  libFontRegistry.dylib (127) <A0930DB2-A6C6-3C6E-B4A2-119E0D76FD7D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x93920000 - 0x939e3ff1  com.apple.CoreText (367.20 - 367.20) <42445623-3BDD-3678-8B46-845C441B6251> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
    0x939e4000 - 0x939e5ffd  libunc.dylib (28) <22A126A1-DCFB-3BE5-A66B-C973F0A5D839> /usr/lib/system/libunc.dylib
    0x939e6000 - 0x93a18ff7  libTrueTypeScaler.dylib (111.1) <A568EE4C-1588-3F8B-8640-F02CEFC5AF09> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
    0x93a19000 - 0x93a51fff  com.apple.LDAPFramework (2.4.28 - 194.5) <4399D209-B119-3ACC-97AF-F2E14DD207CB> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x93c49000 - 0x93c85ff4  com.apple.RemoteViewServices (2.0 - 94) <BEEE6ADF-7DA3-3D68-BCB0-9863BE1A1F46> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/Remot eViewServices
    0x94eb2000 - 0x94ec2ff7  libsasl2.2.dylib (170) <CA1C07F6-8E17-315E-AE49-AB696DDE6707> /usr/lib/libsasl2.2.dylib
    0x94ec3000 - 0x94f16fff  com.apple.htmlrendering (77 - 1.1.4) <408FA30F-4FE9-3162-9FFD-677E8569C1EA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x94f17000 - 0x94f80fff  com.apple.SystemConfiguration (1.13.1 - 1.13.1) <3AD9C90B-40A9-312B-B479-3AB178A96EA1> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x94f81000 - 0x94f8cfff  com.apple.CrashReporterSupport (10.9 - 539) <10FE9B2D-404F-32B8-B3CA-CBA3524B4CFF> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
    0x94f8d000 - 0x94fbdff7  com.apple.CoreServicesInternal (184.9 - 184.9) <999FEDEC-7657-3F32-A9AE-F29E0BE0AAF5> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/Cor eServicesInternal
    0x95919000 - 0x9595fff7  libcurl.4.dylib (78.94.1) <0EBB0049-F944-3A3F-ACBF-80D742C4945B> /usr/lib/libcurl.4.dylib
    0x9596a000 - 0x9596cfff  libquarantine.dylib (71) <EE3B510E-1AEC-3171-8A1A-D6A5A42CF35C> /usr/lib/system/libquarantine.dylib
    0x959ad000 - 0x959b5fff  liblaunch.dylib (842.92.1) <C180016C-F2DB-3D8B-A72D-5185CE67DFA2> /usr/lib/system/liblaunch.dylib
    0x959b6000 - 0x95a05ff9  com.apple.HIServices (1.23 - 468) <B0534B49-A137-363A-9FC2-44FAA6F0894F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x95a06000 - 0x95a30fff  libxslt.1.dylib (13) <249D54AB-1D82-38FE-ABEC-0D575450C73B> /usr/lib/libxslt.1.dylib
    0x95a31000 - 0x95a3fff7  libz.1.dylib (53) <858B4D9F-D87E-3D81-B07A-DF9632BD185F> /usr/lib/libz.1.dylib
    0x95a40000 - 0x95a46ff7  com.apple.AOSNotification (1.7.0 - 760.3) <63F7E7F8-6FA3-38D3-9907-CDF360CA9354> /System/Library/PrivateFrameworks/AOSNotification.framework/Versions/A/AOSNotif ication
    0x95ab1000 - 0x95ab6ff7  com.apple.print.framework.Print (9.0 - 260) <A6C465F6-C5D1-353A-9F33-19B9CEDBBC2A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x95b0d000 - 0x95b0effa  libsystem_sandbox.dylib (278.11.1) <DA875837-A5C2-3004-8117-65F378E4BD03> /usr/lib/system/libsystem_sandbox.dylib
    0x95bc5000 - 0x95d27ffb  com.apple.CFNetwork (673.4 - 673.4) <3B6BDE2F-BFA3-3B7E-BC53-7B6B75EB12D3> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
    0x95d34000 - 0x95dc6ff9  libsystem_c.dylib (997.90.3) <80D21D3D-1031-314C-B1F0-0B35B977CEFB> /usr/lib/system/libsystem_c.dylib
    0x95dc7000 - 0x95e28ff7  com.apple.Symbolication (1.4 - 129.0.2) <774BC6EC-450B-3AE8-BBED-F1F140B93E7E> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolicat ion
    0x95e29000 - 0x95e29fff  com.apple.Carbon (154 - 157) <C49AD4A1-8DE3-357D-AEF3-D6CD39EA91EF> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x95e42000 - 0x9623affb  com.apple.CoreGraphics (1.600.0 - 599.25.10.1) <9BCF8082-2CE7-3DE6-A5F2-4C84CAE21BB1> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
    0x962ab000 - 0x962fcff1  libstdc++.6.dylib (60) <354F284B-2343-3810-9CA2-E28038824F6E> /usr/lib/libstdc++.6.dylib
    0x962fd000 - 0x96310fff  com.apple.ImageCapture (9.0 - 9.0) <63D5C96F-1893-3F35-ADFB-EE451AFD87E6> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x96311000 - 0x9637affa  com.apple.datadetectorscore (5.0 - 354.5) <CB793FA7-B873-39A9-855F-D86AB0C35298> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
    0x9637b000 - 0x9638dfff  libbsm.0.dylib (33) <1BE92DB5-0D2F-3BB5-BCC6-8A71EF2A3450> /usr/lib/libbsm.0.dylib
    0x963f5000 - 0x9648dff7  com.apple.Metadata (10.7.0 - 800.28) <D8C2153B-6D0F-3B75-97C7-742BDCA430FC> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x9648e000 - 0x96601ffb  com.apple.audio.toolbox.AudioToolbox (1.10 - 1.10) <4248C0FE-F872-34AB-9402-0045D5CD0CC1> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x96602000 - 0x9663fffb  libGLImage.dylib (9.6.1) <E2DADD8A-8A60-3F39-840B-4B7FE7001384> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x96640000 - 0x96699ffa  libTIFF.dylib (1043) <C03B34F4-8037-3AF5-AE51-B8B5FC8DB639> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x966a1000 - 0x96787ff7  com.apple.coreui (2.1 - 231) <1C1AE894-C5C2-3F1C-BF29-B152ECD9BD88> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x96788000 - 0x968bffff  com.apple.desktopservices (1.8.3 - 1.8.3) <3574872B-435C-3AB8-A453-02A33A771CDB> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x968c0000 - 0x968c7ff2  com.apple.NetFS (6.0 - 4.0) <915AA303-C02B-3B0C-8208-D8AAA4350DB4> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x968c8000 - 0x968c8fff  com.apple.Accelerate.vecLib (3.9 - vecLib 3.9) <DDAC0B59-F886-3AB1-98E8-C71FFF161CD4> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x968c9000 - 0x968edff7  libxpc.dylib (300.90.2) <5ACBBE2C-74EB-3E88-BCBF-C573095318A5> /usr/lib/system/libxpc.dylib
    0x968ee000 - 0x96924fff  com.apple.IconServices (25 - 25.17) <A4B5242B-765E-3D58-B066-BBEDB5947AAD> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconService s
    0x96925000 - 0x9695dff7  com.apple.MediaKit (15 - 709) <82E0F8C0-313C-379C-9994-4D21587D0C0C> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
    0x9695e000 - 0x96a4effb  libiconv.2.dylib (41) <848FEBA7-2E3E-3ECB-BD59-007F32468787> /usr/lib/libiconv.2.dylib
    0x96a57000 - 0x96a72ff6  libPng.dylib (1043) <AFF54258-8124-31AE-BBAA-575FD7C43EF3> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x96a73000 - 0x96a78ff6  libcompiler_rt.dylib (35) <9924DF2E-D80B-3A21-920D-544A4597203F> /usr/lib/system/libcompiler_rt.dylib
    0x96a79000 - 0x96aa1fff  libsystem_info.dylib (449.1.3) <BB68E8CC-422F-3121-8C86-D0F766FB696D> /usr/lib/system/libsystem_info.dylib
    0x96aa3000 - 0x976c1ff3  com.apple.AppKit (6.9 - 1265.21) <1D31697B-6F33-3239-BACE-5D1361B1F79A> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x976c2000 - 0x9776effb  libvMisc.dylib (423.32) <43873EFF-FB43-3301-BEE8-F2C3A046D7A6> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x9776f000 - 0x97773ffa  libcache.dylib (62) <9730D7F2-D226-3F30-8D26-BF598CB781F6> /usr/lib/system/libcache.dylib
    0x9777d000 - 0x977fdff7  com.apple.CoreServices.OSServices (600.4 - 600.4) <382BE89A-9F37-3316-9AB8-DDEA691A80D1> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x977fe000 - 0x9780eff5  com.apple.LangAnalysis (1.7.0 - 1.7.0) <71DE7754-0A47-3F35-B1BF-B1FE7E1311E0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x979ab000 - 0x979abfff  libkeymgr.dylib (28) <1B097DEA-011E-3B1C-86D5-6C7FAD5C765A> /usr/lib/system/libkeymgr.dylib
    0x979ac000 - 0x97c25ff1  com.apple.RawCamera.bundle (5.05 - 743) <A72DC5F6-CA93-3322-B34E-38E87B192444> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x97c26000 - 0x97c27fff  libSystem.B.dylib (1197.1.1) <789CF4BE-5A0B-310E-9515-E515EA033D03> /usr/lib/libSystem.B.dylib
    0x97c28000 - 0x97c2bffa  libCGXType.A.dylib (599.25.10.1) <FAA0A87E-0E30-3787-88F0-D0CD8F5661A2> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXTy pe.A.dylib
    0x97c2c000 - 0x97c30fff  com.apple.CommonPanels (1.2.6 - 96) <E7CA63C6-CEE9-3F0A-93A7-C12C653FFB80> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x97c3c000 - 0x97c44fff  libsystem_dnssd.dylib (522.92.1) <7E36B79E-6BF4-3462-9A84-C0744D029636> /usr/lib/system/libsystem_dnssd.dylib
    0x97c45000 - 0x97c50ffb  libcommonCrypto.dylib (60049) <F8E60C43-22EE-3E0B-9546-3365056901F1> /usr/lib/system/libcommonCrypto.dylib
    0x97cec000 - 0x97dbcfef  libvDSP.dylib (423.32) <E2FA7230-A001-3F6B-9ACF-6998C51AD7DC> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x97dbd000 - 0x97dbfffb  libRadiance.dylib (1043) <ECD94F60-9AAD-3207-B3BD-9DB559FC5032> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.d ylib
    0x97e5d000 - 0x97e6cfff  libGL.dylib (9.6.1) <885E9C1F-11C7-347D-BE10-522A40A46596> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x97ed4000 - 0x97ee2ff7  com.apple.Sharing (132.2 - 132.2) <87DBFC7A-9689-3B8E-AD16-5A9DFF9DE625> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
    0x97efd000 - 0x97efffff  libsystem_configuration.dylib (596.15) <E49AAD29-35C2-3EE2-AF4D-59514C4B478F> /usr/lib/system/libsystem_configuration.dylib
    0x97f00000 - 0x97f48fff  com.apple.PerformanceAnalysis (1.47 - 47) <5C6FA727-EAC9-3924-8662-AF01090A9EF4> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/Perf ormanceAnalysis
    0x97f4f000 - 0x97f52ff7  libdyld.dylib (239.4) <B2BD2222-2A51-39B7-BCC5-B8A4F36F900A> /usr/lib/system/libdyld.dylib
    0x97f53000 - 0x97f84ffa  libsystem_m.dylib (3047.16) <28E614E8-7802-3E84-960A-AD4721EF10F7> /usr/lib/system/libsystem_m.dylib
    0x97f85000 - 0x97fc5ff7  com.apple.bom (14.0 - 193.1) <FFF1C8E5-41FF-357B-8681-69B21DCED2E4> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
    0x98072000 - 0x9807cff7  com.apple.speech.synthesis.framework (4.7.1 - 4.7.1) <C4CC55E5-6CC4-307E-9499-AF89A6463AF4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x9807d000 - 0x9817bfff  libJP2.dylib (1043) <7B186EC7-B37E-3126-BCCE-7787F65C878D> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x98995000 - 0x9899fff7  com.apple.DirectoryService.Framework (10.9 - 173.90.1) <12D77553-81D4-342B-871A-C65795D85CCF> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x989a0000 - 0x989cbff7  libsystem_network.dylib (241.3) <71EBA489-386D-3608-ADE6-CB50EBD1AB1B> /usr/lib/system/libsystem_network.dylib
    0x989cc000 - 0x989e8ff9  com.apple.Ubiquity (1.3 - 289) <1CEDC83D-7282-3B4D-8CF7-4FE045012391> /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
    0x989e9000 - 0x989ebffe  libCVMSPluginSupport.dylib (9.6.1) <C2071F9E-72A1-360C-BF7E-286F9681922F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginS upport.dylib
    0x989ec000 - 0x98a57fff  com.apple.Heimdal (4.0 - 2.0) <D6465D74-9351-3FF3-9561-AC149AEDB86F> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
    0x98a7c000 - 0x98ac8ff7  libcups.2.dylib (372.4) <A11AA954-07E7-3929-84AB-309B0C0DDB5D> /usr/lib/libcups.2.dylib
    0x98ac9000 - 0x98ae2fff  com.apple.Kerberos (3.0 - 1) <91F17EB2-C70C-359C-B09D-96B52D2A9C9F> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x98ae8000 - 0x98aefffb  libsystem_pthread.dylib (53.1.4) <8B1B7B84-1B5D-32A8-AC0D-1E689E5C8A4C> /usr/lib/system/libsystem_pthread.dylib
    0x9905e000 - 0x9905ffff  liblangid.dylib (117) <F18F76C6-7E4B-34AD-AE81-C1C031BF2F7D> /usr/lib/liblangid.dylib
    0x9918e000 - 0x9925cff7  com.apple.backup.framework (1.5.4 - 1.5.4) <C09AF796-385F-34DB-B551-68967989E9CB> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x9925d000 - 0x99349ff7  libxml2.2.dylib (26) <32040145-6FD6-3AD2-B98B-39F73BF9AC47> /usr/lib/libxml2.2.dylib
    0x9934a000 - 0x99411ff7  com.apple.DiscRecording (8.0 - 8000.4.6) <84A7EC09-3BBD-3E04-A88C-6D3B724448FF> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
    0x99412000 - 0x99415ff9  com.apple.TCC (1.0 - 1) <A5FCF7AA-3F56-3A19-9DF1-661F1F02F79D> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
    0x99416000 - 0x99417fff  libDiagnosticMessagesClient.dylib (100) <B936B1D4-90BB-395D-8EA9-E1237608E7D0> /usr/lib/libDiagnosticMessagesClient.dylib
    0x99418000 - 0x99503ff4  com.apple.DiskImagesFramework (10.9 - 371.1) <32A138AB-6A20-3C28-BFF8-7188C9790F31> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
    0x99504000 - 0x99516fff  libsystem_asl.dylib (217.1.4) <51EB17C9-9F5B-39F3-B6CD-8EF238B05B89> /usr/lib/system/libsystem_asl.dylib
    0x998d7000 - 0x99a2dff0  libBLAS.dylib (1094.5) <74310C2F-4FDB-3995-A01A-5AFB83010A43> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x99a2e000 - 0x99a3bfff  com.apple.AppleFSCompression (56.92.1 - 1.0) <D2E7A2DF-9E5B-35E6-9CCD-0D40ADA7E021> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/Apple FSCompression
    0x99a3c000 - 0x99a40ff7  libmacho.dylib (845) <D8E93E59-1F80-3413-B9CF-78B848F6E873> /usr/lib/system/libmacho.dylib
    0x99be4000 - 0x99f59ff9  com.apple.HIToolbox (2.1.1 - 698) <FE3938F3-6338-3C5E-AAB3-47B2F5FAC762> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x99f5a000 - 0x99f81fff  com.apple.CoreVideo (1.8 - 117.2) <A53FDD90-F200-3F7C-8A8E-5DE36D3DFBB0> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x99fd0000 - 0x99fd0fff  com.apple.ApplicationServices (48 - 48) <7967F6FA-2984-3CC3-AD9A-7B9AEC562A2A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x99fd1000 - 0x9a02fffd  com.apple.AE (665.5 - 665.5) <54F2F247-160C-3A22-A6E3-5D49655A67AB> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x9a030000 - 0x9a1dcfff  com.apple.QuartzCore (1.8 - 332.3) <DA347693-5E26-3E47-A2B3-3824C52EB08B> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x9a1dd000 - 0x9a1ddfff  com.apple.Cocoa (6.8 - 20) <407DC9E6-BBCE-3D34-9BBB-00C90584FFDF> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x9a1de000 - 0x9a4d3ffc  com.apple.CoreImage (9.4.0) <33696A53-9E18-32D6-844F-28098DB7E426> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage .framework/Versions/A/CoreImage
    0x9a4d4000 - 0x9a54bffb  com.apple.framework.IOKit (2.0.1 - 907.100.13) <D1308EE0-96AA-3442-A27B-264F58AE12B4> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x9a54c000 - 0x9a980ff7  com.apple.vision.FaceCore (3.0.0 - 3.0.0) <5B12F3E9-84F6-3183-B85D-FD19EF800ADB> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
    0x9a981000 - 0x9a98fff3  com.apple.opengl (9.6.1 - 9.6.1) <B8205F16-6435-3062-89C9-2D8FF1799B3C> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x9a990000 - 0x9aa05ff1  com.apple.ApplicationServices.ATS (360 - 363.3) <FD423680-01A1-357A-89A7-33910A87DE65> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x9aa06000 - 0x9aa2afff  libJPEG.dylib (1043) <257BE460-DFB1-3398-8AC5-A2E50FBED794> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x9aa2b000 - 0x9aa57ff7  com.apple.DictionaryServices (1.2 - 208) <33873336-BECD-3F62-A315-C45F24C1818C> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
    0x9aa58000 - 0x9aa60ffe  libGFXShared.dylib (9.6.1) <632989B3-36C2-302E-8A85-A02125A9C5D6> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
    0x9aa61000 - 0x9aa64ffb  libutil.dylib (34) <B496031E-E763-3DEB-84D2-85C0F3DF2012> /usr/lib/libutil.dylib
    0x9aa65000 - 0x9ab72ff7  com.apple.ImageIO.framework (3.3.0 - 1043) <3AA4C524-1B31-39AC-A641-189D0D6EA427> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
    0x9ab73000 - 0x9ab74fff  libremovefile.dylib (33) <ED35EA79-EB06-3B84-A6D4-B1A9D6B8648D> /usr/lib/system/libremovefile.dylib
    0x9ab77000 - 0x9ab7aff7  com.apple.help (1.3.3 - 46) <AB6292FA-D3BC-3D56-B3A5-2BE630A503E7> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x9abcd000 - 0x9ae3cff2  com.apple.security (7.0 - 55471.14.8) <8AF3BEF0-0EF9-32CD-A316-F9C6325E3491> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x9ae3d000 - 0x9b13effb  com.apple.CoreServices.CarbonCore (1077.17 - 1077.17) <02C72D54-E3D3-32B0-A081-E85A7038489D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x9b13f000 - 0x9b305ffb  libicucore.A.dylib (511.34) <9588FA53-7801-3A44-8E5A-1365586A4918> /usr/lib/libicucore.A.dylib
    0x9b325000 - 0x9b325ffd  com.apple.audio.units.AudioUnit (1.10 - 1.10) <9515158F-3A33-39CF-AD5A-201C2B121F33> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x9b326000 - 0x9b33aff9  com.apple.MultitouchSupport.framework (245.13 - 245.13) <06C2834A-91E9-3DCC-B7D0-9EAC592CE1C5> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
    0x9b45e000 - 0x9b467fff  com.apple.speech.recognition.framework (4.2.4 - 4.2.4) <CF8E5706-F744-3139-8A51-D52BF055D19F> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x9b468000 - 0x9b66afff  com.apple.CoreFoundation (6.9 - 855.17) <E382BBB6-4F41-3959-ADC7-238BE49A2155> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x9b66b000 - 0x9b66cffc  com.apple.TrustEvaluationAgent (2.0 - 25) <064B485D-56E0-3DD7-BBE2-E08A5BFFF8B3> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
    0x9b66d000 - 0x9b671ffe  libCoreVMClient.dylib (58.1) <0EB8FFD7-AFED-3A63-810E-29629831D43D> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
    0x9b672000 - 0x9b672fff  com.apple.Accelerate (1.9 - Accelerate 1.9) <C85070A7-D942-3CFA-981F-5864480788C8> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x9b673000 - 0x9b68bff7  libsystem_malloc.dylib (23.10.1) <CB52555E-0F5B-31E3-A42A-FD4F930E2192> /usr/lib/system/libsystem_malloc.dylib
    0x9b68c000 - 0x9b698ffc  libbz2.1.0.dylib (29) <3CEF1E92-BA42-3F8A-8E8D-9E1F7658E5C7> /usr/lib/libbz2.1.0.dylib
    0x9b6a4000 - 0x9b787ff7  libcrypto.0.9.8.dylib (50) <B367D3A3-FC1F-326C-92EC-CAD81666524D> /usr/lib/libcrypto.0.9.8.dylib
    0x9b7ef000 - 0x9b88bfff  com.apple.QD (3.50 - 298) <F73FD4D4-17A4-37D6-AC06-7CA5A8BA1212> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x9b88c000 - 0x9b902ff3  com.apple.securityfoundation (6.0 - 55122.3) <6E1412EF-2E22-3C9D-851C-9534903D926A> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x9b903000 - 0x9b907fff  libheimdal-asn1.dylib (323.92.1) <DD8BAEED-28AC-389E-9DC4-E32DA60CB05A> /usr/lib/libheimdal-asn1.dylib
    0x9b908000 - 0x9b909fff  libsystem_blocks.dylib (63) <2AC67D5E-ECD4-3644-A53C-9684F9B7AA33> /usr/lib/system/libsystem_blocks.dylib
    0x9b93d000 - 0x9b97aff7  libauto.dylib (185.5) <CD008E66-4A0C-35F5-8D72-80D76A716A03> /usr/lib/libauto.dylib
    0x9b97b000 - 0x9b9a9ff3  com.apple.DebugSymbols (106 - 106) <FC70F4C9-B2A6-352F-9563-6C085E9DDDB8> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbol s
    0x9ba00000 - 0x9ba09fff  libsystem_notify.dylib (121) <623269F5-1518-3035-A916-8AF83C972154> /usr/lib/system/libsystem_notify.dylib
    0x9ba0a000 - 0x9baa9ff7  libCoreStorage.dylib (380) <78F0E11F-D040-31DD-BD5E-6AC0EC8FD0D4> /usr/lib/libCoreStorage.dylib
    0x9baaa000 - 0x9baceff3  libc++abi.dylib (49.1) <43A04ACF-97A5-35ED-B454-6B5C0CF0F99D> /usr/lib/libc++abi.dylib
    0x9bacf000 - 0x9bbaaff7  com.apple.LaunchServices (572.28 - 572.28) <2DEA5B87-80AC-3ACD-9F60-4BC61353B66E> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x9bbab000 - 0x9bbabfff  libodfde.dylib (20) <98FC02AE-C596-3ED5-80D1-C502FF6115ED> /usr/lib/libodfde.dylib
    0x9bbac000 - 0x9bbb7ff6  com.apple.NetAuth (5.0 - 5.0) <3B2E9615-EE12-38FC-BDCF-09529FF9464B> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
    0x9bbb8000 - 0x9bccaffc  libsqlite3.dylib (158) <B3DB0FED-FE4C-314D-8329-CF7708C8AAF4> /usr/lib/libsqlite3.dylib
    0x9bccb000 - 0x9bfb5fd2  com.apple.vImage (7.0 - 7.0) <256972F0-3DBC-3CE1-9EE8-B48243868729> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x9bfb6000 - 0x9bfc1fff  libcsfde.dylib (380) <821ACD5D-E4BD-3626-B7AC-8EE2637268C3> /usr/lib/libcsfde.dylib
    0x9c1b6000 - 0x9c1bffff  com.apple.audio.SoundManager (4.1 - 4.1) <68B7CEB7-AF09-3E24-8548-6ABF065B5186> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    External Modification Summary:
      Calls made by other processes targeting this process:
        task_for_pid: 20
        thread_create: 0
        thread_set_state: 0
      Calls made by this process:
        task_for_pid: 0
        thread_create: 0
        thread_set_state: 0
      Calls made by all processes on this machine:
        task_for_pid: 6799542
        thread_create: 1
        thread_set_state: 0
    VM Region Summary:
    ReadOnly portion of Libraries: Total=142.9M resident=39.5M(28%) swapped_out_or_unallocated=103.4M(72%)
    Writable regions: Total=107.7M written=9972K(9%) resident=13.7M(13%) swapped_out=428K(0%) unallocated=94.0M(87%)
    REGION TYPE                      VIRTUAL
    ===========                      =======
    ATS (font support)                 33.1M
    ATS (font support) (reserved)         4K        reserved VM address space (unallocated)
    CG backing stores                  1212K
    CG shared images                    212K
    Kernel Alloc Once                     4K
    MALLOC                             47.4M
    MALLOC (admin)                       48K
    Memory Tag 242                       12K
    Stack                              65.6M
    VM_ALLOCATE                        16.4M
    __DATA                             14.5M
    __IMAGE                             528K
    __IMPORT                             20K
    __LINKEDIT                         43.5M
    __OBJC                             1848K
    __PAGEZERO                            4K
    __TEXT                             99.4M
    __UNICODE                           544K
    mapped file                       171.6M
    shared memory                         4K
    ===========                      =======
    TOTAL                             495.9M
    TOTAL, minus reserved VM space    495.9M
    System Profile:
    Model: MacBookPro6,2, BootROM MBP61.0057.B0F, 2 processors, Intel Core i5, 2.53 GHz, 8 GB, SMC 1.58f17
    Graphics: Intel HD Graphics, Intel HD Graphics, Built-In, 288 MB
    Graphics: NVIDIA GeForce GT 330M, NVIDIA GeForce GT 330M, PCIe, 256 MB
    Memory Module: BANK 0/DIMM0, 4 GB, DDR3, 1067 MHz, 0x873E, 0x4C49464554494D454D454D4F52592E434F4D
    Memory Module: BANK 1/DIMM0, 4 GB, DDR3, 1067 MHz, 0x873E, 0x4C49464554494D454D454D4F52592E434F4D
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x93), Broadcom BCM43xx 1.0 (5.106.98.100.22)
    Bluetooth: Version 4.2.6f1 14216, 3 services, 23 devices, 1 incoming serial ports
    Network Service: Ethernet, Ethernet, en0
    Network Service: AirPort, AirPort, en1
    Serial ATA Device: Hitachi HTS545050B9SA02, 500.11 GB
    Serial ATA Device: MATSHITADVD-R   UJ-898
    USB Device: Hub
    USB Device: USB2.0 Hub
    USB Device: eLicenser
    USB Device: Internal Memory Card Reader
    USB Device: Apple Internal Keyboard / Trackpad
    USB Device: BRCM2070 Hub
    USB Device: Bluetooth USB Host Controller
    USB Device: Hub
    USB Device: Built-in iSight
    USB Device: IR Receiver
    FireWire Device: My Book, WD, Up to 400 Mb/sec
    FireWire Device: Big Disk Extreme+ (button), LaCie, Up to 800 Mb/sec
    Thunderbolt Bus:

  • 10g Upgrade on HPIA64 - missing OR510264.SAR  file

    1) Upgrading from 9.2.0.6 to 10.2.0.2 on HPIA64,
    do I first get the OR#10264.SAR files (as below) and apply them to get  Oracle 10.2.0.1.
    Then do I apply the 10.2.0.2 patchset?
    2) Where do I get OR510264.SAR
    To get the HPIA64 10g upgrade files, I go to...
    http://service.sap.com/swdc
    Download
    Installations and Upgrades
    Entry by Application Group
    SAP NetWeaver
    SAP NETWEAVER
    SAP NETWEAVER 2004S
    Installation and Upgrade
    HP-UX
    ORACLE
    Then I download these 7 files.
    DVD ORACLE RDBMS 10.2 HPUX_PARISC_64 1 of 7
    DVD ORACLE RDBMS 10.2 HPUX_PARISC_64 2 of 7
    DVD ORACLE RDBMS 10.2 HPUX_PARISC_64 3 of 7
    DVD ORACLE RDBMS 10.2 HPUX_PARISC_64 4 of 7
    DVD ORACLE RDBMS 10.2 HPUX_PARISC_64 5 of 7
    DVD ORACLE RDBMS 10.2 HPUX_PARISC_64 6 of 7
    DVD ORACLE RDBMS 10.2 HPUX_PARISC_64 7 of 7
    Then on Windows, run the application 51031671_part1.exe to extract these SAR files.
    OR110264.SAR
    OR210264.SAR
    OR310264.SAR
    OR410264.SAR
    OR510264.SAR
    But OR510264.SAR is missing.

    try this:
    https://websmp208.sap-ag.de/installations
    My Company's Application Components
    SAP NETWEAVER
    SAP NETWEAVER 7.0 (2004S)
    Installation and Upgrade
    HP-UX
    Oracle
    go get:
           EXE       51031671_1       DVD ORACLE RDBMS 10.2 HPUX_IA64 1 of 7        Info       683594       10.04.2006
              RAR      51031671_2      DVD ORACLE RDBMS 10.2 HPUX_IA64 2 of 7       Info      683594      10.04.2006
              RAR      51031671_3      DVD ORACLE RDBMS 10.2 HPUX_IA64 3 of 7       Info      683594      10.04.2006
              RAR      51031671_4      DVD ORACLE RDBMS 10.2 HPUX_IA64 4 of 7       Info      683594      10.04.2006
              RAR      51031671_5      DVD ORACLE RDBMS 10.2 HPUX_IA64 5 of 7       Info      683594      10.04.2006
              RAR      51031671_6      DVD ORACLE RDBMS 10.2 HPUX_IA64 6 of 7       Info      683594      10.04.2006
              RAR      51031671_7      DVD ORACLE RDBMS 10.2 HPUX_IA64 7 of 7       Info      616287      10.04.2006
    download all of them, you should get 7 files

  • LR3 - LR5 upgrade problems

    I've bought LR5 as an upgrade disk from Amazon. Previously I had LR3 installed on my MAC OSX 10.9.4. Installation from disc was reported ok. After inserting the serial number, the original LR3 serial number is found, but if I hit continue LR5 disappears without any further message. Next time I start LR5, it starts again with asking for the serial number ...

    Thanks,
    download of latest LR 5.5 worked!
    Am 10.07.2014 um 20:34 schrieb kglad <[email protected]>:
    LR3 -> LR5 upgrade problems
    created by kglad in Downloading, Installing, Setting Up - View the full discussion
    download the latest (lr 5.5) version (as of today), Adobe - Photoshop : For Macintosh : Adobe Photoshop 5.5 AltiVecCore and Multiprocessor Plug-in update for MacOS
    and install.
    Please note that the Adobe Forums do not accept email attachments. If you want to embed a screen image in your message please visit the thread in the forum to embed the image at https://forums.adobe.com/message/6539931#6539931
    Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page:
    To unsubscribe from this thread, please visit the message page at . In the Actions box on the right, click the Stop Email Notifications link.
    Start a new discussion in Downloading, Installing, Setting Up by email or at Adobe Community
    For more information about maintaining your forum email notifications please go to http://forums.adobe.com/thread/416458?tstart=0.

  • 10g upgrade

    recently i did an upgrade od DB from 9.2.0.5 to 10.2.0.2
    everything was carried out as per the metalink note..however wen i ran the script:
    SQL> Select substr(owner,1,12) owner,
    2 substr(object_name,1,30) object,
    3 substr(object_type,1,30) type, status
    4 from dba_objects where status <>'VALID'
    i got around 34 objects whuch mainly had synonyms and views invalid..
    also some db-links have become invalid...
    can u kindly let me know wat should be the possible action for this?/
    thanks
    Nk

    yes i tried and i think now only 1 oject is invalid after running the utlrp script
    i was just checking the log i found this:
    pls check the link part:: wat should be done for the link:;
    Miscellaneous Warnings
    WARNING: --> Passwords exist in some database links.
    .... Passwords will be encrypted during the upgrade.
    .... Downgrade of database links with passwords is not supported.
    WARNING: --> Deprecated CONNECT role granted to some user/roles.
    .... CONNECT role after upgrade has only CREATE SESSION privilege.
    WARNING: --> Database contains stale optimizer statistics.
    .... Refer to the 10g Upgrade Guide for instructions to update
    .... statistics prior to upgrading the database.
    .... Component Schemas with stale statistics:
    .... SYS
    WARNING: --> Database contains INVALID objects prior to upgrade.
    .... USER INFORMATICA has 10 INVALID objects.
    .... USER MEADMIN has 23 INVALID objects.
    .... USER SYS has 1 INVALID objects.
    Message was edited by:
    user565186

  • 10G upgrade exam

    Hi All,
    I am preparing for Oracle9i DBA OCPs to Oracle Database 10g upgrade exam 1Z0-040.
    If anyone have sample practice questions/dumps for the same kindly send me at [email protected]
    Thanks in Advanced,
    Bhupinder

    Earlier, there use to be some kind of test dumps available for 9i and other exams. What I heared from few people that they follow the same for 10g upgrade and they failed. Because, the pattern has changed and hardly a couple of questions have come. My recommendation would be read oracle docs for 10g new features, make practice and SYBEX 10g upgrade book might also helpfull.
    Just reading dump and appearing exam could lead you to pass exam, but, ultimately, gaining nothing. Make practice and appear for the exam.
    Jaffar

  • Regarding 10g upgrade exam

    Dear Sir,
    I m shreyas desai from mumbai. I became 9i OCP (DBA track) on 12th sept,2009.
    Now i want to give 10g upgrade exam (1z0-040). But i didn't submitted hands-on form / didn't done any course from oracle uni. Am i able to take and give the next exam?
    How can i obtain OCP Credential?
    Thanks & Regards,
    shreyas desai

    user6727772 wrote:
    Dear Sir,
    I m shreyas desai from mumbai. I became 9i OCP (DBA track) on 12th sept,2009.
    Now i want to give 10g upgrade exam (1z0-040). But i didn't submitted hands-on form / didn't done any course from oracle uni. Am i able to take and give the next exam?
    How can i obtain OCP Credential?
    Thanks & Regards,The first thing to note is that from your email I challenge you that you are not actually a 9i DBA OCP even though you are representing yourself as one.
    Can you confirm you have received a 9i DBA Certification Success Kit from Oracle?
    If the answer is yes you have received a success kit from Oracle:
    - all well and good (and accept my apologies).
    - Taking the 1z0-040 DBA 10g upgrade exam will get your Oracle 10g OCP Certification.
    If the answer is no, and you have merely passed 1z0-007+1z0-0031+1z0-032+1z0-033 then perhaps you need to re-read the certification agreement you agreed when you took your exams:
    1) Reference: [http://education.oracle.com/pls/web_prod-plq-dad/db_pages.getpage?page_id=138]
    2) Reference: [http://www.oracle.com/global/us/education/downloads/certification/certagreement.pdf]
    In particular breach of * especially 3.2 (iii) * representing yourself as OCP when not could actually result in Oracle nullifying all your exam passes and OCA certification and possibily preventing you from taking further exams.
    My guess is you may have been through a WDP program and able to submit that as your 9i online course.
    Please note if you have not received a Certification Success Kit and have and/or have not taken a hands on course there is nothing stopping you taking 1z0-040 any time you can schedule a sitting. However under NO CIRCUMSTANCES can you represent yourself as an OCP without having received the success kit (or meeting all requirements) or the consequences can be considerable.
    Regards - bigdelboy

Maybe you are looking for

  • How do i copy library items to a new users when my finder wont open?

    i had the problem of my finder opening and closing constantly, i got told i need to create a new user which i did, the finder problem does not occurr in the new user, i then got told i need to copy my library items i want over to the new users but i

  • Mini to imac upgrade

    I have a late 2012 mini, with dual core i5. I am in need of more computing power. My dad has offered me to trade my mini for his 27" late 2013 iMac with a quad core i5. I have two 128 GB Samsung 840 Pro SSDs in my mac mini. One for the system drive,

  • Masking and Forwarding domain to mac address

    Hope I have the lingo correct, but I have a domain address that is on all of my print material. When I developed my site in iWeb, I needed to have only that published domain name appear. I went to my host and had them turn on forwarding and masking,

  • Using own domain name , duplication of web address HELP !!

    Hi all, Although this is not a big problem it is quite annoying. I am currently building website within Iweb 09. I have managed to set up my own domain name with no problems at all. The only thing is I get a duplication of my website name on the brow

  • Get back to my mac up and running

    Hi Guys, A while a go I got a new modem/router from my internet provider and since that moment my "Back to Mac" option of my Time Capsule is not working anymore. What I have is an Experiabox V8 Arcadyan VGV7519 and connect to this modem a Time Capsul