Implications when IP Address of Portal Database is changed

Hi,
We have a distributed system, EP6 SP9 is the pORTAL.
Database is on a different host altogether.
The ipaddress of database host will be changed( the dns name will remain the same).
Will the Portal continue to work after the change.
I have seen the default.properties in /usr/SAP/<instance>/SYS/global/profile
It contains database connection information(based on dns name and not based on ipaddress). So since the dns name  is not changed will we have any problem, when ipaddress becomes different.
Is there any other file that needs to be checked up before the change is made.
Thanks,
Harish

>Can you please tell me if this problem will occur even
>if we have installed the Portals specifying FQDN of the >database server.
Yes, but only if you are using the MS Cluster Service (an HA database). In that case, here is an excerpt from our LISTENER.ORA file:
    (ADDRESS=
      (COMMUNITY=SAP.WORLD)
      (PROTOCOL=TCP)
      (Host=10.8.35.18)
      (Port=1569)

Similar Messages

  • Help, need to change IP address on host database for Portal

    Hi folks,
    Rather urgent assistance (as usual) needed. I have an installation working correctly on a pair of Win2k machines, one as the 9i database, one as the 9iAS/Portal. The app server has 2 NIC cards, one with public IP address (which is ok), one on the LAN. I need to reconfigure the LAN addresses on both the machines. Initial Portal install done without DNS, i.e. actual server/host addresses entered in the configuration.
    I have tried changing all of the TNS/Listner settings and the NIC card IP addresses and restarting the machines. The likes of SQLPlus work ok, with the TNS connect name allowing over the LAN access into the database with the new LAN addresses. I cannot seem to get the 9iAS/Portal to find the repository with the new addresses.
    Can someone help please? I can't find the answer in any documentation or other postings.
    Thanks in advance
    Rob

    There are other modes of operation for the plasst as well. I am listing them below but the formatting will make it difficult to read. If you like I can email it to you.
    Bill G...
    Configuring Portal when the HTTP server host name of the Infrastructure is changed
    Run the following from the $ORACLE_HOME/assistants/opca dir
    ptlasst.bat -mode SSOPARTNERCONFIG -i typical -sdad portal -host myApache.domain.com -port 7777 -silent -verbose
    NOTE:
    (1) This command would create a new Portal partner application in the SSO to reflect the changes of the Infrastructure. Before running this command please ensure to configure the SSO with the correct hostname by running the ssocfg.bat script located in the Infrastructure install (<infra_home>\sso\bin).
    The value for -host parameter will be the IP address of the infrastructure server and -port will be the port where the infrastructure http server is running on.
    Configuring Portal when the HTTP server host name of the Middle tier is changed
    ptlasst.bat -mode MIDTIER -i typical -host myApache.domain.com -port 7777 -ldap_h myOID.domain.com -ldap_p 389 -ldap_w welcome -pwd secret123 -portal_only -oh /home/oracle -chost myHostname.domain.com -cport_i 8001 -cport_a 8000 -wc_i_pwd invalidator -mc false -mi true -silent -verbose
    NOTE :
    (1) The -host value should match the serverName value of the httpd.conf
    (2) The -chost should be updated with the correct webcache hostname. In a default iAS midtier install the -host is same as the -chost.
    The value for -host parameter will be the IP address of the midtier(portal) server and -port will be the port where the portal is running on.
    Parameter Description Default Value Mandatory
    -i install_type Installation Type
    In the typical mode, the OPCA would get the Infrastructure information like the Portal schema name, Portal schema password, connect string to the Portal repository, SSO Partner application schema and password, SSO Password store schema and password and connect string to the SSO repository from the Repository Access API's.
    In the custom mode, the OPCA would take whatever is passed as the command line arguments.
    CUSTOM
    -mode mode The different install modes are : PORTAL, SSO, SSOPARTNERCONFIG, LANGUAGE, MIDTIER, ALL, SYSOBJECTS , DEINSTALL
    -s portal_schema Oracle Database schema for Portal database objects. In an iAS 9.0.2 install
    the default Portal schema name is portal portal
    -sp portal_password Password for Portal schema. In an iAS 9.0.2 install the portal schema password is randomized by default. Refer to the note "How to get the Portal schema password of the Infrastructure database ?" for details. <portal_schema>
    -c portal_connect Connect string to connect to the Portal repository <hostname>:<port>:<sid>
    -p sys_password The Oracle Database password for the Oracle SYS user MANDATORY
    -sdad portal_dad DAD for the Portal schema. Create the DAD to the Portal repository through the OEM. Refer to the note "How to create and manage the Portal and SSO DAD ?" for details. <portal_schema>
    -host portal_host Hostname of the HTTP server for Portal. This should match byte to byte with whatever is present in the ServerName attribute in the $OH/Apache/Apache/conf/httpd.conf file of the midtier. MANDATORY
    -port portal_port Port of the HTTP server for Portal. The Port attribute in the $OH/Apache/Apache/conf/httpd.conf file of the midtier would provide the value. 7777
    -ldap_h oid_host_name Host name of the OID server MANDATORY
    -ldap_p oid_port_number Port number of the OID server 389
    -ldap_d oid_admin_DN Admininstration DN cn=orcladmin
    -ldap_w oid_admin_pw Password for DN welcome
    -pwd initial_password Initial Password for seeded OID users. In iAS 9.0.2 install this is defaulted to the iAS instance password of the midtier installation. MANDATORY (for ALL or MIDTIER)
    -das_public Add Portal Groups to DAS Public Groups. The values could be Y or N. The default is Y. The setting publishes the Portal groups that the user can add to when creating the new user in OID. Y
    -u default_tablespace Install Portal objects in this tablespace. The default tablespace selected should have atleast 75 MB of free available space and should have autoextend on. Refer to the note "What are the recommended tablespace size required for Portal installation ?" for details. The default tablespace selected by default is users tablespace. users
    -t temporary_tablespace Use this tablespace for temporary objects. The temporary tablespace selected should have atleast 20 MB of free available space and should have autoextend on. Refer to the note "What are the recommended tablespace size required for Portal installation ?" for details. The temporary tablespace selected by default is temp tablespace. temp
    -d document_tablespace Install Portal document table in this tablespace. The document tablespace selected should have atleast 4 MB of free available space and should have autoextend on. Refer to the note
    "What are the recommended tablespace size required for Portal installation ?" for details. The documented tablespace selected by default is users tablespace. <default_tablespace>
    -l logging_tablespace Install Portal logging tables in this tablespace. The Logging tablespace selected should have atleast 4 MB of free available space and should have autoextend on. Refer to the note "What are the recommended tablespace size required for Portal installation ?" for details. The Logging tablespace selected by default is users tablespace. <default_tablespace>
    -in index_tablespace Install Portal index in this tablespace. The Index tablespace selected should have atleast 20 MB of free available space and should have autoextend on. Refer to the note "What are the recommended tablespace size required for Portal installation ?" for details. The Index tablespace selected by default is users tablespace. <default_tablespace>
    -lang language Abbreviation for the language to install us
    -m language_mode Specifies the mode for language installation
    if sso, translations only for Login server.
    if portal, translations only for Portal.
    if -m not specified, translations are installed for Both
    -demo Install Portal webview demos
    -silent Run mode for Portal Configuration Assistant. There is no UI provided by OPCA in the iAS 9.0.2 install. Use -silent option always
    -verbose Log mode for Portal Configuration Assistant. If this parameter is not set, logging information would be in brief and the OPCA would abort the install if it encounters any errors of kind
    ORA-, PLS- or SP2 errors.
    -report Install reports integration with Portal
    -owa Install OWA packages along with Portal This option behaves the same as the SYSOBJECTS mode.
    -sso_only Configure only SSO in mid-tier mode
    -portal_only Configure only Portal in mid-tier mode
    -available Language will be available for user translation
    -chost cache_host Cache host for Web Cache <hostname>
    -cport_i cache_inv_port Cahe port for Web Cache Invalidation 1100
    -cport_a cache_adm_port Cahe port for Web Cache Administration 1000
    -wc_i_pwd wc_inv_passwd Web Cache invalidator password invalidator
    -wc wc_on_off_flag Web Cache ON/OFF flag to enable or disable WC. The default is ON. If set to OFF Portal would not use Webcache though Web Cache may be up and running. on
    -o sso_schema Oracle Database schema for Login Server objects. In an iAS 9.0.2 install the default SSO schema name is orasso orasso
    -op sso_password Password for Login Server Schema. In an iAS 9.0.2 install the SSO schema password is randomized by default. Refer to the note "How to get the Portal schema password of the Infrastructure database ?" for more details. Use similar steps to get the password of the orasso. MANDATORY for the following modes:
    -MIDTIER: except when '-portal_only' is specified
    -LANGUAGE: except when '-m portal' is specified
    -DEINSTALL: except when '-drop PORTAL' is specified
    -odad sso_dad DAD for Login Server objects. Create the DAD to the SSO repository through the OEM. Refer to the note "How to create and manage the Portal and SSO DAD ?" for details. <sso_schema>
    -sso_c sso_connect Connect string to connect to the SSO repository If the Portal and SSO use the same database this option need not be passed and would default to the -c argument. <hostname>:<port>:<sid>
    -sso_h sso_host Hostname of the HTTP server for the SSO. If Portal and SSO use the same HTTP server this option need not be passed. It would default the HTTP server used for the Portal.
    -sso_p sso_port Port of the HTTP server for the SSO. If Portal and SSO use the same HTTP server this option need not be passed. It would default the HTTP port used for the Portal.
    -pa papp_schema SSO Partner Application Registration Schema. In an iAS 9.0.2 install the default Password store schema name is orasso_pa <sso_schema>_PA  
    -pap papp_password SSO PA Schema Password. In an iAS 9.0.2 install the SSO schema password is randomized by default. Refer to the note "How to get the Portal schema password of the Infrastructure database ?" for more details. Use similar steps to get the password of the orasso_pa <papp_schema>
    -ps pstore_schema Password Store Schema. In an iAS 9.0.2 install the default Password store schema name is orasso_ps <sso_schema>_PS  
    -pp pstore_password Password Store Password. In an iAS 9.0.2 install the SSO schema password is randomized by default. Refer to the note "How to get the Portal schema password of the Infrastructure database ?" for more details. Use similar steps to get the password of the orasso_ps. <ptore_schema>
    -pd pstore_dblink Database link from Portal schema to Password store. If the Portal and SSO use the same database this option need not be passed. <portal_schema>_DBLINK  
    -p_tns pstore_tns TNS connect string to Password Store. If the Portal and SSO use the same database this option need not be passed. The tnsalias should be created in the iAS 9.0.2 Portal middle tier.
    -s_tns portal_tns TNS connect string to Portal
    -ssotype ssotype SSO install type. Valid values are repository, midtier, all Repository
    -ultrasearch Ultrasearch configuration
    -drop drop_obj Drops either PORTAL or SSO or ALL (Both)
    if PORTAL, drops Portal schema and OID entries.
    if SSO,drops Portal schema and OID entries.
    if ALL, drops Portal and SSO schema and OID entries
    -oh oracle_home Oracle Home
    -mi midtier_install Midtier Installation
    -mc midtier_config Midtier Configuration
    -ssl Use SSL protocol for configuration. Pass this parameter only if SSL configuration is required. If this parameter is passed the -port passed should also be the SSL port of the HTTP server. Bt default this is not passed.
    -emhost em_host Enterprise Manager host for monitoring <hostname>
    -emport em_port Enterprise Manager port for monitoring 1810
    -iasname ias_name Name of the iAS instance that the install is installing on

  • EP Portal "Page Error" when saving address under empployee services

    Hello All,
    We do have enterprise portal for different countries with different role for each country.
    under "Employeeservices ap" role we have different countries like aus , malaysia etc
    when australian employee want to update his address under "Employeeservices ap" role "page error" coming when clicked on save button.
    under the same role , same tab we have diff iviews , but the pagerror coming only when updating address iview.
    under the same role malaysia employee could update the address in the same iview.
    Dont know why it is happening with only one i view and with only one country.
    Please share your ideas.
    Thanks in advance

    iam HR functional consultant , dont much about EP technical side.
    Ah, sorry, couldn't know that
    I'll explain more detailed:
    1. Checking the several Netweaver JAVA Stacks of your components in portal should be the first step. You can do this by going to "http://<host>:<port>/sap/monitoring/ComponentInfo" on your Portal Server and taking a look at the Netweaver Stacks, they will usuall Start with "7.XX' SP XX". The components should all have the same stacklevel excluding Business Packages, XSS Java Components and Connectors. If you are unsure what do to, you should ask your portal guys to update the stacks.
    2. Check whether Business Packages Match with the XSS Java Components and whether the XSS Java Components match with the corresponding Stacks in Your Backend. You can do this using the maintenance optimizer and/or using this wiki which gives a nice overview explanation: https://wiki.sdn.sap.com/wiki/display/ERPHCM/HOWTOGETRIDOFSPSTACKMISMATCHISSUES
    3. Check whether there are any Browser Compatibility Issues (very unlikely..) at https://websmp204.sap-ag.de/pam.
    4. Post the entire log for the error you get. Do this by reproducing the error, then go to "http://<host>:<port>/nwa". From there navigate to "Monitoring", "Protocols and Traces". Select "Default Trace", search for your error, go into detailed View and copy the entire LOG to post it here.
    I hope this is helpful for you now , if you have questions regarding any of that, don't hesitate asking (but please be specific).
    regards, Lukas

  • No data in Portal Database tables for Activity Report

    Hi experts,
    I've developed an Activity Report application in SAP Portal 7.0, which went live but the report shows no data.
    We are pulling data from 2 portal database tables: WCR_WEBCONTENTSTAT and WCR_USERPAGEUSAGE
    In non production environment there is data in the report but there is no data in the production environment.
    The Activity Report service is already activated/started and set to true.
    What could have caused this? And what should we check now?
    What other configurations/setup should be done?
    Regards,
    Greg

    Hi Greg,
    Those are the aggregated tables. If they are not filled with data although the Portal Activity Report is activated, you should check whether the aggregation finished successfully.
    In the older SPs there were some problems that were fixed in later SPs of 7.0.
    In order to have the latest version of Portal Activity report, you can check SAP note 1084379 - Portal Activity Report - Latest Version (SDA file).
    You can compare the SP via the MANIFAST file, as it contains the version and SP number.
    In order to troubleshoot problems in Activity Report, you can follow SAP note: 1690023 - Portal Activity Report - Component-specific Note
    Some basic checks that you can do:
    Run query on the raw data tables to check since when there is data in those tables:
    select min(timestamphour) from SAP<SystemID>DB.WCR_WEBCNODESTAT;
    If there is too much data from long time ago, then you should delete the old data, and leave only the new data (there is anyways retention time for the data to be kept).
    If there is no data, then it means that the Portal Activity Report does not collect data, and not really activated (usually this is not the case).
    The aggregation runs every top of the hour, so you can check in the default traces for an error during that time.
    In most of the cases something went wrong while aggregating the data.
    As a result the aggregation is not finished, so the transaction is not being committed, and the aggregated tables stay empty.
    If there is a DuplicateKeyException in the trace, you can follow SAP note 1054145 - Duplicate Key Exception.
    If you have any more questions, please don't hesitate to ask.
    I hope this information helps,
    Thanks & regards,
    Michal Zilcha-Lang

  • KERN_PROTECTION_FAILURE when trying to open Portal 2 in Steam

    Here is the error message I get when trying to open Portal 2 in Steam.  It never actually gets to the game.  I just bought it for my sons bday that I was going to show him tonight, so it has never worked yet.
    Any suggestions?
    -Joe
    Process:         portal2_osx [697]
    Path:            /users/*/portal2_osx
    Identifier:      portal2_osx
    Version:         ??? (???)
    Code Type:       X86 (Native)
    Parent Process:  steam [434]
    Date/Time:       2011-09-16 15:21:07.968 -0500
    OS Version:      Mac OS X 10.7.1 (11B26)
    Report Version:  9
    Interval Since Last Report:          251512 sec
    Crashes Since Last Report:           19
    Per-App Crashes Since Last Report:   14
    Anonymous UUID:                      B4153CD5-85DA-4366-80E3-F23BE7468C87
    Crashed Thread:  6
    Exception Type:  EXC_BAD_ACCESS (SIGBUS)
    Exception Codes: KERN_PROTECTION_FAILURE at 0x000000000b8814d0
    VM Regions Near 0xb8814d0:
        __LINKEDIT             000000000b82f000-000000000b861000 [  200K] r--/rwx SM=COW  /usr/lib/libcrypto.0.9.7.dylib
    --> VM_ALLOCATE            000000000b861000-000000000b885000 [  144K] r--/rwx SM=PRV 
        MALLOC_LARGE           000000000b885000-000000000bca5000 [ 4224K] rw-/rwx SM=PRV 
    Application Specific Information:
    objc[697]: garbage collection is OFF
    Thread 0:: MainThrd  Dispatch queue: com.apple.main-thread
    0   engine.dylib                            0x049194b9 Sys_Error_Internal(bool, char const*, char*) + 441
    1   engine.dylib                            0x04919553 Sys_Error(char const*, ...) + 35
    2   engine.dylib                            0x0491a8f2 CEngineConsoleLoggingListener::Log(LoggingContext_t const*, char const*) + 626
    3   libtier0.dylib                          0x0040139b CLoggingSystem::LogDirect(int, LoggingSeverity_t, Color, char const*) + 235
    4   libtier0.dylib                          0x003fd3dc Error + 236
    5   server.dylib                            0x15811dfa PhysParseSurfaceData(IPhysicsSurfaceProps*, IFileSystem*) + 346
    6   server.dylib                            0x15d3f631 CPhysicsHook::Init() + 161
    7   server.dylib                            0x157e274c IGameSystem::InitAllSystems() + 332
    8   server.dylib                            0x15bdfcf1 _ZL15InitGameSystemsPFPvPKcPiE + 145
    9   server.dylib                            0x15be66d5 CServerGameDLL::DLLInit(void* (*)(char const*, int*), void* (*)(char const*, int*), void* (*)(char const*, int*), CGlobalVars*) + 2853
    10  engine.dylib                            0x048f91bc SV_InitGameDLL() + 268
    11  engine.dylib                            0x047befa5 Host_Init(bool) + 3013
    12  engine.dylib                            0x0491a19f Sys_InitGame(void* (*)(char const*, int*), char const*, void*, int) + 399
    13  engine.dylib                            0x04920d67 CEngine::Load(bool, char const*) + 87
    14  engine.dylib                            0x0491db20 CModAppSystemGroup::Main() + 176
    15  engine.dylib                            0x0497a868 CAppSystemGroup::Run() + 88
    16  engine.dylib                            0x0491e6f7 CEngineAPI::RunListenServer() + 119
    17  launcher.dylib                          0x003950d8 CAppSystemGroup::Run() + 88
    18  launcher.dylib                          0x003950d8 CAppSystemGroup::Run() + 88
    19  launcher.dylib                          0x0039db62 MainFunctionThread(void*) + 82
    20  launcher.dylib                          0x0039decc ValveCocoaMain + 140
    21  launcher.dylib                          0x00389bb1 LauncherMain + 977
    22  portal2_osx                             0x00001d26 start + 54
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib                  0x9718490a kevent + 10
    1   libdispatch.dylib                       0x9583fccc _dispatch_mgr_invoke + 969
    2   libdispatch.dylib                       0x9583e71b _dispatch_mgr_thread + 53
    Thread 2:
    0   libsystem_kernel.dylib                  0x9718402e __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x964c7ccf _pthread_wqthread + 773
    2   libsystem_c.dylib                       0x964c96fe start_wqthread + 30
    Thread 3:
    0   libsystem_kernel.dylib                  0x9718383e __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x964c9e21 _pthread_cond_wait + 827
    2   libsystem_c.dylib                       0x9647a3e0 pthread_cond_timedwait$UNIX2003 + 70
    3   libtier0.dylib                          0x004059d3 CThreadSyncObject::Wait(unsigned int) + 307
    4   libtier0.dylib                          0x00405a68 CThreadEvent::Wait(unsigned int) + 24
    5   libvstdlib.dylib                        0x0044b32f CJobThread::Run() + 255
    6   libtier0.dylib                          0x004070a4 CThread::ThreadProc(void*) + 212
    7   libsystem_c.dylib                       0x964c5ed9 _pthread_start + 335
    8   libsystem_c.dylib                       0x964c96de thread_start + 34
    Thread 4:
    0   libsystem_kernel.dylib                  0x9718383e __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x964c9e21 _pthread_cond_wait + 827
    2   libsystem_c.dylib                       0x9647a3e0 pthread_cond_timedwait$UNIX2003 + 70
    3   libtier0.dylib                          0x004059d3 CThreadSyncObject::Wait(unsigned int) + 307
    4   libtier0.dylib                          0x00405a68 CThreadEvent::Wait(unsigned int) + 24
    5   libvstdlib.dylib                        0x0044b32f CJobThread::Run() + 255
    6   libtier0.dylib                          0x004070a4 CThread::ThreadProc(void*) + 212
    7   libsystem_c.dylib                       0x964c5ed9 _pthread_start + 335
    8   libsystem_c.dylib                       0x964c96de thread_start + 34
    Thread 5:: MainThrd
    0   libsystem_kernel.dylib                  0x9718490a kevent + 10
    1   steamclient.dylib                       0x0b064380 OSXHelpers::CIOPollingHelper::RealRun() + 244
    2   libtier0_s.dylib                        0x007d14e7 CatchAndWriteMiniDump_Impl(CatchAndWriteContext_t&) + 1992
    3   libtier0_s.dylib                        0x007d1810 CatchAndWriteMiniDumpForVoidPtrFn + 78
    4   steamclient.dylib                       0x0b063fb7 OSXHelpers::CIOPollingHelper::Run() + 41
    5   libtier0_s.dylib                        0x007d4b5f SteamThreadTools::CThread::ThreadProc(void*) + 309
    6   libsystem_c.dylib                       0x964c5ed9 _pthread_start + 335
    7   libsystem_c.dylib                       0x964c96de thread_start + 34
    Thread 6 Crashed:
    0   com.googlecode.google-breakpad          0x0b73f571 google_breakpad::ExceptionHandler::UninstallHandler(bool) + 133
    1   com.googlecode.google-breakpad          0x0b740572 google_breakpad::ExceptionHandler::WaitForMessage(void*) + 406
    2   libsystem_c.dylib                       0x964c5ed9 _pthread_start + 335
    3   libsystem_c.dylib                       0x964c96de thread_start + 34
    Thread 7:
    0   libsystem_kernel.dylib                  0x9718402e __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x964c7ccf _pthread_wqthread + 773
    2   libsystem_c.dylib                       0x964c96fe start_wqthread + 30
    Thread 8:
    0   libsystem_kernel.dylib                  0x9718383e __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x964c9e78 _pthread_cond_wait + 914
    2   libsystem_c.dylib                       0x964c9f7b pthread_cond_timedwait_relative_np + 47
    3   com.apple.CoreServices.CarbonCore          0x96b108fb TSWaitOnConditionTimedRelative + 178
    4   com.apple.CoreServices.CarbonCore          0x96b10671 TSWaitOnSemaphoreCommon + 490
    5   com.apple.CoreServices.CarbonCore          0x96b10482 TSWaitOnSemaphoreRelative + 24
    6   com.apple.CoreServices.CarbonCore          0x96b85740 TimerThread + 292
    7   libsystem_c.dylib                       0x964c5ed9 _pthread_start + 335
    8   libsystem_c.dylib                       0x964c96de thread_start + 34
    Thread 9:
    Thread 10:
    0   libsystem_kernel.dylib                  0x9718383e __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x964c9e21 _pthread_cond_wait + 827
    2   libsystem_c.dylib                       0x9647a3e0 pthread_cond_timedwait$UNIX2003 + 70
    3   libtier0.dylib                          0x004059d3 CThreadSyncObject::Wait(unsigned int) + 307
    4   libtier0.dylib                          0x00405a68 CThreadEvent::Wait(unsigned int) + 24
    5   libvstdlib.dylib                        0x0044b32f CJobThread::Run() + 255
    6   libtier0.dylib                          0x004070a4 CThread::ThreadProc(void*) + 212
    7   libsystem_c.dylib                       0x964c5ed9 _pthread_start + 335
    8   libsystem_c.dylib                       0x964c96de thread_start + 34
    Thread 11:
    0   libsystem_kernel.dylib                  0x9718383e __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x964c9e21 _pthread_cond_wait + 827
    2   libsystem_c.dylib                       0x9647a3e0 pthread_cond_timedwait$UNIX2003 + 70
    3   libtier0.dylib                          0x004059d3 CThreadSyncObject::Wait(unsigned int) + 307
    4   libtier0.dylib                          0x00405a68 CThreadEvent::Wait(unsigned int) + 24
    5   libvstdlib.dylib                        0x0044b32f CJobThread::Run() + 255
    6   libtier0.dylib                          0x004070a4 CThread::ThreadProc(void*) + 212
    7   libsystem_c.dylib                       0x964c5ed9 _pthread_start + 335
    8   libsystem_c.dylib                       0x964c96de thread_start + 34
    Thread 6 crashed with X86 Thread State (32-bit):
      eax: 0x0b8614a0  ebx: 0x0b73f4fa  ecx: 0xb058ebdc  edx: 0x0b8614a0
      edi: 0x00000907  esi: 0x00000001  ebp: 0xb058ecc8  esp: 0xb058ec80
       ss: 0x00000023  efl: 0x00010202  eip: 0x0b73f571   cs: 0x0000001b
       ds: 0x00000023   es: 0x00000023   fs: 0x00000023   gs: 0x0000000f
      cr2: 0x0b8814d0
    Logical CPU: 1
    Binary Images:
        0x1000 -     0x1fff +portal2_osx (??? - ???) <26EB10B7-F184-7E49-EC49-B4CAA683A48D> /users/*/portal2_osx
        0x4000 -    0x1aff7 +gameoverlayrenderer.dylib (??? - ???) <B3E3D80D-4A88-302D-8E20-F480A8A4B724> /Applications/Steam.app/Contents/MacOS/osx32/gameoverlayrenderer.dylib
       0x24000 -    0x25fff +steamloader.dylib (??? - ???) <66BDE441-056B-3003-BEFF-7CE735AAB3B2> /Applications/Steam.app/Contents/MacOS/osx32/steamloader.dylib
      0x382000 -   0x3dcfe3 +launcher.dylib (??? - ???) <53AD89E9-A736-32D5-9CA3-AEAB9F55D417> /users/*/launcher.dylib
      0x3f9000 -   0x419fff +libtier0.dylib (??? - ???) <D8FC32BC-58FC-3C5E-AD5D-D97BFF2E6D9F> /users/*/libtier0.dylib
      0x430000 -   0x473ff7 +libvstdlib.dylib (??? - ???) <C507DADA-1020-3169-8562-690C5403E1FC> /users/*/libvstdlib.dylib
      0x700000 -   0x700ffe +org.xlife.InquisitorLoader (3.2 - 58) <E4877EE4-5825-62D9-8C95-D447C8F77397> /Library/InputManagers/*/Inquisitor.bundle/Contents/MacOS/Inquisitor
      0x705000 -   0x70ffff +com.unsanity.smartcrashreports (Smart Crash Reports version 1.5b3 - 1.5b3) <7E3E7D42-BB62-6D09-E262-0140BA963851> /Library/InputManagers/*/Smart Crash Reports.bundle/Contents/MacOS/Smart Crash Reports
      0x743000 -   0x76cfff  com.apple.audio.OpenAL (1.5 - 1.5) <92514BE7-A29F-3332-B750-8396BE3A2B59> /System/Library/Frameworks/OpenAL.framework/Versions/A/OpenAL
      0x77b000 -   0x780ff3 +libsteam_api.dylib (??? - ???) <367D7289-F838-8A29-94A4-D906B0D0D2CA> /users/*/libsteam_api.dylib
      0x7b0000 -   0x7b4ffb  com.apple.audio.AudioIPCPlugIn (1.2.0 - 1.2.0) <8A4CC918-D47D-3F33-8420-0698071A5944> /System/Library/Extensions/AudioIPCDriver.kext/Contents/Resources/AudioIPCPlugI n.bundle/Contents/MacOS/AudioIPCPlugIn
      0x7b9000 -   0x7bfffb  com.apple.audio.AppleHDAHALPlugIn (2.1.1 - 2.1.1f12) <2AD22146-D23E-3E5B-AFC9-BC8211FED107> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bun dle/Contents/MacOS/AppleHDAHALPlugIn
      0x7c4000 -   0x7c7fff  com.apple.ForceFeedback (1.0.4 - 1.0.4) <8501464B-E660-3D8C-8D54-17369779087B> /System/Library/Frameworks/ForceFeedback.framework/Versions/A/ForceFeedback
      0x7cc000 -   0x7e8fff +libtier0_s.dylib (??? - ???) <6847C45A-A0DA-3868-8020-3644F104106D> /Applications/Steam.app/Contents/MacOS/osx32/libtier0_s.dylib
    0x1fb2000 -  0x1fe2ffb +inputsystem.dylib (??? - ???) <56CF1999-48CB-3A54-B3A0-EEEE48F1E85F> /users/*/inputsystem.dylib
    0x42c9000 -  0x42edff3 +libBinkMachOx86.dylib (??? - ???) /users/*/libBinkMachOx86.dylib
    0x4400000 -  0x44a5feb +filesystem_stdio.dylib (??? - ???) <1DEC8222-6168-393A-A240-756DAA5C5E80> /users/*/filesystem_stdio.dylib
    0x44d6000 -  0x4c94ff7 +engine.dylib (??? - ???) <4146A14D-D8B9-366B-84A0-647545D4EC0C> /users/*/engine.dylib
    0x5647000 -  0x581fff7 +vphysics.dylib (??? - ???) <7708D969-BED4-3421-B204-8F12D4F8A755> /users/*/vphysics.dylib
    0x58be000 -  0x5a0dff3 +materialsystem.dylib (??? - ???) <CC7EDA3F-8F9D-3170-99F8-AD1E0A2DB240> /users/*/materialsystem.dylib
    0x6b5c000 -  0x6bf4fff +datacache.dylib (??? - ???) <F56666F8-43B4-3D01-BEDF-8A28D6C7267B> /users/*/datacache.dylib
    0x6c2e000 -  0x6d09fef +studiorender.dylib (??? - ???) <D9E3500B-BE38-3793-9372-388CB48B09C4> /users/*/studiorender.dylib
    0x70fd000 -  0x7146ff7 +soundemittersystem.dylib (??? - ???) <7E03C1F3-BE14-38E6-9804-07E023FABC4F> /users/*/soundemittersystem.dylib
    0x715e000 -  0x7237feb +vscript.dylib (??? - ???) <99D6FC6C-44F7-3DB3-ADCD-30D2BC22EAB4> /users/*/vscript.dylib
    0x7273000 -  0x72a8ff3 +valve_avi.dylib (??? - ???) <FE7B0199-0248-351D-8253-315BEA917D15> /users/*/valve_avi.dylib
    0x72be000 -  0x74aafef +vguimatsurface.dylib (??? - ???) <5F1B1FEC-0448-39DF-BD35-836BF37810B6> /users/*/vguimatsurface.dylib
    0x7592000 -  0x901fff7 +libcef.dylib (??? - ???) <6AB7EE51-B9BB-E889-DB92-D982BF148471> /users/*/libcef.dylib
    0x91b2000 -  0x9211fe3 +vgui2.dylib (??? - ???) <33DDD15A-58C4-3BA0-AFE3-8702D11A34B4> /users/*/vgui2.dylib
    0xa22e000 -  0xa378fe7 +shaderapidx9.dylib (??? - ???) <CDB031A6-BCDD-351E-9FBB-7CE6B416901E> /users/*/shaderapidx9.dylib
    0xa40b000 -  0xa44bfef +localize.dylib (??? - ???) <F11E09AE-1B06-3F89-B65E-0A95CE707647> /users/*/localize.dylib
    0xa461000 -  0xa5ceff0  GLEngine (??? - ???) <3C6D5F72-9CDA-37E2-B085-7F38C99FE8C5> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
    0xa602000 -  0xa6f9ffb  libGLProgrammability.dylib (??? - ???) <560A7F12-1AA6-35E1-A922-309016BF6D3C> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0xa71d000 -  0xa9ebfeb  com.apple.ATIRadeonX2000GLDriver (7.4.10 - 7.0.4) <0F41EF9E-7DD2-39EC-A4D1-55BBBC8EC4AF> /System/Library/Extensions/ATIRadeonX2000GLDriver.bundle/Contents/MacOS/ATIRade onX2000GLDriver
    0xaa1f000 -  0xaa4cff8  GLRendererFloat (??? - ???) <BBFAA220-4A07-3CDC-9A93-DF6A2220AE01> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GL RendererFloat
    0xaa54000 -  0xb3b2f87 +steamclient.dylib (??? - ???) <0B1703E8-9936-33C0-A3A8-0BC21C7A3588> /Applications/Steam.app/Contents/MacOS/osx32/steamclient.dylib
    0xb6fb000 -  0xb71dff3 +libvstdlib_s.dylib (??? - ???) <6E4DE7E2-EC60-3F82-92FB-BF42B4B4CF23> /Applications/Steam.app/Contents/MacOS/osx32/libvstdlib_s.dylib
    0xb72b000 -  0xb733ffb +crashhandler.dylib (??? - ???) <41801C17-0B46-347C-A6BB-0550EFAE72CF> /Applications/Steam.app/Contents/MacOS/osx32/crashhandler.dylib
    0xb73e000 -  0xb745ffb +com.googlecode.google-breakpad (??? - 1.0) <8F8F4F53-3EC5-9C24-6A23-3CBD1EC00467> /Applications/Steam.app/Contents/MacOS/Frameworks/Breakpad.framework/Versions/A /Breakpad
    0xb750000 -  0xb761fe7 +breakpadUtilities.dylib (??? - ???) <ADC39D57-1087-FD87-0DEA-BDBBE85047F0> /Applications/Steam.app/Contents/MacOS/Frameworks/Breakpad.framework/Versions/A /Resources/breakpadUtilities.dylib
    0xb76f000 -  0xb81cff7  libcrypto.0.9.7.dylib (0.9.7 - compatibility 0.9.7) <7B6DB792-C9E5-3772-8734-8D0052757B8C> /usr/lib/libcrypto.0.9.7.dylib
    0xbf00000 -  0xbfedfe7 +stdshader_dx9.dylib (??? - ???) <7BF2E850-E8E0-390A-A22B-ACE454A65C2B> /users/*/stdshader_dx9.dylib
    0xce2f000 -  0xce4eff7 +scenefilecache.dylib (??? - ???) <F25F78A6-23CC-3FCB-B02B-618D90C09825> /users/*/scenefilecache.dylib
    0xd000000 -  0xd0ffff7 +libffmpegsumo.dylib (??? - ???) <DD61E6D0-4097-725D-82E8-D6C0259A8D47> /Applications/Steam.app/Contents/MacOS/osx32/libffmpegsumo.dylib
    0xe6ca000 -  0xe701ff7  com.apple.audio.SoundManager.Components (3.9.5 - 3.9.5) <57E002AF-4EDB-34CE-8577-25CCCB0FF35E> /System/Library/Components/SoundManagerComponents.component/Contents/MacOS/Soun dManagerComponents
    0xe708000 -  0xe741ff3  com.apple.QuickTimeFireWireDV.component (7.7.1 - 2246) <539384F7-C119-3CC9-B74B-4D958836A955> /System/Library/QuickTime/QuickTimeFireWireDV.component/Contents/MacOS/QuickTim eFireWireDV
    0xe813000 -  0xe82bfff  com.apple.OpenTransport (10.6.0 - 10.6.0) <629E5002-F484-3A6A-9562-2F336A5F6B31> /System/Library/PrivateFrameworks/OpenTransport.framework/OpenTransport
    0x101e9000 - 0x10293feb +matchmaking.dylib (??? - ???) <02F41D3F-CFA1-3D3E-9C5E-8DBE5CA60C32> /Users/USER/Library/Application Support/Steam/*/matchmaking.dylib
    0x14000000 - 0x14e94ffb +client.dylib (??? - ???) <FC7D9CBC-5C1A-3E4B-906E-91B481997A3B> /Users/USER/Library/Application Support/Steam/*/client.dylib
    0x156b7000 - 0x1650afef +server.dylib (??? - ???) <210FE70A-7BE1-36A0-9A11-4CC9BBA156C3> /Users/USER/Library/Application Support/Steam/*/server.dylib
    0x70000000 - 0x70140ffb  com.apple.audio.units.Components (1.7 - 1.7) <749EDF0F-BFBD-37A7-845E-3048BAF35D89> /System/Library/Components/CoreAudio.component/Contents/MacOS/CoreAudio
    0x8fec1000 - 0x8fef39c7  dyld (195.5 - ???) <134323A7-49DC-3A9D-ACFD-32FAD0FD6BA2> /usr/lib/dyld
    0x90005000 - 0x9001afff  com.apple.speech.synthesis.framework (4.0.74 - 4.0.74) <92AADDB0-BADF-3B00-8941-B8390EDC931B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x9001b000 - 0x90020ff7  libmacho.dylib (800.0.0 - compatibility 1.0.0) <56A34E97-518E-307E-8218-C5D43A33EE34> /usr/lib/system/libmacho.dylib
    0x90060000 - 0x90061ff7  libquarantine.dylib (36.0.0 - compatibility 1.0.0) <70782AEC-8933-3EB4-91CA-E44C0E768C90> /usr/lib/system/libquarantine.dylib
    0x90068000 - 0x9008dff9  libJPEG.dylib (??? - ???) <5872B388-D6CC-3DD4-A2F3-8BB464E83D14> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x9008e000 - 0x9008fff0  libunc.dylib (24.0.0 - compatibility 1.0.0) <BCD277D0-4271-3E96-A4A2-85669DBEE2E2> /usr/lib/system/libunc.dylib
    0x901a3000 - 0x90263ff3  com.apple.ColorSync (4.7.0 - 4.7.0) <50767823-56BA-373D-BC5A-37B17B659838> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x90264000 - 0x9026affb  com.apple.print.framework.Print (7.0 - 247) <1140BB03-0720-308F-8D92-F71B347D63D6> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x9026b000 - 0x902b2fff  com.apple.SystemConfiguration (1.11 - 1.11) <A7769080-2A4F-36AF-9484-08A936690307> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x902b3000 - 0x9078fff6  libBLAS.dylib (??? - ???) <327C1517-2B63-3D8C-8D8E-CB4EBA2A9C36> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x90790000 - 0x90791ffd  com.apple.MonitorPanelFramework (1.4.0 - 1.4.0) <45AC1CB9-2A81-3FEA-9BA4-E9BBA2582A28> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPane l
    0x90792000 - 0x907a7ff7  com.apple.ImageCapture (7.0 - 7.0) <116BC0CA-428E-396F-85DF-52793034D2A0> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x907a8000 - 0x907d3fff  com.apple.GSS (2.1 - 2.0) <129F4AB0-41AC-3713-A7BC-921769B0E12D> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
    0x907d4000 - 0x90e3965b  com.apple.CoreGraphics (1.600.0 - ???) <DD3B7ADA-0F19-371E-BB87-F3C08464134A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x90e3a000 - 0x910ebff7  com.apple.security (7.0 - 55010) <28168576-1B8C-3FE8-9356-DE79390A480A> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x910ec000 - 0x91190fff  com.apple.QD (3.12 - ???) <68CBE425-43BA-3E6D-8668-A4A67396E20D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x91500000 - 0x91528ff0  com.apple.CoreServicesInternal (113.7 - 113.7) <F5724FAC-8BB8-3F0F-B8BC-36F2CA75A23D> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/Cor eServicesInternal
    0x91534000 - 0x9158dff3  com.apple.coreui (0.3 - 162) <BD3FBC84-234A-38E0-AA29-DE0424D3FD16> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x918e8000 - 0x91952ff3  com.apple.CoreSymbolication (2.1 - 66) <B11C9057-1611-36A5-81F6-2C97A7047321> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSy mbolication
    0x91953000 - 0x91954ff7  libsystem_sandbox.dylib (??? - ???) <BC0A04E9-4F28-3BC8-AA7B-63C3451E9212> /usr/lib/system/libsystem_sandbox.dylib
    0x9195f000 - 0x9196afff  libkxld.dylib (??? - ???) <088640F2-429D-3368-AEDA-3C308C4EB80C> /usr/lib/system/libkxld.dylib
    0x919a7000 - 0x919b2ffc  com.apple.NetAuth (1.0 - 3.0) <C07853C0-AF32-3633-9CEF-2480860C12C5> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
    0x919b3000 - 0x919b6fff  com.apple.AppleSystemInfo (1.0 - 1) <D2F60873-ECB1-30A8-A02E-E772F969116E> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSys temInfo
    0x919b7000 - 0x919b7fff  com.apple.Carbon (153 - 153) <6FF98F0F-2CDE-3888-A304-4ED447D24CE3> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x91cf6000 - 0x91d07fff  libbsm.0.dylib (??? - ???) <54ACF696-87C6-3652-808A-17BE7275C230> /usr/lib/libbsm.0.dylib
    0x91d08000 - 0x91d09fff  libsystem_blocks.dylib (53.0.0 - compatibility 1.0.0) <B04592B1-0924-3422-82FF-976B339DF567> /usr/lib/system/libsystem_blocks.dylib
    0x91d6b000 - 0x91d6bfff  com.apple.Accelerate.vecLib (3.7 - vecLib 3.7) <CB952B04-595A-332B-992B-7671815750FD> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x91d72000 - 0x91daeffa  libGLImage.dylib (??? - ???) <7A150184-E3F7-3773-917A-A5E24B9241FA> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x91daf000 - 0x91ed8ff9  com.apple.CFNetwork (520.0.13 - 520.0.13) <B21DE9ED-1D99-39C0-9E24-77D2A48FBFEF> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x92007000 - 0x92116ff7  libsqlite3.dylib (9.6.0 - compatibility 9.0.0) <01987A45-9270-30FD-8A67-5E53DB637909> /usr/lib/libsqlite3.dylib
    0x92117000 - 0x921aeff3  com.apple.securityfoundation (5.0 - 55005) <F5A98CC2-11C6-34F3-8F72-75B642627630> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x921af000 - 0x9224aff3  com.apple.ink.framework (1.3.2 - 110) <9F6F37F9-999E-30C5-93D0-E48D4B5E20CD> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x9224b000 - 0x923acffb  com.apple.QuartzCore (1.7 - 269.0) <221FF6A0-9C2C-3977-BC2A-A84C392BA49B> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x923fb000 - 0x92850fff  FaceCoreLight (1.4.2 - compatibility 1.0.0) <53AC5DCE-D04B-3DC3-808D-AA1CAD4D0924> /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLi ght
    0x92851000 - 0x92861fff  libsasl2.2.dylib (3.15.0 - compatibility 3.0.0) <D6F728DA-990A-32A3-86FA-4A3F4D88E309> /usr/lib/libsasl2.2.dylib
    0x928ec000 - 0x92b71fe3  com.apple.QuickTime (7.7.1 - 2246) <56DF434A-D929-350C-86D5-684089D0EDFB> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x92b72000 - 0x92ba0ffb  com.apple.DictionaryServices (1.2 - 158) <C614930F-520D-3F77-AD0D-0E16FBCB98CE> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
    0x92bb0000 - 0x92bb0fff  com.apple.quartzframework (1.5 - 1.5) <EF66BF08-620E-3D11-87D4-35D0B0CD1F6D> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x92c5a000 - 0x92ce4ffb  com.apple.SearchKit (1.4.0 - 1.4.0) <C8567435-9CD1-35EE-AE05-304D28858C42> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x92ce5000 - 0x92d47ffb  com.apple.datadetectorscore (3.0 - 179.3) <18117942-9D6F-3283-B8B0-03C7550CA2EB> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
    0x92d48000 - 0x92d49fff  liblangid.dylib (??? - ???) <C8C204E9-1785-3785-BBD7-22D59493B98B> /usr/lib/liblangid.dylib
    0x92d4a000 - 0x92e42ff7  libFontParser.dylib (??? - ???) <C428D41A-8635-3423-A2F0-8BA9819F212B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x93c4b000 - 0x93c89fff  libRIP.A.dylib (600.0.0 - compatibility 64.0.0) <0AE59D4F-FFA7-3539-8B86-AD8993894AA0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x94325000 - 0x9436eff7  libGLU.dylib (??? - ???) <3524C956-C8B2-3E8B-805D-9E25E5481A58> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x94d92000 - 0x94deeff3  com.apple.Symbolication (1.2 - 83.1) <E651A2F1-CC13-3DDD-9B0A-09180014966B> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolicat ion
    0x94df0000 - 0x94e33ffd  libcommonCrypto.dylib (55010.0.0 - compatibility 1.0.0) <4BA1F5F1-F0A2-3FEB-BB62-F514DCBB3725> /usr/lib/system/libcommonCrypto.dylib
    0x94fca000 - 0x95382ffb  com.apple.SceneKit (2.0 - 124) <D1B359EA-7637-31D0-800E-8E816B1F4475> /System/Library/PrivateFrameworks/SceneKit.framework/Versions/A/SceneKit
    0x95383000 - 0x95387ffd  IOSurface (??? - ???) <97E875C2-9F1A-3FBA-B80C-594892A02621> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x95388000 - 0x953d8ff4  libTIFF.dylib (??? - ???) <25796A90-ABD2-3A3A-800C-1056D343A71F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x953d9000 - 0x956dcff7  com.apple.Foundation (6.7 - 833.1) <94BFFEDD-0676-368D-B4C6-8784E1DA4306> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x956dd000 - 0x956ffff1  com.apple.PerformanceAnalysis (1.10 - 10) <45B10D4C-9B3B-37A6-982D-687A6F9EEA28> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/Perf ormanceAnalysis
    0x9576d000 - 0x9583cffb  com.apple.ImageIO.framework (3.1.0 - 3.1.0) <A482C10A-C474-39DC-AB3C-EADBCF3A433B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x9583d000 - 0x9584bfff  libdispatch.dylib (187.5.0 - compatibility 1.0.0) <1883C8E2-D180-3EA0-8BEF-325F2FEDACD1> /usr/lib/system/libdispatch.dylib
    0x9584c000 - 0x9584fff7  libmathCommon.A.dylib (2026.0.0 - compatibility 1.0.0) <69357047-7BE0-3360-A36D-000F55E39336> /usr/lib/system/libmathCommon.A.dylib
    0x959c6000 - 0x959c9ff7  libcompiler_rt.dylib (6.0.0 - compatibility 1.0.0) <7F6C14CC-0169-3F1B-B89C-372F67F1F3B5> /usr/lib/system/libcompiler_rt.dylib
    0x959ca000 - 0x95a06fff  libcups.2.dylib (2.9.0 - compatibility 2.0.0) <8CB51735-ABE4-37AD-9019-845BB768955F> /usr/lib/libcups.2.dylib
    0x95a07000 - 0x95a08ffd  libCVMSPluginSupport.dylib (??? - ???) <8057030D-B290-3A8B-9828-3A1BD123B124> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginS upport.dylib
    0x95a09000 - 0x95a59fff  libFontRegistry.dylib (??? - ???) <BC35B8F5-7CCA-3A04-A278-FA3306B2C4F8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x95a6a000 - 0x95a93ffe  com.apple.opencl (1.50.62 - 1.50.62) <52059AB5-8E0D-356E-98AA-71A4777CBE57> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x95aa0000 - 0x95aaaff2  com.apple.audio.SoundManager (3.9.4 - 3.9.4) <D23C4761-6492-3974-B4D2-495082B8B7A6> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x95aab000 - 0x95aabfff  com.apple.vecLib (3.7 - vecLib 3.7) <A01CD788-26FB-320F-8617-5A7DF0F9031E> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x95ad6000 - 0x95b3bff7  libvDSP.dylib (325.3.0 - compatibility 1.0.0) <1C4B66EB-3186-31BE-B93F-878E49334C49> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x95b4d000 - 0x95bbbfff  com.apple.Heimdal (2.1 - 2.0) <5BA5BFA4-0B05-3B00-AF06-C3D0D60F36BC> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
    0x95d75000 - 0x95d79ffa  libcache.dylib (47.0.0 - compatibility 1.0.0) <98A82BC5-0DD9-3212-9CAE-35A77278EEB6> /usr/lib/system/libcache.dylib
    0x95d87000 - 0x95e77ff1  libiconv.2.dylib (7.0.0 - compatibility 7.0.0) <9E5F86A3-8405-3774-9E0C-3A074273C96D> /usr/lib/libiconv.2.dylib
    0x95eb4000 - 0x95ebfffb  com.apple.speech.recognition.framework (4.0.19 - 4.0.19) <17C11291-5B27-3BE2-8614-7A806745EE8A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x95ec0000 - 0x95f01ff7  com.apple.CoreMedia (1.0 - 705.35) <8A487271-FBEA-357A-8887-27BAA355314C> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x9604e000 - 0x960c6ff2  com.apple.CorePDF (3.0 - 3.0) <A0EC8F60-A622-347E-979A-F71939C45E5F> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
    0x96112000 - 0x9616afff  com.apple.HIServices (1.9 - ???) <058E00E0-F1B4-395F-813E-C49C0C5F3BA9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x9616b000 - 0x96171ffd  com.apple.CommerceCore (1.0 - 17) <71641C17-1CA7-3AC9-974E-AAC9EB641035> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/C ommerceCore.framework/Versions/A/CommerceCore
    0x96172000 - 0x96326ff3  libicucore.A.dylib (46.1.0 - compatibility 1.0.0) <6270318A-CA9A-376C-AD6D-64A9B4B4A26E> /usr/lib/libicucore.A.dylib
    0x96327000 - 0x96334fff  libGL.dylib (??? - ???) <C1C549FC-FF7F-3012-9DF5-5255217B4AEA> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x96335000 - 0x96418ff7  libcrypto.0.9.8.dylib (0.9.8 - compatibility 0.9.8) <6E631200-1E22-37B9-85D1-EC40520891AB> /usr/lib/libcrypto.0.9.8.dylib
    0x96419000 - 0x96468ffb  com.apple.AppleVAFramework (5.0.14 - 5.0.14) <51981B76-9A78-39D7-8709-7686BD2057C8> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x96469000 - 0x96534fff  libsystem_c.dylib (763.11.0 - compatibility 1.0.0) <44AA09FD-3A8F-3DCF-AD98-BC9071CA7376> /usr/lib/system/libsystem_c.dylib
    0x96535000 - 0x96535fff  libdnsinfo.dylib (395.6.0 - compatibility 1.0.0) <959E5139-EB23-3529-8881-2BCB5724D1A9> /usr/lib/system/libdnsinfo.dylib
    0x96536000 - 0x96555fff  com.apple.RemoteViewServices (1.0 - 1) <D9810485-6A62-3758-96F5-48950AF250F1> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/Remot eViewServices
    0x9674e000 - 0x9676bff3  com.apple.openscripting (1.3.3 - ???) <31A51238-0CA1-38C7-9F0E-8A6676EE3241> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x9676c000 - 0x967adff9  libcurl.4.dylib (7.0.0 - compatibility 7.0.0) <975E4F25-7943-3785-849C-244FF4E77602> /usr/lib/libcurl.4.dylib
    0x967ae000 - 0x967b1ff9  libCGXType.A.dylib (600.0.0 - compatibility 64.0.0) <B9344DE6-B84D-352C-95AD-EF73A68B8A10> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
    0x96814000 - 0x96824fff  com.apple.LangAnalysis (1.7.0 - 1.7.0) <6D6F0C9D-2EEA-3578-AF3D-E2A09BCECAF3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x96825000 - 0x9683efff  libPng.dylib (??? - ???) <2C47E152-240A-36A7-87A8-3856EDFF2FE8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x9696d000 - 0x969e9ff3  com.apple.PDFKit (2.6 - 2.6) <484AB8A4-E967-3B2F-BEFE-4B74F72B65A2> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
    0x969ea000 - 0x96a3bff9  com.apple.ScalableUserInterface (1.0 - 1) <C3FA7E40-0213-3ABC-A006-2CB00B6A7EAB> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableU serInterface.framework/Versions/A/ScalableUserInterface
    0x96a6a000 - 0x96ad1fff  libc++.1.dylib (19.0.0 - compatibility 1.0.0) <3AFF3CE8-14AE-300F-8F63-8B7FB9D4DA96> /usr/lib/libc++.1.dylib
    0x96ad2000 - 0x96dd2fff  com.apple.CoreServices.CarbonCore (960.13 - 960.13) <E098AC3A-E795-3C28-BA92-EED51C461A6F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x96dd3000 - 0x96dd6ffd  libCoreVMClient.dylib (??? - ???) <1438A7D5-A622-3623-A49F-45F881B1D947> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
    0x96dd7000 - 0x96ddfffb  com.apple.DisplayServicesFW (2.5.0 - 302.1.2) <AD856B0D-3602-3C37-8B64-C6BB53A6F248> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
    0x96de9000 - 0x96e1ffff  com.apple.DebugSymbols (2.1 - 85) <0F996A4A-16A7-3C90-8037-0E2958D1FB16> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbol s
    0x96e20000 - 0x96e24ff3  libsystem_network.dylib (??? - ???) <E1455F3E-549B-3D50-A38B-17B394F3C7F6> /usr/lib/system/libsystem_network.dylib
    0x96e25000 - 0x96f36ff7  libJP2.dylib (??? - ???) <E938C201-C508-3E3D-B9A9-81FE52349E1B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x96f37000 - 0x96f4dffe  libxpc.dylib (77.16.0 - compatibility 1.0.0) <2EAF3E13-19FA-3EF2-88D6-64ACBC3A6ADB> /usr/lib/system/libxpc.dylib
    0x97030000 - 0x97030ff0  com.apple.ApplicationServices (41 - 41) <BED33E1D-C95C-3654-9A3A-0CB3607F9F10> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x9704a000 - 0x9707aff7  libsystem_info.dylib (??? - ???) <C385F5A9-458A-3B49-9CC7-EA81DC5F9141> /usr/lib/system/libsystem_info.dylib
    0x9707b000 - 0x97080ffd  libGFXShared.dylib (??? - ???) <7C55BE22-CDB5-3192-B7F0-96EA754A20AC> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
    0x970f5000 - 0x9716afff  com.apple.Metadata (10.7.0 - 627.9) <1EF7D615-3DF4-3F5D-88CE-6BDFA120FE32> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x9716b000 - 0x97189ff7  libsystem_kernel.dylib (1699.22.73 - compatibility 1.0.0) <D32C2E9C-8184-3FAF-8694-99FC619FC71B> /usr/lib/system/libsystem_kernel.dylib
    0x9718a000 - 0x971dbff3  com.apple.CoreMediaIO (201.0 - 3148) <C37D84D8-69B2-3375-B988-4EEB2B1A3DF4> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
    0x97205000 - 0x9720dfff  com.apple.DiskArbitration (2.4 - 2.4) <E574D5E7-7297-33B5-8B91-1E6346D5F917> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x9720e000 - 0x97210ff7  libdyld.dylib (195.5.0 - compatibility 1.0.0) <637660EA-8D12-3B79-B644-041FEADC9C33> /usr/lib/system/libdyld.dylib
    0x97275000 - 0x97301ff7  com.apple.CoreText (4.0.0 - ???) <2ADB0C1E-FE27-371C-8EC3-69D5CFEA2BE7> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x97302000 - 0x97330fe7  libSystem.B.dylib (159.0.0 - compatibility 1.0.0) <FA9B75F7-B989-3DD3-97FD-373EB95C5BA8> /usr/lib/libSystem.B.dylib
    0x973a7000 - 0x9748ffff  libxml2.2.dylib (10.3.0 - compatibility 10.0.0) <ED3F5E83-8C76-3D46-B2FF-0D5BDF8970C5> /usr/lib/libxml2.2.dylib
    0x974aa000 - 0x974b1fff  libnotify.dylib (80.0.0 - compatibility 1.0.0) <B3B3875D-311D-31A7-A09F-D1BC56795E00> /usr/lib/system/libnotify.dylib
    0x974b2000 - 0x97572fff  com.apple.CoreServices.OSServices (478.25.1 - 478.25.1) <7971F047-D9EF-3D9C-A65F-E5A8C6CECF06> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x97585000 - 0x9775bfef  com.apple.CoreFoundation (6.7 - 635) <4EE0D62E-5342-3A9F-A740-DA1D5AEBB1B0> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x977fb000 - 0x9781dffe  com.apple.framework.familycontrols (3.0 - 300) <AE51B604-D32D-32F7-AEDC-B1C4EB7191C6> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
    0x97853000 - 0x97889ff4  com.apple.LDAPFramework (3.0 - 120.1) <EA92FCA5-7A7E-328F-8C7F-4250FCC45879> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x978ce000 - 0x97932fff  com.apple.framework.IOKit (2.0 - ???) <B5888D02-8C36-3404-A37E-7457D950D629> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x97933000 - 0x97973ff7  libauto.dylib (??? - ???) <36E7FE7F-27DF-3301-80AA-DD61FBF722F4> /usr/lib/libauto.dylib
    0x97974000 - 0x97a08ff7  com.apple.LaunchServices (480.19 - 480.19) <A68C0688-4ED1-35F1-BF44-F5B1917084A0> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x97a09000 - 0x97a0bffb  libRadiance.dylib (??? - ???) <5112B7CE-BAAF-3E98-94E4-676BCB92867F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x97a0c000 - 0x97a15ff3  com.apple.CommonAuth (2.1 - 2.0) <94EA2555-212C-3704-8307-FCEE5D6D32C5> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
    0x97a16000 - 0x97a16fff  com.apple.Cocoa (6.6 - ???) <650273EF-1ABC-334E-B745-B75AF028F9F4> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x97a19000 - 0x97a94ffb  com.apple.ApplicationServices.ATS (5.0 - ???) <8DF22F1E-7600-3ADA-BFC1-F6FA79914171> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x97a95000 - 0x97a99fff  com.apple.CommonPanels (1.2.5 - 94) <3A988595-DE53-34ED-9367-C9A737E2AF38> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x97a9a000 - 0x97ad0ff7  com.apple.AE (527.6 - 527.6) <77999151-94E3-37CD-A49E-7A9F9084F886> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x97ae8000 - 0x97bbeff6  com.apple.QuickLookUIFramework (3.0 - 489.1) <DC6303F6-F343-37C5-AE54-F5FD606FE78C> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.f ramework/Versions/A/QuickLookUI
    0x97bbf000 - 0x97bdbff5  com.apple.GenerationalStorage (1.0 - 124) <0BC29510-6C26-3445-88B7-21502CAFF372> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/Gene rationalStorage
    0x97bdc000 - 0x97bf6fff  com.apple.Kerberos (1.0 - 1) <25E5A286-876D-3A8E-A12F-52D184559E8C> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x97bf7000 - 0x97c0aff9  com.apple.MultitouchSupport.framework (220.62 - 220.62) <5BD8730D-43A4-3040-9EA3-0BDA52A392A9> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
    0x97c0b000 - 0x97c14fff  libc++abi.dylib (14.0.0 - compatibility 1.0.0) <FEB5330E-AD5D-37A0-8AB2-0820F311A2C8> /usr/lib/libc++abi.dylib
    0x97c15000 - 0x97c25ff7  libCRFSuite.dylib (??? - ???) <CE616EF3-756A-355A-95AD-3472A876BEB9> /usr/lib/libCRFSuite.dylib
    0x97c26000 - 0x97dbfff7  com.apple.CoreData (103 - 358.4) <EB07F3A5-6301-3DA4-96FC-F8381D148C69> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x97dc4000 - 0x97dc5fff  libDiagnosticMessagesClient.dylib (??? - ???) <DB3889C2-2FC2-3087-A2A2-4C319455E35C> /usr/lib/libDiagnosticMessagesClient.dylib
    0x97e04000 - 0x97e54ff9  com.apple.QuickLookFramework (3.0 - 489.1) <46E053F5-E7CC-3358-93AF-635837E4ECCA> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x97e55000 - 0x97e56fff  com.apple.TrustEvaluationAgent (2.0 - 1) <EABDA7EE-A98F-35B8-9E3E-7075BA651C68> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
    0x97f0b000 - 0x98134ffb  com.apple.QuartzComposer (5.0 - 232) <B25A191A-B96D-3BB0-B7D5-FDE4A97DFD06> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
    0x98a44000 - 0x98a48fff  libGIF.dylib (??? - ???) <F6094267-AB0E-38FC-8201-510AA4BDC974> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x98a49000 - 0x98a73ff0  libpcre.0.dylib (1.1.0 - compatibility 1.0.0) <5CAA1478-97E0-31EA-8F50-BF09D665DD84> /usr/lib/libpcre.0.dylib
    0x98a80000 - 0x98ba0fec  com.apple.vImage (5.0 - 5.0) <173F6343-07EE-39F7-A159-DD3837E473DE> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x98ba1000 - 0x98ba8ff5  libsystem_dnssd.dylib (??? - ???) <B3217FA8-A7D6-3C90-ABFC-2E54AEF33547> /usr/lib/system/libsystem_dnssd.dylib
    0x98ba9000 - 0x98f05fff  com.apple.MediaToolbox (1.0 - 705.35) <425BD613-CB66-3BE1-8DDC-1B59561A1F5F> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbo x
    0x98f2d000 - 0x98f55ff7  libxslt.1.dylib (3.24.0 - compatibility 3.0.0) <FCAC685A-724F-3FE7-8416-146108DF75FB> /usr/lib/libxslt.1.dylib
    0x98f56000 - 0x98f6aff7  com.apple.CFOpenDirectory (10.7 - 144) <665CDF77-F0C9-3AFF-8CF8-64257268B7DD> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
    0x98f6b000 - 0x98f91ffb  com.apple.quartzfilters (1.7.0 - 1.7.0) <9C8F1F3D-D570-3F5C-9B31-5B5B82161CDE> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters .framework/Versions/A/QuartzFilters
    0x99001000 - 0x99018ff8  com.apple.CoreMediaAuthoring (2.0 - 889) <49B55753-BD7E-3889-BA60-15294DA49CB7> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreM ediaAuthoring
    0x99019000 - 0x99057fff  com.apple.NavigationServices (3.6 - 192) <CB7AE807-9292-3EBA-A5F5-D7DCEE28A5B7> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x9944a000 - 0x99498ff3  com.apple.ImageCaptureCore (3.0 - 3.0) <16B80ABD-DCDA-34AA-A539-F36A4D39CB03> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCo re
    0x99499000 - 0x994a4ff3  libCSync.A.dylib (600.0.0 - compatibility 64.0.0) <11726E50-E6FC-3AB0-8750-DDDCCF2B8534> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x994a5000 - 0x9957ba5b  libobjc.A.dylib (228.0.0 - compatibility 1.0.0) <A0EDB351-4B9D-3AA2-9D1A-0C22204FCCD3> /usr/lib/libobjc.A.dylib
    0x9957c000 - 0x99a22feb  com.apple.RawCamera.bundle (3.8.0 - 577) <E49AF1AA-A663-9CC9-D015-28968F253339> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x99a23000 - 0x99a27ff7  com.apple.OpenDirectory (10.7 - 144) <A117580D-FD86-381E-82FD-B1A040045031> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x99a28000 - 0x99a2aff9  com.apple.securityhi (4.0 - 1) <BD367302-73C3-32F4-8080-E389AE89E434> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x99a37000 - 0x99a37ff2  com.apple.CoreServices (53 - 53) <C513E133-B0E0-3C35-A7CB-DBC35A7EF571> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x99a79000 - 0x99b4fff3  com.apple.avfoundation (2.0 - 180.23) <428C1F5D-B786-3392-ADF4-43572D1722DE> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation
    0x99b50000 - 0x99b51ff5  libremovefile.dylib (21.0.0 - compatibility 1.0.0) <9A1E12B7-F822-3544-8E1D-A6DC81E1F2E6> /usr/lib/system/libremovefile.dylib
    0x99c20000 - 0x99e91ffb  com.apple.CoreImage (7.77 - 1.0.1) <DF1D9EB7-5879-3EA2-8CF5-80004DAC18BC> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage .framework/Versions/A/CoreImage
    0x99e92000 - 0x9a1d1ff3  com.apple.HIToolbox (1.7 - ???) <A9583F07-218D-35CD-B29C-C65E6D008836> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x9a1d2000 - 0x9ac57ffe  com.apple.AppKit (6.7 - 1138) <1CEDE402-32DD-3C10-B3B3-8C3DDBE8335D> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x9ac58000 - 0x9ac5bffc  libpam.2.dylib (3.0.0 - compatibility 3.0.0) <6FFDBD60-5EC6-3EFA-996B-EE030443C16C> /usr/lib/libpam.2.dylib
    0x9ac5c000 - 0x9ace3fff  com.apple.print.framework.PrintCore (7.0 - 366) <D037D344-7463-3620-AE8F-8D0D3EA5CE8E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x9ace4000 - 0x9ae46fff  com.apple.QTKit (7.7.1 - 2246) <3BFE9BE6-4DDD-3D21-9695-0ECE773128E6> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x9ae9c000 - 0x9aeaafff  com.apple.opengl (1.7.4 - 1.7.4) <C6DE3D3A-CC1F-3F55-B8DD-2637FA40058F> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x9aead000 - 0x9aeadffe  libkeymgr.dylib (23.0.0 - compatibility 1.0.0) <7F0E8EE2-9E8F-366F-9988-E2F119DB9A82> /usr/lib/system/libkeymgr.dylib
    0x9aeae000 - 0x9aeb6ff3  liblaunch.dylib (392.18.0 - compatibility 1.0.0) <CD470A1E-0147-3CB1-B44D-0B61F9061826> /usr/lib/system/liblaunch.dylib
    0x9aedb000 - 0x9b02dffb  com.apple.audio.toolbox.AudioToolbox (1.7 - 1.7) <5767C518-343D-36DB-8D59-C72986161AEC> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x9b02e000 - 0x9b08effb  com.apple.audio.CoreAudio (4.0.0 - 4.0.0) <6026C895-3DC6-3785-A7BB-2F2B9E292D95> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x9b08f000 - 0x9b70aff9  com.apple.CoreAUC (6.11.03 - 6.11.03) <E8553EC9-6A7E-339E-B346-A5853649D3A0> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
    0x9b70b000 - 0x9b76dff3  libstdc++.6.dylib (52.0.0 - compatibility 7.0.0) <266CE9B3-526A-3C41-BA58-7AE66A3B15FD> /usr/lib/libstdc++.6.dylib
    0x9b770000 - 0x9b87bffb  com.apple.DesktopServices (1.6.0 - 1.6.0) <66E2BD3A-958A-3F46-8DA0-C0F2358013B0> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x9b8a8000 - 0x9bc9bff7  com.apple.VideoToolbox (1.0 - 705.35) <B0D04F08-D3EB-370A-A56F-8AF01116B0D0> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbo x
    0x9bce0000 - 0x9bce8ff5  libcopyfile.dylib (85.1.0 - compatibility 1.0.0) <A1BFC320-616A-30AA-A41E-29D7904FC4C7> /usr/lib/system/libcopyfile.dylib
    0x9bce9000 - 0x9bd0cfff  com.apple.CoreVideo (1.7 - 70.0) <0CBE6F3B-34C7-3C6B-9BB1-826F9905ECC1> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x9bd10000 - 0x9bd6dffb  com.apple.htmlrendering (76 - 1.1.4) <743C2943-40BC-36FB-A45C-3421A394F081> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x9bd6e000 - 0x9bdfbfe7  libvMisc.dylib (325.3.0 - compatibility 1.0.0) <A44ADE1B-AB2C-3585-8C9D-D85B526E66C0> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x9bdfc000 - 0x9bdfcfff  com.apple.Accelerate (1.7 - Accelerate 1.7) <881C1C85-2DEC-38DE-BC97-7804BC907282> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x9be99000 - 0x9bea0ffd  com.apple.NetFS (4.0 - 4.0) <D0D59145-D211-3E7C-9062-35A2833FA99B> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x9bea1000 - 0x9c0bbff7  com.apple.JavaScriptCore (7534 - 7534.48) <430C2E37-5E97-3C16-9BC9-D8478F7A6CF6> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x9c0bc000 - 0x9c0bcfff  com.apple.audio.units.AudioUnit (1.7 - 1.7) <75E38B34-1DE2-337A-A09F-0F7E91C02ABB> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x9c0bd000 - 0x9c0c5ff3  libunwind.dylib (30.0.0 - compatibility 1.0.0) <E8DA8CEC-12D6-3C8D-B2E2-5D567C8F3CB5> /usr/lib/system/libunwind.dylib
    0x9c0c6000 - 0x9c0e3fff  libresolv.9.dylib (46.0.0 - compatibility 1.0.0) <95AE43ED-6C52-3B39-89B6-54C81C62F1FF> /usr/lib/libresolv.9.dylib
    0x9c0e4000 - 0x9c118ff8  libssl.0.9.8.dylib (0.9.8 - compatibility 0.9.8) <240A755A-8B80-354C-A5BF-42D7B5A68409> /usr/lib/libssl.0.9.8.dylib
    0x9c119000 - 0x9c11cffb  com.apple.help (1.3.2 - 42) <DDCEBA10-5CDE-3ED2-A52F-5CD5A0632CA2> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x9c11d000 - 0x9c12bfff  libz.1.dylib (1.2.5 - compatibility 1.0.0) <E73A4025-835C-3F73-9853-B08606E892DB> /usr/lib/libz.1.dylib
    0x9c12c000 - 0x9c52eff6  libLAPACK.dylib (??? - ???) <00BE0221-8564-3F87-9F6B-8A910CF2F141> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x9c52f000 - 0x9c74dff7  com.apple.imageKit (2.1 - 1.0) <0B16E64D-597C-3ECE-8076-7991AF7D6820> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
    External Modification Summary:
      Calls made by other processes targeting this process:
        task_for_pid: 4
        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: 663
        thread_create: 1
        thread_set_state: 0
    VM Region Summary:
    ReadOnly portion of Libraries: Total=280.1M resident=134.9M(48%) swapped_out_or_unallocated=145.2M(52%)
    Writable regions: Total=298.5M written=73.6M(25%) resident=130.2M(44%) swapped_out=0K(0%) unallocated=168.3M(56%)
    REGION TYPE                      VIRTUAL
    ===========                      =======
    CG backing stores                  3408K
    CG image                           1040K
    CG raster data                      132K
    CG shared images                   3416K
    CoreGraphics                          8K
    CoreServices                       1576K
    IOKit                              13.7M
    IOKit (reserved)                    512K        reserved VM address space (unallocated)
    MALLOC                            216.4M
    MALLOC guard page                    48K
    Mach message                          4K
    Memory tag=242                       12K
    Memory tag=249                      156K
    OpenGL GLSL                        1116K
    OpenGL GLSL (reserved)              128K        reserved VM address space (unallocated)
    Stack                              71.6M
    Stack (reserved)                    516K        reserved VM address space (unallocated)
    VM_ALLOCATE                        29.6M
    __CI_BITMAP                          80K
    __DATA                             24.3M
    __DATA/__OBJC                       100K
    __IMAGE                            1256K
    __IMPORT                             16K
    __LINKEDIT                         63.0M
    __OBJC                             2352K
    __PAGEZERO                            4K
    __TEXT                            217.2M
    __UNICODE                           544K
    mapped file                       108.7M
    shared memory                      5444K
    shared pmap                        7964K
    ===========                      =======
    TOTAL                             773.6M
    TOTAL, minus reserved VM space    772.4M
    Model: iMac8,1, BootROM IM81.00C1.B00, 2 processors, Intel Core 2 Duo, 2.8 GHz, 2 GB, SMC 1.30f1
    Graphics: ATI Radeon HD 2600 Pro, ATI Radeon HD 2600 Pro, PCIe, 256 MB
    Memory Module: BANK 0/DIMM0, 1 GB, DDR2 SDRAM, 800 MHz, 0xCE00000000000000, 0x4D3420373054323836345148332D43463720
    Memory Module: BANK 1/DIMM1, 1 GB, DDR2 SDRAM, 800 MHz, 0xCE00000000000000, 0x4D3420373054323836345148332D43463720
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x8C), Broadcom BCM43xx 1.0 (5.10.131.36.11)
    Bluetooth: Version 2.5.0f17, 2 service, 19 devices, 1 incoming serial ports
    Network Service: Built-in Ethernet, Ethernet, en0
    Network Service: AirPort, AirPort, en1
    Network Service: Parallels Shared Networking Adapter, Ethernet, en2
    Network Service: Parallels Host-Only Networking Adapter, Ethernet, en3
    Serial ATA Device: WDC WD3200AAJS-40VWA1, 320.07 GB
    Parallel ATA Device: MATSHITADVD-R   UJ-875
    USB Device: Keyboard Hub, apple_vendor_id, 0x1006, 0xfa400000 / 2
    USB Device: Apple Optical USB Mouse, apple_vendor_id, 0x0304, 0xfa430000 / 4
    USB Device: Apple Keyboard, apple_vendor_id, 0x0220, 0xfa420000 / 3
    USB Device: Built-in iSight, apple_vendor_id, 0x8502, 0xfd400000 / 2
    USB Device: BRCM2046 Hub, 0x0a5c  (Broadcom Corp.), 0x4500, 0x1a100000 / 2
    USB Device: Bluetooth USB Host Controller, apple_vendor_id, 0x820f, 0x1a110000 / 5
    USB Device: IR Receiver, apple_vendor_id, 0x8242, 0x5d100000 / 2
    FireWire Device: FreeAgent FW, Seagate, 800mbit_speed

    Here is the error message I get when trying to open Portal 2 in Steam.  It never actually gets to the game.  I just bought it for my sons bday that I was going to show him tonight, so it has never worked yet.
    Any suggestions?
    -Joe
    Process:         portal2_osx [697]
    Path:            /users/*/portal2_osx
    Identifier:      portal2_osx
    Version:         ??? (???)
    Code Type:       X86 (Native)
    Parent Process:  steam [434]
    Date/Time:       2011-09-16 15:21:07.968 -0500
    OS Version:      Mac OS X 10.7.1 (11B26)
    Report Version:  9
    Interval Since Last Report:          251512 sec
    Crashes Since Last Report:           19
    Per-App Crashes Since Last Report:   14
    Anonymous UUID:                      B4153CD5-85DA-4366-80E3-F23BE7468C87
    Crashed Thread:  6
    Exception Type:  EXC_BAD_ACCESS (SIGBUS)
    Exception Codes: KERN_PROTECTION_FAILURE at 0x000000000b8814d0
    VM Regions Near 0xb8814d0:
        __LINKEDIT             000000000b82f000-000000000b861000 [  200K] r--/rwx SM=COW  /usr/lib/libcrypto.0.9.7.dylib
    --> VM_ALLOCATE            000000000b861000-000000000b885000 [  144K] r--/rwx SM=PRV 
        MALLOC_LARGE           000000000b885000-000000000bca5000 [ 4224K] rw-/rwx SM=PRV 
    Application Specific Information:
    objc[697]: garbage collection is OFF
    Thread 0:: MainThrd  Dispatch queue: com.apple.main-thread
    0   engine.dylib                            0x049194b9 Sys_Error_Internal(bool, char const*, char*) + 441
    1   engine.dylib                            0x04919553 Sys_Error(char const*, ...) + 35
    2   engine.dylib                            0x0491a8f2 CEngineConsoleLoggingListener::Log(LoggingContext_t const*, char const*) + 626
    3   libtier0.dylib                          0x0040139b CLoggingSystem::LogDirect(int, LoggingSeverity_t, Color, char const*) + 235
    4   libtier0.dylib                          0x003fd3dc Error + 236
    5   server.dylib                            0x15811dfa PhysParseSurfaceData(IPhysicsSurfaceProps*, IFileSystem*) + 346
    6   server.dylib                            0x15d3f631 CPhysicsHook::Init() + 161
    7   server.dylib                            0x157e274c IGameSystem::InitAllSystems() + 332
    8   server.dylib                            0x15bdfcf1 _ZL15InitGameSystemsPFPvPKcPiE + 145
    9   server.dylib                            0x15be66d5 CServerGameDLL::DLLInit(void* (*)(char const*, int*), void* (*)(char const*, int*), void* (*)(char const*, int*), CGlobalVars*) + 2853
    10  engine.dylib                            0x048f91bc SV_InitGameDLL() + 268
    11  engine.dylib                            0x047befa5 Host_Init(bool) + 3013
    12  engine.dylib                            0x0491a19f Sys_InitGame(void* (*)(char const*, int*), char const*, void*, int) + 399
    13  engine.dylib                            0x04920d67 CEngine::Load(bool, char const*) + 87
    14  engine.dylib                            0x0491db20 CModAppSystemGroup::Main() + 176
    15  engine.dylib                            0x0497a868 CAppSystemGroup::Run() + 88
    16  engine.dylib                            0x0491e6f7 CEngineAPI::RunListenServer() + 119
    17  launcher.dylib                          0x003950d8 CAppSystemGroup::Run() + 88
    18  launcher.dylib                          0x003950d8 CAppSystemGroup::Run() + 88
    19  launcher.dylib                          0x0039db62 MainFunctionThread(void*) + 82
    20  launcher.dylib                          0x0039decc ValveCocoaMain + 140
    21  launcher.dylib                          0x00389bb1 LauncherMain + 977
    22  portal2_osx                             0x00001d26 start + 54
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib                  0x9718490a kevent + 10
    1   libdispatch.dylib                       0x9583fccc _dispatch_mgr_invoke + 969
    2   libdispatch.dylib                       0x9583e71b _dispatch_mgr_thread + 53
    Thread 2:
    0   libsystem_kernel.dylib                  0x9718402e __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x964c7ccf _pthread_wqthread + 773
    2   libsystem_c.dylib                       0x964c96fe start_wqthread + 30
    Thread 3:
    0   libsystem_kernel.dylib                  0x9718383e __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x964c9e21 _pthread_cond_wait + 827
    2   libsystem_c.dylib                       0x9647a3e0 pthread_cond_timedwait$UNIX2003 + 70
    3   libtier0.dylib                          0x004059d3 CThreadSyncObject::Wait(unsigned int) + 307
    4   libtier0.dylib                          0x00405a68 CThreadEvent::Wait(unsigned int) + 24
    5   libvstdlib.dylib                        0x0044b32f CJobThread::Run() + 255
    6   libtier0.dylib                          0x004070a4 CThread::ThreadProc(void*) + 212
    7   libsystem_c.dylib                       0x964c5ed9 _pthread_start + 335
    8   libsystem_c.dylib                       0x964c96de thread_start + 34
    Thread 4:
    0   libsystem_kernel.dylib                  0x9718383e __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x964c9e21 _pthread_cond_wait + 827
    2   libsystem_c.dylib                       0x9647a3e0 pthread_cond_timedwait$UNIX2003 + 70
    3   libtier0.dylib                          0x004059d3 CThreadSyncObject::Wait(unsigned int) + 307
    4   libtier0.dylib                          0x00405a68 CThreadEvent::Wait(unsigned int) + 24
    5   libvstdlib.dylib                        0x0044b32f CJobThread::Run() + 255
    6   libtier0.dylib                          0x004070a4 CThread::ThreadProc(void*) + 212
    7   libsystem_c.dylib                       0x964c5ed9 _pthread_start + 335
    8   libsystem_c.dylib                       0x964c96de thread_start + 34
    Thread 5:: MainThrd
    0   libsystem_kernel.dylib                  0x9718490a kevent + 10
    1   steamclient.dylib                       0x0b064380 OSXHelpers::CIOPollingHelper::RealRun() + 244
    2   libtier0_s.dylib                        0x007d14e7 CatchAndWriteMiniDump_Impl(CatchAndWriteContext_t&) + 1992
    3   libtier0_s.dylib                        0x007d1810 CatchAndWriteMiniDumpForVoidPtrFn + 78
    4   steamclient.dylib                       0x0b063fb7 OSXHelpers::CIOPollingHelper::Run() + 41
    5   libtier0_s.dylib                        0x007d4b5f SteamThreadTools::CThread::ThreadProc(void*) + 309
    6   libsystem_c.dylib                       0x964c5ed9 _pthread_start + 335
    7   libsystem_c.dylib                       0x964c96de thread_start + 34
    Thread 6 Crashed:
    0   com.googlecode.google-breakpad          0x0b73f571 google_breakpad::ExceptionHandler::UninstallHandler(bool) + 133
    1   com.googlecode.google-breakpad          0x0b740572 google_breakpad::ExceptionHandler::WaitForMessage(void*) + 406
    2   libsystem_c.dylib                       0x964c5ed9 _pthread_start + 335
    3   libsystem_c.dylib                       0x964c96de thread_start + 34
    Thread 7:
    0   libsystem_kernel.dylib                  0x9718402e __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x964c7ccf _pthread_wqthread + 773
    2   libsystem_c.dylib                       0x964c96fe start_wqthread + 30
    Thread 8:
    0   libsystem_kernel.dylib                  0x9718383e __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x964c9e78 _pthread_cond_wait + 914
    2   libsystem_c.dylib                       0x964c9f7b pthread_cond_timedwait_relative_np + 47
    3   com.apple.CoreServices.CarbonCore          0x96b108fb TSWaitOnConditionTimedRelative + 178
    4   com.apple.CoreServices.CarbonCore          0x96b10671 TSWaitOnSemaphoreCommon + 490
    5   com.apple.CoreServices.CarbonCore          0x96b10482 TSWaitOnSemaphoreRelative + 24
    6   com.apple.CoreServices.CarbonCore          0x96b85740 TimerThread + 292
    7   libsystem_c.dylib                       0x964c5ed9 _pthread_start + 335
    8   libsystem_c.dylib                       0x964c96de thread_start + 34
    Thread 9:
    Thread 10:
    0   libsystem_kernel.dylib                  0x9718383e __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x964c9e21 _pthread_cond_wait + 827
    2   libsystem_c.dylib                       0x9647a3e0 pthread_cond_timedwait$UNIX2003 + 70
    3   libtier0.dylib                          0x004059d3 CThreadSyncObject::Wait(unsigned int) + 307
    4   libtier0.dylib                          0x00405a68 CThreadEvent::Wait(unsigned int) + 24
    5   libvstdlib.dylib                        0x0044b32f CJobThread::Run() + 255
    6   libtier0.dylib                          0x004070a4 CThread::ThreadProc(void*) + 212
    7   libsystem_c.dylib                       0x964c5ed9 _pthread_start + 335
    8   libsystem_c.dylib                       0x964c96de thread_start + 34
    Thread 11:
    0   libsystem_kernel.dylib                  0x9718383e __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x964c9e21 _pthread_cond_wait + 827
    2   libsystem_c.dylib                       0x9647a3e0 pthread_cond_timedwait$UNIX2003 + 70
    3   libtier0.dylib                          0x004059d3 CThreadSyncObject::Wait(unsigned int) + 307
    4   libtier0.dylib                          0x00405a68 CThreadEvent::Wait(unsigned int) + 24
    5   libvstdlib.dylib                        0x0044b32f CJobThread::Run() + 255
    6   libtier0.dylib                          0x004070a4 CThread::ThreadProc(void*) + 212
    7   libsystem_c.dylib                       0x964c5ed9 _pthread_start + 335
    8   libsystem_c.dylib                       0x964c96de thread_start + 34
    Thread 6 crashed with X86 Thread State (32-bit):
      eax: 0x0b8614a0  ebx: 0x0b73f4fa  ecx: 0xb058ebdc  edx: 0x0b8614a0
      edi: 0x00000907  esi: 0x00000001  ebp: 0xb058ecc8  esp: 0xb058ec80
       ss: 0x00000023  efl: 0x00010202  eip: 0x0b73f571   cs: 0x0000001b
       ds: 0x00000023   es: 0x00000023   fs: 0x00000023   gs: 0x0000000f
      cr2: 0x0b8814d0
    Logical CPU: 1
    Binary Images:
        0x1000 -     0x1fff +portal2_osx (??? - ???) <26EB10B7-F184-7E49-EC49-B4CAA683A48D> /users/*/portal2_osx
        0x4000 -    0x1aff7 +gameoverlayrenderer.dylib (??? - ???) <B3E3D80D-4A88-302D-8E20-F480A8A4B724> /Applications/Steam.app/Contents/MacOS/osx32/gameoverlayrenderer.dylib
       0x24000 -    0x25fff +steamloader.dylib (??? - ???) <66BDE441-056B-3003-BEFF-7CE735AAB3B2> /Applications/Steam.app/Contents/MacOS/osx32/steamloader.dylib
      0x382000 -   0x3dcfe3 +launcher.dylib (??? - ???) <53AD89E9-A736-32D5-9CA3-AEAB9F55D417> /users/*/launcher.dylib
      0x3f9000 -   0x419fff +libtier0.dylib (??? - ???) <D8FC32BC-58FC-3C5E-AD5D-D97BFF2E6D9F> /users/*/libtier0.dylib
      0x430000 -   0x473ff7 +libvstdlib.dylib (??? - ???) <C507DADA-1020-3169-8562-690C5403E1FC> /users/*/libvstdlib.dylib
      0x700000 -   0x700ffe +org.xlife.InquisitorLoader (3.2 - 58) <E4877EE4-5825-62D9-8C95-D447C8F77397> /Library/InputManagers/*/Inquisitor.bundle/Contents/MacOS/Inquisitor
      0x705000 -   0x70ffff +com.unsanity.smartcrashreports (Smart Crash Reports version 1.5b3 - 1.5b3) <7E3E7D42-BB62-6D09-E262-0140BA963851> /Library/InputManagers/*/Smart Crash Reports.bundle/Contents/MacOS/Smart Crash Reports
      0x743000 -   0x76cfff  com.apple.audio.OpenAL (1.5 - 1.5) <92514BE7-A29F-3332-B750-8396BE3A2B59> /System/Library/Frameworks/OpenAL.framework/Versions/A/OpenAL
      0x77b000 -   0x780ff3 +libsteam_api.dylib (??? - ???) <367D7289-F838-8A29-94A4-D906B0D0D2CA> /users/*/libsteam_api.dylib
      0x7b0000 -   0x7b4ffb  com.apple.audio.AudioIPCPlugIn (1.2.0 - 1.2.0) <8A4CC918-D47D-3F33-8420-0698071A5944> /System/Library/Extensions/AudioIPCDriver.kext/Contents/Resources/AudioIPCPlugI n.bundle/Contents/MacOS/AudioIPCPlugIn
      0x7b9000 -   0x7bfffb  com.apple.audio.AppleHDAHALPlugIn (2.1.1 - 2.1.1f12) <2AD22146-D23E-3E5B-AFC9-BC8211FED107> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bun dle/Contents/MacOS/AppleHDAHALPlugIn
      0x7c4000 -   0x7c7fff  com.apple.ForceFeedback (1.0.4 - 1.0.4) <8501464B-E660-3D8C-8D54-17369779087B> /System/Library/Frameworks/ForceFeedback.framework/Versions/A/ForceFeedback
      0x7cc000 -   0x7e8fff +libtier0_s.dylib (??? - ???) <6847C45A-A0DA-3868-8020-3644F104106D> /Applications/Steam.app/Contents/MacOS/osx32/libtier0_s.dylib
    0x1fb2000 -  0x1fe2ffb +inputsystem.dylib (??? - ???) <56CF1999-48CB-3A54-B3A0-EEEE48F1E85F> /users/*/inputsystem.dylib
    0x42c9000 -  0x42edff3 +libBinkMachOx86.dylib (??? - ???) /users/*/libBinkMachOx86.dylib
    0x4400000 -  0x44a5feb +filesystem_stdio.dylib (??? - ???) <1DEC8222-6168-393A-A240-756DAA5C5E80> /users/*/filesystem_stdio.dylib
    0x44d6000 -  0x4c94ff7 +engine.dylib (??? - ???) <4146A14D-D8B9-366B-84A0-647545D4EC0C> /users/*/engine.dylib
    0x5647000 -  0x581fff7 +vphysics.dylib (??? - ???) <7708D969-BED4-3421-B204-8F12D4F8A755> /users/*/vphysics.dylib
    0x58be000 -  0x5a0dff3 +materialsystem.dylib (??? - ???) <CC7EDA3F-8F9D-3170-99F8-AD1E0A2DB240> /users/*/materialsystem.dylib
    0x6b5c000 -  0x6bf4fff +datacache.dylib (??? - ???) <F56666F8-43B4-3D01-BEDF-8A28D6C7267B> /users/*/datacache.dylib
    0x6c2e000 -  0x6d09fef +studiorender.dylib (??? - ???) <D9E3500B-BE38-3793-9372-388CB48B09C4> /users/*/studiorender.dylib
    0x70fd000 -  0x7146ff7 +soundemittersystem.dylib (??? - ???) <7E03C1F3-BE14-38E6-9804-07E023FABC4F> /users/*/soundemittersystem.dylib
    0x715e000 -  0x7237feb +vscript.dylib (??? - ???) <99D6FC6C-44F7-3DB3-ADCD-30D2BC22EAB4> /users/*/vscript.dylib
    0x7273000 -  0x72a8ff3 +valve_avi.dylib (??? - ???) <FE7B0199-0248-351D-8253-315BEA917D15> /users/*/valve_avi.dylib
    0x72be000 -  0x74aafef +vguimatsurface.dylib (??? - ???) <5F1B1FEC-0448-39DF-BD35-836BF37810B6> /users/*/vguimatsurface.dylib
    0x7592000 -  0x901fff7 +libcef.dylib (??? - ???) <6AB7EE51-B9BB-E889-DB92-D982BF148471> /users/*/libcef.dylib
    0x91b2000 -  0x9211fe3 +vgui2.dylib (??? - ???) <33DDD15A-58C4-3BA0-AFE3-8702D11A34B4> /users/*/vgui2.dylib
    0xa22e000 -  0xa378fe7 +shaderapidx9.dylib (??? - ???) <CDB031A6-BCDD-351E-9FBB-7CE6B416901E> /users/*/shaderapidx9.dylib
    0xa40b000 -  0xa44bfef +localize.dylib (??? - ???) <F11E09AE-1B06-3F89-B65E-0A95CE707647> /users/*/localize.dylib
    0xa461000 -  0xa5ceff0  GLEngine (??? - ???) <3C6D5F72-9CDA-37E2-B085-7F38C99FE8C5> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
    0xa602000 -  0xa6f9ffb  libGLProgrammability.dylib (??? - ???) <560A7F12-1AA6-35E1-A922-309016BF6D3C> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0xa71d000 -  0xa9ebfeb  com.apple.ATIRadeonX2000GLDriver (7.4.10 - 7.0.4) <0F41EF9E-7DD2-39EC-A4D1-55BBBC8EC4AF> /System/Library/Extensions/ATIRadeonX2000GLDriver.bundle/Contents/MacOS/ATIRade onX2000GLDriver
    0xaa1f000 -  0xaa4cff8  GLRendererFloat (??? - ???) <BBFAA220-4A07-3CDC-9A93-DF6A2220AE01> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GL RendererFloat
    0xaa54000 -  0xb3b2f87 +steamclient.dylib (??? - ???) <0B1703E8-9936-33C0-A3A8-0BC21C7A3588> /Applications/Steam.app/Contents/MacOS/osx32/steamclient.dylib
    0xb6fb000 -  0xb71dff3 +libvstdlib_s.dylib (??? - ???) <6E4DE7E2-EC60-3F82-92FB-BF42B4B4CF23> /Applications/Steam.app/Contents/MacOS/osx32/libvstdlib_s.dylib
    0xb72b000 -  0xb733ffb +crashhandler.dylib (??? - ???) <41801C17-0B46-347C-A6BB-0550EFAE72CF> /Applications/Steam.app/Contents/MacOS/osx32/crashhandler.dylib
    0xb73e000 -  0xb745ffb +com.googlecode.google-breakpad (??? - 1.0) <8F8F4F53-3EC5-9C24-6A23-3CBD1EC00467> /Applications/Steam.app/Contents/MacOS/Frameworks/Breakpad.framework/Versions/A /Breakpad
    0xb750000 -  0xb761fe7 +breakpadUtilities.dylib (??? - ???) <ADC39D57-1087-FD87-0DEA-BDBBE85047F0> /Applications/Steam.app/Contents/MacOS/Frameworks/Breakpad.framework/Versions/A /Resources/breakpadUtilities.dylib
    0xb76f000 -  0xb81cff7  libcrypto.0.9.7.dylib (0.9.7 - compatibility 0.9.7) <7B6DB792-C9E5-3772-8734-8D0052757B8C> /usr/lib/libcrypto.0.9.7.dylib
    0xbf00000 -  0xbfedfe7 +stdshader_dx9.dylib (??? - ???) <7BF2E850-E8E0-390A-A22B-ACE454A65C2B> /users/*/stdshader_dx9.dylib
    0xce2f000 -  0xce4eff7 +scenefilecache.dylib (??? - ???) <F25F78A6-23CC-3FCB-B02B-618D90C09825> /users/*/scenefilecache.dylib
    0xd000000 -  0xd0ffff7 +libffmpegsumo.dylib (??? - ???) <DD61E6D0-4097-725D-82E8-D6C0259A8D47> /Applications/Steam.app/Contents/MacOS/osx32/libffmpegsumo.dylib
    0xe6ca000 -  0xe701ff7  com.apple.audio.SoundManager.Components (3.9.5 - 3.9.5) <57E002AF-4EDB-34CE-8577-25CCCB0FF35E> /System/Library/Components/SoundManagerComponents.component/Contents/MacOS/Soun dManagerComponents
    0xe708000 -  0xe741ff3  com.apple.QuickTimeFireWireDV.component (7.7.1 - 2246) <539384F7-C119-3CC9-B74B-4D958836A955> /System/Library/QuickTime/QuickTimeFireWireDV.component/Contents/MacOS/QuickTim eFireWireDV
    0xe813000 -  0xe82bfff  com.apple.OpenTransport (10.6.0 - 10.6.0) <629E5002-F484-3A6A-9562-2F336A5F6B31> /System/Library/PrivateFrameworks/OpenTransport.framework/OpenTransport
    0x101e9000 - 0x10293feb +matchmaking.dylib (??? - ???) <02F41D3F-CFA1-3D3E-9C5E-8DBE5CA60C32> /Users/USER/Library/Application Support/Steam/*/matchmaking.dylib
    0x14000000 - 0x14e94ffb +client.dylib (??? - ???) <FC7D9CBC-5C1A-3E4B-906E-91B481997A3B> /Users/USER/Library/Application Support/Steam/*/client.dylib
    0x156b7000 - 0x1650afef +server.dylib (??? - ???) <210FE70A-7BE1-36A0-9A11-4CC9BBA156C3> /Users/USER/Library/Application Support/Steam/*/server.dylib
    0x70000000 - 0x70140ffb  com.apple.audio.units.Components (1.7 - 1.7) <749EDF0F-BFBD-37A7-845E-3048BAF35D89> /System/Library/Components/CoreAudio.component/Contents/MacOS/CoreAudio
    0x8fec1000 - 0x8fef39c7  dyld (195.5 - ???) <134323A7-49DC-3A9D-ACFD-32FAD0FD6BA2> /usr/lib/dyld
    0x90005000 - 0x9001afff  com.apple.speech.synthesis.framework (4.0.74 - 4.0.74) <92AADDB0-BADF-3B00-8941-B8390EDC931B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x9001b000 - 0x90020ff7  libmacho.dylib (800.0.0 - compatibility 1.0.0) <56A34E97-518E-307E-8218-C5D43A33EE34> /usr/lib/system/libmacho.dylib
    0x90060000 - 0x90061ff7  libquarantine.dylib (36.0.0 - compatibility 1.0.0) <70782AEC-8933-3EB4-91CA-E44C0E768C90> /usr/lib/system/libquarantine.dylib
    0x90068000 - 0x9008dff9  libJPEG.dylib (??? - ???) <5872B388-D6CC-3DD4-A2F3-8BB464E83D14> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x9008e000 - 0x9008fff0  libunc.dylib (24.0.0 - compatibility 1.0.0) <BCD277D0-4271-3E96-A4A2-85669DBEE2E2> /usr/lib/system/libunc.dylib
    0x901a3000 - 0x90263ff3  com.apple.ColorSync (4.7.0 - 4.7.0) <50767823-56BA-373D-BC5A-37B17B659838> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x90264000 - 0x9026affb  com.apple.print.framework.Print (7.0 - 247) <1140BB03-0720-308F-8D92-F71B347D63D6> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x9026b000 - 0x902b2fff  com.apple.SystemConfiguration (1.11 - 1.11) <A7769080-2A4F-36AF-9484-08A936690307> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x902b3000 - 0x9078fff6  libBLAS.dylib (??? - ???) <327C1517-2B63-3D8C-8D8E-CB4EBA2A9C36> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x90790000 - 0x90791ffd  com.apple.MonitorPanelFramework (1.4.0 - 1.4.0) <45AC1CB9-2A81-3FEA-9BA4-E9BBA2582A28> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPane l
    0x90792000 - 0x907a7ff7  com.apple.ImageCapture (7.0 - 7.0) <116BC0CA-428E-396F-85DF-52793034D2A0> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x907a8000 - 0x907d3fff  com.apple.GSS (2.1 - 2.0) <129F4AB0-41AC-3713-A7BC-921769B0E12D> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
    0x907d4000 - 0x90e3965b  com.apple.CoreGraphics (1.600.0 - ???) <DD3B7ADA-0F19-371E-BB87-F3C08464134A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x90e3a000 - 0x910ebff7  com.apple.security (7.0 - 55010) <28168576-1B8C-3FE8-9356-DE79390A480A> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x910ec000 - 0x91190fff  com.apple.QD (3.12 - ???) <68CBE425-43BA-3E6D-8668-A4A67396E20D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x91500000 - 0x91528ff0  com.apple.CoreServicesInternal (113.7 - 113.7) <F5724FAC-8BB8-3F0F-B8BC-36F2CA75A23D> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/Cor eServicesInternal
    0x91534000 - 0x9158dff3  com.apple.coreui (0.3 - 162) <BD3FBC84-234A-38E0-AA29-DE0424D3FD16> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x918e8000 - 0x91952ff3  com.apple.CoreSymbolication (2.1 - 66) <B11C9057-1611-36A5-81F6-2C97A7047321> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSy mbolication
    0x91953000 - 0x91954ff7  libsystem_sandbox.dylib (??? - ???) <BC0A04E9-4F28-3BC8-AA7B-63C3451E9212> /usr/lib/system/libsystem_sandbox.dylib
    0x9195f000 - 0x9196afff  libkxld.dylib (??? - ???) <088640F2-429D-3368-AEDA-3C308C4EB80C> /usr/lib/system/libkxld.dylib
    0x919a7000 - 0x919b2ffc  com.apple.NetAuth (1.0 - 3.0) <C07853C0-AF32-3633-9CEF-2480860C12C5> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
    0x919b3000 - 0x919b6fff  com.apple.AppleSystemInfo (1.0 - 1) <D2F60873-ECB1-30A8-A02E-E772F969116E> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSys temInfo
    0x919b7000 - 0x919b7fff  com.apple.Carbon (153 - 153) <6FF98F0F-2CDE-3888-A304-4ED447D24CE3> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x91cf6000 - 0x91d07fff  libbsm.0.dylib (??? - ???) <54ACF696-87C6-3652-808A-17BE7275C230> /usr/lib/libbsm.0.dylib
    0x91d08000 - 0x91d09fff  libsystem_blocks.dylib (53.0.0 - compatibility 1.0.0) <B04592B1-0924-3422-82FF-976B339DF567> /usr/lib/system/libsystem_blocks.dylib
    0x91d6b000 - 0x91d6bfff  com.apple.Accelerate.vecLib (3.7 - vecLib 3.7) <CB952B04-595A-332B-992B-7671815750FD> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x91d72000 - 0x91daeffa  libGLImage.dylib (??? - ???) <7A150184-E3F7-3773-917A-A5E24B9241FA> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x91daf000 - 0x91ed8ff9  com.apple.CFNetwork (520.0.13 - 520.0.13) <B21DE9ED-1D99-39C0-9E24-77D2A48FBFEF> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x92007000 - 0x92116ff7  libsqlite3.dylib (9.6.0 - compatibility 9.0.0) <01987A45-9270-30FD-8A67-5E53DB637909> /usr/lib/libsqlite3.dylib
    0x92117000 - 0x921aeff3  com.apple.securityfoundation (5.0 - 55005) <F5A98CC2-11C6-34F3-8F72-75B642627630> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x921af000 - 0x9224aff3  com.apple.ink.framework (1.3.2 - 110) <9F6F37F9-999E-30C5-93D0-E48D4B5E20CD> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x9224b000 - 0x923acffb  com.apple.QuartzCore (1.7 - 269.0) <221FF6A0-9C2C-3977-BC2A-A84C392BA49B> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x923fb000 - 0x92850fff  FaceCoreLight (1.4.2 - compatibility 1.0.0) <53AC5DCE-D04B-3DC3-808D-AA1CAD4D0924> /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLi ght
    0x92851000 - 0x92861fff  libsasl2.2.dylib (3.15.0 - compatibility 3.0.0) <D6F728DA-990A-32A3-86FA-4A3F4D88E309> /usr/lib/libsasl2.2.dylib
    0x928ec000 - 0x92b71fe3  com.apple.QuickTime (7.7.1 - 2246) <56DF434A-D929-350C-86D5-684089D0EDFB> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x92b72000 - 0x92ba0ffb  com.apple.DictionaryServices (1.2 - 158) <C614930F-520D-3F77-AD0D-0E16FBCB98CE> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
    0x92bb0000 - 0x92bb0fff  com.apple.quartzframework (1.5 - 1.5) <EF66BF08-620E-3D11-87D4-35D0B0CD1F6D> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x92c5a000 - 0x92ce4ffb  com.apple.SearchKit (1.4.0 - 1.4.0) <C8567435-9CD1-35EE-AE05-304D28858C42> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x92ce5000 - 0x92d47ffb  com.apple.datadetectorscore (3.0 - 179.3) <18117942-9D6F-3283-B8B0-03C7550CA2EB> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
    0x92d48000 - 0x92d49fff  liblangid.dylib (??? - ???) <C8C204E9-1785-3785-BBD7-22D59493B98B> /usr/lib/liblangid.dylib
    0x92d4a000 - 0x92e42ff7  libFontParser.dylib (??? - ???) <C428D41A-8635-3423-A2F0-8BA9819F212B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x93c4b000 - 0x93c89fff  libRIP.A.dylib (600.0.0 - compatibility 64.0.0) <0AE59D4F-FFA7-3539-8B86-AD8993894AA0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x94325000 - 0x9436eff7  libGLU.dylib (??? - ???) <3524C956-C8B2-3E8B-805D-9E25E5481A58> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x94d92000 - 0x94deeff3  com.apple.Symbolication (1.2 - 83.1) <E651A2F1-CC13-3DDD-9B0A-09180014966B> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolicat ion
    0x94df0000 - 0x94e33ffd  libcommonCrypto.dylib (55010.0.0 - compatibility 1.0.0) <4BA1F5F1-F0A2-3FEB-BB62-F514DCBB3725> /usr/lib/system/libcommonCrypto.dylib
    0x94fca000 - 0x95382ffb  com.apple.SceneKit (2.0 - 124) <D1B359EA-7637-31D0-800E-8E816B1F4475> /System/Library/PrivateFrameworks/SceneKit.framework/Versions/A/SceneKit
    0x95383000 - 0x95387ffd  IOSurface (??? - ???) <97E875C2-9F1A-3FBA-B80C-594892A02621> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x95388000 - 0x953d8ff4  libTIFF.dylib (??? - ???) <25796A90-ABD2-3A3A-800C-1056D343A71F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x953d9000 - 0x956dcff7  com.apple.Foundation (6.7 - 833.1) <94BFFEDD-0676-368D-B4C6-8784E1DA4306> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x956dd000 - 0x956ffff1  com.apple.PerformanceAnalysis (1.10 - 10) <45B10D4C-9B3B-37A6-982D-687A6F9EEA28> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/Perf ormanceAnalysis
    0x9576d000 - 0x9583cffb  com.apple.ImageIO.framework (3.1.0 - 3.1.0) <A482C10A-C474-39DC-AB3C-EADBCF3A433B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x9583d000 - 0x9584bfff  libdispatch.dylib (187.5.0 - compatibility 1.0.0) <1883C8E2-D180-3EA0-8BEF-325F2FEDACD1> /usr/lib/system/libdispatch.dylib
    0x9584c000 - 0x9584fff7  libmathCommon.A.dylib (2026.0.0 - compatibility 1.0.0) <69357047-7BE0-3360-A36D-000F55E39336> /usr/lib/system/libmathCommon.A.dylib
    0x959c6000 - 0x959c9ff7  libcompiler_rt.dylib (6.0.0 - compatibility 1.0.0) <7F6C14CC-0169-3F1B-B89C-372F67F1F3B5> /usr/lib/system/libcompiler_rt.dylib
    0x959ca000 - 0x95a06fff  libcups.2.dylib (2.9.0 - compatibility 2.0.0) <8CB51735-ABE4-37AD-9019-845BB768955F> /usr/lib/libcups.2.dylib
    0x95a07000 - 0x95a08ffd  libCVMSPluginSupport.dylib (??? - ???) <8057030D-B290-3A8B-9828-3A1BD123B124> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginS upport.dylib
    0x95a09000 - 0x95a59fff  libFontRegistry.dylib (??? - ???) <BC35B8F5-7CCA-3A04-A278-FA3306B2C4F8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x95a6a000 - 0x95a93ffe  com.apple.opencl (1.50.62 - 1.50.62) <52059AB5-8E0D-356E-98AA-71A4777CBE57> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x95aa0000 - 0x95aaaff2  com.apple.audio.SoundManager (3.9.4 - 3.9.4) <D23C4761-6492-3974-B4D2-495082B8B7A6> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x95aab000 - 0x95aabfff  com.apple.vecLib (3.7 - vecLib 3.7) <A01CD788-26FB-320F-8617-5A7DF0F9031E> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x95ad6000 - 0x95b3bff7  libvDSP.dylib (325.3.0 - compatibility 1.0.0) <1C4B66EB-3186-31BE-B93F-878E49334C49> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x95b4d000 - 0x95bbbfff  com.apple.Heimdal (2.1 - 2.0) <5BA5BFA4-0B05-3B00-AF06-C3D0D60F36BC> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
    0x95d75000 - 0x95d79ffa  libcache.dylib (47.0.0 - compatibility 1.0.0) <98A82BC5-0DD9-3212-9CAE-35A77278EEB6> /usr/lib/system/libcache.dylib
    0x95d87000 - 0x95e77ff1  libiconv.2.dylib (7.0.0 - compatibility 7.0.0) <9E5F86A3-8405-3774-9E0C-3A074273C96D> /usr/lib/libiconv.2.dylib
    0x95eb4000 - 0x95ebfffb  com.apple.speech.recognition.framework (4.0.19 - 4.0.19) <17C11291-5B27-3BE2-8614-7A806745EE8A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x95ec0000 - 0x95f01ff7  com.apple.CoreMedia (1.0 - 705.35) <8A487271-FBEA-357A-8887-27BAA355314C> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x9604e000 - 0x960c6ff2  com.apple.CorePDF (3.0 - 3.0) <A0EC8F60-A622-347E-979A-F71939C45E5F> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
    0x96112000 - 0x9616afff  com.apple.HIServices (1.9 - ???) <058E00E0-F1B4-395F-813E-C49C0C5F3BA9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x9616b000 - 0x96171ffd  com.apple.CommerceCore (1.0 - 17) <71641C17-1CA7-3AC9-974E-AAC9EB641035> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/C ommerceCore.framework/Versions/A/CommerceCore
    0x96172000 - 0x96326ff3  libicucore.A.dylib (46.1.0 - compatibility 1.0.0) <6270318A-CA9A-376C-AD6D-64A9B4B4A26E> /usr/lib/libicucore.A.dylib
    0x96327000 - 0x96334fff  libGL.dylib (??? - ???) <C1C549FC-FF7F-3012-9DF5-5255217B4AEA> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x96335000 - 0x96418ff7  libcrypto.0.9.8.dylib (0.9.8 - compatibility 0.9.8) <6E631200-1E22-37B9-85D1-EC40520891AB> /usr/lib/libcrypto.0.9.8.dylib
    0x96419000 - 0x96468ffb  com.apple.AppleVAFramework (5.0.14 - 5.0.14) <51981B76-9A78-39D7-8709-7686BD2057C8> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x96469000 - 0x96534fff  libsystem_c.dylib (763.11.0 - compatibility 1.0.0) <44AA09FD-3A8F-3DCF-AD98-BC9071CA7376> /usr/lib/system/libsystem_c.dylib
    0x96535000 - 0x96535fff  libdnsinfo.dylib (395.6.0 - compatibility 1.0.0) <959E5139-EB23-3529-8881-2BCB5724D1A9> /usr/lib/system/libdnsinfo.dylib
    0x96536000 - 0x96555fff  com.apple.RemoteViewServices (1.0 - 1) <D9810485-6A62-3758-96F5-48950AF250F1> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/Remot eViewServices
    0x9674e000 - 0x9676bff3  com.apple.openscripting (1.3.3 - ???) <31A51238-0CA1-38C7-9F0E-8A6676EE3241> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x9676c000 - 0x967adff9  libcurl.4.dylib (7.0.0 - compatibility 7.0.0) <975E4F25-7943-3785-849C-244FF4E77602> /usr/lib/libcurl.4.dylib
    0x967ae000 - 0x967b1ff9  libCGXType.A.dylib (600.0.0 - compatibility 64.0.0) <B9344DE6-B84D-352C-95AD-EF73A68B8A10> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
    0x96814000 - 0x96824fff  com.apple.LangAnalysis (1.7.0 - 1.7.0) <6D6F0C9D-2EEA-3578-AF3D-E2A09BCECAF3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x96825000 - 0x9683efff  libPng.dylib (??? - ???) <2C47E152-240A-36A7-87A8-3856EDFF2FE8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x9696d000 - 0x969e9ff3  com.apple.PDFKit (2.6 - 2.6) <484AB8A4-E967-3B2F-BEFE-4B74F72B65A2> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
    0x969ea000 - 0x96a3bff9  com.apple.ScalableUserInterface (1.0 - 1) <C3FA7E40-0213-3ABC-A006-2CB00B6A7EAB> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableU serInterface.framework/Versions/A/ScalableUserInterface
    0x96a6a000 - 0x96ad1fff  libc++.1.dylib (19.0.0 - compatibility 1.0.0) <3AFF3CE8-14AE-300F-8F63-8B7FB9D4DA96> /usr/lib/libc++.1.dylib
    0x96ad2000 - 0x96dd2fff  com.apple.CoreServices.CarbonCore (960.13 - 960.13) <E098AC3A-E795-3C28-BA92-EED51C461A6F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x96dd3000 - 0x96dd6ffd  libCoreVMClient.dylib (??? - ???) <1438A7D5-A622-3623-A49F-45F881B1D947> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
    0x96dd7000 - 0x96ddfffb  com.apple.DisplayServicesFW (2.5.0 - 302.1.2) <AD856B0D-3602-3C37-8B64-C6BB53A6F248> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
    0x96de9000 - 0x96e1ffff  com.apple.DebugSymbols (2.1 - 85) <0F996A4A-16A7-3C90-8037-0E2958D1FB16> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbol s
    0x96e20000 - 0x96e24ff3  libsystem_network.dylib (??? - ???) <E1455F3E-549B-3D50-A38B-17B394F3C7F6> /usr/lib/system/libsystem_network.dylib
    0x96e25000 - 0x96f36ff7  libJP2.dylib (??? - ???) <E938C201-C508-3E3D-B9A9-81FE52349E1B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x96f37000 - 0x96f4dffe  libxpc.dylib (77.16.0 - compatibility 1.0.0) <2EAF3E13-19FA-3EF2-88D6-64ACBC3A6ADB> /usr/lib/system/libxpc.dylib
    0x97030000 - 0x97030ff0  com.apple.ApplicationServices (41 - 41) <BED33E1D-C95C-3654-9A3A-0CB3607F9F10> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x9704a000 - 0x9707aff7  libsystem_info.dylib (??? - ???) <C385F5A9-458A-3B49-9CC7-EA81DC5F9141> /usr/lib/system/libsystem_info.dylib
    0x9707b000 - 0x97080ffd  libGFXShared.dylib (??? - ???) <7C55BE22-CDB5-3192-B7F0-96EA754A20AC> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
    0x970f5000 - 0x9716afff  com.apple.Metadata (10.7.0 - 627.9) <1EF7D615-3DF4-3F5D-88CE-6BDFA120FE32> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x9716b000 - 0x97189ff7  libsystem_kernel.dylib (1699.22.73 - compatibility 1.0.0) <D32C2E9C-8184-3FAF-8694-99FC619FC71B> /usr/lib/system/libsystem_kernel.dylib
    0x9718a000 - 0x971dbff3  com.apple.CoreMediaIO (201.0 - 3148) <C37D84D8-69B2-3375-B988-4EEB2B1A3DF4> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
    0x97205000 - 0x9720dfff  com.apple.DiskArbitration (2.4 - 2.4) <E574D5E7-7297-33B5-8B91-1E6346D5F917> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x9720e000 - 0x97210ff7  libdyld.dylib (195.5.0 - compatibility 1.0.0) <637660EA-8D12-3B79-B644-041FEADC9C33> /usr/lib/system/libdyld.dylib
    0x97275000 - 0x97301ff7  com.apple.CoreText (4.0.0 - ???) <2ADB0C1E-FE27-371C-8EC3-69D5CFEA2BE7> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x97302000 - 0x97330fe7  libSystem.B.dylib (159.0.0 - compatibility 1.0.0) <FA9B75F7-B989-3DD3-97FD-373EB95C5BA8> /usr/lib/libSystem.B.dylib
    0x973a7000 - 0x9748ffff  libxml2.2.dylib (10.3.0 - compatibility 10.0.0) <ED3F5E83-8C76-3D46-B2FF-0D5BDF8970C5> /usr/lib/libxml2.2.dylib
    0x974aa000 - 0x974b1fff  libnotify.dylib (80.0.0 - compatibility 1.0.0) <B3B3875D-311D-31A7-A09F-D1BC56795E00> /usr/lib/system/libnotify.dylib
    0x974b2000 - 0x97572fff  com.apple.CoreServices.OSServices (478.25.1 - 478.25.1) <7971F047-D9EF-3D9C-A65F-E5A8C6CECF06> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x97585000 - 0x9775bfef  com.apple.CoreFoundation (6.7 - 635) <4EE0D62E-5342-3A9F-A740-DA1D5AEBB1B0> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x977fb000 - 0x9781dffe  com.apple.framework.familycontrols (3.0 - 300) <AE51B604-D32D-32F7-AEDC-B1C4EB7191C6> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
    0x97853000 - 0x97889ff4  com.apple.LDAPFramework (3.0 - 120.1) <EA92FCA5-7A7E-328F-8C7F-4250FCC45879> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x978ce000 - 0x97932fff  com.apple.framework.IOKit (2.0 - ???) <B5888D02-8C36-3404-A37E-7457D950D629> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x97933000 - 0x97973ff7  libauto.dylib (??? - ???) <36E7FE7F-27DF-3301-80AA-DD61FBF722F4> /usr/lib/libauto.dylib
    0x97974000 - 0x97a08ff7  com.apple.LaunchServices (480.19 - 480.19) <A68C0688-4ED1-35F1-BF44-F5B1917084A0> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x97a09000 - 0x97a0bffb  libRadiance.dylib (??? - ???) <5112B7CE-BAAF-3E98-94E4-676BCB92867F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x97a0c000 - 0x97a15ff3  com.apple.CommonAuth (2.1 - 2.0) <94EA2555-212C-3704-8307-FCEE5D6D32C5> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
    0x97a16000 - 0x97a16fff  com.apple.Cocoa (6.6 - ???) <650273EF-1ABC-334E-B745-B75AF028F9F4> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x97a19000 - 0x97a94ffb  com.apple.ApplicationServices.ATS (5.0 - ???) <8DF22F1E-7600-3ADA-BFC1-F6FA79914171> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x97a95000 - 0x97a99fff  com.apple.CommonPanels (1.2.5 - 94) <3A988595-DE53-34ED-9367-C9A737E2AF38> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x97a9a000 - 0x97ad0ff7  com.apple.AE (527.6 - 527.6) <77999151-94E3-37CD-A49E-7A9F9084F886> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x97ae8000 - 0x97bbeff6  com.apple.QuickLookUIFramework (3.0 - 489.1) <DC6303F6-F343-37C5-AE54-F5FD606FE78C> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.f ramework/Versions/A/QuickLookUI
    0x97bbf000 - 0x97bdbff5  com.apple.GenerationalStorage (1.0 - 124) <0BC29510-6C26-3445-88B7-21502CAFF372> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/Gene rationalStorage
    0x97bdc000 - 0x97bf6fff  com.apple.Kerberos (1.0 - 1) <25E5A286-876D-3A8E-A12F-52D184559E8C> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x97bf7000 - 0x97c0aff9  com.apple.MultitouchSupport.framework (220.62 - 220.62) <5BD8730D-43A4-3040-9EA3-0BDA52A392A9> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
    0x97c0b000 - 0x97c14fff  libc++abi.dylib (14.0.0 - compatibility 1.0.0) <FEB5330E-AD5D-37A0-8AB2-0820F311A2C8> /usr/lib/libc++abi.dylib
    0x97c15000 - 0x97c25ff7  libCRFSuite.dylib (??? - ???) <CE616EF3-756A-355A-95AD-3472A876BEB9> /usr/lib/libCRFSuite.dylib
    0x97c26000 - 0x97dbfff7  com.apple.CoreData (103 - 358.4) <EB07F3A5-6301-3DA4-96FC-F8381D148C69> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x97dc4000 - 0x97dc5fff  libDiagnosticMessagesClient.dylib (??? - ???) <DB3889C2-2FC2-3087-A2A2-4C319455E35C> /usr/lib/libDiagnosticMessagesClient.dylib
    0x97e04000 - 0x97e54ff9  com.apple.QuickLookFramework (3.0 - 489.1) <46E053F5-E7CC-3358-93AF-635837E4ECCA> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x97e55000 - 0x97e56fff  com.apple.TrustEvaluationAgent (2.0 - 1) <EABDA7EE-A98F-35B8-9E3E-7075BA651C68> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
    0x97f0b000 - 0x98134ffb  com.apple.QuartzComposer (5.0 - 232) <B25A191A-B96D-3BB0-B7D5-FDE4A97DFD06> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
    0x98a44000 - 0x98a48fff  libGIF.dylib (??? - ???) <F6094267-AB0E-38FC-8201-510AA4BDC974> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x98a49000 - 0x98a73ff0  libpcre.0.dylib (1.1.0 - compatibility 1.0.0) <5CAA1478-97E0-31EA-8F50-BF09D665DD84> /usr/lib/libpcre.0.dylib
    0x98a80000 - 0x98ba0fec  com.apple.vImage (5.0 - 5.0) <173F6343-07EE-39F7-A159-DD3837E473DE> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x98ba1000 - 0x98ba8ff5  libsystem_dnssd.dylib (??? - ???) <B3217FA8-A7D6-3C90-ABFC-2E54AEF33547> /usr/lib/system/libsystem_dnssd.dylib
    0x98ba9000 - 0x98f05fff  com.apple.MediaToolbox (1.0 - 705.35) <425BD613-CB66-3BE1-8DDC-1B59561A1F5F> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbo x
    0x98f2d000 - 0x98f55ff7  libxslt.1.dylib (3.24.0 - compatibility 3.0.0) <FCAC685A-724F-3FE7-8416-146108DF75FB> /usr/lib/libxslt.1.dylib
    0x98f56000 - 0x98f6aff7  com.apple.CFOpenDirectory (10.7 - 144) <665CDF77-F0C9-3AFF-8CF8-64257268B7DD> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
    0x98f6b000 - 0x98f91ffb  com.apple.quartzfilters (1.7.0 - 1.7.0) <9C8F1F3D-D570-3F5C-9B31-5B5B82161CDE> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters .framework/Versions/A/QuartzFilters
    0x99001000 - 0x99018ff8  com.apple.CoreMediaAuthoring (2.0 - 889) <49B55753-BD7E-3889-BA60-15294DA49CB7> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreM ediaAuthoring
    0x99019000 - 0x99057fff  com.apple.NavigationServices (3.6 - 192) <CB7AE807-9292-3EBA-A5F5-D7DCEE28A5B7> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x9944a000 - 0x99498ff3  com.apple.ImageCaptureCore (3.0 - 3.0) <16B80ABD-DCDA-34AA-A539-F36A4D39CB03> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCo re
    0x99499000 - 0x994a4ff3  libCSync.A.dylib (600.0.0 - compatibility 64.0.0) <11726E50-E6FC-3AB0-8750-DDDCCF2B8534> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x994a5000 - 0x9957ba5b  libobjc.A.dylib (228.0.0 - compatibility 1.0.0) <A0EDB351-4B9D-3AA2-9D1A-0C22204FCCD3> /usr/lib/libobjc.A.dylib
    0x9957c000 - 0x99a22feb  com.apple.RawCamera.bundle (3.8.0 - 577) <E49AF1AA-A663-9CC9-D015-28968F253339> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x99a23000 - 0x99a27ff7  com.apple.OpenDirectory (10.7 - 144) <A117580D-FD86-381E-82FD-B1A040045031> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x99a28000 - 0x99a2aff9  com.apple.securityhi (4.0 - 1) <BD367302-73C3-32F4-8080-E389AE89E434> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x99a37000 - 0x99a37ff2  com.apple.CoreServices (53 - 53) <C513E133-B0E0-3C35-A7CB-DBC35A7EF571> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x99a79000 - 0x99b4fff3  com.apple.avfoundation (2.0 - 180.23) <428C1F5D-B786-3392-ADF4-43572D1722DE> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation
    0x99b50000 - 0x99b51ff5  libremovefile.dylib (21.0.0 - compatibility 1.0.0) <9A1E12B7-F822-3544-8E1D-A6DC81E1F2E6> /usr/lib/system/libremovefile.dylib
    0x99c20000 - 0x99e91ffb  com.apple.CoreImage (7.77 - 1.0.1) <DF1D9EB7-5879-3EA2-8CF5-80004DAC18BC> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage .framework/Versions/A/CoreImage
    0x99e92000 - 0x9a1d1ff3  com.apple.HIToolbox (1.7 - ???) <A9583F07-218D-35CD-B29C-C65E6D008836> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x9a1d2000 - 0x9ac57ffe  com.apple.AppKit (6.7 - 1138) <1CEDE402-32DD-3C10-B3B3-8C3DDBE8335D> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x9ac58000 - 0x9ac5bffc  libpam.2.dylib (3.0.0 - compatibility 3.0.0) <6FFDBD60-5EC6-3EFA-996B-EE030443C16C> /usr/lib/libpam.2.dylib
    0x9ac5c000 - 0x9ace3fff  com.apple.print.framework.PrintCore (7.0 - 366) <D037D344-7463-3620-AE8F-8D0D3EA5CE8E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x9ace4000 - 0x9ae46fff  com.apple.QTKit (7.7.1 - 2246) <3BFE9BE6-4DDD-3D21-9695-0ECE773128E6> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x9ae9c000 - 0x9aeaafff  com.apple.opengl (1.7.4 - 1.7.4) <C6DE3D3A-CC1F-3F55-B8DD-2637FA40058F> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x9aead000 - 0x9aeadffe  libkeymgr.dylib (23.0.0 - compatibility 1.0.0) <7F0E8EE2-9E8F-366F-9988-E2F119DB9A82> /usr/lib/system/libkeymgr.dylib
    0x9aeae000 - 0x9aeb6ff3  liblaunch.dylib (392.18.0 - compatibility 1.0.0) <CD470A1E-0147-3CB1-B44D-0B61F9061826> /usr/lib/system/liblaunch.dylib
    0x9aedb000 - 0x9b02dffb  com.apple.audio.toolbox.AudioToolbox (1.7 - 1.7) <5767C518-343D-36DB-8D59-C72986161AEC> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x9b02e000 - 0x9b08effb  com.apple.audio.CoreAudio (4.0.0 - 4.0.0) <6026C895-3DC6-3785-A7BB-2F2B9E292D95> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x9b08f000 - 0x9b70aff9  com.apple.CoreAUC (6.11.03 - 6.11.03) <E8553EC9-6A7E-339E-B346-A5853649D3A0> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
    0x9b70b000 - 0x9b76dff3  libstdc++.6.dylib (52.0.0 - compatibility 7.0.0) <266CE9B3-526A-3C41-BA58-7AE66A3B15FD> /usr/lib/libstdc++.6.dylib
    0x9b770000 - 0x9b87bffb  com.apple.DesktopServices (1.6.0 - 1.6.0) <66E2BD3A-958A-3F46-8DA0-C0F2358013B0> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x9b8a8000 - 0x9bc9bff7  com.apple.VideoToolbox (1.0 - 705.35) <B0D04F08-D3EB-370A-A56F-8AF01116B0D0> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbo x
    0x9bce0000 - 0x9bce8ff5  libcopyfile.dylib (85.1.0 - compatibility 1.0.0) <A1BFC320-616A-30AA-A41E-29D7904FC4C7> /usr/lib/system/libcopyfile.dylib
    0x9bce9000 - 0x9bd0cfff  com.apple.CoreVideo (1.7 - 70.0) <0CBE6F3B-34C7-3C6B-9BB1-826F9905ECC1> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x9bd10000 - 0x9bd6dffb  com.apple.htmlrendering (76 - 1.1.4) <743C2943-40BC-36FB-A45C-3421A394F081> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x9bd6e000 - 0x9bdfbfe7  libvMisc.dylib (325.3.0 - compatibility 1.0.0) <A44ADE1B-AB2C-3585-8C9D-D85B526E66C0> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x9bdfc000 - 0x9bdfcfff  com.apple.Accelerate (1.7 - Accelerate 1.7) <881C1C85-2DEC-38DE-BC97-7804BC907282> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x9be99000 - 0x9bea0ffd  com.apple.NetFS (4.0 - 4.0) <D0D59145-D211-3E7C-9062-35A2833FA99B> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x9bea1000 - 0x9c0bbff7  com.apple.JavaScriptCore (7534 - 7534.48) <430C2E37-5E97-3C16-9BC9-D8478F7A6CF6> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x9c0bc000 - 0x9c0bcfff  com.apple.audio.units.AudioUnit (1.7 - 1.7) <75E38B34-1DE2-337A-A09F-0F7E91C02ABB> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x9c0bd000 - 0x9c0c5ff3  libunwind.dylib (30.0.0 - compatibility 1.0.0) <E8DA8CEC-12D6-3C8D-B2E2-5D567C8F3CB5> /usr/lib/system/libunwind.dylib
    0x9c0c6000 - 0x9c0e3fff  libresolv.9.dylib (46.0.0 - compatibility 1.0.0) <95AE43ED-6C52-3B39-89B6-54C81C62F1FF> /usr/lib/libresolv.9.dylib
    0x9c0e4000 - 0x9c118ff8  libssl.0.9.8.dylib (0.9.8 - compatibility 0.9.8) <240A755A-8B80-354C-A5BF-42D7B5A68409> /usr/lib/libssl.0.9.8.dylib
    0x9c119000 - 0x9c11cffb  com.apple.help (1.3.2 - 42) <DDCEBA10-5CDE-3ED2-A52F-5CD5A0632CA2> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x9c11d000 - 0x9c12bfff  libz.1.dylib (1.2.5 - compatibility 1.0.0) <E73A4025-835C-3F73-9853-B08606E892DB> /usr/lib/libz.1.dylib
    0x9c12c000 - 0x9c52eff6  libLAPACK.dylib (??? - ???) <00BE0221-8564-3F87-9F6B-8A910CF2F141> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x9c52f000 - 0x9c74dff7  com.apple.imageKit (2.1 - 1.0) <0B16E64D-597C-3ECE-8076-7991AF7D6820> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
    External Modification Summary:
      Calls made by other processes targeting this process:
        task_for_pid: 4
        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: 663
        thread_create: 1
        thread_set_state: 0
    VM Region Summary:
    ReadOnly portion of Libraries: Total=280.1M resident=134.9M(48%) swapped_out_or_unallocated=145.2M(52%)
    Writable regions: Total=298.5M written=73.6M(25%) resident=130.2M(44%) swapped_out=0K(0%) unallocated=168.3M(56%)
    REGION TYPE                      VIRTUAL
    ===========                      =======
    CG backing stores                  3408K
    CG image                           1040K
    CG raster data                      132K
    CG shared images                   3416K
    CoreGraphics                          8K
    CoreServices                       1576K
    IOKit                              13.7M
    IOKit (reserved)                    512K        reserved VM address space (unallocated)
    MALLOC                            216.4M
    MALLOC guard page                    48K
    Mach message                          4K
    Memory tag=242                       12K
    Memory tag=249                      156K
    OpenGL GLSL                        1116K
    OpenGL GLSL (reserved)              128K        reserved VM address space (unallocated)
    Stack                              71.6M
    Stack (reserved)                    516K        reserved VM address space (unallocated)
    VM_ALLOCATE                        29.6M
    __CI_BITMAP                          80K
    __DATA                             24.3M
    __DATA/__OBJC                       100K
    __IMAGE                            1256K
    __IMPORT                             16K
    __LINKEDIT                         63.0M
    __OBJC                             2352K
    __PAGEZERO                            4K
    __TEXT                            217.2M
    __UNICODE                           544K
    mapped file                       108.7M
    shared memory                      5444K
    shared pmap                        7964K
    ===========                      =======
    TOTAL                             773.6M
    TOTAL, minus reserved VM space    772.4M
    Model: iMac8,1, BootROM IM81.00C1.B00, 2 processors, Intel Core 2 Duo, 2.8 GHz, 2 GB, SMC 1.30f1
    Graphics: ATI Radeon HD 2600 Pro, ATI Radeon HD 2600 Pro, PCIe, 256 MB
    Memory Module: BANK 0/DIMM0, 1 GB, DDR2 SDRAM, 800 MHz, 0xCE00000000000000, 0x4D3420373054323836345148332D43463720
    Memory Module: BANK 1/DIMM1, 1 GB, DDR2 SDRAM, 800 MHz, 0xCE00000000000000, 0x4D3420373054323836345148332D43463720
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x8C), Broadcom BCM43xx 1.0 (5.10.131.36.11)
    Bluetooth: Version 2.5.0f17, 2 service, 19 devices, 1 incoming serial ports
    Network Service: Built-in Ethernet, Ethernet, en0
    Network Service: AirPort, AirPort, en1
    Network Service: Parallels Shared Networking Adapter, Ethernet, en2
    Network Service: Parallels Host-Only Networking Adapter, Ethernet, en3
    Serial ATA Device: WDC WD3200AAJS-40VWA1, 320.07 GB
    Parallel ATA Device: MATSHITADVD-R   UJ-875
    USB Device: Keyboard Hub, apple_vendor_id, 0x1006, 0xfa400000 / 2
    USB Device: Apple Optical USB Mouse, apple_vendor_id, 0x0304, 0xfa430000 / 4
    USB Device: Apple Keyboard, apple_vendor_id, 0x0220, 0xfa420000 / 3
    USB Device: Built-in iSight, apple_vendor_id, 0x8502, 0xfd400000 / 2
    USB Device: BRCM2046 Hub, 0x0a5c  (Broadcom Corp.), 0x4500, 0x1a100000 / 2
    USB Device: Bluetooth USB Host Controller, apple_vendor_id, 0x820f, 0x1a110000 / 5
    USB Device: IR Receiver, apple_vendor_id, 0x8242, 0x5d100000 / 2
    FireWire Device: FreeAgent FW, Seagate, 800mbit_speed

  • How to copy/move Portal database from one machine to another?

    I am receiving a ORA-22973 error (size of object identifier exceeds maxmum size allowed) on the wwsec_enabler_config_info$ table when attempting to import my entire "portal30" schema from one database to another on different Windows NT Servers.
    Background: I had Portal 3.0.9.8 installed, configured, and running with the following setup:
    Machine 1: Windows NT 4.0 SP 6, Oracle 9iAS 1.0.2.2, Oracle Portal 3.0.9.8
    Machine 2: Windows NT 4.0 SP 6, Oracle 8i Database 8.1.7.0.0
    We no longer have use of Machine 2 and needed to move the database over to Machine 1.
    I performed the following steps:
    1. Installed Oracle 8i database 8.1.7.0.0 on Machine 1.
    2. Set up the tablespaces in the database on Machine 1 to match the same names and sizes of the tablespaces in the database on Machine 2.
    3. Used the Oracle "exp" command to export the entire database that resided on Machine 2.
    4. Copied the ".dmp" file to Machine 1.
    5. Used the Oracle "imp" command to import the entire database on Machine 1.
    6. The import completed successfully with warnings. But I had received the ORA-22973 error during the import process.
    7. After it completed I compared the list of tables and packages in the "portal30" schema between the two databases. The wwsec_enabler_config_info$ table is missing.
    8. I tried to export and import only the wwsec_enabler_config_info$ table between the two databases, but continue to receive the ORA-22973 error.
    Without the table being created, access to the portal cannot be achieved.
    Here are my questions:
    1. Is there anyway to create the wwsec_enabler_config_info$ table without receiving the noted error?
    2. Is there any other workable way to get the portal database from Machine 2 to Machine 1?
    I am aware of the portal import/export utilities but that would require me to run through the 2 hour install of Portal 3.0.9.8 on the database on Machine 1 and then individually export and import all the portal components (security, pages, applications, content library, etc). I merely wanted to transfer the entire database from one machine to another, so I felt the Oracle exp/imp utilities would be quicker and less work.

    Hi,
    I've been hitting problems with Portal 3.0.9.8.1 against 8.1.7.2.1 on NT - i.e., Intermedia not working at all, and have been advised by support to move back to 8.1.7.1.1.
    I don't want to lose any of my content in the Portal since the db upgrade and am wondering on what is the best way to do this.
    The version of the Portal will be the same so I am hoping I can just use the Portal export and import utilities, as afterall, it is just data and the schema structures are the same between db versions. I'm also hoping that the Portal export doesn't use the standard Oracle EXP tool as it doesn't work anymore on 8.1.7.2.1 on NT!!
    Regards,
    John

  • Moving the Portal Database

    I have attempted to move the portal database onto another host machine. When I move the database and point the portal at the database everything seems to work fine except for the administration area of the portal. When I try to navigate to the administration area I get an error. Can anyone help with a resolution for this?
    Chris
    error:
    Server Error in '/portal' Application.
    Runtime ErrorDescription: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine. Details:To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "Off".<!-- Web.Config Configuration File -->
    <configuration>
        <system.web>
            <customErrors mode="Off"/>
        </system.web>
    </configuration>
    Notes:The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's <customErrors> configuration tag to point to a custom error page URL.<!-- Web.Config Configuration File -->
    <configuration>
        <system.web>
            <customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/>
        </system.web>
    </configuration>

    I did it a few times succesfull and this is (my) procedure:
    1. stop the SAP system
    2. detach th DB on the Source server
    3. copy db+log files to the Target server
    4. attach the db on the Target server
    5. repair login/db user account following the steps:
    -  http://support.microsoft.com/kb/274188
    OR
    -  http://blog3.daqureshi.com/archive/2008/12/16/11.aspx
    6. update/change the file usr\sap\<sid>\sys\profile\default.prf
    7. start the configtool and within the keystore change the jdbc connection parameters so that it points to the new DB Server
    8. save this action!!!!
    9. exit and restart the configtool and look if its connecting to the new DB Server
    10. exit the confconfigtool.
    11. start your SAP System
    Good Luck!
    Benjamin Houttuin

  • Error: Could not read Metadata from Portal Database !

    Hi All!
    My problem is when i am trying to open the portal page (Oracle 10G)
    http://domain/portal/page?_pageid=6,1,6_13&_dad=portal&_schema=PORTAL
    then i have an Error: Could not read Metadata from Portal Database.
    And i do not know why because everything is up and running. I can connect and browse my database schema with portal user. I can connect to pls/orasso and where ever i want.
    [07/Feb/2006:00:57:23 +0100] "GET /pls/portal/htp.p?cbuf=Test HTTP/1.1" 200 5
    plz help i am trying to fix this in the last 2 weeks :)
    thx kEndE

    Hi Andreas,
    I've changed the permissions to 775 and changed the ownership of /sapcd (volume name) to orasid:dba (including all files within the staging area /sapcd/ora-patch).
    So the permissions and ownership seems to be fine.
    I've also ran your suggested commands but the issue still exists.
    I'm now liasing with our UNIX guy to check if there is any underlying permission issues on the volume (sapcd) that may be causing this problem.
    In the mean time, let me know if you have any further thoughts.
    Thanks,
    Chris

  • ORA-03113 when trying to connect to database

    RDBMS Version:: 9.2.0.6
    Operating System and Version:: Win2003 Small Business Server
    Error Number (if applicable):: ORA-03113
    Server Net Version:: 9.2.0.6
    Client Operating System and Version:: Solaris10
    Client Net Version:: 2.1.3
    ORA-03113 when trying to connect to database
    I've currently a 7.1.3 client on SUN Solaris (5.10 Generic_118844-26 i86pc i386 i86pc) where I want to connect to the 9.2.0.6 database on a Win2003 Server hardware.
    When i try to connect via SQL*Plus (Release 3.1.3.4.1), I get ORA-03113. Looking into the listener resp. alertfile on the server, I can see that the connectiorequest is recognized, but immediately answered by an ORA-0600, producing also trc-files.
    listener: 25-MAI-2007 09:37:23 * (CONNECT_DATA=(SID=HTASQL)(CID=(PROGRAM=)(HOST=eklvpa)(USER=sat250))) * (ADDRESS=(PROTOCOL=tcp)(HOST=172.17.233.3)(PORT=32790)) * establish * HTASQL * 0
    alert: ORA-00600: internal error code, arguments: [12333], [26], [0], [115], [], [], [], []
    Activating traces on the client-side showed the following errors:
    -<ERROR>- ntus2err: sd=8, op=1, resnt[0]=511, resnt[1]=2, resnt[2]=0
    -<ERROR>- nserror: nsres: id=0, op=65, ns=12541, ns2=12560; nt[0]=511, nt[1]=2, nt[2]=0
    -<ERROR>- nsopen: unable to open transport
    -<ERROR>- nsprecv: transport read error
    -<ERROR>- nserror: nsres: id=0, op=68, ns=12537, ns2=12560; nt[0]=507, nt[1]=0, nt[2]=0
    -<ERROR>- osnqrc: wanted 1 got 0, type 0
    -<ERROR>- osnqper: error from osnqrc
    -<ERROR>- osnqper: nr err code: 0
    -<ERROR>- osnqper: ns main err code: 12537
    -<ERROR>- osnqper: ns (2) err code: 12560
    -<ERROR>- osnqper: nt main err code: 507
    -<ERROR>- osnqper: nt (2) err code: 0
    -<ERROR>- osnqper: nt OS err code: 0
    -<ERROR>- osnqsm: send-break: failed to send OOB break...
    -<ERROR>- osnqper: error from send-marker
    -<ERROR>- osnqper: nr err code: 0
    -<ERROR>- osnqper: ns main err code: 12583
    -<ERROR>- osnqper: ns (2) err code: 0
    -<ERROR>- osnqper: nt main err code: 0
    -<ERROR>- osnqper: nt (2) err code: 0
    -<ERROR>- osnqper: nt OS err code: 0
    -<ERROR>- osnqbr: returning 3113
    Can anybody help me in determining the problem ? Is there a systemtic incompatibility in connecting a 7.1.3 client to a 9.2 (or even higher) database ?

    Thanks for your reply.
    But the funny thing on this compatibility issues is, that this configuration worked before. The only thing we did, was to setup the client-PC on a new hardware with also a new operating system (upgrading from Solaris 5.8 to 5.10). And from that time we encountered this problem.
    Are there any OS-related problems known or better to say: is (was) ORACLE 7.1.3 supported on Solaris 5.10 ? Should we look for any patches which might help us ?

  • Portal Database

    How do I move my production users (stored in the portal database using a RDBMS realm) to QA and Dev. I can't simply do a database refresh due to the desktop stuff.
    Thanks
    Kunal

    Hey kunal
    am really sorry that i cant help you in your query but as i as i read you query i have one of my own . just need your help on that.
    you are using RDBMS realm right? IS YOUR PORTAL ADMINISTRATION WORKING ??
    Because i am also using RDBMS realm but the portal administration is not working. Not working in the sense is that the links on top of the page are visible like "Users and Groups", Visitor Entitlements" etc. But when i click them no content is shown in the lower part of the window.
    Please can u help

  • A new application built on a schema not in the portal database

    I want to create a new application using the create "new application" function of the "build" tab of Portal.
    I want this application to use a schema not in the Portal Database. The schema the application has to use belongs to a different database residing on the same machine the Portal database resides.
    But the Portal "Application Name and Schema" form does allow me to choose a schema outside the Oracle Portal database.
    I run Oracle Portal Version: 3.0.7.6.2 on WNT.
    Thank for any suggestion.

    Maurizio
    Carol's right. Create a schema in the local database then create a db link to the remote db connecting as that schema user (or some other of your choice). In my experience this has to be a public db link.
    I run a portal application against a database on another sun box. There's some hassles, but it works ok mostly.
    The db link connects as the user to the remote database and I grant privileges in the remote db to that db link user. I also have public synonyms in the portal database that point to the objects in the remote db. I have public synonyms in the remote database that sort out the schema of the objects required.
    This sounds complicated and I've explained it in a rush, but if you sit down and work it through it's not so bad. You may find a better way, but after several trials I've got a setup that works.
    Also, when I create a form I always refer only to the synonym - never to a schema.object. That way you can adjust the synonym easily without rewriting your report.
    I always make reports from sql for the reason that you can change the sql, though I always refer to my synonym never to schema.object.
    Session info doesn't travel well to the remote instance. I've had to build a work-around to get my table triggers in the remote instance to figure out who the portal user is because wwctx_api.get_user returns public.
    I've been unable to directly call procedures in the remote database from portal components, but I've got around that by creating wrapper procedures in the local database.
    It hasn't been a trivial exercise, but it does work.
    Greg
    I want to create a new application using the create "new application" function of the "build" tab of Portal.>I want this application to use a schema not in the Portal Database. The schema the application has to use belongs to a different database residing on the same machine the Portal database resides.>>But the Portal "Application Name and Schema" form does allow me to choose a schema outside the Oracle Portal database.>>I run Oracle Portal Version: 3.0.7.6.2 on WNT.>>Thank for any suggestion.

  • Performance implications when working in Session.Record mode

    Performance implications when working in Session.Record mode
    Hi,
    Iu2019m considering working in GuiSession.Record mode (in SAPGui API) all the time for all SAP client applications, as part of a solution aimed to detect UI changes.
    I wanted to know if working in GuiSession.Record carries significant performance implications? Other drawback? Is there any reason why working in record mode would not be advisable?
    Thanks.

    Hello again,
    After a bit of search, I found it.
    I tried Method #1, it wasn't working with a corrupt cache at all for me.
    I had to do Method #2, manual mode, I entered the registry key manually.
    Let me fix it myself
    If you cannot access the Offline
    Files tab, use this method to re-initialize the Offline Files (CSC) cache on the system by modifying the registry. Use this
    method also to re-initialize the offline files database/client-side cache on multiple systems. Add the following registry subkey: 
    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\NetCache
    Key Name: FormatDatabase 
    Key Type: DWORD 
    Key Value: 1
    Note The actual value of the registry key is ignored. This registry change requires a restart. When the computer is
    restarting, the shell will re-initialize the CSC cache, and then delete the registry key if the registry entry exists. 
    Warning All cache files are deleted and unsynchronized data is lost.
    http://support.microsoft.com/kb/230738/en-us
    I want to hear back from you, tell me if it worked.
    Thanks !
    Konnan
    Understanding XP Mode, the key to success

  • Sharing Portal database connection with JSP page

    Hi out there,
    I implemented a JSP page as a selection form to be integrated into Oracle Portal. This JSP page contains a 'dynamic' form which needs to send queries to the database also integrated in the Portal.
    For this I am currently using a JDBC connection but I would prefer to use the internal db connection of the Portal System.
    Explanation: The user has to log in to the Portal and after that can call the JSP form. To poulate some comboboxes within this form I need some data from the database and the user does have READING privileges on that database.
    Can anybody tell me how to use the user's login and password (or the established connection) to fetch the needed data from the database OTHER than with a jdbc connection?
    Thanx in advance!
    Cheers,
    Thomas

    sorry. not going to happen. you're running in a completely different environment when running Java on Portal. Portal is running in the database; your Java is running on the application server. your Java code must use JDBC to access any database resources, even if Portal related.
    it is essential that you implement a connection pool on the application server to optimize your database traffic. check out bitmechanic for a very good open source option.
    good luck,
    rich

  • Portal database dependency

    Hi
    I am trying to find the answer to the question, how much does the portal rely on its database for operation once the portal has started?
    We are running the Portal database on a separate Oracle server and were wondering if there are scenarios where the portal would stop working because it could not get to its database?
    Regards

    The whole app server can be running other applications beside the portal. It would not be reasonable to shut it down.
    A simpler question is what do you do when the application is actually down (for whatever reasons, normal or unexpected). In our case, We simply change the webserver to direct all requests to a maintenance HTML , in which case whether the Portal is up or down is irrelevant. In some case's you might need the Portal Up to diagnose issues (e.g, the DB is up but the portal cant connect to it ).
    One last question - does the portal reconnect automatically when its database comes back up?Normally yes. But that assumes you have set up testing on the portal related pools. (basically if the DB is bounced the connection in the pool has become invalid and it depends on the settings whether the portal will test if the connection is valid before using it / after releasing it)..However I do know that in earlier versions we had to bounce the portal server as well because it still threw errors(but sometimes only) , you'd have to test it out.

  • Reconnect to portal database after database restart

    Hi,
    After having seen a 24/7 EP system in production for a while, there is one contributing factor which is causing more downtime than we would like (even though the downtime is very small).
    When ever the portal database is restarted or we loose the network connection, the SAP J2EE (and hence EP) is not able to reconnect to the database (as you would expect from such a mature product). The forces us to take down the entire cluster (yes the cluster is big and takes a lot of time to restart) and then take it up again.
    An OSS has been open (and been through development) and the verdict is that it cannot be done.
    However, I don't believe them. Some of you SAP expert here must know of some very cleaver hack to get this working.
    If you have any ideas or experience with this, please do not hesitate to post it.

    Managed to find some undocumented command that did the trick.
    1. Telnet to the administration console (port 50008 is standard ?)
    2. Login as administrator
    3. Run the lsc command in order to get the cluster id of an application node
    4. Change the active node to an application node
    >jump <clusterId>
    5. Add the dbpool command set
    >add dbpool
    6. Close the database pool
    >close_pool <poolname> -force
    7. Open the database pool
    >open_pool <poolname>
    From the SAP J2EE administration console in the dbpool there seems to be a functionality for closing and opening the pool, but this doesn't work, at least not in PL21 (maybe it doesn't force the connections to close)
    Message was edited by: Dagfinn Parnas

Maybe you are looking for

  • I was copying a picture from internet into iphoto and now I can't open it.

    I was copying a picture from the internet into iphoto and now I can't open iphoto at all.  I don't have ilife. Any ideas please?

  • Problem in displaying variable input screen

    Hi, I am trying to execute the query. I created Characteristic with User entry variable on some characteristics. But at the time of execution it is not displaying variable input boxes for inserting the input. It is giving blanck white in colour. It i

  • Problem with jar file

    Hello, I have create successfull an executeable jar and it orks fine on my pc I try to run it on other pc whoe winrar is installed the jar can not run and the jar will be extract who is the problem ??????

  • Webdynpro ABAP Scenario

    Hi, Can we develop a WD ABAP application on system1(ECC 6.0) which has to access standard,custom infotypes on system2 (ECC5.0) process/update them. Can we use EP 6.0 to display the WD ABAP application as an iVIew. Edited by: SDN User on Nov 13, 2008

  • Custom Adaptor for JDBC Communication Channel

    Hi Guys, My apologies if this has been asked before, but I did a few searches and could not find anything. I'm trying to write an adaptor that will use/ access the information passed into a JDBC Receiver communication channel prior to the normal adap