Crash recovery for zones

hi,
What's the best way for crash recovery for zones?
Thanks,
Rosario

there are some recipes using the snapshot feature of ZFS systems. I tried a solution for non ZFS filesystems:
to backup:
df -F nfs | sed "s/ .*//" > /tmp/excludes # this excludes NFS mounted filesystems
find /$zonepath/$zonename -fstype lofs -prune 2> /dev/null | sed "s/^\/$zonepath\///">> /tmp/excludes # this exclude LOFS mounted filesystems
echo "$zonename/root/proc" >> /tmp/excludes
echo "$zonename/root/var/run" >> /tmp/excludes
echo "$zonename/root/system/contract/all" >> /tmp/excludes
echo "$zonename/root/system/contract/process" >> /tmp/excludes
echo "$zonename/root/etc/mnttab" >> /tmp/excludes
echo "$zonename/root/etc/svc/volatile" >> /tmp/excludes
echo "$zonename/root/system/object" >> /tmp/excludes
echo "$zonename/root/tmp" >> /tmp/excludes
echo "$zonename/root/var/svc/log" >> /tmp/excludes
echo "$zonename/root/var/log/syslog*" >> /tmp/excludes
echo "$zonename/root/var/saf/zsmon/log" >> /tmp/excludes
echo "$zonename/root/var/adm/messages*" >> /tmp/excludes
echo "$zonename/root/var/adm/wtmpx" >> /tmp/excludes
echo "$zonename/root/etc/svc/volatile/repository_door" >> /tmp/excludes
echo "$zonename/root/tmp/.X11-unix/X0" >> /tmp/excludes
echo "$zonename/dev/.devfsadm_synch_door" >> /tmp/excludes
cd /$zonepath
tar -EcfX /$somepath/$zonename.tar /tmp/excludes $zonename 2> /tmp/$zonename.err
to restore:
extract tar
mkdir of all mount points
mkdir for all dynamic data (i.e. $zonename/root/proc), assigning correct permissions&ownership
create files for all dynamic data (i.e. $zonename/root/etc/mnttab), assigning correct permissions&ownership
this solution requires that the backed up machine, and the restored one, to have the same OS level and patches

