Clone DB from standby DB

Hi,
I want to clone (make a copy) of production DB, by using standby DB. How can I archive it?
I have tried to open standby DB as "read-only" mode. Then make a backup of control file. I shutdown the standby DB, make an image copy of all data files of the standby DB to other machine. When I use the backup of control file (after modifying it to change database name, path of data files etc) to create new control file and open the database, it always asks for applying archived log, which does not exist.
Example:
SQL> RECOVER DATABASE USING BACKUP CONTROLFILE;
ORA-00279: change 1099186239 generated at 05/04/2007 09:02:42 needed for thread1
ORA-00289: suggestion : /test/arch/590619969_1_67929.arc
ORA-00280: change 1099186239 for thread 1 is in sequence #67929
Any ideal?

Hi,
You dont need to shutdown the standby to make a copy. You can do the copying while it is in read only. After you finish the copy, make the backup controlfile from production and copy it to the clone database.
recover until a certain time for eg.,
recover database until time '2007-05-04 00:00:00' using backup controlfile;
apply the logs
open the clone database using
alter database open resetlogs;
dont forget to put the standby in recovery.
hth

Similar Messages

  • Failed to clone DB from StandBy database

    Hello,
          I need to  perform a clone of Data Guard physical standby  database  (production) to use in preproduction. we  have a  full RMAN  backup of standby database.
    My restore is failed,  i use this steps:
       * full RMAN backup of standby database
      *  backup control file of primary
      * on a new  database server, copy backup
      *  RMAN > restore control file (of brimary)
    *  RMAN > CATALOG START WITH ' Path of backup'
    *  crosscheck backup
    *  restore database
    -> the restore is failed with errors messages :
       RMAN-06026: some targets not found - aborting restore
       RMAN-06023: no backup or copy of datafile 4 found to restore
       RMAN-06023: no backup or copy of datafile 3 found to restore
      RMAN-06023: no backup or copy of datafile 2 found to restore
      RMAN-06023: no backup or copy of datafile 1 found to restore
    I  retry restore database after restoring a  standby control file, it's failed with the same message.
    can you help me ,please, to resolve this issue
    Regards
    Dj

    Thank's AbuFazalMdAbbas for your reply,
      RMAN > list backup :  i display only 3 Piece Name
                BS Key  Type LV Size       Device Type Elapsed Time Completion Time
                18364   Incr 1  36.56M     DISK        00:22:11     29-JUL-13
                        BP Key: 18364   Status: AVAILABLE  Compressed: YES  Tag: DIGI_SEC_DB1_DAT
                        Piece Name: /mnt/backup/RMAN/SEC_DB1/files/rman_SEC_DB1_29_01_0fofu8j3_1_1
                  List of Datafiles in backup set 18364
                  File LV Type Ckp SCN    Ckp Time  Name
                  17   1  Incr 22020167729 29-JUL-13 +DATA/DB1/datafile/indx_fusion54_purge.277.753031091
                  25   1  Incr 22020167729 29-JUL-13 +DATA/SEC_DB1/datafile/data_cmsco.284.762608775
                  44   1  Incr 22020167729 29-JUL-13 +DATA/SEC_DB1/datafile/indx_cmsco.303.799865601
                  64   1  Incr 22020167729 29-JUL-13 +DATA/SEC_DB1/datafile/indx_cmsco.324.809446025
                BS Key  Type LV Size       Device Type Elapsed Time Completion Time
                18365   Incr 1  11.17M     DISK        00:22:12     29-JUL-13
                        BP Key: 18365   Status: AVAILABLE  Compressed: YES  Tag: DIGI_SEC_DB1_DAT
                        Piece Name: /mnt/backup/RMAN/SEC_DB1/files/rman_SEC_DB1_29_01_0gofu8j3_1_1
                  List of Datafiles in backup set 18365
                  File LV Type Ckp SCN    Ckp Time  Name
                  18   1  Incr 22020167729 29-JUL-13 +DATA/DB1/datafile/indx_fusion54_purge.279.753031091
                  26   1  Incr 22020167729 29-JUL-13 +DATA/SEC_DB1/datafile/data_cmsco.285.762622281
                  45   1  Incr 22020167729 29-JUL-13 +DATA/SEC_DB1/datafile/data_cmsco.304.800028323
                  65   1  Incr 22020167729 29-JUL-13 +DATA/SEC_DB1/datafile/data_cmsco.325.814713695
                BS Key  Type LV Size       Device Type Elapsed Time Completion Time
                18366   Incr 1  49.25M     DISK        00:11:54     29-JUL-13
                        BP Key: 18366   Status: AVAILABLE  Compressed: YES  Tag: DIGI_SEC_DB1_DAT
                        Piece Name: /mnt/backup/RMAN/SEC_DB1/files/rman_SEC_DB1_29_01_0hofu9sq_1_1
                  List of Datafiles in backup set 18366
                  File LV Type Ckp SCN    Ckp Time  Name
                  4    1  Incr 22021555818 29-JUL-13 +DATA/DB1/datafile/users.281.753031093
                  27   1  Incr 22021555818 29-JUL-13 +DATA/SEC_DB1/datafile/indx_cmsco.286.763655749
                  47   1  Incr 22021555818 29-JUL-13 +DATA/SEC_DB1/datafile/indx_cmsco.306.800463801
                  66   1  Incr 22021555818 29-JUL-13 +DATA/SEC_DB1/datafile/data_cmsco.326.817754983
      # cd <location where backup files were copied>
      # ls -lrt
          ALL files (piece name in list backup) exist on file System,  and it's owner by oracle
      # show all
                RMAN> show all;
                using target database control file instead of recovery catalog
                RMAN configuration parameters for database with db_unique_name RSP are:
                CONFIGURE RETENTION POLICY TO REDUNDANCY 1; # default
                CONFIGURE BACKUP OPTIMIZATION OFF; # default
                CONFIGURE DEFAULT DEVICE TYPE TO DISK; # default
                CONFIGURE CONTROLFILE AUTOBACKUP ON;
                CONFIGURE CONTROLFILE AUTOBACKUP FORMAT FOR DEVICE TYPE DISK TO '+RECO/ctrl_%F';
                CONFIGURE DEVICE TYPE DISK PARALLELISM 2 BACKUP TYPE TO COMPRESSED BACKUPSET;
                CONFIGURE DATAFILE BACKUP COPIES FOR DEVICE TYPE DISK TO 1; # default
                CONFIGURE ARCHIVELOG BACKUP COPIES FOR DEVICE TYPE DISK TO 1; # default
                CONFIGURE MAXSETSIZE TO UNLIMITED; # default
                CONFIGURE ENCRYPTION FOR DATABASE OFF; # default
                CONFIGURE ENCRYPTION ALGORITHM 'AES128'; # default
                CONFIGURE COMPRESSION ALGORITHM 'BASIC' AS OF RELEASE 'DEFAULT' OPTIMIZE FOR LOAD TRUE ; # default
                CONFIGURE ARCHIVELOG DELETION POLICY TO NONE; # default
                CONFIGURE SNAPSHOT CONTROLFILE NAME TO '/u01/app/oracle/product/11.2.0/db/dbs/snapcf_MNTRSP.f'; # default

  • How to create a clone of database from STANDBY?

    How can i clone a database from physical standby database?

    Steps to clone from standby:
    1. cancle the managed recovery process on standby
    sql>alter database recover managed standby database cancel;
    2. Remember your standby databse would be in mount mode.
    3. Connect to the auxiliary instance and to the standby database through RMAN
    rman target sys/<pwd>@standby auxiliary sys/<pwd>@auxiliary-connection
    4. If 11g, then run directly duplicate from active database
    rman>duplicate target database to 'auxiliary_db_name' from active database nofilenamecheck;
    5. Once, the duplication is done, start the MRP on the standby again
    sql>alter database recover managed standby database disconnect from session;
    Ok..You are on 10g.
    Perform the above steps, but only thing is 1st you need to take the backup of the standby database first.
    Refer this Create dev database from standby database
    Already steps are given here
    Edited by: Shivananda Rao on Mar 9, 2012 9:56 AM

  • Clone from standby  ended in ARC: Cannot archive online log based on backup

    Hi
    I m into scenario where my prod db is in one data center and standby is in other data center.
    Both are geographically separated. I have to get a copy of prod on to standby data center side.
    Sending data over the network is taking long time either with duplicate db from active db or take backup and copy over standby side and restore it.
    so i thought of duplicate db from standby db which is in same data center, using 11g RMAN duplicate from active standby command.
    I have simulated scenario which is as below
    oracle version 11.2.0.1
    os version REHL 5.4
    My procedure & parameter are as below.
    on standby side from where i m copying (TARGET)
    1) on standby
    alter database recover managed standby db cancel;
    2)alter database convert to snapshot standby;
    which gave me
    /u01/data/DGSTD/archive/1_152_750425930.dbf
    /u01/data/DGSTD/archive/1_153_750425930.dbf
    */u01/data/DGSTD/archive/1_1_752604441.dbf*
    */u01/data/DGSTD/archive/1_2_752604441.dbf*
    3) alter database open;
    4) alter system switch logfile;
    now from rman
    RMAN> connect target sys/system@DGSTD
    connect auxiliary sys/system@GGR
    connected to target database: DGPRM (DBID=578436102)
    RMAN>
    connected to auxiliary database: NOTREAL (not mounted)
    RMAN>
    run{
    allocate channel prmy1 type disk;
    allocate channel prmy2 type disk;
    allocate channel prmy3 type disk;
    allocate channel prmy4 type disk;
    allocate channel prmy5 type disk;
    allocate auxiliary channel stby1 type disk;
    duplicate target database to ggr from active database
    spfile
    parameter_value_convert='DGSTD','GGR','/u01/data/DGSTD/','/u01/data/ggr/'
    set db_file_name_convert='/u01/oradata/DGSTD/','/u01/data/ggr/'
    set log_file_name_convert='/u01/oradata/DGSTD/','/u01/data/ggr/'
    set 'db_unique_name'='ggr'
    set 'audit_file_dest'='/u00/app/oracle/admin/ggr/adump'
    set 'sga_max_size'='140m'
    set 'pga_aggregate_target'='28940697'
    nofilenamecheck;
    and when output of rman reaches up below
    Starting backup at 31-MAY-11
    channel prmy1: starting datafile copy
    input datafile file number=00001 name=/u01/data/DGSTD/datafile/system01.dbf
    channel prmy2: starting datafile copy
    input datafile file number=00002 name=/u01/data/DGSTD/datafile/sysaux01.dbf
    in alert log of clone db it gives massive error saying
    ARC3: Cannot archive online log based on backup controlfile
    ARC2: Cannot archive online log based on backup controlfile
    ARC3: Cannot archive online log based on backup controlfile
    ARC2: Cannot archive online log based on backup controlfile
    and it fill up whole fs. and finally duplicate command throws error.
    not sure what i m missing of inside duplicate command or is it valid to duplicate database from snapshot standby.
    can somebody light on it please
    Edited by: user12281508 on Jun 1, 2011 10:26 AM
    Edited by: user12281508 on Jun 1, 2011 10:28 AM

    duplicate target database to ggr from active database
    spfile
    parameter_value_convert='DGSTD','GGR','/u01/data/DGSTD/','/u01/data/ggr/'
    set db_file_name_convert='/u01/oradata/DGSTD/','/u01/data/ggr/'
    set log_file_name_convert='/u01/oradata/DGSTD/','/u01/data/ggr/'
    set 'db_unique_name'='ggr'
    set 'audit_file_dest'='/u00/app/oracle/admin/ggr/adump'
    set 'sga_max_size'='140m'
    set 'pga_aggregate_target'='28940697'
    nofilenamecheck;
    }I think you should use standby cluase as
    DUPLICATE TARGET DATABASE TO dup1 FOR STANDBY FROM ACTIVE DATABASE;

  • USB ports don't work after resuming from standby with Windows 8 on X230 tablet

    I have just done a clean install of Windows 8 on my X230 tablet.  Before installing Windows 8 I installed the most recent BIOS for this machine (version 2.50).  After installing Windows 8 I installed System Update from the Lenovo Website and downloaded all the recommended drivers and other files.  I've also installed all the latest Windows 8 updates.
    Here are the symptoms of my problem: After resuming from standby/sleep mode, my USB ports do not work.  My computer has two USB 3.0 ports and one USB 2.0 ports.  All exhibit the same behavior.  After resuming from standby mode I have tried inserting both my mouse and a USB thumbdrive, but neither are recognized.  After restarting Windows, the USB ports work again... until I resume from standby mode again.
    I hope there is a solution to this issue.  It is very frustrating.

    Thanks for the suggestion about tweaking the "Allow this computer to turn off this device" feature.  I un-checked that box for every entry I could find under "Universal Serial Bus Controllers" in the Devide Manager.  Unfortunately, the same symptoms of my problem persisted.
    I went back and looked at the README file associated with the BIOS 2.50 download on Lenvo's support site.  At the bottom of the file it gives a "Summary of Changes".  Under version 2.03 of the BIOS (the version just before version 2.50), it says:
    - (Fix) Fixed an issue where USB device might not detected when system resume from sleep mode.
    This indicates that Lenovo support was already aware of such issues.  The problem was intended to be fixed in version 2.03 of the BIOS.  However, the issue persists on my machine, even with the latest BIOS.
    Hopefully someone from Lenovo can comment here.

  • Screen doesn't turn on after resuming from standby- Windows XP

    Hi all,
    I have a Lenovo 3000 N200 with Windows XP SP3 (recently installed xp), and my laptop goes to sleep fine, but when I try to wake it up from standby, the computer turns on fine, but the screen does not turn on at all. The hdd LED shows that the hdd is doing something, but the screen does not turn on at all. I've tried pressing keys on the keyboard, moving the mouse but still no luck. So since I cannot get my laptop out of sleep, I have to hold the power button and power the laptop off and then back on again. I do not wish to keep doing this since you can corrupt your hdd by doing this too much.
    Any help would be highly appreciated..
    Thankyou,
    From Dean.S
    Message Edited by Deano019 on 01-31-2009 01:57 PM
    Message Edited by Deano019 on 02-03-2009 04:19 PM
    Lenovo 3000 N200 0687-A11: T5450(1.66GHz), 2GB RAM, 120GB 5400rpm HD, 14.1in 1280x800, Intel X3100, CDRW/DVDRW, Intel 802.11agn, Bluetooth, Modem, 10/100 Ethernet, Fingerprint reader, Camera, 6c Li-Ion, Windows 7 Ultimate!

    Sorry, theres no Security chip option in my BIOS.
    Lenovo 3000 N200 0687-A11: T5450(1.66GHz), 2GB RAM, 120GB 5400rpm HD, 14.1in 1280x800, Intel X3100, CDRW/DVDRW, Intel 802.11agn, Bluetooth, Modem, 10/100 Ethernet, Fingerprint reader, Camera, 6c Li-Ion, Windows 7 Ultimate!

  • T400 goes into standby right after being woken from standby

    Hi, I have a T400. When I wake it up from standby by pressing the Fn key, it wakes up, then automatically goes into standby again. I can still wake it using the Fn key but I am afraid it  might be stuck in a loop.
    Any ideas where the bug could be?

    How do you send the machine into standby?
    W520: i7-2720QM, Q2000M at 1080/688/1376, 21GB RAM, 500GB + 750GB HDD, FHD screen
    X61T: L7500, 3GB RAM, 500GB HDD, XGA screen, Ultrabase
    Y3P: 5Y70, 8GB RAM, 256GB SSD, QHD+ screen

  • When waking up from standby, monitors power up but no picture is displayed. HP ENVY Phoenix h9

    Product: HP ENVY Phoenix h9 PC Series
    Product #: H3Y51AA#BL
    Model: h9-1387
    OS: Windows 8 64-bit
    Monitors: DELL 2407WFPHC x 2
    Updated graphics drivers to latest non-beta version.
    Hello,
    Since purchasing my PC a few months ago, there has been one "display" problem after another. This is the current problem:
    When stepping away from my computer, I lock it via Win+L and shortly after my monitors turn off. When returning a short time later, I attempt to wake up (But not really "wake up"... To try and fix previous display problems, I've already disabled hibernation and sleep options) my computer by moving my mouse. This causes the monitors to exit standby and power up, but all that is dispalyed is black screens when I should have been presented with the login screen.
    Mouse and keyboard clicks do nothing and I'm stuck at black screens. To continue, I press my PC's power button which causes the hard drives to spin-up and shortly after the computer turns off. I press the power button again and the computer boots to the login screen where once I enter my password, Windows loads and all my programs etc are displayed as they were before I locked my PC.
    You can see previous problems I've had listed below, hopefully they will also help you detect the cause of the current problem.
    Please help.
    Thanks!
    Peter
    Previous problems that I've had:
    1) When waking from hibernation, the computer would not wake monitors from standby leaving no way to login and save work. Hard reboot required. Solution: Disable Windows hibernation features.
    2) Error along the lines of "Display driver failed and have recovered". Possible solution: Disabled hardware acceleration in Firefox.
    3) When waking from standby, I find my 2 monitors have merged into one, and at a different resolution than normal. Once entering password to login, programs that were on seperate monitors are now on the same monitor. Right-clicking the desktop and selecting "Screen Resolution" -> "Detect" would set the monitors back to normal until the problem occurs again. Possible solution: Updated graphics card driver. Not sure if this problem has been fixed, it may have just been covered up by the new problem mentioned above.
    This question was solved.
    View Solution.

    Hey peterallcdn, 
    I'm sorry you're running into this resuming from sleep issue. Sometimes services that are trying to resume can cause issues like this. I would suggest trying a clean boot (booting with only essential system services running) and then seeing if it resumes from sleep properly.
    Here are the steps to disable non-critical services:
    1. Windows + Q to bring up Search
    2. Type 'msconfig' and press Enter
    3. Click the Services Tab
    4. Check the Hide All Microsoft Services box 
    5. Click the Disable All button 
    6. Click Apply and Restart
    When you restart Windows should only load essential system services, no 3rd party software. Lock the computer and let it go into sleep mode as you usually do and then try to resume from sleep. Let  me know what the result of that is.
    I have seen other cases where Google Talk or antivirus programs will prevent the computer from resuming properly.

  • After 10.4.3 upgrade, problems resuming from standby

    I have a Powerbook G3 Pismo 400 MHz with 576 MB RAM. After upgrading to 10.4.3, every time I open the lid to resume from standby, the powerbook freezes, even when no programs are open. It shows the desktop as it was previously, but the mouse will not move, the keys have no effect, etc. This lasts for approximately 25-30 seconds, after which time it becomes responsive again and acts normally.
    I've noticed that this occurs if I have the powerbook plugged in to the A/C, but don't have the battery in. If I put the battery in, it doesn't exhibit this problem. I've tried fixing the disk permissions, and reinstalled from the combo update download, but that didn't help.
    Has anyone else experienced this, is there a solution, and does Apple monitor this forum for bug reports, or is there another way to submit a bug report?

    Thanks Dave; I tried dragging the folders on the CD onto the desktop and they copy okay, and indicate by size they are full. They open on the desktop with all showing in them. So I copied all the CDs I use and re-burned them -- they will now read okay so I do not need to drag files to the desktop first, but can get it right from the CD. Seems like a lot of extra hassle for something that should be very simple to do. ;-} Again, i appreciate your suggestion, and quick response.

  • White screen when resuming from standby

    Hey,
    For about a week when I resume from standby by opening the lid I get a white screen.
    I'm using a MacBook Pro 2,7 GHz, Intel Core i7 with 4 GB ram bought in September this year (2011). Fully updated as of today.
    Basically, I close the lid of the laptop before I go to sleep and when I open it the next day the screen goes white. So far I have remedied this by pushing the power button which forces the Shut Off options to appear and the white screen is gone.
    Is this something I should be concerned about? I've read about the "White Screen of Death."
    Anyone else have this issue?

    Please read this whole message before doing anything.
    This procedure is a diagnostic test. It’s unlikely to solve your problem. Don’t be disappointed when you find that nothing has changed after you complete it.
    The purpose of this exercise is to determine whether the problem is caused by third-party system modifications that load automatically at startup or login. Boot in safe mode and log in to the account with the problem. First, disconnect all wired peripherals except keyboard, mouse, and monitor, if applicable, and remove all aftermarket expansion cards. The instructions provided by Apple are as follows:
    Be sure your Mac is shut down.
    Press the power button.
    Immediately after you hear the startup tone, hold the Shift key. The Shift key should be held as soon as possible after the startup tone, but not before the tone.
    Release the Shift key when you see the gray Apple icon and the progress indicator (looks like a spinning gear).
    The login screen appears even if you usually log in automatically. You must know your login password in order to log in. If you’ve forgotten the password, you will need to reset it before you begin.
    Safe mode is much slower to boot and run than normal, and some things won’t work at all, including your login items.
    Test. Same problem(s)?
    After testing, reboot as usual (i.e., not in safe mode.)

  • Clone SSD from Macbook Pro and Put it on Mac Pro??

    Hello,
    I have Macbook Pro 13" Retina Display and Mac Pro 2008. Yosemite is running well in Macbook pro, but I can't install Yosemite in my Mac Pro. The idea is to clone SSD from Macbook Pro and Put it on Mac Pro. Is it possible?
    thanks

    Every time I try to install Yosemite, it quit unexpectedly. I downloaded it three times already, rebooted Mac Pro and did disk permissions, but always failed.
    My mac pro:
    Hardware Overview:
      Model Name: Mac Pro
      Model Identifier: MacPro5,1
      Processor Name: Quad-Core Intel Xeon
      Processor Speed: 2.8 GHz
      Number of Processors: 1
      Total Number of Cores: 4
      L2 Cache (per Core): 256 KB
      L3 Cache: 8 MB
      Memory: 16 GB
      Processor Interconnect Speed: 4.8 GT/s
      Boot ROM Version: MP51.007F.B03
      SMC Version (system): 1.39f11
      SMC Version (processor tray): 1.39f11
      Serial Number (system): YM*****EUE
      Serial Number (processor tray): J5*****ZJB  
      Hardware UUID: A703851D-7CBE-522B-8D00-265212E99EBF
    This is the log:
    Process:         InstallAssistant [3211]
    Path:            /Applications/Install OS X Yosemite.app/Contents/MacOS/InstallAssistant
    Identifier:      com.apple.InstallAssistant.Yosemite
    Version:         1.6.5 (1012)
    Build Info:      InstallAssistant_MAS-532000000000000~119
    App Item ID:     915041082
    App External ID: 736932902
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [193]
    Responsible:     InstallAssistant [3211]
    User ID:         501
    Date/Time:       2014-10-29 13:08:59.959 +0700
    OS Version:      Mac OS X 10.9.5 (13F34)
    Report Version:  11
    Anonymous UUID:  21FFDE4E-7146-8760-5C28-22CAA6C96188
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000000
    VM Regions Near 0:
    -->
        __TEXT                 000000010dd9a000-000000010dd9c000 [    8K] r-x/rwx SM=COW  /Applications/Install OS X Yosemite.app/Contents/MacOS/InstallAssistant
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   libsystem_c.dylib             0x00007fff8b0c2732 strlen + 18
    1   com.apple.opencl               0x00007fff8b860907 0x7fff8b85f000 + 6407
    Thread 1:
    0   libsystem_kernel.dylib         0x00007fff859c3e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff835ecf08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib       0x00007fff835effb9 start_wqthread + 13
    Thread 2:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib         0x00007fff859c4662 kevent64 + 10
    1   libdispatch.dylib             0x00007fff8879b421 _dispatch_mgr_invoke + 239
    2   libdispatch.dylib             0x00007fff8879b136 _dispatch_mgr_thread + 52
    Thread 3:
    0   libsystem_kernel.dylib         0x00007fff859c3e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff835ecf08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib       0x00007fff835effb9 start_wqthread + 13
    Thread 4:
    0   libsystem_kernel.dylib         0x00007fff859c3e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff835ecf08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib       0x00007fff835effb9 start_wqthread + 13
    Thread 5:
    0   libsystem_kernel.dylib         0x00007fff859c391a __recvfrom + 10
    1   com.apple.installframework     0x000000010f817dc4 do_log_udp_listen + 247
    2   libsystem_pthread.dylib       0x00007fff835eb899 _pthread_body + 138
    3   libsystem_pthread.dylib       0x00007fff835eb72a _pthread_start + 137
    4   libsystem_pthread.dylib       0x00007fff835effc9 thread_start + 13
    Thread 6:
    0   libsystem_kernel.dylib         0x00007fff859bfa1a mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00007fff859bed18 mach_msg + 64
    2   com.apple.CoreFoundation       0x00007fff87993f15 __CFRunLoopServiceMachPort + 181
    3   com.apple.CoreFoundation       0x00007fff87993539 __CFRunLoopRun + 1161
    4   com.apple.CoreFoundation       0x00007fff87992e75 CFRunLoopRunSpecific + 309
    5   com.apple.AppKit               0x00007fff8912605e _NSEventThread + 144
    6   libsystem_pthread.dylib       0x00007fff835eb899 _pthread_body + 138
    7   libsystem_pthread.dylib       0x00007fff835eb72a _pthread_start + 137
    8   libsystem_pthread.dylib       0x00007fff835effc9 thread_start + 13
    Thread 7:
    0   libsystem_kernel.dylib         0x00007fff859c3e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff835ecf08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib       0x00007fff835effb9 start_wqthread + 13
    Thread 0 crashed with X86 Thread State (64-bit):
      rax: 0x00007ffeeb400000  rbx: 0x0000000000000000  rcx: 0x0000000000000000  rdx: 0x0000000000000000
      rdi: 0x0000000000000000  rsi: 0x000000000000002f  rbp: 0x00007fff51e614b0  rsp: 0x00007fff51e614b0
       r8: 0x0000000000000000   r9: 0x00007fff8b86056a  r10: 0x00007fff51e65d90  r11: 0x00000000ffffffea
      r12: 0x00007fff51e61590  r13: 0x00007fff51e61530  r14: 0x0000000000000200  r15: 0x0000000000000000
      rip: 0x00007fff8b0c2732  rfl: 0x0000000000010246  cr2: 0x0000000000000000
    Logical CPU:     4
    Error Code:      0x00000004
    Trap Number:     14
    Binary Images:
           0x10dd9a000 -        0x10dd9bff7  com.apple.InstallAssistant.Yosemite (1.6.5 - 1012) <9747E136-AD2E-3811-85FC-308B13BA77B0> /Applications/Install OS X Yosemite.app/Contents/MacOS/InstallAssistant
           0x10f700000 -        0x10f7a5fff  com.apple.InstallAssistant.IA.bundle (1.4.1 - 532) <70AFA782-9BEF-3B93-83F7-4F6FF62524CF> /Applications/Install OS X Yosemite.app/Contents/PlugIns/IA.bundle/Contents/MacOS/IA
           0x10f7f5000 -        0x10f7fffff +libBaseIA.dylib (532) <B845CCB1-C906-3BA4-8148-F33BA03D7EAE> /Applications/Install OS X Yosemite.app/Contents/PlugIns/IA.bundle/Contents/MacOS/libBaseIA.dylib
           0x10f80d000 -        0x10f8b3fff  com.apple.installframework (700 - 846) <FFA55B49-86C8-304A-90C1-8E908865DCD1> /System/Library/PrivateFrameworks/Install.framework/Versions/A/Install
           0x10f937000 -        0x10f94bfff  com.apple.InstallerPlugins (6.0 - 721) <4C68DDE4-69F1-387C-A519-0EFFFBE77E8B> /System/Library/Frameworks/InstallerPlugins.framework/Versions/A/InstallerPlugi ns
           0x10f962000 -        0x10f97cff7  com.apple.framework.Admin (13.0 - 13.0) <4C6F3194-B65B-34EC-A825-081FC74B6D16> /System/Library/PrivateFrameworks/Admin.framework/Versions/A/Admin
           0x10f9a6000 -        0x10f9adfff  com.apple.InstallAssistant.dm10.6 (1.4.1 - 532) <8CFFB912-E143-3A95-AD14-ED02AD8EA583> /Applications/Install OS X Yosemite.app/Contents/PlugIns/DM_10_6.IABundle/Contents/MacOS/DM_10_6
           0x10f9b5000 -        0x10f9bdfff  com.apple.InstallAssistant.corestorage (1.4.1 - 532) <5337FCF2-2297-3B28-B102-8BA0704D7A76> /Applications/Install OS X Yosemite.app/Contents/PlugIns/IACoreStorage.IABundle/Contents/MacOS/IACoreStora ge
        0x123440000000 -     0x123440882ff7  com.apple.GeForceGLDriver (8.26.28 - 8.2.6) <7748942D-BB8D-3ECF-BE8E-ED5AB2F2893B> /System/Library/Extensions/GeForceGLDriver.bundle/Contents/MacOS/GeForceGLDrive r
        0x7fff633ce000 -     0x7fff63401817  dyld (239.4) <7AD43B9B-5CEA-3C7E-9836-A06909F9CA56> /usr/lib/dyld
        0x7fff82742000 -     0x7fff82781fff  libGLU.dylib (9.6.1) <AE032555-3E2F-3DBF-A26D-EA4576061605> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
        0x7fff82782000 -     0x7fff827c8fff  com.apple.DiskManagement (6.1 - 744.1) <3DD4CD10-4476-334C-8C4B-991A85AAC272> /System/Library/PrivateFrameworks/DiskManagement.framework/Versions/A/DiskManag ement
        0x7fff827c9000 -     0x7fff827c9fff  com.apple.quartzframework (1.5 - 1.5) <3B2A72DB-39FC-3C5B-98BE-605F37777F37> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
        0x7fff827ca000 -     0x7fff827cbff7  libsystem_blocks.dylib (63) <FB856CD1-2AEA-3907-8E9B-1E54B6827F82> /usr/lib/system/libsystem_blocks.dylib
        0x7fff8289e000 -     0x7fff828a7fff  com.apple.speech.synthesis.framework (4.7.1 - 4.7.1) <383FB557-E88E-3239-82B8-15F9F885B702> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
        0x7fff828a8000 -     0x7fff828fbfff  com.apple.ScalableUserInterface (1.0 - 1) <CF745298-7373-38D2-B3B1-727D5A569E48> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableU serInterface.framework/Versions/A/ScalableUserInterface
        0x7fff828fc000 -     0x7fff82903ffb  libcopyfile.dylib (103.92.1) <CF29DFF6-0589-3590-834C-82E2316612E8> /usr/lib/system/libcopyfile.dylib
        0x7fff82904000 -     0x7fff82905ff7  libDiagnosticMessagesClient.dylib (100) <4CDB0F7B-C0AF-3424-BC39-495696F0DB1E> /usr/lib/libDiagnosticMessagesClient.dylib
        0x7fff82906000 -     0x7fff82a5aff3  com.apple.audio.toolbox.AudioToolbox (1.10 - 1.10) <69B273E8-5A8E-3FC7-B807-C16B657662FE> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
        0x7fff82a5b000 -     0x7fff82a66ff7  com.apple.DirectoryService.Framework (10.9 - 173.90.1) <22A0C230-CF1E-38F5-A947-5ACDAEEE0DB6> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
        0x7fff82a90000 -     0x7fff82b20ff7  com.apple.Metadata (10.7.0 - 800.28) <CB43AF4C-F5DE-3161-B7D7-540DF9718EAD> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
        0x7fff82b21000 -     0x7fff82b26fff  libmacho.dylib (845) <1D2910DF-C036-3A82-A3FD-44FF73B5FF9B> /usr/lib/system/libmacho.dylib
        0x7fff82b27000 -     0x7fff82b30fff  com.apple.DisplayServicesFW (2.8 - 360.8.14) <816A9CED-1BC0-3C76-8103-1B9BE0F723BB> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
        0x7fff82b31000 -     0x7fff82b3affd  com.apple.CommonAuth (4.0 - 2.0) <32BA436F-6319-3A0B-B5D2-2EB75FF36B5B> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
        0x7fff82b3b000 -     0x7fff82b45ff7  com.apple.CrashReporterSupport (10.9 - 539) <B25A09EC-A021-32EC-86F8-05B4837E0EDE> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
        0x7fff82b46000 -     0x7fff82b62fff  libresolv.9.dylib (54) <11C2C826-F1C6-39C6-B4E8-6E0C41D4FA95> /usr/lib/libresolv.9.dylib
        0x7fff82b63000 -     0x7fff82bb4fff  com.apple.QuickLookFramework (5.0 - 622.7) <17685CEC-C94B-3F83-ADE1-B24840B35E44> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
        0x7fff82bb5000 -     0x7fff82bcdff7  com.apple.GenerationalStorage (2.0 - 160.3) <64749B08-0212-3AC8-9B49-73D662B09304> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/Gene rationalStorage
        0x7fff82bf9000 -     0x7fff82bfcffa  libCGXType.A.dylib (599.35.4) <A2B493FD-2EDE-3BC2-A281-2381E0156411> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXTy pe.A.dylib
        0x7fff82c0d000 -     0x7fff82c14fff  com.apple.NetFS (6.0 - 4.0) <8E26C099-CE9D-3819-91A2-64EA929C6137> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
        0x7fff82c18000 -     0x7fff82cb3ff7  com.apple.PDFKit (2.9.2 - 2.9.2) <DF2CE219-6256-3A8A-BDB1-51EF556F5BC8> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
        0x7fff82cb4000 -     0x7fff82cf9fff  libcurl.4.dylib (78.94.1) <88F27F9B-052E-3375-938D-2603E90D8AD5> /usr/lib/libcurl.4.dylib
        0x7fff82cfa000 -     0x7fff82d23fff  GLRendererFloat (9.6.1) <23A2C705-F932-335D-B27B-565A30333460> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLRendererFloa t.bundle/GLRendererFloat
        0x7fff82d24000 -     0x7fff82d70ffe  com.apple.CoreMediaIO (408.0 - 4570) <72371044-3FF2-3538-8EE1-C7C20F7C60A0> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
        0x7fff82d71000 -     0x7fff82f1ef27  libobjc.A.dylib (551.1) <AD7FD984-271E-30F4-A361-6B20319EC73B> /usr/lib/libobjc.A.dylib
        0x7fff82f41000 -     0x7fff82f88fff  libFontRegistry.dylib (127) <A77A0480-AA5D-3CC8-8B68-69985CD546DC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
        0x7fff82f89000 -     0x7fff83212fff  com.apple.CommerceKit (1.2.0 - 232.11) <976C534B-C0F3-3C01-AB3D-E81B2EE9ADB1> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/CommerceKit
        0x7fff83213000 -     0x7fff83264ff7  com.apple.audio.CoreAudio (4.2.1 - 4.2.1) <BE13E840-FB45-3BC2-BCF5-031629754FD5> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
        0x7fff83265000 -     0x7fff8341dffb  libicucore.A.dylib (511.35) <6F097DA7-147C-32A1-93D2-728A64CF0DC2> /usr/lib/libicucore.A.dylib
        0x7fff8345d000 -     0x7fff83463fff  com.apple.AOSNotification (1.7.0 - 760.3) <7901B867-60F7-3645-BB3E-18C51A6FBCC6> /System/Library/PrivateFrameworks/AOSNotification.framework/Versions/A/AOSNotif ication
        0x7fff83464000 -     0x7fff835cafff  libGLProgrammability.dylib (9.6.1) <07700B99-8542-32D7-BB96-29472EFE75EF> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
        0x7fff835ea000 -     0x7fff835f1ff7  libsystem_pthread.dylib (53.1.4) <AB498556-B555-310E-9041-F67EC9E00E2C> /usr/lib/system/libsystem_pthread.dylib
        0x7fff835f4000 -     0x7fff8367dfff  com.apple.ColorSync (4.9.0 - 4.9.0) <B756B908-9AD1-3F5D-83F9-7A0B068387D2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
        0x7fff8367e000 -     0x7fff83686fff  libsystem_dnssd.dylib (522.92.1) <17B03FFD-92C5-3282-9981-EBB28B456207> /usr/lib/system/libsystem_dnssd.dylib
        0x7fff83687000 -     0x7fff83758ff1  com.apple.DiskImagesFramework (10.9 - 371.1) <DCCAADEC-35D5-3968-8B39-358ACC56ADC4> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
        0x7fff83759000 -     0x7fff8385fff7  com.apple.ImageIO.framework (3.3.0 - 1044) <3BCCF2AE-CF1F-3324-A371-DF0A42C841A2> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
        0x7fff838a9000 -     0x7fff83bdffff  com.apple.MediaToolbox (1.0 - 1273.54) <CB6F6690-D44C-30B5-93AB-CAB198D51884> /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox
        0x7fff83c73000 -     0x7fff83d3efff  libvDSP.dylib (423.32) <3BF732BE-DDE0-38EB-8C54-E4E3C64F77A7> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
        0x7fff83d3f000 -     0x7fff83d51fff  com.apple.ImageCapture (9.0 - 9.0) <BE0B65DA-3031-359B-8BBA-B9803D4ADBF4> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
        0x7fff83d52000 -     0x7fff83d77ff7  com.apple.CoreVideo (1.8 - 117.2) <4674339E-26D0-35FA-9958-422832B39B12> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
        0x7fff83e38000 -     0x7fff83e3bfff  com.apple.AppleSystemInfo (3.0 - 3.0) <61FE171D-3D88-313F-A832-280AEC8F4AB7> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSys temInfo
        0x7fff83e3c000 -     0x7fff83e60fff  com.apple.quartzfilters (1.8.0 - 1.7.0) <39C08086-9866-372F-9420-81F5689149DF> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters .framework/Versions/A/QuartzFilters
        0x7fff83e61000 -     0x7fff83e70ff8  com.apple.LangAnalysis (1.7.0 - 1.7.0) <8FE131B6-1180-3892-98F5-C9C9B79072D4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
        0x7fff83e71000 -     0x7fff83e79ff3  libCGCMS.A.dylib (599.35.4) <67AD122A-B8DA-3C05-8B8C-1939F5064FAE> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGCMS .A.dylib
        0x7fff83e7a000 -     0x7fff83e7cff3  libsystem_configuration.dylib (596.15) <4998CB6A-9D54-390A-9F57-5D1AC53C135C> /usr/lib/system/libsystem_configuration.dylib
        0x7fff83e7d000 -     0x7fff83e7fff7  libquarantine.dylib (71) <7A1A2BCB-C03D-3A25-BFA4-3E569B2D2C38> /usr/lib/system/libquarantine.dylib
        0x7fff83e80000 -     0x7fff83ec9fff  com.apple.CoreMedia (1.0 - 1273.54) <CAB7303A-9AB2-317A-99C3-BEAA8AE8764B> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
        0x7fff83eca000 -     0x7fff83eccfff  com.apple.EFILogin (2.0 - 2) <C360E8AF-E9BB-3BBA-9DF0-57A92CEF00D4> /System/Library/PrivateFrameworks/EFILogin.framework/Versions/A/EFILogin
        0x7fff83ecd000 -     0x7fff83ee4ffa  libAVFAudio.dylib (32.2) <52DA516B-DE79-322C-9E1B-2658019289D7> /System/Library/Frameworks/AVFoundation.framework/Versions/A/Resources/libAVFAu dio.dylib
        0x7fff83ee5000 -     0x7fff83ee9fff  com.apple.IOAccelerator (98.23 - 98.23) <A5174BEC-A27D-34D8-AB7B-B86962FFAEBA> /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelera tor
        0x7fff84126000 -     0x7fff84139ff7  com.apple.AppContainer (3.0 - 1) <BD342039-430E-39FE-BC2D-8F97B557548E> /System/Library/PrivateFrameworks/AppContainer.framework/Versions/A/AppContaine r
        0x7fff8413a000 -     0x7fff8413afff  com.apple.ApplicationServices (48 - 48) <3E3F01A8-314D-378F-835E-9CC4F8820031> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
        0x7fff8413b000 -     0x7fff8419effb  com.apple.SystemConfiguration (1.13.1 - 1.13.1) <2C8E1A73-5AD6-3A7D-8ED8-D6755555A993> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
        0x7fff8419f000 -     0x7fff841a1fff  libRadiance.dylib (1044) <461482C9-CADB-3B36-B023-597C64AD4B00> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.d ylib
        0x7fff841a2000 -     0x7fff8428cfff  libsqlite3.dylib (158) <00269BF9-43BE-39E0-9C85-24585B9923C8> /usr/lib/libsqlite3.dylib
        0x7fff8428d000 -     0x7fff84292ff7  libunwind.dylib (35.3) <78DCC358-2FC1-302E-B395-0155B47CB547> /usr/lib/system/libunwind.dylib
        0x7fff84293000 -     0x7fff842baff7  libsystem_network.dylib (241.3) <8B1E1F1D-A5CC-3BAE-8B1E-ABC84337A364> /usr/lib/system/libsystem_network.dylib
        0x7fff84408000 -     0x7fff84409ff7  libodfde.dylib (20) <C00A4EBA-44BC-3C53-BFD0-819B03FFD462> /usr/lib/libodfde.dylib
        0x7fff8440a000 -     0x7fff845a5ff8  com.apple.CFNetwork (673.5 - 673.5) <EF4DA617-D442-327A-9575-A75111A0A742> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
        0x7fff84612000 -     0x7fff8462dff7  libsystem_malloc.dylib (23.10.1) <A695B4E4-38E9-332E-A772-29D31E3F1385> /usr/lib/system/libsystem_malloc.dylib
        0x7fff8462e000 -     0x7fff8475dfef  com.apple.MediaControlSender (2.0 - 200.34.4) <FC24EC8D-2E46-3F76-AF63-749F30857B96> /System/Library/PrivateFrameworks/MediaControlSender.framework/Versions/A/Media ControlSender
        0x7fff8475e000 -     0x7fff8484cfff  libJP2.dylib (1044) <BE5FF765-5ECE-38B5-BF5D-BE806F5CAD18> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
        0x7fff848b3000 -     0x7fff848beff7  com.apple.NetAuth (5.0 - 5.0) <C811E662-9EC3-3B74-808A-A75D624F326B> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
        0x7fff848bf000 -     0x7fff848e4ff7  com.apple.ChunkingLibrary (2.0 - 155.1) <B845DC7A-D1EA-31E2-967C-D1FE0C628036> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/Chunking Library
        0x7fff848e5000 -     0x7fff849c9ff7  com.apple.coreui (2.2 - 231.1) <187DF89C-8A64-366D-8782-F90315FA3CD7> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
        0x7fff84a0c000 -     0x7fff84b42ff5  com.apple.WebKit (9537 - 9537.78.2) <EB8D3D78-92E7-3B67-8AAF-B51A181461E0> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
        0x7fff84b43000 -     0x7fff84bceff7  com.apple.SoftwareUpdate.framework (6 - 574.6) <A83587ED-67AE-3FB0-9494-6EAEFEF4B17D> /System/Library/PrivateFrameworks/SoftwareUpdate.framework/Versions/A/SoftwareU pdate
        0x7fff84bcf000 -     0x7fff84c2affb  com.apple.AE (665.5 - 665.5) <BBA230F9-144C-3CAB-A77A-0621719244CD> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
        0x7fff84c2b000 -     0x7fff8554a797  com.apple.CoreGraphics (1.600.0 - 599.35.4) <C8CBC664-0CD2-3C7D-A301-9B3BA731250C> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
        0x7fff8567a000 -     0x7fff8569cfff  com.apple.framework.familycontrols (4.1 - 410) <4FDBCD10-CAA2-3A9C-99F2-06DCB8E81DEE> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
        0x7fff8569d000 -     0x7fff856a1ff7  com.apple.ServerInformation (2.1.1 - 1) <7FAF2B82-FE90-3398-98D8-0F84C6FE6A4A> /System/Library/PrivateFrameworks/ServerInformation.framework/Versions/A/Server Information
        0x7fff856a2000 -     0x7fff856a4fff  libCVMSPluginSupport.dylib (9.6.1) <FB37F4C4-1E84-3349-BB03-92CA0A5F6837> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginS upport.dylib
        0x7fff856a7000 -     0x7fff856afff7  com.apple.AppleSRP (5.0 - 1) <ABC7F088-1FD5-3768-B9F3-847F355E90B3> /System/Library/PrivateFrameworks/AppleSRP.framework/Versions/A/AppleSRP
        0x7fff856de000 -     0x7fff8570efff  com.apple.IconServices (25 - 25.17) <4751127E-FBD5-3ED5-8510-08D4E4166EFE> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconService s
        0x7fff85723000 -     0x7fff85727fff  com.apple.CommonPanels (1.2.6 - 96) <6B434AFD-50F8-37C7-9A56-162C17E375B3> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
        0x7fff8588f000 -     0x7fff85893ff7  libsystem_stats.dylib (93.90.3) <337946FC-B2E1-3DFA-A8B5-30DA8D584D75> /usr/lib/system/libsystem_stats.dylib
        0x7fff8591d000 -     0x7fff85921ff7  libheimdal-asn1.dylib (323.92.1) <CAE21FFF-5763-399C-B7C5-EEBFFEEF2242> /usr/lib/libheimdal-asn1.dylib
        0x7fff85922000 -     0x7fff8594cff7  libpcap.A.dylib (42) <91D3FF51-D6FE-3C05-98C9-1182E0EC3D58> /usr/lib/libpcap.A.dylib
        0x7fff8594d000 -     0x7fff8595dfff  libbsm.0.dylib (33) <2CAC00A2-1352-302A-88FA-C567D4D69179> /usr/lib/libbsm.0.dylib
        0x7fff859ae000 -     0x7fff859caff7  libsystem_kernel.dylib (2422.115.4) <9EDE872E-2A9E-3A78-8E1D-AB790794A098> /usr/lib/system/libsystem_kernel.dylib
        0x7fff859cb000 -     0x7fff85c75ff5  com.apple.HIToolbox (2.1.1 - 698) <26FF0E2C-1CD7-311F-ACF0-84F3D5273AD6> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
        0x7fff85c76000 -     0x7fff85cc3ff2  com.apple.print.framework.PrintCore (9.0 - 428) <8D8253E3-302F-3DB2-9C5C-572CB974E8B3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
        0x7fff85cc4000 -     0x7fff85cc6ffb  libutil.dylib (34) <DAC4A6CF-A1BB-3874-9569-A919316D30E8> /usr/lib/libutil.dylib
        0x7fff85cc7000 -     0x7fff85d91ff7  com.apple.LaunchServices (572.28 - 572.28) <FC72C089-A069-3374-B80A-E041AF149F24> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
        0x7fff85d9f000 -     0x7fff85da1ff7  com.apple.securityhi (9.0 - 55005) <446BE1A5-F65F-3ACB-8F33-A8EBFE0D0BD4> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
        0x7fff85df5000 -     0x7fff85e21fff  com.apple.CoreServicesInternal (184.9 - 184.9) <4DEA54F9-81D6-3EDB-AA3C-1F9C497B3379> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/Cor eServicesInternal
        0x7fff85e22000 -     0x7fff85e22fff  com.apple.CoreServices (59 - 59) <7A697B5E-F179-30DF-93F2-8B503CEEEFD5> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
        0x7fff85e23000 -     0x7fff85e30fff  com.apple.Sharing (132.2 - 132.2) <F983394A-226D-3244-B511-FA51FDB6ADDA> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
        0x7fff85e31000 -     0x7fff85ebcff7  libCoreStorage.dylib (380.70.2) <BD993BC8-ED54-3DC1-B28B-3B6AC77E8E5C> /usr/lib/libCoreStorage.dylib
        0x7fff85ebd000 -     0x7fff85ef5ff7  com.apple.RemoteViewServices (2.0 - 94) <3F34D630-3DDB-3411-BC28-A56A9B55EBDA> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/Remot eViewServices
        0x7fff85ef8000 -     0x7fff85f11ff7  com.apple.Kerberos (3.0 - 1) <F108AFEB-198A-3BAF-BCA5-9DFCE55EFF92> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
        0x7fff85f12000 -     0x7fff85f1cff7  com.apple.bsd.ServiceManagement (2.0 - 2.0) <2D27B498-BB9C-3D88-B05A-76908A8A26F3> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManage ment
        0x7fff85f1d000 -     0x7fff85f1eff7  com.apple.print.framework.Print (9.0 - 260) <EE00FAE1-DA03-3EC2-8571-562518C46994> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
        0x7fff85f1f000 -     0x7fff85f22ff7  com.apple.LoginUICore (3.0 - 3.0) <1ECBDA90-D6ED-3333-83EB-9C8232DFAD7C> /System/Library/PrivateFrameworks/LoginUIKit.framework/Versions/A/Frameworks/Lo ginUICore.framework/Versions/A/LoginUICore
        0x7fff85f23000 -     0x7fff85f4bffb  libxslt.1.dylib (13) <C9794936-633C-3F0C-9E71-30190B9B41C1> /usr/lib/libxslt.1.dylib
        0x7fff85f4c000 -     0x7fff85f4dfff  libsystem_sandbox.dylib (278.11.1) <0D0B13EA-6B7A-3AC8-BE60-B548543BEB77> /usr/lib/system/libsystem_sandbox.dylib
        0x7fff85f4e000 -     0x7fff86070fff  com.apple.avfoundation (2.0 - 651.12.1) <F82271D8-7859-322C-8BDD-4818825525AE> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation
        0x7fff86935000 -     0x7fff8693effb  libsystem_notify.dylib (121.20.1) <9B34B4FE-F5AD-3F09-A5F0-46AFF3571323> /usr/lib/system/libsystem_notify.dylib
        0x7fff86980000 -     0x7fff869ecfff  com.apple.framework.IOKit (2.0.1 - 907.100.13) <057FDBA3-56D6-3903-8C0B-849214BF1985> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
        0x7fff869ed000 -     0x7fff86a04ff7  com.apple.CFOpenDirectory (10.9 - 173.90.1) <7BC0194E-1B40-3FCA-ACD2-235CE5D65DFA> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
        0x7fff86a06000 -     0x7fff86a9cff7  com.apple.PackageKit (3.0 - 332) <70BE1C7F-0609-32D3-9FA3-3C2CCF7FE999> /System/Library/PrivateFrameworks/PackageKit.framework/Versions/A/PackageKit
        0x7fff86abd000 -     0x7fff86b45ff7  com.apple.CorePDF (4.0 - 4) <92D15ED1-D2E1-3ECB-93FF-42888219A99F> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
        0x7fff86c5d000 -     0x7fff86c61fff  libpam.2.dylib (20) <B93CE8F5-DAA8-30A1-B1F6-F890509513CB> /usr/lib/libpam.2.dylib
        0x7fff86c62000 -     0x7fff86c86fff  libxpc.dylib (300.90.2) <AB40CD57-F454-3FD4-B415-63B3C0D5C624> /usr/lib/system/libxpc.dylib
        0x7fff86c87000 -     0x7fff86c87ffd  libOpenScriptingUtil.dylib (157) <19F0E769-0989-3062-9AFB-8976E90E9759> /usr/lib/libOpenScriptingUtil.dylib
        0x7fff86c88000 -     0x7fff86c8bfff  com.apple.help (1.3.3 - 46) <AE763646-D07A-3F9A-ACD4-F5CBD734EE36> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
        0x7fff86c8c000 -     0x7fff86ca2fff  com.apple.CoreMediaAuthoring (2.2 - 947) <F1886A05-1C29-3F88-88C0-4A1013530AD1> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreM ediaAuthoring
        0x7fff86ca3000 -     0x7fff86cb0ff4  com.apple.Librarian (1.2 - 1) <F1A2744D-8536-32C7-8218-9972C6300DAE> /System/Library/PrivateFrameworks/Librarian.framework/Versions/A/Librarian
        0x7fff86e70000 -     0x7fff86ed4fff  com.apple.datadetectorscore (5.0 - 354.5) <0AE9749A-6BFC-3032-B802-210DF59AEDB0> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
        0x7fff86f1b000 -     0x7fff86fecfff  com.apple.QuickLookUIFramework (5.0 - 622.7) <13841701-34C2-353D-868D-3E08D020C90F> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.f ramework/Versions/A/QuickLookUI
        0x7fff86fed000 -     0x7fff87054ff7  com.apple.CoreUtils (2.0 - 200.34.4) <E53B97FE-E067-33F6-A9C1-D4EC2A20FB9F> /System/Library/PrivateFrameworks/CoreUtils.framework/Versions/A/CoreUtils
        0x7fff87055000 -     0x7fff8708affc  com.apple.LDAPFramework (2.4.28 - 194.5) <4ADD0595-25B9-3F09-897E-3FB790AD2C5A> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
        0x7fff8722c000 -     0x7fff8722cfff  com.apple.Accelerate (1.9 - Accelerate 1.9) <509BB27A-AE62-366D-86D8-0B06D217CF56> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
        0x7fff87276000 -     0x7fff8764dfef  com.apple.CoreAUC (6.25.00 - 6.25.00) <2D7DC96C-BA83-3220-A03F-C790D50A23D8> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
        0x7fff87899000 -     0x7fff8789affb  libremovefile.dylib (33) <3543F917-928E-3DB2-A2F4-7AB73B4970EF> /usr/lib/system/libremovefile.dylib
        0x7fff8789b000 -     0x7fff878a4ff7  libcldcpuengine.dylib (2.3.58) <4E8AFDB8-607F-348D-BAEA-DA9ACF44AEAA> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengin e.dylib
        0x7fff87923000 -     0x7fff87b08fff  com.apple.CoreFoundation (6.9 - 855.17) <729BD6DA-1F63-3E72-A148-26F21EBF52BB> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
        0x7fff87b0f000 -     0x7fff87b10fff  com.apple.TrustEvaluationAgent (2.0 - 25) <334A82F4-4AE4-3719-A511-86D0B0723E2B> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
        0x7fff87e85000 -     0x7fff87e92ff7  libxar.1.dylib (202) <5572AA71-E98D-3FE1-9402-BB4A84E0E71E> /usr/lib/libxar.1.dylib
        0x7fff87e93000 -     0x7fff87ea1fff  com.apple.CommerceCore (1.0 - 42) <ACC2CE3A-913A-39E0-8344-B76F8F694EF5> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/C ommerceCore.framework/Versions/A/CommerceCore
        0x7fff8823b000 -     0x7fff8824cff7  libsystem_asl.dylib (217.1.4) <655FB343-52CF-3E2F-B14D-BEBF5AAEF94D> /usr/lib/system/libsystem_asl.dylib
        0x7fff88255000 -     0x7fff88346ff9  libiconv.2.dylib (41) <BB44B115-AC32-3877-A0ED-AEC6232A4563> /usr/lib/libiconv.2.dylib
        0x7fff88347000 -     0x7fff883c8fff  com.apple.CoreSymbolication (3.0.1 - 141.0.5) <20E484C4-9F0E-3DF6-BB27-D509859FF57A> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSy mbolication
        0x7fff883c9000 -     0x7fff883caff7  libSystem.B.dylib (1197.1.1) <E6BCC031-4342-318C-A1AD-A8E9AEAE716F> /usr/lib/libSystem.B.dylib
        0x7fff883cb000 -     0x7fff8843aff1  com.apple.ApplicationServices.ATS (360 - 363.3) <546E89D9-2AE7-3111-B2B8-2366650D22F0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
        0x7fff8843b000 -     0x7fff8843dfff  com.apple.Mangrove (1.0 - 1) <72F5CBC7-4E78-374E-98EA-C3700136904E> /System/Library/PrivateFrameworks/Mangrove.framework/Versions/A/Mangrove
        0x7fff8849c000 -     0x7fff884c4ffb  libRIP.A.dylib (599.35.4) <F3C60582-1F27-335D-9C97-8CF307670F7B> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A .dylib
        0x7fff884c5000 -     0x7fff884c8fff  libCoreVMClient.dylib (58.1) <EBC36C69-C896-3C3D-8589-3E9023E7E56F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
        0x7fff886ea000 -     0x7fff88719ff7  com.apple.CoreAVCHD (5.7.0 - 5700.4.3) <404369C0-ED9F-3010-8D2F-BC55285F7808> /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD
        0x7fff8871a000 -     0x7fff8871dffc  com.apple.IOSurface (91.1 - 91.1) <D00EEB0C-8AA8-3986-90C1-C97B2486E8FA> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
        0x7fff8871e000 -     0x7fff88739ff7  libCRFSuite.dylib (34) <FFAE75FA-C54E-398B-AA97-18164CD9789D> /usr/lib/libCRFSuite.dylib
        0x7fff88798000 -     0x7fff887b2fff  libdispatch.dylib (339.92.1) <C4E4A18D-3C3B-3C9C-8709-A4270D998DE7> /usr/lib/system/libdispatch.dylib
        0x7fff887bc000 -     0x7fff88abcff7  com.apple.Foundation (6.9 - 1056.16) <24349208-3603-3F5D-95CC-B379616FBEF8> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
        0x7fff88f37000 -     0x7fff88f47ffb  libsasl2.2.dylib (170) <C8E25710-68B6-368A-BF3E-48EC7273177B> /usr/lib/libsasl2.2.dylib
        0x7fff88f48000 -     0x7fff88f5afff  com.apple.login (3.0 - 3.0) <8342C3B7-8363-36BE-B5B6-CD81166AEC24> /System/Library/PrivateFrameworks/login.framework/Versions/A/login
        0x7fff88f62000 -     0x7fff89ad8ff7  com.apple.AppKit (6.9 - 1265.21) <9DC13B27-841D-3839-93B2-3EDE66157BDE> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
        0x7fff89b1d000 -     0x7fff89b76fff  libTIFF.dylib (1044) <FBC5800B-7F34-3755-A44E-7B37B3E0B32E> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
        0x7fff89b77000 -     0x7fff89b78fff  libunc.dylib (28) <62682455-1862-36FE-8A04-7A6B91256438> /usr/lib/system/libunc.dylib
        0x7fff89b92000 -     0x7fff89babff7  com.apple.Ubiquity (1.3 - 289) <C7F1B734-CE81-334D-BE41-8B20D95A1F9B> /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
        0x7fff89bac000 -     0x7fff89bacfff  com.apple.Carbon (154 - 157) <45A9A40A-78FF-3EA0-8FAB-A4F81052FA55> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
        0x7fff89bef000 -     0x7fff89c4efff  com.apple.framework.CoreWLAN (4.3.3 - 433.48) <1F17FA12-6E84-309D-9808-C536D445FA6E> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
        0x7fff89c59000 -     0x7fff89c5dff7  libGIF.dylib (1044) <7E51DFC3-740A-3CD3-98A1-1EC510A4A055> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
        0x7fff89c94000 -     0x7fff89c9efff  libcommonCrypto.dylib (60049) <8C4F0CA0-389C-3EDC-B155-E62DD2187E1D> /usr/lib/system/libcommonCrypto.dylib
        0x7fff89d08000 -     0x7fff89d23ff7  libPng.dylib (1044) <151BA92C-6E7C-3B69-8024-FDD1E2C89DD3> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
        0x7fff89d24000 -     0x7fff8a157ffb  com.apple.vision.FaceCore (3.0.0 - 3.0.0) <F42BFC9C-0B16-35EF-9A07-91B7FDAB7FC5> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
        0x7fff8a16d000 -     0x7fff8a185ff7  com.apple.openscripting (1.4 - 157) <B3B037D7-1019-31E6-9D17-08E699AF3701> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
        0x7fff8a1b3000 -     0x7fff8a1baff8  liblaunch.dylib (842.92.1) <A40A0C7B-3216-39B4-8AE0-B5D3BAF1DA8A> /usr/lib/system/liblaunch.dylib
        0x7fff8a1bb000 -     0x7fff8b00fff7  com.apple.WebCore (9537 - 9537.78.1) <56C3D4BF-2495-3FD2-8212-91AF7DF693B8> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
        0x7fff8b012000 -     0x7fff8b05ffff  com.apple.AppleVAFramework (5.0.27 - 5.0.27) <608D91BD-9D88-3FAB-9A06-24C1DAEA092D> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
        0x7fff8b060000 -     0x7fff8b065ff7  com.apple.MediaAccessibility (1.0 - 43) <D309D83D-5FAE-37A4-85ED-FFBDA8B66B82> /System/Library/Frameworks/MediaAccessibility.framework/Versions/A/MediaAccessi bility
        0x7fff8b066000 -     0x7fff8b074fff  com.apple.opengl (9.6.1 - 9.6.1) <B22FA400-5824-36AF-9945-5FEC31995A0E> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
        0x7fff8b075000 -     0x7fff8b0baff6  com.apple.HIServices (1.23 - 468) <E06287C4-1534-3D46-B099-3DF8B8EE4EB5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
        0x7fff8b0bb000 -     0x7fff8b0bbffd  com.apple.audio.units.AudioUnit (1.10 - 1.10) <68B21135-55A6-3563-A3D6-3E692A7DEB7F> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
        0x7fff8b0bc000 -     0x7fff8b0c0ff7  libcache.dylib (62) <BDC1E65B-72A1-3DA3-A57C-B23159CAAD0B> /usr/lib/system/libcache.dylib
        0x7fff8b0c1000 -     0x7fff8b14aff7  libsystem_c.dylib (997.90.3) <6FD3A400-4BB2-3B95-B90C-BE6E9D0D78FA> /usr/lib/system/libsystem_c.dylib
        0x7fff8b14b000 -     0x7fff8b232ff7  libxml2.2.dylib (26) <A1DADD11-89E5-3DE4-8802-07186225967F> /usr/lib/libxml2.2.dylib
        0x7fff8b233000 -     0x7fff8b262ff9  com.apple.GSS (4.0 - 2.0) <44E914BE-B0D0-3E05-9451-CA9E539AFA52> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
        0x7fff8b263000 -     0x7fff8b786fff  com.apple.QuartzComposer (5.1 - 319) <8B90921F-911B-3240-A1D5-3C084F3E6A36> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
        0x7fff8b832000 -     0x7fff8b85eff7  com.apple.framework.SystemAdministration (1.0 - 1.0) <6FD03EF6-32B6-397D-B9D7-D68E89A462F5> /System/Library/PrivateFrameworks/SystemAdministration.framework/Versions/A/Sys temAdministration
        0x7fff8b85f000 -     0x7fff8b8adff7  com.apple.opencl (2.3.59 - 2.3.59) <9F43F471-C3C3-352D-889D-EC418DC1F5B2> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
        0x7fff8b8ae000 -     0x7fff8ba4aff3  com.apple.QuartzCore (1.8 - 332.3) <D6285800-F386-3E6B-84F2-A62F9029D95F> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
        0x7fff8ba4b000 -     0x7fff8ba8cfff  com.apple.PerformanceAnalysis (1.47 - 47) <5E045817-0C84-341A-9B33-74CF1324FA70> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/Perf ormanceAnalysis
        0x7fff8ba8d000 -     0x7fff8bacbff7  libGLImage.dylib (9.6.1) <5E02B38C-9F36-39BE-8746-724F0D8BBFC0> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
        0x7fff8bacc000 -     0x7fff8bbfcff7  com.apple.desktopservices (1.8.3 - 1.8.3) <225BEC20-F8E0-3F22-9560-890A1A5B9050> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
        0x7fff8bbfd000 -     0x7fff8bc07ff7  libcsfde.dylib (380.70.2) <3ACB87D7-A81C-3C45-B648-AD27F1B9D841> /usr/lib/libcsfde.dylib
        0x7fff8bc08000 -     0x7fff8be50ff7  com.apple.CoreData (107 - 481.3) <E78734AA-E3D0-33CB-A014-620BBCAB2E96> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
        0x7fff8bebf000 -     0x7fff8bedcff7  com.apple.framework.Apple80211 (9.4 - 940.60) <043C7CFD-B57B-3F9D-B0FE-CA4B97C43968> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
        0x7fff8bedd000 -     0x7fff8bf24ff7  libcups.2.dylib (372.4) <36EA4350-43B4-3A5C-9904-10685BFDA7D4> /usr/lib/libcups.2.dylib

  • Backlight hotkeys dead following resume from standby

    this is a strange problem...
    sometimes (but not every time) when i resume from standby or hibernate, my backlight hot keys (Fn + Home/End) are dead and i am stuck at the backlight level that the computer was at when it went down. only way to fix it is to reboot.
    help!

    I have the same issue. The screen brightness at times just gets stuck. No way to get the hotkeys to work (unless I reboot) . I can't change the brightness via the control panel either. 
    Any ideas about how to fix this would be much appreciated. 

  • SoundMax audio driver did not load after returning from StandBy.

    After my computer returns from StandBy, it shows me this message. "The SoundMax audio driver did not load. You may need to reinstall SoundMAX". I have downloaded and installed the latest driver that was supposed to fix this issue on Windows XP T61. Is there another solution?

    Hi,
    I wanted to confirm, that this issue occurs also to me, and started happening recently. Also the driver sometimes does not start when simply booting clean (not returning from StandBy). I'm not sure,  but I think this started happening after some driver update (I do upgrade my drivers when lenovo updates them hoping they'll fix some of the annoying glitches, but this is what I usually get...).
    My machine is: lenovo t61 7664-19G
    And I also have: windows XP
    If someone more tech-able would like to investigate this, I would be happy to supply all the details.

  • Mouse stutter and UI unresponsiveness after returning from standby

    Hi guys, after upgrading to Leopard the mouse pointer on my 15" MBP stutters after returning from standby. Weird thing is that this happens only after it was in standby for awhile, maybe 5 to 10 minutes. If I return from standby after a few seconds the stutter does not happen. I can only resolve this with a restart. This did not happen in Tiger. Is there anyone else experiencing this?

    Well I had this problem. Did a fresh install of Leopard a week and a bit ago and it seemed to run much better. Set my machine up how I like it and it's back to how it was. I didn't setup my Dashboard right away so maybe your onto something. I'll have to try and force myself to not use it for a bit and see how it goes.
    We should collect a list of 3rd party widgets as I think initially with the default 4 on display it was fine.
    I've only got 4 other than the standard Apple supplied ones.
    - iStat Pro 4.2
    - TV Forecast 2.3
    - Amazon Album Art 2.12
    - Application Update 1.5.8
    Now both iStat Pro and TV Forecast claim to be Leopard compatible. Amazon Album Art also mentions improved Leopard support was added in version 2.11. Application Update doesn't claim to be but seems to work fine. However I think this was the last widget I added and a few days after the others. I think it was fine with the other three so I might try removing it and seeing what happens.
    Still I'd love to know what other Widgets you guys have. Maybe we all have the a similar one which we can narrow down to being the cause. Or maybe it's not 3rd party widgets at all but the Dashboard as a whole. Still I'm more likely to think it's a 3rd party widget.

  • Satellite A300-1NO - Wakes up from standby mode

    Hi all!
    I have got a Satellite A300-1NO with Win XP pro.
    The problem is, that the laptop wakes up from standby mode automatically after about 5 minutes.
    I tried to unplug all cables (LAN, usb, etc) but the power plug, but it's the same result.
    So what can cause this? What should I try?
    thanks.

    You should disable the Wake up on LAN function in BIOS and Windows.
    Check the BIOS for this option!
    You can disable this feature in Windows if you right click on the network card > properties > advanced > wake on LAN
    I hope it works for you.