Similar Messages

  • When occurs crash recovery,why use active online redo log not archived log?

    If current redo log had archived, but it's still 'ACTIVE'. As we all know, archived log is just an archived copy of the current redo log which is still 'ACTIVE', they have the same data. But why use active online redo log not archived log for crash recovery?(I think, if crash recovery can use archived log, then whether the online redo log is 'ACTIVE' or not, it can be overwritten)
    Quote:
    Re: v$log : How redo log file can have a status ACTIVE and be already archived?
    Hemant K Chitale
    If your instance crashes, Oracle attempts Instance Recovery -- reading from the Online Redo Logs. It doesn't need ArchiveLogs for Instance Recovery.
    TanelPoder
    Whether the log is already archived or not doesn't matter here, when the instance crashes, Oracle needs some blocks from that redolog. Archivelog is just an archived copy of the redolog, so you could use either the online or achive log for the recovery, it's the same data in there (Oracle reads the log/archivelog file header when it tries to use it for recovery and validates whether it contains the changes (RBA range) in it what it needs).

    Aman.... wrote:
    John,
    Are you sure that the instance recovery (not the media recovery) would be using the archived redo logs? Since the only thing that would be lost is the isntance, there wouldn't be any archived redo log generated from the Current redo log and the previous archived redo logs, would be already checkpointed to the data file, IMHO archived redo logs won't participate in the instance recovery process. Yep, shall watch the video but tomorrow .
    Regards
    Aman....
    That's what I said. Or meant to say. If Oracle used archivelogs for instance recovery, it would not be possible to recover in noarchive log mode. So recovery relies exclusively on the online log.
    Sorry I wasted your time, I'll try to be less ambiguous in future

  • Crash recovery of productive db very slow

    We had to shutdown a productive database with db2_kill, because it couldn't be stopped normally and had problem with a full FAILARCHPATH (After TSM server had problems, the archiving to TSM has not been successfully any more, even after TSM Server was up again: We had this problems before....)
    The crash recovery takes very long.  Sometimes even db2 list utilities <show details> seems to hang.
    With db2pd -everything  I can see the progress of the crash recovery:
    Database Partition 0 -- Database PC1 -- Active -- Up 0 days 01:57:14 -- Date 05/07/2008 11:34:59
    Recovery:
    Recovery Status     0x00000C01
    Current Log         S0003363.LOG
    Current LSN         061F2B330DBA
    Job Type            CRASH RECOVERY     
    Job ID              1        
    Job Start Time      (1210145904) Wed May  7 09:38:24 2008
    Job Description     Crash Recovery     
    Invoker Type        User    
    Total Phases        2        
    Current Phase       1        
    Progress:
    Address            PhaseNum   Description          StartTime                  CompletedWork                TotalWork          
    0x000000020018E580 1          Forward              Wed May  7 09:38:24 2008   786766439 bytes              1998253346 bytes           
    0x000000020018E670 2          Backward             NotStarted                 0 bytes                      1998253346 bytes           
    So the db has now finished approx 1/3 of the bytes of the forward phase and then also have the backward phase!
    In the db2diag.log there are no more entries after beginning of the crash recovery of 09:38.
    We have move one logfile from the FAILARCHPATH directory (which was 100% full) to a different directory  to be sure, that the slow crash recovery has nothing to do with the full FAILARCHPATH.
    The log_dir directory  has 20 logfiles (LOGPRIMARY+ LOGSECOND) in it  (more could not be allocated there because the log_dir is sized according to the LOG-Parameters)
    Parameter UTIL_HEAP_SZ = 150.000
    Does anybody have an idea, why the crash recovery is so slow ?
    Kind regards,
    Uta

    Hello Ralph,
    the needed logfiles were all there and we didn't need to restore any logfiles from tsm (the "active" logfiles, which are needed for crash recovery should always reside in the log_dir...)
    At  2008-05-07-14.17.07.357544   crash recovery was completed successfully.
    At 2008-05-07-13.56.41.297552   the db has started  archiving to tsm again:
    ADM1844I  Started archive for log file "S0003329.LOG".
    According to dba collegues the crash recovery were  only 50 % finished and then suddenly  everything was finished. Since the "db2 list utilities" takes forward and backward phase into account for percentage, I assume that the backward phase  was very fast.
    The dba collegues  have also recognized, that in the log_dir there were logfiles which were archived to tsm already. So they moved them out of the log_dir, and additional logfiles could be allocated (Before no add. logfile could be allocated). I couldn't say, if this was the reason, why the recovery was finished then afterwards.
    The only problem is, that the database doesn't want to archive  Logfiles  S0003329- S0003350. Strange  is also, that logfile 3329 was archived to the FAILARCHPATH yesterday successfully,
    2008-05-06-12.27.10.316403+120 E4284459A420       LEVEL: Warning
    PID     : 3907                 TID  : 1           PROC : db2logmgr (PC1) 0
    INSTANCE: db2pc1               NODE : 000
    FUNCTION: DB2 UDB, data protection, sqlpgArchiveLogFile, probe:3170
    MESSAGE : ADM1846I  Completed archive for log file "S0003329.LOG" to
              "/db2/PC1/log_archive/db2pc1/PC1/NODE0000/C0000009/" from
              "/db2/PC1/log_dir/".
    and now the db searches in the log_dir:
    2008-05-07-13.57.02.525715+120 E25224816A315      LEVEL: Warning
    PID     : 28182                TID  : 1           PROC : db2logmgr (PC1) 0
    INSTANCE: db2pc1               NODE : 000
    FUNCTION: DB2 UDB, data protection, sqlpgArchiveLogFile, probe:3108
    MESSAGE : ADM1844I  Started archive for log file "S0003329.LOG".
    2008-05-07-13.57.02.526949+120 I25225132A364      LEVEL: Error
    PID     : 28182                TID  : 1           PROC : db2logmgr (PC1) 0
    INSTANCE: db2pc1               NODE : 000
    FUNCTION: DB2 UDB, data protection, sqlpgArchiveLogVendor, probe:1630
    RETCODE : ZRC=0x860F000A=-2045837302=SQLO_FNEX "File not found."
              DIA8411C A file "" could not be found.
    2008-05-07-13.57.02.527866+120 E25225497A367      LEVEL: Warning
    PID     : 28182                TID  : 1           PROC : db2logmgr (PC1) 0
    INSTANCE: db2pc1               NODE : 000
    FUNCTION: DB2 UDB, data protection, sqlpgArchiveLogFile, probe:3150
    MESSAGE : ADM1848W  Failed archive for log file "S0003329.LOG" to "TSM chain 9"
    2008-05-07-13.57.02.528352+120 I25225865A370      LEVEL: Error
    PID     : 28182                TID  : 1           PROC : db2logmgr (PC1) 0
    INSTANCE: db2pc1               NODE : 000
    FUNCTION: DB2 UDB, data protection, sqlpgArchiveLogFile, probe:3160
    MESSAGE : Failed to archive log file S0003329.LOG to TSM chain 9 from
              /db2/PC1/log_dir/ with rc = -2045837302.
    and this was none of the logfiles, which the collegue moved out of log_dir.
    Has anybody  seen the situation  that the db couldn't  archive from failarchpath to TSM after failure. We don't want  to control every FAILARCHPATH after TSM-Failures....
    Kind regards,
    Uta

  • Crash recovery: recreating invalid indexes

    I want to discuss a phaenomen, which we often have saw during crash recoveries:
    The "startsap db" is hanging, because after the crash recocvery itself is completed (according to db2diag.log), the connection to the database ist still hanging because the database recreate invalid indexes.
    sf503:db2p02 10%  db2 list utilities
    ID                               = 2
    Type                             = RESTART RECREATE INDEX
    Database Name                    = P02
    Partition Number                 = 0
    Description                      = Recreating Invalid Index Objects
    Start Time                       = 05/08/2007 09:37:42.721072
    Sometimes this can take up to 25 minutes until this is finished and the connect is finished.
    The strange thing is:
    If a 2. connection to the database is made during "recreating indexes", this 2. connection is successfull and selects from t000 are successfull.
    So, it is possible to execute "startsap r3" while the first connection is still blocked with recreating indexes.
    I don't understand this behaviour:
    - If the database really needs the recreation of invalid index objects  for sucessfull database operation, then it should block ALL connections and not only the first one.
    - If it's not urgently necessary, the database should done the recreating indexes in background and not block the first connection.
    Also in the Recovery& High Availibility IBM Handbook I have nothing found about the "recreating  invalid index objects"-feature.
    Kind regards
    Uta

    Hello Jens,
    thanks for the detailed answer!
    As you wrote, the only workarond with changing  db cfg parameter from "restart" to "access" needs some manual intervention if  we don't want to risk the limit of maximum dialog runtime. So actually we will leave it as it is. We have a workaround with starting sap in a second window, when  the crash recovery is finished according to db2diag.log and the 1. connection (startsap db) ist still recreating invalid  indexes.
    How can one determine the invalid indexes, who need recreation ?
    Joachim: we don't have a real problem at our site. Fortunatelly we have crash recoveries only in the rare cases of system crashes, etc. So we are lucky not to have it every day....
    Hopefully the behaviour will be changed  to background index recreation in some later DB release.

  • "cache recovery" vs "crash recovery" ?

    Dear Friends ,
    Would anybody plz tell me the difference between "cache recovery" and "crash recovery" in oracle ?
    I search in google but dont get satisfactory answer ... ...

    shipon_97 wrote:
    Dear Friends ,
    Would anybody plz tell me the difference between "cache recovery" and "crash recovery" in oracle ?
    I search in google but dont get satisfactory answer ... ...Crash recovery is performed whenever their is instance failure (single instance or RAC)
    Crash recovery is done in two phase 1) Cache recovery 2) Transaction Recovery.
    So crash recovery includes cache recovery.
    Cache recovery means to apply redo log from log cache to the datafiles which may contain uncommitted transaction also.
    These uncommitted transactions should be rolled back during crash recovery, and hence in transaction recovery it applied undo for all such uncommitted transaction.
    Regards
    Anurag

  • Dumpadm not applicable for zones?

    i run a zone and tried to configure the dumpdevice. unfortunately it didn't work because there is no /dev/dump device in the zone:
    # dumpadm -d swap
    dumpadm: failed to open /dev/dump: No such file or directory
    # dumpadm
    dumpadm: failed to open /dev/dump: No such file or directory
    # ls /dev/dump
    /dev/dump: No such file or directory
    is there any way to correct this or is this intended behaviour and dumpadm is not intended to be used in zones?
    regards,
    -martin

    dumpadm is not intended for zones.
    The kernel is a zone is only a virtual kernel it can't crashdump.
    If the kernel crashes, it will be the global zone and it will take down all the zones.

  • "Beginning crash recovery of 1 threads"

    Hi there!
    Can you please inform if this is a problem? I'm getting "Beginning crash recovery of 1 threads" on every database startup (alert.log)
    Thanks

    Here is my alert log from a few days:
    Sun May 30 00:01:31 2010
    ORACLE V10.2.0.4.0 - 64bit Production vsnsta=0
    vsnsql=14 vsnxtr=3
    Windows NT Version V6.0 Service Pack 2
    CPU                 : 8 - type 8664, 8 Physical Cores
    Process Affinity    : 0x0000000000000000
    Memory (Avail/Total): Ph:17900M/20477M, Ph+PgF:36037M/37825M
    Sun May 30 00:01:31 2010
    Starting ORACLE instance (restrict)
    LICENSE_MAX_SESSION = 0
    LICENSE_SESSIONS_WARNING = 0
    Picked latch-free SCN scheme 3
    Autotune of undo retention is turned on.
    IMODE=BR
    ILAT =18
    LICENSE_MAX_USERS = 0
    SYS auditing is disabled
    ksdpec: called for event 13740 prior to event group initialization
    Starting up ORACLE RDBMS Version: 10.2.0.4.0.
    System parameters with non-default values:
      processes                = 150
      __shared_pool_size       = 1526726656
      __large_pool_size        = 0
      __java_pool_size         = 16777216
      __streams_pool_size      = 0
      nls_language             = AMERICAN
      nls_territory            = AMERICA
      sga_target               = 10737418240
      control_files            = E:\ORADATA\MYDB\CONTROL01.CTL, F:\ORADATA\MYDB\CONTROL02.CTL, H:\ORADATA\MYDB\CONTROL03.CTL
      db_block_size            = 8192
      __db_cache_size          = 9177137152
      compatible               = 10.2.0.3.0
      log_archive_dest_1       = LOCATION=g:\archives\MYDB
      log_archive_format       = ARC%S_%R.%T
      db_file_multiblock_read_count= 16
      undo_management          = AUTO
      undo_tablespace          = UNDOTBS1
      remote_login_passwordfile= EXCLUSIVE
      db_domain                =
      dispatchers              = (PROTOCOL=TCP) (SERVICE=MYDBXDB)
      local_listener           = (ADDRESS=(PROTOCOL=TCP)(HOST=192.2.6.154)(PORT=1521))
      remote_dependencies_mode = SIGNATURE
      job_queue_processes      = 10
      audit_file_dest          = H:\ADMIN\MYDB\ADUMP
      background_dump_dest     = H:\ADMIN\MYDB\BDUMP
      user_dump_dest           = H:\ADMIN\MYDB\UDUMP
      core_dump_dest           = H:\ADMIN\MYDB\CDUMP
      db_name                  = MYDB
      open_cursors             = 300
      pga_aggregate_target     = 1073741824
    PMON started with pid=2, OS id=1808
    PSP0 started with pid=3, OS id=4848
    MMAN started with pid=4, OS id=4824
    DBW0 started with pid=5, OS id=4604
    LGWR started with pid=6, OS id=776
    CKPT started with pid=7, OS id=2012
    SMON started with pid=8, OS id=4404
    RECO started with pid=9, OS id=4484
    CJQ0 started with pid=10, OS id=4396
    MMON started with pid=11, OS id=5088
    Sun May 30 00:01:31 2010
    starting up 1 dispatcher(s) for network address '(ADDRESS=(PARTIAL=YES)(PROTOCOL=TCP))'...
    MMNL started with pid=12, OS id=4552
    Sun May 30 00:01:31 2010
    starting up 1 shared server(s) ...
    Oracle Data Guard is not available in this edition of Oracle.
    Sun May 30 00:01:31 2010
    alter database "MYDB" mount exclusive
    Sun May 30 00:01:35 2010
    Setting recovery target incarnation to 2
    Sun May 30 00:01:36 2010
    Successful mount of redo thread 1, with mount id 4241184411
    Sun May 30 00:01:36 2010
    Database mounted in Exclusive Mode
    Completed: alter database "MYDB" mount exclusive
    Sun May 30 00:01:36 2010
    alter database open
    Sun May 30 00:01:37 2010
    Beginning crash recovery of 1 threads
    Sun May 30 00:01:37 2010
    Started redo scan
    Sun May 30 00:01:37 2010
    Completed redo scan
    895 redo blocks read, 112 data blocks need recovery
    Sun May 30 00:01:37 2010
    Started redo application at
    Thread 1: logseq 8835, block 70913
    Sun May 30 00:01:37 2010
    Recovery of Online Redo Log: Thread 1 Group 3 Seq 8835 Reading mem 0
      Mem# 0: H:\ORADATA\MYDB\REDO03.LOG
    Sun May 30 00:01:37 2010
    Completed redo application
    Sun May 30 00:01:37 2010
    Completed crash recovery at
    Thread 1: logseq 8835, block 71808, scn 282384241
    112 data blocks read, 112 data blocks written, 895 redo blocks read
    Sun May 30 00:01:37 2010
    LGWR: STARTING ARCH PROCESSES
    ARC0 started with pid=16, OS id=1780
    Sun May 30 00:01:37 2010
    ARC0: Archival started
    ARC1: Archival started
    LGWR: STARTING ARCH PROCESSES COMPLETE
    ARC1 started with pid=17, OS id=2524
    Sun May 30 00:01:37 2010
    Thread 1 advanced to log sequence 8836 (thread open)
    Thread 1 opened at log sequence 8836
      Current log# 1 seq# 8836 mem# 0: H:\ORADATA\MYDB\REDO01.LOG
    Successful open of redo thread 1
    Sun May 30 00:01:37 2010
    ARC0: Becoming the 'no FAL' ARCH
    ARC0: Becoming the 'no SRL' ARCH
    Sun May 30 00:01:37 2010
    ARC1: Becoming the heartbeat ARCH
    Sun May 30 00:01:37 2010
    SMON: enabling cache recovery
    Sun May 30 00:01:39 2010
    Successfully onlined Undo Tablespace 1.
    Sun May 30 00:01:39 2010
    SMON: enabling tx recovery
    Sun May 30 00:01:39 2010
    Database Characterset is WE8ISO8859P1
    replication_dependency_tracking turned off (no async multimaster replication found)
    Starting background process QMNC
    QMNC started with pid=18, OS id=4716
    Sun May 30 00:01:42 2010
    Completed: alter database open
    Sun May 30 00:01:43 2010
    ALTER SYSTEM disable restricted session;
    Sun May 30 00:07:39 2010
    Thread 1 advanced to log sequence 8837 (LGWR switch)
      Current log# 2 seq# 8837 mem# 0: H:\ORADATA\MYDB\REDO02.LOG
    Sun May 30 00:10:27 2010
    Thread 1 advanced to log sequence 8838 (LGWR switch)
      Current log# 3 seq# 8838 mem# 0: H:\ORADATA\MYDB\REDO03.LOG
    Sun May 30 00:11:25 2010
    Thread 1 advanced to log sequence 8839 (LGWR switch)
      Current log# 1 seq# 8839 mem# 0: H:\ORADATA\MYDB\REDO01.LOG
    Sun May 30 00:12:30 2010
    Thread 1 advanced to log sequence 8840 (LGWR switch)
      Current log# 2 seq# 8840 mem# 0: H:\ORADATA\MYDB\REDO02.LOG
    Sun May 30 00:17:07 2010
    Thread 1 advanced to log sequence 8841 (LGWR switch)
      Current log# 3 seq# 8841 mem# 0: H:\ORADATA\MYDB\REDO03.LOG
    Sun May 30 00:21:15 2010
    Thread 1 advanced to log sequence 8842 (LGWR switch)
      Current log# 1 seq# 8842 mem# 0: H:\ORADATA\MYDB\REDO01.LOG
    Sun May 30 00:22:31 2010
    Thread 1 advanced to log sequence 8843 (LGWR switch)
      Current log# 2 seq# 8843 mem# 0: H:\ORADATA\MYDB\REDO02.LOG
    Sun May 30 00:23:44 2010
    Thread 1 advanced to log sequence 8844 (LGWR switch)
      Current log# 3 seq# 8844 mem# 0: H:\ORADATA\MYDB\REDO03.LOG
    Sun May 30 00:26:44 2010
    Thread 1 advanced to log sequence 8845 (LGWR switch)
      Current log# 1 seq# 8845 mem# 0: H:\ORADATA\MYDB\REDO01.LOG
    Sun May 30 00:27:51 2010
    Thread 1 advanced to log sequence 8846 (LGWR switch)
      Current log# 2 seq# 8846 mem# 0: H:\ORADATA\MYDB\REDO02.LOG
    Sun May 30 00:30:51 2010
    Thread 1 advanced to log sequence 8847 (LGWR switch)
      Current log# 3 seq# 8847 mem# 0: H:\ORADATA\MYDB\REDO03.LOG
    Sun May 30 01:01:42 2010
    Thread 1 advanced to log sequence 8848 (LGWR switch)
      Current log# 1 seq# 8848 mem# 0: H:\ORADATA\MYDB\REDO01.LOG
    Sun May 30 01:01:58 2010
    Thread 1 advanced to log sequence 8849 (LGWR switch)
      Current log# 2 seq# 8849 mem# 0: H:\ORADATA\MYDB\REDO02.LOG
    Sun May 30 01:02:13 2010
    Thread 1 advanced to log sequence 8850 (LGWR switch)
      Current log# 3 seq# 8850 mem# 0: H:\ORADATA\MYDB\REDO03.LOG
    Sun May 30 01:02:29 2010
    Thread 1 advanced to log sequence 8851 (LGWR switch)
      Current log# 1 seq# 8851 mem# 0: H:\ORADATA\MYDB\REDO01.LOG
    Sun May 30 01:02:44 2010
    Thread 1 advanced to log sequence 8852 (LGWR switch)
      Current log# 2 seq# 8852 mem# 0: H:\ORADATA\MYDB\REDO02.LOG
    Sun May 30 01:02:54 2010
    Thread 1 advanced to log sequence 8853 (LGWR switch)
      Current log# 3 seq# 8853 mem# 0: H:\ORADATA\MYDB\REDO03.LOG
    Sun May 30 13:00:58 2010
    Thread 1 advanced to log sequence 8854 (LGWR switch)
      Current log# 1 seq# 8854 mem# 0: H:\ORADATA\MYDB\REDO01.LOG
    Dump file h:\admin\MYDB\bdump\alert_MYDB.log
    Mon May 31 00:00:33 2010
    ORACLE V10.2.0.4.0 - 64bit Production vsnsta=0
    vsnsql=14 vsnxtr=3
    Windows NT Version V6.0 Service Pack 2
    CPU                 : 8 - type 8664, 8 Physical Cores
    Process Affinity    : 0x0000000000000000
    Memory (Avail/Total): Ph:18101M/20477M, Ph+PgF:35984M/37825M
    Mon May 31 00:00:33 2010
    Starting ORACLE instance (restrict)
    LICENSE_MAX_SESSION = 0
    LICENSE_SESSIONS_WARNING = 0
    Picked latch-free SCN scheme 3
    Autotune of undo retention is turned on.
    IMODE=BR
    ILAT =18
    LICENSE_MAX_USERS = 0
    SYS auditing is disabled
    ksdpec: called for event 13740 prior to event group initialization
    Starting up ORACLE RDBMS Version: 10.2.0.4.0.
    System parameters with non-default values:
      processes                = 150
      __shared_pool_size       = 1526726656
      __large_pool_size        = 0
      __java_pool_size         = 16777216
      __streams_pool_size      = 0
      nls_language             = AMERICAN
      nls_territory            = AMERICA
      sga_target               = 10737418240
      control_files            = E:\ORADATA\MYDB\CONTROL01.CTL, F:\ORADATA\MYDB\CONTROL02.CTL, H:\ORADATA\MYDB\CONTROL03.CTL
      db_block_size            = 8192
      __db_cache_size          = 9177137152
      compatible               = 10.2.0.3.0
      log_archive_dest_1       = LOCATION=g:\archives\MYDB
      log_archive_format       = ARC%S_%R.%T
      db_file_multiblock_read_count= 16
      undo_management          = AUTO
      undo_tablespace          = UNDOTBS1
      remote_login_passwordfile= EXCLUSIVE
      db_domain                =
      dispatchers              = (PROTOCOL=TCP) (SERVICE=MYDBXDB)
      local_listener           = (ADDRESS=(PROTOCOL=TCP)(HOST=192.2.6.154)(PORT=1521))
      remote_dependencies_mode = SIGNATURE
      job_queue_processes      = 10
      audit_file_dest          = H:\ADMIN\MYDB\ADUMP
      background_dump_dest     = H:\ADMIN\MYDB\BDUMP
      user_dump_dest           = H:\ADMIN\MYDB\UDUMP
      core_dump_dest           = H:\ADMIN\MYDB\CDUMP
      db_name                  = MYDB
      open_cursors             = 300
      pga_aggregate_target     = 1073741824
    PMON started with pid=2, OS id=1068
    PSP0 started with pid=3, OS id=4512
    MMAN started with pid=4, OS id=4452
    DBW0 started with pid=5, OS id=784
    LGWR started with pid=6, OS id=4608
    CKPT started with pid=7, OS id=4524
    SMON started with pid=8, OS id=1976
    RECO started with pid=9, OS id=3808
    CJQ0 started with pid=10, OS id=4056
    MMON started with pid=11, OS id=4792
    Mon May 31 00:00:33 2010
    starting up 1 dispatcher(s) for network address '(ADDRESS=(PARTIAL=YES)(PROTOCOL=TCP))'...
    MMNL started with pid=12, OS id=4208
    Mon May 31 00:00:33 2010
    starting up 1 shared server(s) ...
    Oracle Data Guard is not available in this edition of Oracle.
    Mon May 31 00:00:33 2010
    alter database "MYDB" mount exclusive
    Mon May 31 00:00:37 2010
    Setting recovery target incarnation to 2
    Mon May 31 00:00:37 2010
    Successful mount of redo thread 1, with mount id 4241228001
    Mon May 31 00:00:37 2010
    Database mounted in Exclusive Mode
    Completed: alter database "MYDB" mount exclusive
    Mon May 31 00:00:37 2010
    alter database open
    Mon May 31 00:00:38 2010
    Beginning crash recovery of 1 threads
    Mon May 31 00:00:38 2010
    Started redo scan
    Mon May 31 00:00:38 2010
    Completed redo scan
    815 redo blocks read, 108 data blocks need recovery
    Mon May 31 00:00:38 2010
    Started redo application at
    Thread 1: logseq 8854, block 31079
    Mon May 31 00:00:38 2010
    Recovery of Online Redo Log: Thread 1 Group 1 Seq 8854 Reading mem 0
      Mem# 0: H:\ORADATA\MYDB\REDO01.LOG
    Mon May 31 00:00:38 2010
    Completed redo application
    Mon May 31 00:00:38 2010
    Completed crash recovery at
    Thread 1: logseq 8854, block 31894, scn 282601383
    108 data blocks read, 108 data blocks written, 815 redo blocks read
    Mon May 31 00:00:38 2010
    LGWR: STARTING ARCH PROCESSES
    ARC0 started with pid=16, OS id=1792
    Mon May 31 00:00:38 2010
    ARC0: Archival started
    ARC1: Archival started
    LGWR: STARTING ARCH PROCESSES COMPLETE
    ARC1 started with pid=17, OS id=5048
    Mon May 31 00:00:38 2010
    Thread 1 advanced to log sequence 8855 (thread open)
    Thread 1 opened at log sequence 8855
      Current log# 2 seq# 8855 mem# 0: H:\ORADATA\MYDB\REDO02.LOG
    Successful open of redo thread 1
    Mon May 31 00:00:38 2010
    ARC1: Becoming the 'no FAL' ARCH
    ARC1: Becoming the 'no SRL' ARCH
    Mon May 31 00:00:38 2010
    ARC0: Becoming the heartbeat ARCH
    Mon May 31 00:00:38 2010
    SMON: enabling cache recovery
    Mon May 31 00:00:40 2010
    Successfully onlined Undo Tablespace 1.
    Mon May 31 00:00:40 2010
    SMON: enabling tx recovery
    Mon May 31 00:00:40 2010
    Database Characterset is WE8ISO8859P1
    replication_dependency_tracking turned off (no async multimaster replication found)
    Starting background process QMNC
    QMNC started with pid=18, OS id=4612
    Mon May 31 00:00:42 2010
    Completed: alter database open
    Mon May 31 00:00:42 2010
    ALTER SYSTEM disable restricted session;
    Mon May 31 00:06:45 2010
    Thread 1 advanced to log sequence 8856 (LGWR switch)
      Current log# 3 seq# 8856 mem# 0: H:\ORADATA\MYDB\REDO03.LOG
    Mon May 31 00:09:34 2010
    Thread 1 advanced to log sequence 8857 (LGWR switch)
      Current log# 1 seq# 8857 mem# 0: H:\ORADATA\MYDB\REDO01.LOG
    Mon May 31 00:10:33 2010
    Thread 1 advanced to log sequence 8858 (LGWR switch)
      Current log# 2 seq# 8858 mem# 0: H:\ORADATA\MYDB\REDO02.LOG
    Mon May 31 00:11:38 2010
    Thread 1 advanced to log sequence 8859 (LGWR switch)
      Current log# 3 seq# 8859 mem# 0: H:\ORADATA\MYDB\REDO03.LOG
    Mon May 31 00:16:13 2010
    Thread 1 advanced to log sequence 8860 (LGWR switch)
      Current log# 1 seq# 8860 mem# 0: H:\ORADATA\MYDB\REDO01.LOG
    Mon May 31 00:20:09 2010
    Thread 1 advanced to log sequence 8861 (LGWR switch)
      Current log# 2 seq# 8861 mem# 0: H:\ORADATA\MYDB\REDO02.LOG
    Mon May 31 00:21:28 2010
    Thread 1 advanced to log sequence 8862 (LGWR switch)
      Current log# 3 seq# 8862 mem# 0: H:\ORADATA\MYDB\REDO03.LOG
    Mon May 31 00:22:37 2010
    Thread 1 advanced to log sequence 8863 (LGWR switch)
      Current log# 1 seq# 8863 mem# 0: H:\ORADATA\MYDB\REDO01.LOG
    Mon May 31 00:25:42 2010
    Thread 1 advanced to log sequence 8864 (LGWR switch)
      Current log# 2 seq# 8864 mem# 0: H:\ORADATA\MYDB\REDO02.LOG
    Mon May 31 00:26:47 2010
    Thread 1 advanced to log sequence 8865 (LGWR switch)
      Current log# 3 seq# 8865 mem# 0: H:\ORADATA\MYDB\REDO03.LOG
    Mon May 31 00:29:52 2010
    Thread 1 advanced to log sequence 8866 (LGWR switch)
      Current log# 1 seq# 8866 mem# 0: H:\ORADATA\MYDB\REDO01.LOG
    Mon May 31 10:43:39 2010
    Thread 1 advanced to log sequence 8867 (LGWR switch)
      Current log# 2 seq# 8867 mem# 0: H:\ORADATA\MYDB\REDO02.LOG
    Mon May 31 11:30:27 2010
    Thread 1 advanced to log sequence 8868 (LGWR switch)
      Current log# 3 seq# 8868 mem# 0: H:\ORADATA\MYDB\REDO03.LOG
    Mon May 31 12:57:56 2010
    Thread 1 advanced to log sequence 8869 (LGWR switch)
      Current log# 1 seq# 8869 mem# 0: H:\ORADATA\MYDB\REDO01.LOG
    Mon May 31 15:19:50 2010
    Thread 1 advanced to log sequence 8870 (LGWR switch)
      Current log# 2 seq# 8870 mem# 0: H:\ORADATA\MYDB\REDO02.LOG
    Mon May 31 22:00:52 2010
    Thread 1 advanced to log sequence 8871 (LGWR switch)
      Current log# 3 seq# 8871 mem# 0: H:\ORADATA\MYDB\REDO03.LOG
    Mon May 31 22:01:02 2010
    Thread 1 advanced to log sequence 8872 (LGWR switch)
      Current log# 1 seq# 8872 mem# 0: H:\ORADATA\MYDB\REDO01.LOG
    Mon May 31 22:01:27 2010
    Thread 1 advanced to log sequence 8873 (LGWR switch)
      Current log# 2 seq# 8873 mem# 0: H:\ORADATA\MYDB\REDO02.LOG
    Mon May 31 22:01:47 2010
    Thread 1 advanced to log sequence 8874 (LGWR switch)
      Current log# 3 seq# 8874 mem# 0: H:\ORADATA\MYDB\REDO03.LOG
    Mon May 31 22:02:09 2010
    Thread 1 advanced to log sequence 8875 (LGWR switch)
      Current log# 1 seq# 8875 mem# 0: H:\ORADATA\MYDB\REDO01.LOG
    Mon May 31 22:02:24 2010
    Thread 1 advanced to log sequence 8876 (LGWR switch)
      Current log# 2 seq# 8876 mem# 0: H:\ORADATA\MYDB\REDO02.LOG
    Mon May 31 22:02:30 2010
    Thread 1 advanced to log sequence 8877 (LGWR switch)
      Current log# 3 seq# 8877 mem# 0: H:\ORADATA\MYDB\REDO03.LOG
    Mon May 31 22:02:37 2010
    Thread 1 advanced to log sequence 8878 (LGWR switch)
      Current log# 1 seq# 8878 mem# 0: H:\ORADATA\MYDB\REDO01.LOG
    Mon May 31 22:02:45 2010
    Thread 1 advanced to log sequence 8879 (LGWR switch)
      Current log# 2 seq# 8879 mem# 0: H:\ORADATA\MYDB\REDO02.LOG
    Mon May 31 22:02:50 2010
    Thread 1 advanced to log sequence 8880 (LGWR switch)
      Current log# 3 seq# 8880 mem# 0: H:\ORADATA\MYDB\REDO03.LOG
    Mon May 31 22:02:54 2010
    Thread 1 advanced to log sequence 8881 (LGWR switch)
      Current log# 1 seq# 8881 mem# 0: H:\ORADATA\MYDB\REDO01.LOG
    Mon May 31 22:02:58 2010
    Thread 1 advanced to log sequence 8882 (LGWR switch)
      Current log# 2 seq# 8882 mem# 0: H:\ORADATA\MYDB\REDO02.LOG
    Mon May 31 22:03:15 2010
    Thread 1 advanced to log sequence 8883 (LGWR switch)
      Current log# 3 seq# 8883 mem# 0: H:\ORADATA\MYDB\REDO03.LOG
    Dump file h:\admin\MYDB\bdump\alert_MYDB.log
    Tue Jun 01 00:01:05 2010
    ORACLE V10.2.0.4.0 - 64bit Production vsnsta=0
    vsnsql=14 vsnxtr=3
    Windows NT Version V6.0 Service Pack 2
    CPU                 : 8 - type 8664, 8 Physical Cores
    Process Affinity    : 0x0000000000000000
    Memory (Avail/Total): Ph:18247M/20477M, Ph+PgF:36004M/37825M
    Tue Jun 01 00:01:05 2010
    Starting ORACLE instance (restrict)
    LICENSE_MAX_SESSION = 0
    LICENSE_SESSIONS_WARNING = 0
    Picked latch-free SCN scheme 3
    Autotune of undo retention is turned on.
    IMODE=BR
    ILAT =18
    LICENSE_MAX_USERS = 0
    SYS auditing is disabled
    ksdpec: called for event 13740 prior to event group initialization
    Starting up ORACLE RDBMS Version: 10.2.0.4.0.
    System parameters with non-default values:
      processes                = 150
      __shared_pool_size       = 1526726656
      __large_pool_size        = 0
      __java_pool_size         = 16777216
      __streams_pool_size      = 0
      nls_language             = AMERICAN
      nls_territory            = AMERICA
      sga_target               = 10737418240
      control_files            = E:\ORADATA\MYDB\CONTROL01.CTL, F:\ORADATA\MYDB\CONTROL02.CTL, H:\ORADATA\MYDB\CONTROL03.CTL
      db_block_size            = 8192
      __db_cache_size          = 9177137152
      compatible               = 10.2.0.3.0
      log_archive_dest_1       = LOCATION=g:\archives\MYDB
      log_archive_format       = ARC%S_%R.%T
      db_file_multiblock_read_count= 16
      undo_management          = AUTO
      undo_tablespace          = UNDOTBS1
      remote_login_passwordfile= EXCLUSIVE
      db_domain                =
      dispatchers              = (PROTOCOL=TCP) (SERVICE=MYDBXDB)
      local_listener           = (ADDRESS=(PROTOCOL=TCP)(HOST=192.2.6.154)(PORT=1521))
      remote_dependencies_mode = SIGNATURE
      job_queue_processes      = 10
      audit_file_dest          = H:\ADMIN\MYDB\ADUMP
      background_dump_dest     = H:\ADMIN\MYDB\BDUMP
      user_dump_dest           = H:\ADMIN\MYDB\UDUMP
      core_dump_dest           = H:\ADMIN\MYDB\CDUMP
      db_name                  = MYDB
      open_cursors             = 300
      pga_aggregate_target     = 1073741824
    PMON started with pid=2, OS id=2724
    PSP0 started with pid=3, OS id=5088
    MMAN started with pid=4, OS id=4436
    DBW0 started with pid=5, OS id=4400
    LGWR started with pid=6, OS id=792
    CKPT started with pid=7, OS id=4036
    SMON started with pid=8, OS id=4220
    RECO started with pid=9, OS id=1856
    CJQ0 started with pid=10, OS id=332
    MMON started with pid=11, OS id=4224
    Tue Jun 01 00:01:05 2010
    starting up 1 dispatcher(s) for network address '(ADDRESS=(PARTIAL=YES)(PROTOCOL=TCP))'...
    MMNL started with pid=12, OS id=4784
    Tue Jun 01 00:01:05 2010
    starting up 1 shared server(s) ...
    Oracle Data Guard is not available in this edition of Oracle.
    Tue Jun 01 00:01:05 2010
    alter database "MYDB" mount exclusive
    Tue Jun 01 00:01:10 2010
    Setting recovery target incarnation to 2
    Tue Jun 01 00:01:10 2010
    Successful mount of redo thread 1, with mount id 4241292930
    Tue Jun 01 00:01:10 2010
    Database mounted in Exclusive Mode
    Completed: alter database "MYDB" mount exclusive
    Tue Jun 01 00:01:10 2010
    alter database open
    Tue Jun 01 00:01:10 2010
    Beginning crash recovery of 1 threads
    Tue Jun 01 00:01:10 2010
    Started redo scan
    Tue Jun 01 00:01:11 2010
    Completed redo scan
    893 redo blocks read, 96 data blocks need recovery
    Tue Jun 01 00:01:11 2010
    Started redo application at
    Thread 1: logseq 8883, block 18558
    Tue Jun 01 00:01:11 2010
    Recovery of Online Redo Log: Thread 1 Group 3 Seq 8883 Reading mem 0
      Mem# 0: H:\ORADATA\MYDB\REDO03.LOG
    Tue Jun 01 00:01:11 2010
    Completed redo application
    Tue Jun 01 00:01:11 2010
    Completed crash recovery at
    Thread 1: logseq 8883, block 19451, scn 283448451
    96 data blocks read, 96 data blocks written, 893 redo blocks read
    Tue Jun 01 00:01:11 2010
    LGWR: STARTING ARCH PROCESSES
    ARC0 started with pid=16, OS id=1804
    Tue Jun 01 00:01:11 2010
    ARC0: Archival started
    ARC1: Archival started
    LGWR: STARTING ARCH PROCESSES COMPLETE
    ARC1 started with pid=17, OS id=4988
    Tue Jun 01 00:01:11 2010
    Thread 1 advanced to log sequence 8884 (thread open)
    Thread 1 opened at log sequence 8884
      Current log# 1 seq# 8884 mem# 0: H:\ORADATA\MYDB\REDO01.LOG
    Successful open of redo thread 1
    Tue Jun 01 00:01:11 2010
    ARC1: Becoming the 'no FAL' ARCH
    ARC1: Becoming the 'no SRL' ARCH
    Tue Jun 01 00:01:11 2010
    ARC0: Becoming the heartbeat ARCH
    Tue Jun 01 00:01:11 2010
    SMON: enabling cache recovery
    Tue Jun 01 00:01:11 2010
    Successfully onlined Undo Tablespace 1.
    Tue Jun 01 00:01:11 2010
    SMON: enabling tx recovery
    Tue Jun 01 00:01:11 2010
    Database Characterset is WE8ISO8859P1
    replication_dependency_tracking turned off (no async multimaster replication found)
    Starting background process QMNC
    QMNC started with pid=18, OS id=244
    Tue Jun 01 00:01:13 2010
    Completed: alter database open
    Tue Jun 01 00:01:13 2010
    ALTER SYSTEM disable restricted session;
    Tue Jun 01 00:07:16 2010
    Thread 1 advanced to log sequence 8885 (LGWR switch)
      Current log# 2 seq# 8885 mem# 0: H:\ORADATA\MYDB\REDO02.LOG
    Tue Jun 01 00:10:00 2010
    Thread 1 advanced to log sequence 8886 (LGWR switch)
      Current log# 3 seq# 8886 mem# 0: H:\ORADATA\MYDB\REDO03.LOG
    Tue Jun 01 00:10:58 2010
    Thread 1 advanced to log sequence 8887 (LGWR switch)
      Current log# 1 seq# 8887 mem# 0: H:\ORADATA\MYDB\REDO01.LOG
    Tue Jun 01 00:12:03 2010
    Thread 1 advanced to log sequence 8888 (LGWR switch)
      Current log# 2 seq# 8888 mem# 0: H:\ORADATA\MYDB\REDO02.LOG
    Tue Jun 01 00:16:44 2010
    Thread 1 advanced to log sequence 8889 (LGWR switch)
      Current log# 3 seq# 8889 mem# 0: H:\ORADATA\MYDB\REDO03.LOG
    Tue Jun 01 00:20:52 2010
    Thread 1 advanced to log sequence 8890 (LGWR switch)
      Current log# 1 seq# 8890 mem# 0: H:\ORADATA\MYDB\REDO01.LOG
    Tue Jun 01 00:22:10 2010
    Thread 1 advanced to log sequence 8891 (LGWR switch)
      Current log# 2 seq# 8891 mem# 0: H:\ORADATA\MYDB\REDO02.LOG
    Tue Jun 01 00:23:28 2010
    Thread 1 advanced to log sequence 8892 (LGWR switch)
      Current log# 3 seq# 8892 mem# 0: H:\ORADATA\MYDB\REDO03.LOG
    Tue Jun 01 00:27:03 2010
    Thread 1 advanced to log sequence 8893 (LGWR switch)
      Current log# 1 seq# 8893 mem# 0: H:\ORADATA\MYDB\REDO01.LOG
    Tue Jun 01 00:28:23 2010
    Thread 1 advanced to log sequence 8894 (LGWR switch)
      Current log# 2 seq# 8894 mem# 0: H:\ORADATA\MYDB\REDO02.LOG
    Tue Jun 01 00:32:03 2010
    Thread 1 advanced to log sequence 8895 (LGWR switch)
      Current log# 3 seq# 8895 mem# 0: H:\ORADATA\MYDB\REDO03.LOG

  • Is anyone doing disaster recovery for a J2EE application?

    We generally use database log shipping to maintain a standby database for our ABAP instances.  We can successfully fail over our production application to our disaster recovery site with no real issues.  With the J2EE instances (EP, ESS/MSS, BI, etc), we have a few concerns:
    hostname cannot change, without going through a system copy procedure, so we would have to keep the hostnames in DR the same. (for example, ref: oss note 757692 - changing hostname is not supported)
    fully qualified domain name - from what I understand, there are potentially issues with changing the fqdn, for example SSO certificates, BSPs, XI has issues, etc.
    we can't keep both hostname and fqdn the same between DR and production, or we could never do a DR test.
    Has anyone implemented disaster recovery for any SAP J2EE application that has run into these concerns and addressed them?  Input would be greatly appreciated regarding how you addressed these issues, or how you architected your disaster recovery implementation.
    Regards,
    David Hull
    The Walt Disney Company

    I haven't done this personally, but I do have some experience with these issues in different HA environments.
    To your first point:  You can change the hostname, note 757692 tells you exactly how to do it.  However like the note says, "Changing the name of a host server in a production system is not automatically supported by SAP."  When it says "supported by SAP" I think it means SAP the company, not SAP's software.  So I would contact SAP to see if this configuration would be covered under your service agreement.  Then you have to think about whether you want to do something that isn't "officially supported" by SAP.  Also I'm sure you'll need some kind of additional licensing for the DR systems as their hardware keys will de different.
    To your second point:  As for SSO certs (SAP Login Tickets), I think they should still work as long as the SID and client number of the issuing system remain the same.  I don't think they are hostname or fqdn dependant.  For BSPs I would think they would still work as long as they use relative paths rather than absolute paths.  And for XI... I have no idea what kind of issues may arise, I'm not an XI guy.
    Again, I haven't done what you're describing myself.  This is just based on my HA experiences.
    Hope this helps a little,
    Glenn

  • Crash report for message below re updting iweb/crashes/iphoto also crashes

    Here is the crash report for the 'problem' with iweb & iphoto - under question below this one..... updating iweb/crashes/iphoto also crashes....
    Date/Time: 2007-05-03 16:07:41.295 +0100
    OS Version: 10.4.9 (Build 8P135)
    Report Version: 4
    Command: iWeb
    Path: /Applications/iWeb.app/Contents/MacOS/iWeb
    Parent: WindowServer [174]
    Version: 1.1.2 (192)
    Build Version: 20
    Project Name: iWeb
    Source Version: 1940000
    PID: 497
    Thread: 0
    Exception: EXCBADACCESS (0x0001)
    Codes: KERNPROTECTIONFAILURE (0x0002) at 0x00000024
    Thread 0 Crashed:
    0 com.apple.iWeb.sfarchiving 0x38df5a30 -[SFAXMLUnarchiver readDocumentVersion] + 52
    1 com.apple.iWeb.sfarchiving 0x38df5890 -[SFAXMLUnarchiver initWithDirectory:xmlDoc:uidNamespace:] + 496
    2 com.apple.iWeb 0x00007930 0x1000 + 26928
    3 com.apple.iWeb 0x00006bbc 0x1000 + 23484
    4 com.apple.iWeb 0x000058a8 0x1000 + 18600
    5 com.apple.AppKit 0x939bcb3c -[NSDocument(NSDeprecated) initWithContentsOfFile:ofType:] + 392
    6 com.apple.AppKit 0x939bc994 -[NSDocumentController(NSDeprecated) makeDocumentWithContentsOfFile:ofType:] + 116
    7 com.apple.sf.sfapplication 0x0040de24 -[SFBDocumentController openDocumentWithContentsOfFile:display:] + 516
    8 com.apple.iWeb 0x00004ce8 0x1000 + 15592
    9 com.apple.sf.sfapplication 0x0040d910 -[SFBApplicationDelegate applicationDidFinishLaunching:] + 596
    10 com.apple.iWeb 0x00004428 0x1000 + 13352
    11 com.apple.Foundation 0x92be2ae4 nsnotecallback + 180
    12 com.apple.CoreFoundation 0x90806078 __CFXNotificationPost + 368
    13 com.apple.CoreFoundation 0x907fe114 _CFXNotificationPostNotification + 684
    14 com.apple.Foundation 0x92bcceec -[NSNotificationCenter postNotificationName:object:userInfo:] + 92
    15 com.apple.AppKit 0x93782f98 -[NSApplication _postDidFinishNotification] + 112
    16 com.apple.AppKit 0x93782e84 -[NSApplication _sendFinishLaunchingNotification] + 92
    17 com.apple.AppKit 0x937829cc -[NSApplication(NSAppleEventHandling) _handleAEOpen:] + 264
    18 com.apple.AppKit 0x93782574 -[NSApplication(NSAppleEventHandling) _handleCoreEvent:withReplyEvent:] + 92
    19 com.apple.Foundation 0x92be3af0 -[NSAppleEventManager dispatchRawAppleEvent:withRawReply:handlerRefCon:] + 380
    20 com.apple.Foundation 0x92be3950 _NSAppleEventManagerGenericHandler + 92
    21 com.apple.AE 0x914fe960 aeDispatchAppleEvent(AEDesc const*, AEDesc*, unsigned long, unsigned char*) + 208
    22 com.apple.AE 0x914fe7fc dispatchEventAndSendReply(AEDesc const*, AEDesc*) + 44
    23 com.apple.AE 0x914fe654 aeProcessAppleEvent + 284
    24 com.apple.HIToolbox 0x9329e2e0 AEProcessAppleEvent + 60
    25 com.apple.AppKit 0x93780cbc _DPSNextEvent + 856
    26 com.apple.AppKit 0x937807a8 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 116
    27 com.apple.AppKit 0x9377ccec -[NSApplication run] + 472
    28 com.apple.AppKit 0x9386d87c NSApplicationMain + 452
    29 com.apple.iWeb 0x00003484 0x1000 + 9348
    30 com.apple.iWeb 0x00054dd4 0x1000 + 343508
    31 com.apple.iWeb 0x00054c7c 0x1000 + 343164
    Thread 0 crashed with PPC Thread State 64:
    srr0: 0x0000000038df5a30 srr1: 0x100000000000d030 vrsave: 0x0000000000000000
    cr: 0x42004222 xer: 0x0000000000000000 lr: 0x0000000038df5a24 ctr: 0x0000000091d770dc
    r0: 0x0000000038df5a24 r1: 0x00000000bfffd2e0 r2: 0x0000000038e26024 r3: 0x0000000000000000
    r4: 0x0000000090aace7c r5: 0x00000000bfffd270 r6: 0x00000000013cae64 r7: 0x0000000000000009
    r8: 0x000000000140396b r9: 0x0000000001807ef4 r10: 0x0000000001401967 r11: 0x0000000044004228
    r12: 0x0000000091d770dc r13: 0x0000000000000000 r14: 0x0000000000000000 r15: 0x0000000000000000
    r16: 0x0000000000000000 r17: 0x0000000000000000 r18: 0x0000000001333750 r19: 0x0000000001332f10
    r20: 0x00000000a377e124 r21: 0x00000000a07b5f18 r22: 0x000000000045d6bc r23: 0x000000000045d6bc
    r24: 0x0000000038e171a0 r25: 0x000000000138cbe0 r26: 0x000000000138cb50 r27: 0x000000000662d1e2
    r28: 0x0000000038e171e4 r29: 0x0000000038e256a0 r30: 0x00000000013cae40 r31: 0x0000000038df59fc
    Binary Images Description:
    0x1000 - 0x1c9fff com.apple.iWeb 1.1.2 (192) /Applications/iWeb.app/Contents/MacOS/iWeb
    0x211000 - 0x28efff com.apple.DotMacKit 20 (3.0L) /Applications/iWeb.app/Contents/Frameworks/DotMacKit.framework/Versions/A/DotMa cKit
    0x405000 - 0x454fff com.apple.sf.sfapplication 1.0 /Applications/iWeb.app/Contents/Frameworks/SFApplication.framework/Versions/A/S FApplication
    0x482000 - 0x5fefff com.apple.iWeb.sfcharts 2.0 /Applications/iWeb.app/Contents/Frameworks/SFCharts.framework/Versions/A/SFChar ts
    0x7dc000 - 0x7ddfff com.apple.iWeb.BLTigerClasses 1.0 (192) /Applications/iWeb.app/Contents/Resources/BLTigerClasses.bundle/Contents/MacOS/ BLTigerClasses
    0x7e1000 - 0x7e9fff com.apple.iWeb.CustomFilters 1.0 /Applications/iWeb.app/Contents/Frameworks/SFRendering.framework/Versions/A/Plu gIns/CustomFilters.bundle/Contents/MacOS/CustomFilters
    0x1008000 - 0x1072fff com.apple.iWeb.sfinspectors 1.0 /Applications/iWeb.app/Contents/Frameworks/SFInspectors.framework/Versions/A/SF Inspectors
    0x10a9000 - 0x11f2fff BLCompatibility /Applications/iWeb.app/Contents/Frameworks/BLCompatibility.framework/Versions/A /BLCompatibility
    0x17a0000 - 0x17b9fff GLDriver /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLDriver.bundl e/GLDriver
    0x17bf000 - 0x17dafff GLRendererFloat /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLRendererFloa t.bundle/GLRendererFloat
    0x622f000 - 0x633efff GLEngine /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
    0x636d000 - 0x64d0fff com.apple.GeForceFXGLDriver 1.4.18 (4.1.8) /System/Library/Extensions/GeForceFXGLDriver.bundle/Contents/MacOS/GeForceFXGLD river
    0x18020000 - 0x181adfff SFWordProcessing /Applications/iWeb.app/Contents/Frameworks/SFWordProcessing.framework/Versions/ A/SFWordProcessing
    0x37f70000 - 0x37f95fff com.apple.iWeb.sfutility 1.0 (0.0.1d1) /Applications/iWeb.app/Contents/Frameworks/SFUtility.framework/Versions/A/SFUti lity
    0x38000000 - 0x380affff com.apple.iWeb.sftables 1.0 /Applications/iWeb.app/Contents/Frameworks/SFTables.framework/Versions/A/SFTabl es
    0x38250000 - 0x38261fff com.apple.iWeb.sfstyles 1.0 /Applications/iWeb.app/Contents/Frameworks/SFStyles.framework/Versions/A/SFStyl es
    0x385f0000 - 0x38654fff com.apple.iWeb.sfrendering 1.0 /Applications/iWeb.app/Contents/Frameworks/SFRendering.framework/Versions/A/SFR endering
    0x38710000 - 0x3877dfff com.apple.iWeb.proofreader 0 (1) /Applications/iWeb.app/Contents/Frameworks/SFProofReader.framework/Versions/A/S FProofReader
    0x38830000 - 0x38849fff com.apple.iWeb.sfpartitions 1.0 /Applications/iWeb.app/Contents/Frameworks/SFPartitions.framework/Versions/A/SF Partitions
    0x38890000 - 0x388bffff com.apple.iWeb.sfmovie 1.0 /Applications/iWeb.app/Contents/Frameworks/SFMovie.framework/Versions/A/SFMovie
    0x38930000 - 0x3893efff com.apple.iWeb.sflicense 1.0 (0.0.1d1) /Applications/iWeb.app/Contents/Frameworks/SFLicense.framework/Versions/A/SFLic ense
    0x38970000 - 0x38a07fff com.apple.iWeb.SFFormulas 1.0 /Applications/iWeb.app/Contents/Frameworks/SFFormulas.framework/Versions/A/SFFo rmulas
    0x38b70000 - 0x38c09fff com.apple.iWeb.sfdrawables 2.0 /Applications/iWeb.app/Contents/Frameworks/SFDrawables.framework/Versions/A/SFD rawables
    0x38d70000 - 0x38d93fff com.apple.iWeb.SFControls 1.0 (20030306_1) /Applications/iWeb.app/Contents/Frameworks/SFControls.framework/Versions/A/SFCo ntrols
    0x38df0000 - 0x38e25fff com.apple.iWeb.sfarchiving 1.0 (0.0.1d1) /Applications/iWeb.app/Contents/Frameworks/SFArchiving.framework/Versions/A/SFA rchiving
    0x38ea0000 - 0x38ec2fff com.apple.iWeb.SFAnimation 1.0 (0.0.1d1) /Applications/iWeb.app/Contents/Frameworks/SFAnimation.framework/Versions/A/SFA nimation
    0x38f30000 - 0x38f61fff com.apple.MediaBrowser 2.0.3 (103) /Applications/iWeb.app/Contents/Frameworks/MediaBrowser.framework/Versions/A/Me diaBrowser
    0x38fd0000 - 0x394b1fff libCoin.60.0.0.dylib /Applications/iWeb.app/Contents/Frameworks/Inventor.framework/Versions/C/Librar ies/libCoin.60.0.0.dylib
    0x8fe00000 - 0x8fe52fff dyld 46.12 /usr/lib/dyld
    0x90000000 - 0x901bdfff libSystem.B.dylib /usr/lib/libSystem.B.dylib
    0x90215000 - 0x9021afff libmathCommon.A.dylib /usr/lib/system/libmathCommon.A.dylib
    0x9021c000 - 0x90269fff com.apple.CoreText 1.0.3 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x90294000 - 0x90345fff ATS /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x90374000 - 0x9072ffff com.apple.CoreGraphics 1.258.61 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x907bc000 - 0x90895fff com.apple.CoreFoundation 6.4.7 (368.28) /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x908de000 - 0x908defff com.apple.CoreServices 10.4 (???) /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x908e0000 - 0x909e2fff libicucore.A.dylib /usr/lib/libicucore.A.dylib
    0x90a3c000 - 0x90ac0fff libobjc.A.dylib /usr/lib/libobjc.A.dylib
    0x90aea000 - 0x90b5afff com.apple.framework.IOKit 1.4.1 (???) /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x90b70000 - 0x90b82fff libauto.dylib /usr/lib/libauto.dylib
    0x90b89000 - 0x90e60fff com.apple.CoreServices.CarbonCore 681.10 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x90ec6000 - 0x90f46fff com.apple.CoreServices.OSServices 4.1 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x90f90000 - 0x90fd1fff com.apple.CFNetwork 129.20 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x90fe6000 - 0x90ffefff com.apple.WebServices 1.1.2 (1.1.0) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/WebServ icesCore.framework/Versions/A/WebServicesCore
    0x9100e000 - 0x9108ffff com.apple.SearchKit 1.0.5 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x910d5000 - 0x910fffff com.apple.Metadata 10.4.4 (121.36) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x91110000 - 0x9111efff libz.1.dylib /usr/lib/libz.1.dylib
    0x91121000 - 0x912dcfff com.apple.security 4.6 (29770) /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x913db000 - 0x913e4fff com.apple.DiskArbitration 2.1 /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x913eb000 - 0x913f3fff libbsm.dylib /usr/lib/libbsm.dylib
    0x913f7000 - 0x9141ffff com.apple.SystemConfiguration 1.8.3 /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x91432000 - 0x9143dfff libgcc_s.1.dylib /usr/lib/libgcc_s.1.dylib
    0x91442000 - 0x914bdfff com.apple.audio.CoreAudio 3.0.4 /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x914fa000 - 0x914fafff com.apple.ApplicationServices 10.4 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x914fc000 - 0x91534fff com.apple.AE 1.5 (297) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ AE.framework/Versions/A/AE
    0x9154f000 - 0x91621fff com.apple.ColorSync 4.4.9 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x91674000 - 0x91705fff com.apple.print.framework.PrintCore 4.6 (177.13) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x9174c000 - 0x91803fff com.apple.QD 3.10.24 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x91840000 - 0x9189efff com.apple.HIServices 1.5.3 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x918cd000 - 0x918f1fff com.apple.LangAnalysis 1.6.1 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x91905000 - 0x9192afff com.apple.FindByContent 1.5 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ FindByContent.framework/Versions/A/FindByContent
    0x9193d000 - 0x9197ffff com.apple.LaunchServices 182 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LaunchServices.framework/Versions/A/LaunchServices
    0x9199b000 - 0x919affff com.apple.speech.synthesis.framework 3.3 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x919bd000 - 0x91a03fff com.apple.ImageIO.framework 1.5.4 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x91a1a000 - 0x91ae1fff libcrypto.0.9.7.dylib /usr/lib/libcrypto.0.9.7.dylib
    0x91b2f000 - 0x91b44fff libcups.2.dylib /usr/lib/libcups.2.dylib
    0x91b49000 - 0x91b67fff libJPEG.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x91b6d000 - 0x91c24fff libJP2.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x91c73000 - 0x91c77fff libGIF.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x91c79000 - 0x91ce1fff libRaw.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRaw.dylib
    0x91ce6000 - 0x91d23fff libTIFF.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x91d2a000 - 0x91d43fff libPng.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x91d48000 - 0x91d4bfff libRadiance.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x91d4d000 - 0x91e2bfff libxml2.2.dylib /usr/lib/libxml2.2.dylib
    0x91e4b000 - 0x91e4bfff com.apple.Accelerate 1.2.2 (Accelerate 1.2.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x91e4d000 - 0x91f32fff com.apple.vImage 2.4 /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x91f3a000 - 0x91f59fff com.apple.Accelerate.vecLib 3.2.2 (vecLib 3.2.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x91fc5000 - 0x92033fff libvMisc.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x9203e000 - 0x920d3fff libvDSP.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x920ed000 - 0x92675fff libBLAS.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x926a8000 - 0x929d3fff libLAPACK.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x92a03000 - 0x92af1fff libiconv.2.dylib /usr/lib/libiconv.2.dylib
    0x92af4000 - 0x92b7cfff com.apple.DesktopServices 1.3.6 /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x92bbd000 - 0x92de8fff com.apple.Foundation 6.4.8 (567.29) /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x92f15000 - 0x92f33fff libGL.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x92f3e000 - 0x92f98fff libGLU.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x92fb6000 - 0x92fb6fff com.apple.Carbon 10.4 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x92fb8000 - 0x92fccfff com.apple.ImageCapture 3.0 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x92fe4000 - 0x92ff4fff com.apple.speech.recognition.framework 3.4 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x93000000 - 0x93015fff com.apple.securityhi 2.0 (203) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x93027000 - 0x930aefff com.apple.ink.framework 101.2 (69) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x930c2000 - 0x930cdfff com.apple.help 1.0.3 (32) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x930d7000 - 0x93104fff com.apple.openscripting 1.2.5 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x9311e000 - 0x9312efff com.apple.print.framework.Print 5.0 (190.1) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x9313a000 - 0x931a0fff com.apple.htmlrendering 1.1.2 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x931d1000 - 0x93220fff com.apple.NavigationServices 3.4.4 (3.4.3) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x9324e000 - 0x9326bfff com.apple.audio.SoundManager 3.9 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x9327d000 - 0x9328afff com.apple.CommonPanels 1.2.2 (73) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x93293000 - 0x935a1fff com.apple.HIToolbox 1.4.9 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x936f1000 - 0x936fdfff com.apple.opengl 1.4.7 /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x93702000 - 0x93722fff com.apple.DirectoryService.Framework 3.1 /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x93776000 - 0x93776fff com.apple.Cocoa 6.4 (???) /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x93778000 - 0x93dabfff com.apple.AppKit 6.4.7 (824.41) /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x94138000 - 0x941aafff com.apple.CoreData 91 (92.1) /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x941e3000 - 0x942a7fff com.apple.audio.toolbox.AudioToolbox 1.4.5 /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x942f9000 - 0x942f9fff com.apple.audio.units.AudioUnit 1.4 /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x942fb000 - 0x944bbfff com.apple.QuartzCore 1.4.12 /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x94505000 - 0x94542fff libsqlite3.0.dylib /usr/lib/libsqlite3.0.dylib
    0x9454a000 - 0x9459afff libGLImage.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x945a3000 - 0x945b7fff com.apple.CoreVideo 1.4 /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x945fc000 - 0x94641fff com.apple.bom 8.5 (86.3) /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
    0x94760000 - 0x9476ffff libCGATS.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
    0x94777000 - 0x94783fff libCSync.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x947c9000 - 0x947e1fff libRIP.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x947e8000 - 0x94abdfff com.apple.QuickTime 7.1.5 /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x94b81000 - 0x94bf2fff libstdc++.6.dylib /usr/lib/libstdc++.6.dylib
    0x94c65000 - 0x94c86fff libmx.A.dylib /usr/lib/libmx.A.dylib
    0x94d8e000 - 0x94ebefff com.apple.AddressBook.framework 4.0.4 (485.1) /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x94f50000 - 0x94f5ffff com.apple.DSObjCWrappers.Framework 1.1 /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
    0x94f67000 - 0x94f94fff com.apple.LDAPFramework 1.4.1 (69.0.1) /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x94f9b000 - 0x94fabfff libsasl2.2.dylib /usr/lib/libsasl2.2.dylib
    0x94faf000 - 0x94fdefff libssl.0.9.7.dylib /usr/lib/libssl.0.9.7.dylib
    0x94fee000 - 0x9500bfff libresolv.9.dylib /usr/lib/libresolv.9.dylib
    0x95724000 - 0x957b2fff com.apple.WebKit 419 /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x9580e000 - 0x958a4fff com.apple.JavaScriptCore 418.3 /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/JavaScriptCor e.framework/Versions/A/JavaScriptCore
    0x958e1000 - 0x95bedfff com.apple.WebCore 418.21 /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
    0x95d76000 - 0x95d9ffff libxslt.1.dylib /usr/lib/libxslt.1.dylib
    0x95fc6000 - 0x95fc8fff com.apple.ExceptionHandling 1.2 (???) /System/Library/Frameworks/ExceptionHandling.framework/Versions/A/ExceptionHand ling
    0x95fcb000 - 0x95ffdfff com.apple.PDFKit 1.0.3 /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
    0x96f97000 - 0x96fb6fff com.apple.vecLib 3.2.2 (vecLib 3.2.2) /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x97627000 - 0x9764cfff com.apple.speech.LatentSemanticMappingFramework 2.2 /System/Library/PrivateFrameworks/LatentSemanticMapping.framework/Versions/A/La tentSemanticMapping
    0x976cd000 - 0x9778efff libGLProgrammability.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0x977b9000 - 0x977bafff libGLSystem.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLSystem.dy lib
    0x977bc000 - 0x977c9fff com.apple.agl 2.5.6 (AGL-2.5.6) /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x977e3000 - 0x97823fff com.apple.glut 3.3.8 (GLUT-3.3.8) /System/Library/Frameworks/GLUT.framework/Versions/A/GLUT
    0x982ef000 - 0x983c0fff com.apple.QuartzComposer 1.2.4 (32.22) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
    0x9843d000 - 0x9843dfff com.apple.quartzframework 1.0 /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x9a2f1000 - 0x9a44afff com.apple.MessageFramework 2.1 (752.2) /System/Library/Frameworks/Message.framework/Versions/B/Message
    Model: PowerMac11,2, BootROM 5.2.7f1, 2 processors, PowerPC G5 (1.1), 2 GHz, 2 GB
    Graphics: NVIDIA GeForce 6600LE, GeForce 6600LE, PCI, 128 MB
    Memory Module: DIMM0/J6700, 1 GB, DDR2 SDRAM, PC2-4200U-444
    Memory Module: DIMM1/J6800, 1 GB, DDR2 SDRAM, PC2-4200U-444
    Network Service: SpeedTouch USB, PPP (PPPSerial), ppp0
    PCI Card: GeForce 6600LE, Display, SLOT-1
    PCI Card: bcom5714, network, GIGE
    PCI Card: bcom5714, network, GIGE
    Serial ATA Device: WDC WD2500JS-41MVB1, 232.89 GB
    Parallel ATA Device: HL-DT-ST DVD-RW GWA-4165B
    USB Device: Hub, Up to 480 Mb/sec, 500 mA
    USB Device: Hub in Apple Pro Keyboard, Mitsumi Electric, Up to 12 Mb/sec, 500 mA
    USB Device: Microsoft Wireless Optical Mouse® 1.00, Microsoft, Up to 1.5 Mb/sec, 100 mA
    USB Device: AK5370, AKM, Up to 12 Mb/sec, 100 mA
    USB Device: Apple Pro Keyboard, Mitsumi Electric, Up to 12 Mb/sec, 250 mA
    USB Device: Apple Cinema Display, Apple Computer, Inc., Up to 12 Mb/sec, 500 mA
    USB Device: Speed Touch 330, THOMSON, Up to 12 Mb/sec, 500 mA
    FireWire Device: unknown_device, unknown_value, Up to 400 Mb/sec
    FireWire Device: unknown_device, unknown_value, Up to 400 Mb/sec
    I'm not techy enought to understand this. Any help greatly appreciated, Many thanks, Maxine

    Answered via original posting. Tks v much for help

  • Advice on best way to setup Disaster Recovery for SOA Suite 10.1.3.4

    Hi Everyone,
    I need some advice on the best way to setup Disaster Recovery for a SOA Suite 10.1.3.4 install deploying JSF/ADF OC4J applications.
    The way we are trying to do it at the moment is manually copy the "applications" and "applications-deployments" folders for the OC4J application on the production server, then compress and ship the files across to the DR application server nightly. (We don't require high availability).
    In the event of a disaster we then extract the files and copy to the OC4J instance (pre-created and configured) on the DR server. Unfortunately to date we haven't been able to reliably setup a DR application (seem to mostly get 404 errors etc), even though the OC4J application has its connection pool resolved to the DR database and is showing as "up" in the ASConsole.
    My question is, is there a more "native" way to do what we are trying to do. We do not have Enterprise version of SOA Suite or 11g database so any advanced recovery features are not an option. The setup is also stand alone, i.e. we are not using clustering or RAC etc.
    Any ideas would be really helpful.
    Thanks,
    Leigh.
    PS we are also running the production apps server with Oracle Application server 10g 10.1.2.3.0 as the HTTP apache server (with Forms, Reports and Discoverer deployed) and the SOA Suite 10.1.3 applications use the 10.1.2 HTTP server via the HTTP to AJP bridge. So the 10.1.3 OC4J instance is configured to use AJP on port range 12501 - 12600.

    For enterprise solutions, AS Guard would work.
    http://download.oracle.com/docs/cd/B25221_04/core.1013/b15977/disasrecov.htm#sthref303
    However, since advanced recovery options are not available (as you said), then what you are doing should not be too bad.
    AMN

  • I recently had the genius bar change my imac hard drive because it crashed. For some reason Time Machine didn't back up some of my important files. Can I get my damaged hard drive back from the genius bar to see if I can access that info?

    I recently had the genius bar change my imac hard drive because it crashed. For some reason Time Machine didn't back up some of my important files. Can I get my damaged hard drive back from the genius bar to see if I can access that info?

    Unfortunately, that drive is long gone, probably back to the mfr. Drives are not returned when they are exchanged. You can go by and ask them, but the chances are slim to none.

  • How to do the hard recovery for exchange 2010 (No Restore.env generated)

    enrollment:Windows server 2008 R2, exchange 2010.
    I want to test the fundamentally of eseutil /cc
    so I backup the exchange database by Using the Windows backup, then I restore the database, and no Restore.env be found.But  I found I can run the
    eseutil /r.
    what's happened? 
    1,why No Restore.env generated for exchange 2010 in Windows server 2008 r2?
    2,why I can do the soft recovery after the restoring the database? 
    3, how to do the hard recovery for this situation(No Restore.env )?
    Please click the Mark as Answer button if a post solves your problem!

    Hi Eric,
    From your description, I would like to clarify the following things:
    1. Before performing the restore process, we need to dismount the Exchange databases that we want to restore. If the database is still mounted, the restore process will fail. If the restore process doesn't succeed, Restore.env won't be generated.
    2. It is because the log files are healthy, you can run Eseutil/r and perform soft recovery.
    3. In your case, you can continue to perform the soft recovery.
    For more information about hard recovery and soft recovery, here are some helpful threads for your reference.
    Exchange Server Soft and Hard Recovery
    http://technet.microsoft.com/en-us/library/aa996168(v=exchg.65).aspx
    Exchange Database Recovery – Using eseutil commands (Note: It isn't from Microsoft, please pay attention to refer to it.)
    http://msexchangeguru.com/2009/07/12/exchange-database-recovery-using-eseutil-commands/
    Hope it helps.
    If there any problems, please feel free to let me know.
    Best regards,
    Amy
    Amy Wang
    TechNet Community Support
    " If the restore process doesn't succeed, Restore.env won't be generated. "
    thank you for you reply.The restore process  succeed,otherwise I can't do the soft recovery after the restoring the database,but can't see the restore.env
    Please click the Mark as Answer button if a post solves your problem!

  • Disaster Recovery For SAP ECC 6.0 On Oracle

    Hi All,
    This is our infrastructure
    Windows 2003 Server
    SAP ECC 6.0
    Oracle 10
    Legato Networker Client / Library
    Actually our Backup Strategy is to do an Online Backup Every Night from monday to saturday. We want to test our backup by doing a Restore. We are assuming a complete loss of the system including hardware.
    What we do:
    1. Install the SAP System on a new host with the same hardware characteristic of the source system.
    2. Install & Configure the legato utility.
    3. Copy the E:\oracle\MIS\sapbackup\ directory from the source system to the test system.
    4. Them we put the database in mount mode.
    5. Execute the command: brrestore -b bdyxwoqv.fnf -m full  (bdyxwoqv.fnf-> Full Online Backup that was executed without problems).
    It gives the following errors:
    BR0386E File 'F:\ORACLE\MIS\SAPDATA2\SR3_10\SR3.DATA10' reported as not found by
    backup utility
    BR0386E File 'F:\ORACLE\MIS\SAPDATA3\SR3700_9\SR3700.DATA9' reported as not foun
    d by backup utility
    BR0280I BRRESTORE time stamp: 2008-10-01 17.45.19
    BR0279E Return code from 'backint -u MIS -f restore -i E:\oracle\MIS\sapbackup\.
    rdyybrzp.lst -t file -p E:\oracle\MIS\102\database\initMIS.utl': 2
    BR0374E 0 of 63 files restored by backup utility
    BR0280I BRRESTORE time stamp: 2008-10-01 17.45.19
    BR0231E Backup utility call failed
    BR0406I End of file restore: rdyybrzp.rsb 2008-10-01 17.45.19
    BR0280I BRRESTORE time stamp: 2008-10-01 17.45.19
    BR0404I BRRESTORE terminated with errors
    Since this is a new SAP system it never will find the SAPDATA files because they where on the source system and this is a new test system.
    We found the following note:
    96848 Disaster recovery for SAP R/3 on Oracle
    But this note is for SAP R/3 no for SAP ECC!
    It explain that you have to install your SAP system with the System Copy Method (is this the only way??).
    2.) Installation of the R/3 System
    The installation of SAP software contains the software installation of the database. The initial SAP database should be created again but the SAP data should not be loaded.
    Install the SAP system with the Oracle-specific system copy method, which is based on backup/restore. This method is described in the system copy guide for your Product/Release. Refer to Note 659509 for products that are based on Web AS.
    3.) Modification of the installation
    Above all, you must take into account the mounted file systems at the time of the loss. If necessary create new SAPDATA directories (mount points). These generally identify a disk or a logical storage area (logical volume).
    Are we working in the right way? maybe there is a formal procedure to do a Restore from an Online backup when you complete loss your system.
    Please some tips.
    Best Regards,
    Erick Ilarraza

    Hi Eric,
    Thanks a lot for your reply, I will follow the Note 96848 Disaster recovery for SAP R/3 on ORACLE point 5.
    5.) Restore profile and log files, as you sayed in case of disaster we will lost our "source" system.
    On the other hand to configure the legato client we take care of the name of the server, we configured the .sap, .cfg and .utl files so in theory the restore will be done on the new test system since we run the brrestore command from that system.
    Officially there is not a documentation from SAP to do a Restore from a Online Backup with SAP ECC, SAP Netweaver (ABAP / ABAP + Java). You only have the 96848 note??? I found the following information:
    http://help.sap.com/saphelp_nw70/helpdata/en/65/cade3bd0c8545ee10000000a114084/frameset.htm
    But there is not a official procedure like a System Copy Guide or Installation Guide.
    Best Regards,
    Erick Ilarraza

  • I recently upgraded to Lion and i find that my computer is running slow and applications are crashing.  For example I have Word 2011 for Mac and it crashes all the time I end up losing my work.  It often happens when I'm in notebook trying to record.

    i recently upgraded to Lion and i find that my computer is running slow and applications are crashing.  For example I have Word 2011 for Mac and it crashes all the time I end up losing my work.  It often happens when I'm in class using notebook and when I press record my computer starts thinking and it freezes.
    Also, I feel that it overheats often and my battery runs out pretty quickly.  I had the macbook (black) and this never happened before.  I'm not sure if I'm doing something wrong or if there is something with my computer.I bought my computer summer 2010, I don't think this should be happening. Please Help......

    This is exactly what keeps happening to mine too.  I was at a conference taking notes, and I was
    using the Notebook template, and doing some audio recording simultaneously.  About 3 hours into the conference (not consistently recording, but on and off with the sessions) my file wouldn't save anymore, saying something like "File cannot be modified while in use with another program" and "Invalid file name" when I would go back into my folder to look for it). I tried installing some updates from Microsoft, and when I restarted, I was at least able to open my old notes again, and so far it looks like the audio was working.  However, today at the conference, the same thing happened again, but I wasn't actively recording any audio (though after I had copy and pasted my second file of notes into the original, I went back to using it after re-naming it). 
    Does the crash happen to you under similar cirucumstances?  The update might help a little, but it is definitely not the solution.  Does anyone have any solutions?  Lion shouldn't be this buggy... I moved to Mac to get away from the garbage of bugs and compatibility issues...

  • Terminal Crashing - Looking for Suggestions

    Hey all!
    Wondering if anyone has any suggestions for me to trouble shoot terminal on my dual proc G4 (latest Mac OS)? For quite some time now, when I launch Terminal the icon bounces in the Doc a few times and then goes away (I.E. crashes). I don't use it that often but WOULD like it to run. <g>
    I have deleted <user>/Library/Preferences/com.apple.Terminal.plist but haven't seem to make much of a difference.
    *From Console:*
    May 5 19:01:08 Asher ReportCrash[37235]: Formulating crash report for
    process Terminal[37234]
    May 5 19:01:09 Asher ReportCrash[37235]: Saved crashreport to
    /Users/rootboy/Library/Logs/CrashReporter/Terminal2009-05-05-190104Asher.crash
    using uid: 501 gid: 501, euid: 501 egid: 501
    May 5 19:01:08 Asher com.apple.launchd[134]
    ([0x0-0xaf0af].com.apple.Terminal[37234]): Exited abnormally: Bus error
    *Crash Reporter for Terminal*
    Process: Terminal [37234]
    Path:
    /Applications/Utilities/Terminal.app/Contents/MacOS/Terminal
    Identifier: com.apple.Terminal
    Build Info: Terminal-2400000~1
    11 com.apple.Terminal 0x0000311c 0x1000 + 8476
    14 com.apple.Terminal 0x0003fc90 0x1000 + 257168
    0x1000 - 0x6cffa com.apple.Terminal 2.0.1 (240)
    <79e3f811aca89204ded6332a6ea842ff>
    /Applications/Utilities/Terminal.app/Contents/MacOS/Terminal
    From what I can gather here, Terminal is causing a 'bus error.' Beyond that, I'm really not sure what's up nor what to try next.
    Any ideas/suggestions/thoughts would be greatly appreciated!
    thxs much in advance.
    cheers
    cp root

    vmmap shows all the stuff mapped into a process' Virtual Address space. The following is from Terminal running on my system.
    You might also look at otool, but otool will only show the first level of shared library. otool will not show the libraries pulled in by this first level, not the next level of libraries pulled in, etc...
    Here is the vmmap output. Enjoy:
    Virtual Memory Map of process 3332 (Terminal)
    Output report format: 2.2 -- 32-bit process
    ==== Non-writable regions for process 3332
    __PAGEZERO 00000000-00001000 [ 4K] ---/--- SM=NUL /Applications/Utilities/Terminal.app/Contents/MacOS/Terminal
    __TEXT 00001000-0006d000 [ 432K] r-x/rwx SM=COW /Applications/Utilities/Terminal.app/Contents/MacOS/Terminal
    __LINKEDIT 0007f000-00086000 [ 28K] r--/rwx SM=COW /Applications/Utilities/Terminal.app/Contents/MacOS/Terminal
    STACK GUARD 00086000-00087000 [ 4K] ---/rwx SM=NUL
    STACK GUARD 00088000-00089000 [ 4K] ---/rwx SM=NUL
    shared memory 00089000-0008c000 [ 12K] r--/rw- SM=SHM
    shared memory 00098000-00099000 [ 4K] r--/rw- SM=SHM
    __TEXT 000fa000-000fb000 [ 4K] r-x/rwx SM=COW /Library/InputManagers/Chax/Chax.bundle/Contents/MacOS/Chax
    __LINKEDIT 000fe000-000ff000 [ 4K] r--/rwx SM=COW /Library/InputManagers/Chax/Chax.bundle/Contents/MacOS/Chax
    __TEXT 00737000-00739000 [ 8K] r-x/rwx SM=COW /Library/InputManagers/1PasswdIM/1PasswdIM.bundle/Contents/MacOS/1PasswdIM
    __LINKEDIT 0073c000-0073d000 [ 4K] r--/rwx SM=COW /Library/InputManagers/1PasswdIM/1PasswdIM.bundle/Contents/MacOS/1PasswdIM
    __TEXT 0073d000-00740000 [ 12K] r-x/rwx SM=COW /Library/InputManagers/Menu Extra Enabler/Menu Extra Enabler.bundle/Contents/MacOS/Menu Extra Enabler
    __LINKEDIT 00748000-0074e000 [ 24K] r--/rwx SM=COW /Library/InputManagers/Menu Extra Enabler/Menu Extra Enabler.bundle/Contents/MacOS/Menu Extra Enabler
    STACK GUARD 007f2000-007f3000 [ 4K] ---/rwx SM=NUL
    STACK GUARD 007f4000-007f5000 [ 4K] ---/rwx SM=NUL
    mapped file 007f9000-007fe000 [ 20K] r--/rwx SM=COW /private/var/folders/zv/zvU6bMiHTeElG+JIWOdzk++TI/-Caches-/com.apple.IntlDataCache.le.sbdl
    mapped file 01000000-019c3000 [ 9996K] r--/r-x SM=ALI /usr/share/icu/icudt36l.dat
    IOKit 029c3000-03003000 [ 6400K] r--/rw- SM=NUL
    mapped file 14cda000-14e9a000 [ 1792K] r--/rwx SM=COW /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/Resources/SArtFile.bin
    __TEXT 14e9a000-14fb9000 [ 1148K] r-x/rwx SM=COW /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    __LINKEDIT 14fc4000-14fcf000 [ 44K] r--/rwx SM=COW /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    mapped file 15c51000-15c6a000 [ 100K] r--/rwx SM=COW /System/Library/Caches/com.apple.IntlDataCache.le.kbdx
    __TEXT 15c6a000-15c70000 [ 24K] r-x/rwx SM=COW /System/Library/Components/DictionaryService.component/Contents/MacOS/DictionaryService
    __LINKEDIT 15c73000-15c76000 [ 12K] r--/rwx SM=COW /System/Library/Components/DictionaryService.component/Contents/MacOS/DictionaryService
    mapped file 15e00000-16392000 [ 5704K] r--/rwx SM=COW /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/Resources/ArtFile.bin
    mapped file 16392000-16458000 [ 792K] r--/rwx SM=COW /System/Library/Keyboard Layouts/AppleKeyboardLayouts.bundle/Contents/Resources/AppleKeyboardLayouts-L.dat
    __TEXT 16474000-164e6000 [ 456K] r-x/rwx SM=COW /Library/QuickTime/DivX Decoder.component/Contents/MacOS/DivX Decoder
    __LINKEDIT 164f1000-164f3000 [ 8K] r--/rwx SM=COW /Library/QuickTime/DivX Decoder.component/Contents/MacOS/DivX Decoder
    __TEXT 164f3000-166e6000 [ 1996K] r-x/rwx SM=COW /Library/QuickTime/EyeTV MPEG Support.component/Contents/MacOS/EyeTV MPEG Support
    __LINKEDIT 167ce000-1680a000 [ 240K] r--/rwx SM=COW /Library/QuickTime/EyeTV MPEG Support.component/Contents/MacOS/EyeTV MPEG Support
    __TEXT 8fe00000-8fe2e000 [ 184K] r-x/rwx SM=COW /usr/lib/dyld
    __LINKEDIT 8fe67000-8fe75000 [ 56K] r--/rwx SM=COW /usr/lib/dyld
    __TEXT 90003000-9000d000 [ 40K] r-x/r-x SM=COW /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
    __TEXT 9000d000-9004f000 [ 264K] r-x/r-x SM=COW /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    __TEXT 9004f000-900cd000 [ 504K] r-x/r-x SM=COW /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
    __TEXT 900cd000-900d5000 [ 32K] r-x/r-x SM=COW /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
    __TEXT 900d5000-900d8000 [ 12K] r-x/r-x SM=COW /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
    __TEXT 900d8000-90164000 [ 560K] r-x/r-x SM=COW /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    __TEXT 90164000-903e0000 [ 2544K] r-x/r-x SM=COW /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    __TEXT 903e0000-9079f000 [ 3836K] r-x/r-x SM=COW /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
    __TEXT 9079f000-908c4000 [ 1172K] r-x/r-x SM=COW /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    __TEXT 908c4000-908cb000 [ 28K] r-x/r-x SM=COW /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
    __TEXT 908cb000-908cc000 [ 4K] r-x/r-x SM=COW /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    __TEXT 908cc000-908e8000 [ 112K] r-x/r-x SM=COW /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
    __TEXT 908f5000-90a56000 [ 1412K] r-x/r-x SM=COW /usr/lib/libSystem.B.dylib
    __TEXT 90a56000-90a57000 [ 4K] r-x/r-x SM=COW /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    __TEXT 90a57000-90ab5000 [ 376K] r-x/r-x SM=COW /usr/lib/libstdc++.6.dylib
    __TEXT 90ac5000-90b68000 [ 652K] r-x/r-x SM=COW /System/Library/QuickTime/QuickTimeImporters.component/Contents/MacOS/QuickTimeImporters
    __TEXT 90cca000-90d09000 [ 252K] r-x/r-x SM=COW /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
    __TEXT 90d09000-90d35000 [ 176K] r-x/r-x SM=COW /usr/lib/libauto.dylib
    __TEXT 90d35000-90d46000 [ 68K] r-x/r-x SM=COW /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
    __TEXT 90d46000-90e27000 [ 900K] r-x/r-x SM=COW /usr/lib/libobjc.A.dylib
    __TEXT 90e2d000-90e56000 [ 164K] r-x/r-x SM=COW /usr/lib/libcups.2.dylib
    __TEXT 90e56000-90f1e000 [ 800K] r-x/r-x SM=COW /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
    __TEXT 90f6f000-90f70000 [ 4K] r-x/r-x SM=COW /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
    __TEXT 90f70000-90f74000 [ 16K] r-x/r-x SM=COW /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
    __TEXT 90f74000-9101c000 [ 672K] r-x/r-x SM=COW /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
    __TEXT 9101c000-91024000 [ 32K] r-x/r-x SM=COW /usr/lib/libgcc_s.1.dylib
    __TEXT 91024000-9102d000 [ 36K] r-x/r-x SM=COW /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    __TEXT 9102d000-914ff000 [ 4936K] r-x/r-x SM=COW /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib
    __TEXT 91562000-91648000 [ 920K] r-x/r-x SM=COW /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    __TEXT 91c9a000-91d55000 [ 748K] r-x/r-x SM=COW /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
    __TEXT 91d55000-91d56000 [ 4K] r-x/r-x SM=COW /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
    __TEXT 91d56000-91da7000 [ 324K] r-x/r-x SM=COW /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
    __TEXT 91da7000-91ee0000 [ 1252K] r-x/r-x SM=COW /usr/lib/libicucore.A.dylib
    __TEXT 91f53000-91f59000 [ 24K] r-x/r-x SM=COW /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
    __TEXT 91f77000-91f84000 [ 52K] r-x/r-x SM=COW /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
    __TEXT 91f84000-92f3a000 [ 15.7M] r-x/r-x SM=COW /System/Library/QuickTime/QuickTimeComponents.component/Contents/MacOS/QuickTimeComponents
    __TEXT 92f3a000-92fc7000 [ 564K] r-x/r-x SM=COW /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
    __TEXT 930d6000-930ed000 [ 92K] r-x/r-x SM=COW /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
    __TEXT 930ed000-9378a000 [ 6772K] r-x/r-x SM=COW /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
    __TEXT 93915000-939c6000 [ 708K] r-x/r-x SM=COW /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    __TEXT 939c6000-939c7000 [ 4K] r-x/r-x SM=COW /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    __TEXT 939c7000-93dd8000 [ 4164K] r-x/r-x SM=COW /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
    __TEXT 93dd8000-93e60000 [ 544K] r-x/r-x SM=COW /usr/lib/libsqlite3.0.dylib
    __TEXT 93e60000-94183000 [ 3212K] r-x/r-x SM=COW /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    __TEXT 94183000-941bb000 [ 224K] r-x/r-x SM=COW /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
    __TEXT 941bb000-941ca000 [ 60K] r-x/r-x SM=COW /usr/lib/libz.1.dylib
    __TEXT 941e9000-949e7000 [ 8184K] r-x/r-x SM=COW /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    __TEXT 949e7000-94a9a000 [ 716K] r-x/r-x SM=COW /usr/lib/libcrypto.0.9.7.dylib
    __TEXT 94a9a000-94a9f000 [ 20K] r-x/r-x SM=COW /usr/lib/system/libmathCommon.A.dylib
    __TEXT 94adc000-94afc000 [ 128K] r-x/r-x SM=COW /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    __TEXT 94afc000-94afd000 [ 4K] r-x/r-x SM=COW /System/Library/PrivateFrameworks/InstallServer.framework/Versions/A/InstallServer
    __TEXT 94afd000-94b2b000 [ 184K] r-x/r-x SM=COW /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
    __TEXT 94b2b000-94b3c000 [ 68K] r-x/r-x SM=COW /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    __TEXT 94b3c000-94b49000 [ 52K] r-x/r-x SM=COW /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    __TEXT 94b80000-94b97000 [ 92K] r-x/r-x SM=COW /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    __TEXT 94b9d000-94c31000 [ 592K] r-x/r-x SM=COW /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
    __TEXT 94c31000-94c8e000 [ 372K] r-x/r-x SM=COW /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering.framework/Versions/A/HTMLRendering
    __TEXT 94cfc000-94d2c000 [ 192K] r-x/r-x SM=COW /usr/lib/libncurses.5.4.dylib
    __TEXT 94d3a000-94d53000 [ 100K] r-x/r-x SM=COW /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
    __TEXT 94ec4000-94f90000 [ 816K] r-x/r-x SM=COW /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
    __TEXT 94fa4000-95173000 [ 1852K] r-x/r-x SM=COW /System/Library/Frameworks/Security.framework/Versions/A/Security
    __TEXT 95173000-952ba000 [ 1308K] r-x/r-x SM=COW /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO
    __TEXT 952ba000-952c8000 [ 56K] r-x/r-x SM=COW /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    __TEXT 95309000-95389000 [ 512K] r-x/r-x SM=COW /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
    __TEXT 95389000-9541d000 [ 592K] r-x/r-x SM=COW /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
    __TEXT 9541d000-95442000 [ 148K] r-x/r-x SM=COW /usr/lib/libxslt.1.dylib
    __TEXT 95442000-9574a000 [ 3104K] r-x/r-x SM=COW /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
    __TEXT 9574a000-9574f000 [ 20K] r-x/r-x SM=COW /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
    __TEXT 957b7000-95832000 [ 492K] r-x/r-x SM=COW /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
    __TEXT 9583c000-958c7000 [ 556K] r-x/r-x SM=COW /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
    __TEXT 95a34000-95dd2000 [ 3704K] r-x/r-x SM=COW /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    __TEXT 95dd2000-95dde000 [ 48K] r-x/r-x SM=COW /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    __TEXT 95dde000-95e1e000 [ 256K] r-x/r-x SM=COW /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    __TEXT 95e1e000-95e1f000 [ 4K] r-x/r-x SM=COW /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    __TEXT 95e1f000-95e21000 [ 8K] r-x/r-x SM=COW /usr/lib/libffi.dylib
    __TEXT 95fe0000-95fe3000 [ 12K] r-x/r-x SM=COW /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    __TEXT 95fe3000-9603d000 [ 360K] r-x/r-x SM=COW /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    __TEXT 962c3000-9659e000 [ 2924K] r-x/r-x SM=COW /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
    __TEXT 9659e000-965c7000 [ 164K] r-x/r-x SM=COW /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
    __TEXT 9662e000-96643000 [ 84K] r-x/r-x SM=COW /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
    __TEXT 96712000-9675c000 [ 296K] r-x/r-x SM=COW /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
    __TEXT 9675c000-9677b000 [ 124K] r-x/r-x SM=COW /usr/lib/libresolv.9.dylib
    __TEXT 9677b000-96786000 [ 44K] r-x/r-x SM=COW /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.framework/Versions/A/CarbonSound
    __TEXT 96786000-9678e000 [ 32K] r-x/r-x SM=COW /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    __TEXT 96801000-96844000 [ 268K] r-x/r-x SM=COW /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationServices.framework/Versions/A/NavigationServices
    __TEXT 969c4000-969cc000 [ 32K] r-x/r-x SM=COW /usr/lib/libbsm.dylib
    __TEXT 969cc000-96aff000 [ 1228K] r-x/r-x SM=COW /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    __TEXT 96b00000-96b85000 [ 532K] r-x/r-x SM=COW /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
    __TEXT 96b85000-96b86000 [ 4K] r-x/r-x SM=COW /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    __TEXT 96b86000-96bb6000 [ 192K] r-x/r-x SM=COW /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
    __TEXT 96bb6000-96c98000 [ 904K] r-x/r-x SM=COW /usr/lib/libxml2.2.dylib
    __TEXT 96d83000-96e00000 [ 500K] r-x/r-x SM=COW /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    __TEXT 96ef3000-96ef4000 [ 4K] r-x/r-x SM=COW /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    __TEXT 96f04000-96f5f000 [ 364K] r-x/r-x SM=COW /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText
    __TEXT 97054000-9708f000 [ 236K] r-x/r-x SM=COW /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    __IMAGE 97090000-971c6000 [ 1240K] r--/r-- SM=COW /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    __UNICODE 971c6000-9724b000 [ 532K] r--/r-- SM=COW /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    __LINKEDIT 9724b000-97632000 [ 3996K] r--/r-- SM=COW /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    __DATA a0105000-a0106000 [ 4K] r-x/rwx SM=COW /usr/lib/libobjc.A.dylib
    __IMPORT a0a00000-a0a01000 [ 4K] r-x/rwx SM=COW /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
    __IMPORT a0a01000-a0a02000 [ 4K] r-x/rwx SM=COW /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    __IMPORT a0a02000-a0a03000 [ 4K] r-x/rwx SM=COW /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
    __IMPORT a0a03000-a0a04000 [ 4K] r-x/rwx SM=COW /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
    __IMPORT a0a04000-a0a05000 [ 4K] r-x/rwx SM=COW /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
    __IMPORT a0a05000-a0a06000 [ 4K] r-x/rwx SM=COW /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    __IMPORT a0a06000-a0a09000 [ 12K] r-x/rwx SM=COW /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    __IMPORT a0a09000-a0a0a000 [ 4K] r-x/rwx SM=COW /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
    __IMPORT a0a0a000-a0a0b000 [ 4K] r-x/rwx SM=COW /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    __IMPORT a0a0b000-a0a0c000 [ 4K] r-x/rwx SM=COW /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
    __IMPORT a0a0c000-a0a0d000 [ 4K] r-x/rwx SM=COW /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
    __IMPORT a0a0e000-a0a10000 [ 8K] r-x/rwx SM=COW /usr/lib/libSystem.B.dylib
    __IMPORT a0a10000-a0a11000 [ 4K] r-x/rwx SM=COW /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    __IMPORT a0a11000-a0a12000 [ 4K] r-x/rwx SM=COW /usr/lib/libstdc++.6.dylib
    __IMPORT a0a13000-a0a15000 [ 8K] r-x/rwx SM=COW /System/Library/QuickTime/QuickTimeImporters.component/Contents/MacOS/QuickTimeImporters
    __IMPORT a0a16000-a0a17000 [ 4K] r-x/rwx SM=COW /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
    __IMPORT a0a17000-a0a18000 [ 4K] r-x/rwx SM=COW /usr/lib/libauto.dylib
    __IMPORT a0a18000-a0a19000 [ 4K] r-x/rwx SM=COW /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
    __IMPORT a0a19000-a0a1a000 [ 4K] r-x/rwx SM=COW /usr/lib/libobjc.A.dylib
    __IMPORT a0a1b000-a0a1c000 [ 4K] r-x/rwx SM=COW /usr/lib/libcups.2.dylib
    __IMPORT a0a1c000-a0a1d000 [ 4K] r-x/rwx SM=COW /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
    __IMPORT a0a1e000-a0a1f000 [ 4K] r-x/rwx SM=COW /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
    __IMPORT a0a1f000-a0a20000 [ 4K] r-x/rwx SM=COW /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
    __IMPORT a0a20000-a0a21000 [ 4K] r-x/rwx SM=COW /usr/lib/libgcc_s.1.dylib
    __IMPORT a0a21000-a0a22000 [ 4K] r-x/rwx SM=COW /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    __IMPORT a0a22000-a0a23000 [ 4K] r-x/rwx SM=COW /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib
    __IMPORT a0a25000-a0a26000 [ 4K] r-x/rwx SM=COW /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    __IMPORT a0a29000-a0a2b000 [ 8K] r-x/rwx SM=COW /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
    __IMPORT a0a2b000-a0a2d000 [ 8K] r-x/rwx SM=COW /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
    __IMPORT a0a2d000-a0a2e000 [ 4K] r-x/rwx SM=COW /usr/lib/libicucore.A.dylib
    __IMPORT a0a2f000-a0a30000 [ 4K] r-x/rwx SM=COW /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
    __IMPORT a0a31000-a0a32000 [ 4K] r-x/rwx SM=COW /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
    __IMPORT a0a32000-a0a36000 [ 16K] r-x/rwx SM=COW /System/Library/QuickTime/QuickTimeComponents.component/Contents/MacOS/QuickTimeComponents
    __IMPORT a0a36000-a0a38000 [ 8K] r-x/rwx SM=COW /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
    __IMPORT a0a3a000-a0a3b000 [ 4K] r-x/rwx SM=COW /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
    __IMPORT a0a3b000-a0a3c000 [ 4K] r-x/rwx SM=COW /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
    __IMPORT a0a3f000-a0a40000 [ 4K] r-x/rwx SM=COW /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    __IMPORT a0a40000-a0a42000 [ 8K] r-x/rwx SM=COW /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
    __IMPORT a0a42000-a0a43000 [ 4K] r-x/rwx SM=COW /usr/lib/libsqlite3.0.dylib
    __IMPORT a0a43000-a0a45000 [ 8K] r-x/rwx SM=COW /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    __IMPORT a0a45000-a0a46000 [ 4K] r-x/rwx SM=COW /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
    __IMPORT a0a46000-a0a47000 [ 4K] r-x/rwx SM=COW /usr/lib/libz.1.dylib
    __IMPORT a0a48000-a0a4c000 [ 16K] r-x/rwx SM=COW /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    __IMPORT a0a4c000-a0a4d000 [ 4K] r-x/rwx SM=COW /usr/lib/libcrypto.0.9.7.dylib
    __IMPORT a0a4e000-a0a4f000 [ 4K] r-x/rwx SM=COW /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    __IMPORT a0a4f000-a0a50000 [ 4K] r-x/rwx SM=COW /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
    __IMPORT a0a50000-a0a51000 [ 4K] r-x/rwx SM=COW /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    __IMPORT a0a52000-a0a53000 [ 4K] r-x/rwx SM=COW /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    __IMPORT a0a54000-a0a55000 [ 4K] r-x/rwx SM=COW /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
    __IMPORT a0a55000-a0a56000 [ 4K] r-x/rwx SM=COW /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering.framework/Versions/A/HTMLRendering
    __IMPORT a0a57000-a0a58000 [ 4K] r-x/rwx SM=COW /usr/lib/libncurses.5.4.dylib
    __IMPORT a0a59000-a0a5a000 [ 4K] r-x/rwx SM=COW /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
    __IMPORT a0a60000-a0a61000 [ 4K] r-x/rwx SM=COW /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
    __IMPORT a0a62000-a0a64000 [ 8K] r-x/rwx SM=COW /System/Library/Frameworks/Security.framework/Versions/A/Security
    __IMPORT a0a64000-a0a65000 [ 4K] r-x/rwx SM=COW /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO
    __IMPORT a0a65000-a0a66000 [ 4K] r-x/rwx SM=COW /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    __IMPORT a0a68000-a0a69000 [ 4K] r-x/rwx SM=COW /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
    __IMPORT a0a69000-a0a6a000 [ 4K] r-x/rwx SM=COW /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
    __IMPORT a0a6a000-a0a6b000 [ 4K] r-x/rwx SM=COW /usr/lib/libxslt.1.dylib
    __IMPORT a0a6b000-a0a6e000 [ 12K] r-x/rwx SM=COW /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
    __IMPORT a0a6e000-a0a6f000 [ 4K] r-x/rwx SM=COW /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
    __IMPORT a0a71000-a0a72000 [ 4K] r-x/rwx SM=COW /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
    __IMPORT a0a73000-a0a74000 [ 4K] r-x/rwx SM=COW /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
    __IMPORT a0a78000-a0a7a000 [ 8K] r-x/rwx SM=COW /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    __IMPORT a0a7a000-a0a7b000 [ 4K] r-x/rwx SM=COW /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    __IMPORT a0a7b000-a0a7c000 [ 4K] r-x/rwx SM=COW /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    __IMPORT a0a7c000-a0a7d000 [ 4K] r-x/rwx SM=COW /usr/lib/libffi.dylib
    __IMPORT a0a80000-a0a81000 [ 4K] r-x/rwx SM=COW /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    __IMPORT a0a81000-a0a82000 [ 4K] r-x/rwx SM=COW /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    __IMPORT a0a85000-a0a87000 [ 8K] r-x/rwx SM=COW /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
    __IMPORT a0a87000-a0a88000 [ 4K] r-x/rwx SM=COW /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
    __IMPORT a0a89000-a0a8a000 [ 4K] r-x/rwx SM=COW /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
    __IMPORT a0a8b000-a0a8c000 [ 4K] r-x/rwx SM=COW /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
    __IMPORT a0a8c000-a0a8d000 [ 4K] r-x/rwx SM=COW /usr/lib/libresolv.9.dylib
    __IMPORT a0a8d000-a0a8e000 [ 4K] r-x/rwx SM=COW /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.framework/Versions/A/CarbonSound
    __IMPORT a0a8e000-a0a8f000 [ 4K] r-x/rwx SM=COW /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    __IMPORT a0a90000-a0a91000 [ 4K] r-x/rwx SM=COW /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationServices.framework/Versions/A/NavigationServices
    __IMPORT a0a92000-a0a93000 [ 4K] r-x/rwx SM=COW /usr/lib/libbsm.dylib
    __IMPORT a0a93000-a0a94000 [ 4K] r-x/rwx SM=COW /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    __IMPORT a0a94000-a0a96000 [ 8K] r-x/rwx SM=COW /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
    __IMPORT a0a96000-a0a97000 [ 4K] r-x/rwx SM=COW /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
    __IMPORT a0a97000-a0a98000 [ 4K] r-x/rwx SM=COW /usr/lib/libxml2.2.dylib
    __IMPORT a0a9b000-a0a9c000 [ 4K] r-x/rwx SM=COW /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    __IMPORT a0aa1000-a0aa2000 [ 4K] r-x/rwx SM=COW /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText
    __IMPORT a0aa3000-a0aa4000 [ 4K] r-x/rwx SM=COW /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    CoreGraphics b0003000-b000b000 [ 32K] r--/r-- SM=SHM
    CoreGraphics b0018000-b0020000 [ 32K] r--/r-- SM=SHM
    STACK GUARD b0044000-b0045000 [ 4K] ---/rwx SM=NUL
    STACK GUARD b00c6000-b00c7000 [ 4K] ---/rwx SM=NUL
    CoreGraphics b09d6000-b09de000 [ 32K] r--/r-- SM=SHM
    CoreGraphics b09e1000-b09e9000 [ 32K] r--/r-- SM=SHM
    STACK GUARD bc000000-bf800000 [ 56.0M] ---/rwx SM=NUL
    ==== Writable regions for process 3332
    __DATA 0006d000-00073000 [ 24K] rw-/rwx SM=COW /Applications/Utilities/Terminal.app/Contents/MacOS/Terminal
    __OBJC 00073000-0007e000 [ 44K] rw-/rwx SM=COW /Applications/Utilities/Terminal.app/Contents/MacOS/Terminal
    __IMPORT 0007e000-0007f000 [ 4K] rwx/rwx SM=COW /Applications/Utilities/Terminal.app/Contents/MacOS/Terminal
    MALLOC (freed?) 00087000-00088000 [ 4K] rw-/rwx SM=COW
    MALLOC_LARGE 0008c000-00098000 [ 48K] rw-/rwx SM=PRV DefaultMallocZone_0x100000
    ATS (font support) 00099000-0009a000 [ 4K] rw-/rwx SM=SHM
    MALLOC_LARGE 0009a000-000b6000 [ 112K] rw-/rwx SM=COW DefaultMallocZone_0x100000
    ATS (font support) 000b6000-000c1000 [ 44K] rw-/rwx SM=COW
    mapped file 000c1000-000c3000 [ 8K] rwx/rwx SM=COW /System/Library/Fonts/LucidaGrande.dfont
    VM_ALLOCATE ? 000c3000-000c4000 [ 4K] rw-/rwx SM=COW
    MALLOC_LARGE 000c4000-000d2000 [ 56K] rw-/rwx SM=COW DefaultMallocZone_0x100000
    ATS (font support) 000d2000-000fa000 [ 160K] rw-/rwx SM=COW
    __DATA 000fb000-000fc000 [ 4K] rw-/rwx SM=COW /Library/InputManagers/Chax/Chax.bundle/Contents/MacOS/Chax
    __OBJC 000fc000-000fd000 [ 4K] rw-/rwx SM=COW /Library/InputManagers/Chax/Chax.bundle/Contents/MacOS/Chax
    __IMPORT 000fd000-000fe000 [ 4K] rwx/rwx SM=COW /Library/InputManagers/Chax/Chax.bundle/Contents/MacOS/Chax
    Memory tag=240 000ff000-00100000 [ 4K] rw-/rwx SM=COW
    MALLOC_TINY 00100000-00200000 [ 1024K] rw-/rwx SM=COW DefaultMallocZone_0x100000
    mapped file 00200000-0072d000 [ 5300K] rw-/rwx SM=COW /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/Resources/Extras2.rsrc
    ATS (font support) 0072d000-00737000 [ 40K] rw-/rwx SM=COW
    __DATA 00739000-0073a000 [ 4K] rw-/rwx SM=COW /Library/InputManagers/1PasswdIM/1PasswdIM.bundle/Contents/MacOS/1PasswdIM
    __OBJC 0073a000-0073b000 [ 4K] rw-/rwx SM=COW /Library/InputManagers/1PasswdIM/1PasswdIM.bundle/Contents/MacOS/1PasswdIM
    __IMPORT 0073b000-0073c000 [ 4K] rwx/rwx SM=COW /Library/InputManagers/1PasswdIM/1PasswdIM.bundle/Contents/MacOS/1PasswdIM
    __DATA 00740000-00746000 [ 24K] rwx/rwx SM=COW /Library/InputManagers/Menu Extra Enabler/Menu Extra Enabler.bundle/Contents/MacOS/Menu Extra Enabler
    __OBJC 00746000-00747000 [ 4K] rw-/rwx SM=COW /Library/InputManagers/Menu Extra Enabler/Menu Extra Enabler.bundle/Contents/MacOS/Menu Extra Enabler
    __IMPORT 00747000-00748000 [ 4K] rwx/rwx SM=COW /Library/InputManagers/Menu Extra Enabler/Menu Extra Enabler.bundle/Contents/MacOS/Menu Extra Enabler
    mapped file 0074e000-007ba000 [ 432K] rwx/rwx SM=COW /System/Library/Fonts/LucidaGrande.dfont
    MALLOC_LARGE 007ba000-007be000 [ 16K] rw-/rwx SM=PRV DefaultMallocZone_0x100000
    CoreGraphics 007be000-007c0000 [ 8K] rw-/rwx SM=PRV
    CG raster data 007c0000-007d0000 [ 64K] rw-/rwx SM=PRV
    mapped file 007d0000-007de000 [ 56K] rw-/rwx SM=COW /private/var/folders/zv/zvU6bMiHTeElG+JIWOdzk++TI/-Caches-/com.apple.ATS/annex_aux
    VM_ALLOCATE ? 007de000-007e2000 [ 16K] rw-/rwx SM=COW
    MALLOC_LARGE 007e2000-007f2000 [ 64K] rw-/rwx SM=NUL DefaultMallocZone_0x100000
    MALLOC (freed?) 007f3000-007f4000 [ 4K] rw-/rwx SM=COW
    VM_ALLOCATE ? 007f5000-007f6000 [ 4K] rw-/rwx SM=COW
    mapped file 007f6000-007f9000 [ 12K] rwx/rwx SM=COW /System/Library/Fonts/Monaco.dfont
    VM_ALLOCATE ? 007fe000-007ff000 [ 4K] rw-/rwx SM=PRV
    MALLOC_LARGE 007ff000-00800000 [ 4K] rw-/rwx SM=PRV DefaultMallocZone_0x100000
    MALLOC_SMALL 00800000-01000000 [ 8192K] rw-/rwx SM=COW DefaultMallocZone_0x100000
    IOKit 019c3000-029c3000 [ 16.0M] rw-/rw- SM=NUL
    IOKit 03003000-119c3000 [233.8M] rw-/rw- SM=NUL
    ATS (font support) 119c3000-13943000 [ 31.5M] rw-/rwx SM=COW
    shared memory 13943000-1493f000 [ 16.0M] rw-/rw- SM=SHM
    mapped file 1493f000-14b70000 [ 2244K] rw-/rwx SM=COW /System/Library/Fonts/LucidaGrande.dfont
    ATS (font support) 14b70000-14c70000 [ 1024K] rw-/rwx SM=SHM
    mapped file 14c70000-14cda000 [ 424K] rwx/rwx SM=COW /System/Library/Fonts/LucidaGrande.dfont
    __DATA 14fb9000-14fc2000 [ 36K] rw-/rwx SM=COW /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    __DATA 14fc2000-14fc3000 [ 4K] rw-/rwx SM=NUL /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    __IMPORT 14fc3000-14fc4000 [ 4K] rwx/rwx SM=COW /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    CG shared images 14fcf000-150cf000 [ 1024K] rw-/rwx SM=COW
    VM_ALLOCATE ? 150cf000-150ef000 [ 128K] rw-/rwx SM=PRV
    MALLOC_LARGE 150ef000-150ff000 [ 64K] rw-/rwx SM=NUL DefaultMallocZone_0x100000
    MALLOC_LARGE 150ff000-15113000 [ 80K] rw-/rwx SM=COW DefaultMallocZone_0x100000
    mapped file 15113000-15195000 [ 520K] rw-/rwx SM=COW /System/Library/Fonts/Monaco.dfont
    mapped file 15195000-151aa000 [ 84K] rw-/rwx SM=COW /private/var/folders/zv/zvU6bMiHTeElG+JIWOdzk++TI/-Caches-/com.apple.ATS/annex_aux
    MALLOC_LARGE 151aa000-151b1000 [ 28K] rw-/rwx SM=PRV DefaultMallocZone_0x100000
    Carbon 151b6000-15a2d000 [ 8668K] rwx/rwx SM=COW
    CG shared images 15a2d000-15c2d000 [ 2048K] rw-/rwx SM=COW
    mapped file 15c2d000-15c51000 [ 144K] rwx/rwx SM=COW /System/Library/Fonts/Monaco.dfont
    __DATA 15c70000-15c71000 [ 4K] rw-/rwx SM=COW /System/Library/Components/DictionaryService.component/Contents/MacOS/DictionaryService
    __OBJC 15c71000-15c72000 [ 4K] rw-/rwx SM=COW /System/Library/Components/DictionaryService.component/Contents/MacOS/DictionaryService
    __IMPORT 15c72000-15c73000 [ 4K] rwx/rwx SM=COW /System/Library/Components/DictionaryService.component/Contents/MacOS/DictionaryService
    MALLOC_LARGE 15cb4000-15cc2000 [ 56K] rw-/rwx SM=PRV DefaultMallocZone_0x100000
    VM_ALLOCATE ? 15cc2000-15ce9000 [ 156K] rw-/rwx SM=COW
    MALLOC_TINY 15d00000-15e00000 [ 1024K] rw-/rwx SM=COW zone_0x0
    MALLOC_LARGE 16458000-16474000 [ 112K] rw-/rwx SM=PRV DefaultMallocZone_0x100000
    __DATA 164e6000-164ee000 [ 32K] rw-/rwx SM=COW /Library/QuickTime/DivX Decoder.component/Contents/MacOS/DivX Decoder
    __DATA 164ee000-164f0000 [ 8K] rw-/rwx SM=NUL /Library/QuickTime/DivX Decoder.component/Contents/MacOS/DivX Decoder
    __IMPORT 164f0000-164f1000 [ 4K] rwx/rwx SM=COW /Library/QuickTime/DivX Decoder.component/Contents/MacOS/DivX Decoder
    __DATA 166e6000-166f5000 [ 60K] rw-/rwx SM=COW /Library/QuickTime/EyeTV MPEG Support.component/Contents/MacOS/EyeTV MPEG Support
    __DATA 166f5000-167cd000 [ 864K] rw-/rwx SM=PRV /Library/QuickTime/EyeTV MPEG Support.component/Contents/MacOS/EyeTV MPEG Support
    __IMPORT 167cd000-167ce000 [ 4K] rwx/rwx SM=COW /Library/QuickTime/EyeTV MPEG Support.component/Contents/MacOS/EyeTV MPEG Support
    __DATA 8fe2e000-8fe32000 [ 16K] rw-/rwx SM=COW /usr/lib/dyld
    __DATA 8fe32000-8fe67000 [ 212K] rw-/rwx SM=ZER /usr/lib/dyld
    __DATA a0000000-a0002000 [ 8K] rw-/rwx SM=COW /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
    __DATA a0002000-a0003000 [ 4K] rw-/rwx SM=COW /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    __DATA a0003000-a0004000 [ 4K] rw-/rwx SM=COW /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
    __DATA a0004000-a0005000 [ 4K] rw-/rwx SM=COW /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
    __DATA a0005000-a0006000 [ 4K] rw-/rwx SM=COW /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
    __DATA a0006000-a000a000 [ 16K] rw-/rwx SM=COW /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    __DATA a000a000-a001a000 [ 64K] rw-/rwx SM=COW /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    __OBJC a001a000-a0051000 [ 220K] rw-/rwx SM=COW /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    __DATA a0051000-a0052000 [ 4K] rw-/rwx SM=COW /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
    __DATA a0052000-a0069000 [ 92K] rw-/rwx SM=COW /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    __DATA a0069000-a006a000 [ 4K] rw-/rwx SM=COW /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
    __DATA a006a000-a006b000 [ 4K] rw-/rwx SM=COW /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    __DATA a006b000-a006c000 [ 4K] rw-/rwx SM=COW /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
    shared pmap a006c000-a006d000 [ 4K] rw-/rwx SM=COW
    __DATA a006d000-a00ac000 [ 252K] rw-/rwx SM=COW /usr/lib/libSystem.B.dylib
    __DATA a00ac000-a00ad000 [ 4K] rw-/rwx SM=COW /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    __DATA a00ad000-a00bb000 [ 56K] rw-/rwx SM=COW /usr/lib/libstdc++.6.dylib
    __DATA a00bb000-a00be000 [ 12K] rw-/rwx SM=COW /usr/lib/libSystem.B.dylib
    __DATA a00be000-a00c6000 [ 32K] rw-/rwx SM=COW /System/Library/QuickTime/QuickTimeImporters.component/Contents/MacOS/QuickTimeImporters
    __DATA a00c6000-a00e7000 [ 132K] rw-/rwx SM=COW /usr/lib/libSystem.B.dylib
    shared pmap a00e7000-a0101000 [ 104K] rw-/rwx SM=COW
    __DATA a0101000-a0102000 [ 4K] rw-/rwx SM=COW /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
    __DATA a0102000-a0103000 [ 4K] rw-/rwx SM=COW /usr/lib/libauto.dylib
    __DATA a0103000-a0104000 [ 4K] rw-/rwx SM=COW /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
    __DATA a0104000-a0105000 [ 4K] rw-/rwx SM=COW /usr/lib/libobjc.A.dylib
    __DATA a0106000-a012b000 [ 148K] rw-/rwx SM=COW /usr/lib/libobjc.A.dylib
    __OBJC a012b000-a012c000 [ 4K] rw-/rwx SM=COW /usr/lib/libobjc.A.dylib
    shared pmap a012c000-a012e000 [ 8K] rw-/rwx SM=COW
    __DATA a012e000-a012f000 [ 4K] rw-/rwx SM=COW /usr/lib/libcups.2.dylib
    __DATA a012f000-a0130000 [ 4K] rw-/rwx SM=COW /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
    shared pmap a0130000-a0136000 [ 24K] rw-/rwx SM=COW
    __DATA a0136000-a0137000 [ 4K] rw-/rwx SM=COW /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
    __DATA a0137000-a0138000 [ 4K] rw-/rwx SM=COW /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
    __DATA a0138000-a013a000 [ 8K] rw-/rwx SM=COW /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
    __DATA a013a000-a013b000 [ 4K] rw-/rwx SM=COW /usr/lib/libgcc_s.1.dylib
    __DATA a013b000-a013c000 [ 4K] rw-/rwx SM=COW /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    __DATA a013c000-a0155000 [ 100K] rw-/rwx SM=COW /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib
    shared pmap a0155000-a016a000 [ 84K] rw-/rwx SM=COW
    __DATA a016a000-a0170000 [ 24K] rw-/rwx SM=COW /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    __OBJC a0170000-a0183000 [ 76K] rw-/rwx SM=COW /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    shared pmap a0183000-a0227000 [ 656K] rw-/rwx SM=COW
    __DATA a0227000-a0232000 [ 44K] rw-/rwx SM=COW /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
    __DATA a0232000-a0233000 [ 4K] rw-/rwx SM=COW /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
    __DATA a0233000-a0237000 [ 16K] rw-/rwx SM=COW /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
    __DATA a0237000-a0242000 [ 44K] rw-/rwx SM=COW /usr/lib/libicucore.A.dylib
    shared pmap a0242000-a0251000 [ 60K] rw-/rwx SM=COW
    __DATA a0251000-a0252000 [ 4K] rw-/rwx SM=COW /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
    __OBJC a0252000-a0253000 [ 4K] rw-/rwx SM=COW /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
    shared pmap a0253000-a0256000 [ 12K] rw-/rwx SM=COW
    __DATA a0256000-a0257000 [ 4K] rw-/rwx SM=COW /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
    __OBJC a0257000-a0259000 [ 8K] rw-/rwx SM=COW /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
    __DATA a0259000-a039b000 [ 1288K] rw-/rwx SM=COW /System/Library/QuickTime/QuickTimeComponents.component/Contents/MacOS/QuickTimeComponents
    __OBJC a039b000-a039c000 [ 4K] rw-/rwx SM=COW /System/Library/QuickTime/QuickTimeComponents.component/Contents/MacOS/QuickTimeComponents
    __DATA a039c000-a03a6000 [ 40K] rw-/rwx SM=COW /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
    shared pmap a03a6000-a03b0000 [ 40K] rw-/rwx SM=COW
    __DATA a03b0000-a03b2000 [ 8K] rw-/rwx SM=COW /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
    __DATA a03b2000-a03d4000 [ 136K] rw-/rwx SM=COW /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
    shared pmap a03d4000-a040c000 [ 224K] rw-/rwx SM=COW
    __DATA a040c000-a0410000 [ 16K] rw-/rwx SM=COW /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    __DATA a0410000-a0411000 [ 4K] rw-/rwx SM=COW /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    __DATA a0411000-a0413000 [ 8K] rw-/rwx SM=COW /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
    __DATA a0413000-a0414000 [ 4K] rw-/rwx SM=COW /usr/lib/libsqlite3.0.dylib
    __DATA a0414000-a0433000 [ 124K] rw-/rwx SM=COW /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    __DATA a0433000-a0438000 [ 20K] rw-/rwx SM=COW /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
    __DATA a0438000-a0439000 [ 4K] rw-/rwx SM=COW /usr/lib/libz.1.dylib
    shared pmap a0439000-a043b000 [ 8K] rw-/rwx SM=COW
    __DATA a043b000-a046e000 [ 204K] rw-/rwx SM=COW /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    __OBJC a046e000-a0500000 [ 584K] rw-/rwx SM=COW /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    __DATA a0500000-a0513000 [ 76K] rw-/rwx SM=COW /usr/lib/libcrypto.0.9.7.dylib
    __DATA a0513000-a0514000 [ 4K] rw-/rwx SM=COW /usr/lib/system/libmathCommon.A.dylib
    shared pmap a0514000-a051e000 [ 40K] rw-/rwx SM=COW
    __DATA a051e000-a051f000 [ 4K] rw-/rwx SM=COW /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    __DATA a051f000-a0520000 [ 4K] rw-/rwx SM=COW /System/Library/PrivateFrameworks/InstallServer.framework/Versions/A/InstallServer
    __DATA a0520000-a0521000 [ 4K] rw-/rwx SM=COW /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
    __DATA a0521000-a0524000 [ 12K] rw-/rwx SM=COW /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    __DATA a0524000-a0525000 [ 4K] rw-/rwx SM=COW /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    shared pmap a0525000-a052a000 [ 20K] rw-/rwx SM=COW
    __DATA a052a000-a052c000 [ 8K] rw-/rwx SM=COW /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    shared pmap a052c000-a052d000 [ 4K] rw-/rwx SM=COW
    __DATA a052d000-a0533000 [ 24K] rw-/rwx SM=COW /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
    __DATA a0533000-a053d000 [ 40K] rw-/rwx SM=COW /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering.framework/Versions/A/HTMLRendering
    shared pmap a053d000-a054a000 [ 52K] rw-/rwx SM=COW
    __DATA a054a000-a0553000 [ 36K] rw-/rwx SM=COW /usr/lib/libncurses.5.4.dylib
    shared pmap a0553000-a0554000 [ 4K] rw-/rwx SM=COW
    __DATA a0554000-a0557000 [ 12K] rw-/rwx SM=COW /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
    shared pmap a0557000-a0593000 [ 240K] rw-/rwx SM=COW
    __DATA a0593000-a059b000 [ 32K] rw-/rwx SM=COW /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
    shared pmap a059b000-a059e000 [ 12K] rw-/rwx SM=COW
    __DATA a059e000-a05e5000 [ 284K] rw-/rwx SM=COW /System/Library/Frameworks/Security.framework/Versions/A/Security
    __DATA a05e5000-a05f8000 [ 76K] rw-/rwx SM=COW /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO
    __DATA a05f8000-a05f9000 [ 4K] rw-/rwx SM=COW /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    shared pmap a05f9000-a0604000 [ 44K] rw-/rwx SM=COW
    __DATA a0604000-a0614000 [ 64K] rw-/rwx SM=COW /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
    __DATA a0614000-a0618000 [ 16K] rw-/rwx SM=COW /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
    __DATA a0618000-a0619000 [ 4K] rw-/rwx SM=COW /usr/lib/libxslt.1.dylib
    __DATA a0619000-a063a000 [ 132K] rw-/rwx SM=COW /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
    __OBJC a063a000-a063d000 [ 12K] rw-/rwx SM=COW /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
    __DATA a063d000-a063e000 [ 4K] rw-/rwx SM=COW /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
    shared pmap a063e000-a0641000 [ 12K] rw-/rwx SM=COW
    __DATA a0641000-a064b000 [ 40K] rw-/rwx SM=COW /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
    shared pmap a064b000-a064e000 [ 12K] rw-/rwx SM=COW
    __DATA a064e000-a0652000 [ 16K] rw-/rwx SM=COW /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
    shared pmap a0652000-a0676000 [ 144K] rw-/rwx SM=COW
    __DATA a0676000-a0697000 [ 132K] rw-/rwx SM=COW /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    __OBJC a0697000-a06b5000 [ 120K] rw-/rwx SM=COW /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    __DATA a06b5000-a06b6000 [ 4K] rw-/rwx SM=COW /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    __DATA a06b6000-a06b8000 [ 8K] rw-/rwx SM=COW /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    __DATA a06b8000-a06b9000 [ 4K] rw-/rwx SM=COW /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    __DATA a06b9000-a06ba000 [ 4K] rw-/rwx SM=COW /usr/lib/libffi.dylib
    shared pmap a06ba000-a06fe000 [ 272K] rw-/rwx SM=COW
    __DATA a06fe000-a06ff000 [ 4K] rw-/rwx SM=COW /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    __DATA a06ff000-a0700000 [ 4K] rw-/rwx SM=COW /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    shared pmap a0700000-a0729000 [ 164K] rw-/rwx SM=COW
    __DATA a0729000-a0734000 [ 44K] rw-/rwx SM=COW /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
    __DATA a0734000-a0736000 [ 8K] rw-/rwx SM=COW /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
    __OBJC a0736000-a073b000 [ 20K] rw-/rwx SM=COW /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
    shared pmap a073b000-a074b000 [ 64K] rw-/rwx SM=COW
    __DATA a074b000-a074f000 [ 16K] rw-/rwx SM=COW /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
    shared pmap a074f000-a0769000 [ 104K] rw-/rwx SM=COW
    __DATA a0769000-a076d000 [ 16K] rw-/rwx SM=COW /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
    __DATA a076d000-a076e000 [ 4K] rw-/rwx SM=COW /usr/lib/libresolv.9.dylib
    __DATA a076e000-a076f000 [ 4K] rw-/rwx SM=COW /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.framework/Versions/A/CarbonSound
    __DATA a076f000-a0770000 [ 4K] rw-/rwx SM=COW /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    shared pmap a0770000-a077e000 [ 56K] rw-/rwx SM=COW
    __DATA a077e000-a0781000 [ 12K] rw-/rwx SM=COW /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationServices.framework/Versions/A/NavigationServices
    shared pmap a0781000-a07b1000 [ 192K] rw-/rwx SM=COW
    __DATA a07b1000-a07b2000 [ 4K] rw-/rwx SM=COW /usr/lib/libbsm.dylib
    __DATA a07b2000-a07c8000 [ 88K] rw-/rwx SM=COW /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    __OBJC a07c8000-a07cd000 [ 20K] rw-/rwx SM=COW /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    shared pmap a07cd000-a07ce000 [ 4K] rw-/rwx SM=COW
    __DATA a07ce000-a07d3000 [ 20K] rw-/rwx SM=COW /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
    __DATA a07d3000-a07d4000 [ 4K] rw-/rwx SM=COW /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    __DATA a07d4000-a07d6000 [ 8K] rw-/rwx SM=COW /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
    __DATA a07d6000-a07e4000 [ 56K] rw-/rwx SM=COW /usr/lib/libxml2.2.dylib
    shared pmap a07e4000-a0801000 [ 116K] rw-/rwx SM=COW
    __DATA a0801000-a080b000 [ 40K] rw-/rwx SM=COW /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    shared pmap a080b000-a082d000 [ 136K] rw-/rwx SM=COW
    __DATA a082d000-a082e000 [ 4K] rw-/rwx SM=COW /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    shared pmap a082e000-a082f000 [ 4K] rw-/rwx SM=COW
    __DATA a082f000-a0834000 [ 20K] rw-/rwx SM=COW /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText
    __OBJC a0834000-a0835000 [ 4K] rw-/rwx SM=COW /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText
    shared pmap a0835000-a0836000 [ 4K] rw-/rwx SM=COW
    __DATA a0836000-a083b000 [ 20K] rw-/rwx SM=COW /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    __OBJC a083b000-a083c000 [ 4K] rw-/rwx SM=COW /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    shared pmap a083c000-a083e000 [ 8K] rw-/rwx SM=COW
    CoreGraphics b000f000-b0017000 [ 32K] rw-/rw- SM=SHM
    CG shared images b0021000-b0029000 [ 32K] rw-/rwx SM=SHM
    CG shared images b002a000-b0044000 [ 104K] rw-/rwx SM=SHM
    Stack b0045000-b00c6000 [ 516K] rw-/rwx SM=PRV thread 1
    Stack b00c7000-b0148000 [ 516K] rw-/rwx SM=PRV thread 2
    CoreGraphics b0516000-b051e000 [ 32K] rw-/rw- SM=SHM
    CG backing stores b051f000-b0542000 [ 140K] rw-/rw- SM=SHM
    CG backing stores b0776000-b0777000 [ 4K] rw-/rw- SM=SHM
    CG backing stores b339e000-b3516000 [ 1504K] rw-/rw- SM=SHM
    Stack bf800000-bfffe000 [ 8184K] rw-/rwx SM=ZER
    Stack bfffe000-c0000000 [ 8K] rw-/rwx SM=COW thread 0
    ==== Legend
    SM=sharing mode:
    COW=copyonwrite PRV=private NUL=empty ALI=aliased
    SHM=shared ZER=zero_filled S/A=shared_alias
    ==== Summary for process 3332
    ReadOnly portion of Libraries: Total=94.3M resident=37.0M(39%) swappedout_orunallocated=57.3M(61%)
    Writable regions: Total=324.5M written=572K(0%) resident=5328K(2%) swapped_out=92K(0%) unallocated=319.3M(98%)
    REGION TYPE [ VIRTUAL]
    =========== [ =======]
    ATS (font support) [ 32.7M]
    CG backing stores [ 1648K]
    CG raster data [ 64K]
    CG shared images [ 3208K]
    Carbon [ 8668K]
    CoreGraphics [ 200K]
    IOKit [ 256.0M]
    MALLOC [ 10.6M]
    Memory tag=240 [ 4K]
    STACK GUARD [ 56.0M]
    Stack [ 9224K]
    VM_ALLOCATE ? [ 312K]
    __DATA [ 5720K]
    __IMAGE [ 1240K]
    __IMPORT [ 456K]
    __LINKEDIT [ 4416K]
    __OBJC [ 1140K]
    __PAGEZERO [ 4K]
    __TEXT [ 90.0M]
    __UNICODE [ 532K]
    mapped file [ 27.0M]
    shared memory [ 16.0M]
    shared pmap [ 2932K]

Maybe you are looking for

  • Siebel 8117 and BIP Multilingual reports not working.....

    Hello, We went live with Siebel 8113 and BIP. We have Siebel Reports configured in 4 languages and the choosing the language and locale on report generation pick applet worked fine with correct translated report coming out. We have upgraded Siebel to

  • Is it possible to embed a pdf attachment to a pdf output report?

    Hi community, The question is a little bit complex, cause we do not know if belongs to Reports or tu E-Business-Suite. Our development Team has just created a report for a list of purchased/sold goods, which output is a PDF file. On the other hand, t

  • Db link - invalid username/password error

    hi i created a connected user public db link, when i try to use it i get error message invalid username/password here is my set up: tnsnames.ora --remote db DWHTEST= (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST = dwhtest.be)(PORT = 1521)) (CONNECT

  • Issue with Posting Date in F.05 - Foreign Currency Revaluation

    Hi All, We have a problem with the US-GAAP Foreign currency revaluation run which we're doing every month. Although the posting date is entered correctly (for this month as 30.09.2011), the postings that are created have the posting date of 31.07.201

  • Cannot update to 2012 R2 UR6

    I cannot update one of my DPM servers to DPM 2012 UR6 running on Windows 2012 R2. Currently UR5 is installed. Looking at the logs I think it might be related to the VSS Null Provider. This provider is in fact missing on this DPM server. I cannot find