Maybe you are looking for

  • Separate User Accounts on 2nd internal HD

    Guys, I have 2 internal HD's. 1 Boot Drive and 1 Media Drive. I want to use the Boot drive to only store Apps and the Media Drive to store everything else. Thing is I have a separate user account for my wife as we like to keep our work totally in dif

  • ITunes synchronisize with Outlook

    Hey guys, i've got the problem that my iTunes don't synchronisize my iPhone with Outlook 2007. I've already chosen the things in iTunes i need, but it won't work. I tried all helps i found with google, but nothing helped. In iTunes the topbar always

  • Exception on upgrading from 11.1.1.2.0 to 11.1.1.5.0

    Hi All, We upgraded our JDeveloper from 11.1.1.2.0 to 11.1..1.5.0. We have implemented adf security in our application. We are facing an issue with the login after deployment. The user is able to login successfully but an excception is thrown in the

  • Games not working after ICS update!!! on LWW

    I reinstalled the games which worked perfectly on GB on ICS but some of them are not working. Please fix the issue ASAP Following are not working as of now:- 1. Can Knockdown 2 : no touch response 2. Puffle launch: same as above no touch response 3.

  • How to cofigure with tomcat and eclipse.

    I want to develop a project using jsp,servlets,java beans. IDE is Eclipse3.0 database is Oracle. Server is Tomcat5.5. How i will configure. Please help me.