GDM logout or crash wont restart X server

Got a wierd problem here and I sure could use some help.
GDM starts up fine.
I can log into Gnome without any issues.
I can lock screen with gnome-screensaver and unlock without issues.
However, if I Ctrl+Alt+Backspace or logout of my gnome session, I see GDM shut down which brings me to a black screen. Then, the screen powers off and I'm forced to reboot.
Trying to get to a console with Ctrl+1 or Ctrl+Alt+1 will not do anything.
nvidia 177.80-2
gdm 2.20.8-2
xorg-server 1.4.2-2
xorg.conf generated by nvidia-xconfig
only modification :
Section "Extensions"
    Option         "Composite" "Enable"
EndSection
last log entry :
Nov 11 18:47:31 exile gdm-binary[3739]: WARNING: gdm_slave_xioerror_handler: Fat
al X error - Restarting :0

vik wrote:
I've had this exact problem.  Booting into GDM is fine.  Even using user switching is fine.  However, once I logout and it has to restart gdm, it fails and I get the failed to start X message.  I tested to see if it was GDM or X, and its definitely GDM since startx works fine.  I checked the GDM logs but all it shows is the normal X logs, which have no problems.
I first realized I was started gdm as a daemon in rc.conf as well as trying to run it through inittab.  I removed gdm in the rc.conf and made sure my inittab is set to default runlevel of 5 and had gdm as my login manager.  Still no go.  Any help would be appreciated.
Hi, have you solved this problem? I have exactly the same problem with you, but i'm with fglrx driver. I'm not sure if this is a gdm problem or X, but logout is fine when using xf86-video-ati driver.
Really annoying problem to me, I DO NOT want to restart PC just to have a X related configuration taking effect.
EDIT: well, after a little experiment, I can confirm that it's not GDM's problem, it might be X Server or Graphics card driver's problem. I set inittab to not boot into gdm, but start gnome via startx (modify .xinitrc). The first time(I mean after boot into console, then type startx for the first time) X server start up correctly, then I logged out, and type startx for the second time, then caused a kernel panic, I have to shutdown laptop by pressing power button for 3 seconds. Since GDM didn't run at all, so I say it should be X server or graphics driver's fault.
Any idea?
Last edited by leeyee (2009-01-16 10:22:00)

Similar Messages

  • I am trying to install an update for my macbook pro retina display and my mac wont restart because it says my mail is still open but when i try and open my mail, it wont let me. I think it crashed. Help?

    I am trying to install an update for my macbook pro retina display and my mac wont restart because it says my mail is still open but when i try and open my mail, it wont let me. I think it crashed. Help?

    Go to: Apple > Force Quit
    and select Mail > Force Ouit.

  • Hi my firefox crashed and now wont restart, I cant past the crash reporter the crash report id is: bp-1a14605e-a13b-4ae6-b459-ca0792111124 thanks

    it suddenly crashed and now wont restart. A crash reporter keeps coming up but nothing happens

    I cant even get the internet on, (im currently on my boyfriends laptop) when I turn my desktop on it goes to the crash report but wont let me send it- it then just starts doing its own thing, i cant even log off i just have to turn it off, i cant click on any icons, it wont let me so i cant open firefox in safe mode....any clues?

  • CIFS Crashes & Won't restart until server is restarted

    CIFS service dies & Won't restart until server is restarted or rcndsd restart
    /var/log/messages
    Apr 26 12:03:47 toto CIFS[7372]: ERROR: CODIR: Failed to get new NSS connection for user: wells, zError: 20001. Try reconnecting
    Restarting rcnovell-cifs restart
    /var/log/message
    Apr 26 12:05:49 toto CIFS: EVENT: ENTRY: ********** CIFS server started ******* *****
    Apr 26 12:05:49 toto CIFS: ERROR: RPC: Failed to assign name to a socket
    Apr 26 12:05:49 toto CIFS: ERROR: RPC: Fialed to connect to NCP server.
    Apr 26 12:05:49 toto CIFS: ERROR: RPC: Failed to get volume list.
    Apr 26 12:05:49 toto CIFS: ERROR: CODIR: Volume List is not obtained from NCP
    Apr 26 12:05:49 toto CIFS: ERROR: ENTRY: NSS Volume are not mounted
    Apr 26 12:05:49 toto CIFS: ERROR: RPC: Failed to assign name to a socket
    Apr 26 12:05:49 toto CIFS: ERROR: RPC: Fialed to connect to NCP server.
    Apr 26 12:05:49 toto CIFS: ERROR: RPC: Failed to register trustee sync with NCP.

    Originally Posted by darth_wells
    Online Updates done on Apr 27 (Shows up to date now)
    Which is the day after you had the above problem - is it still occurring exactly the same? Can you pick anything in /var/log/messages at the time it dies?

  • HT1430 iphone 3g crashed...wont restart

    i tried reseting my iphone 3g and now it wont restart at all
    what do i do?

    What have you tried so far?

  • Nodemanager does not restart managed server after Linux OS reboot

    Running Linux 2.6.18, Sun JDK 1.6.0_14, and WebLogic 10.3, we have a correctly functioning nodemanager watching a single managed server. If I kill -9 the managed server, the nodemanager fires up a new one immediately. If, however, we reboot the box, the nodemanager will start cleanly and will not start the managed server. It appears to believe the node should remain down and reports its status as UNKNOWN.
    I've seen where this is a known problem on Windows boxes, easily gotten around by supplying the -Xrs parameter to the startup parms for the managed server. (Section 5 of the general nodemanager config doc.) I don't see, however, where there's an equally clean solution for Linux.
    Things I've tried:
    + When I set the server to DEBUG, it shows zero sign of receiving a shutdown signal. It's dumping loads of cluster messages, etc, into the log and then suddenly the log just ends so it's dying via kill -9. If the nodemanager is still running at that time, it might try to restart the managed server and log it somewhere as permanently failed.
    + The nodemanager only logs to INFO level, and logs no evidence of deciding to leave the node down. (DEBUG is an invalid LogLevel, so that's all I've got.)
    + A restart signal sent from our AdminServer (on another Linux box) successfully starts the managed node through the nodemanager. Nothing unusual occurs or is logged.
    Things I'm curious about:
    + Is there some way to see in what state the nodemanager believes the managed server to be?
    + Is there some value in some doc somewhere that might say the server should not be restarted?
    + Is there not a log of NodeManager client actions? I don't see anything in domain.log or AdminServer.log except when the NM is down.
    Thanks,
    Kevin
    ListenPort=5556
    ListenBacklog=50
    SecureListener=true
    AuthenticationEnabled=true
    NativeVersionEnabled=false
    CrashRecoveryEnabled=true
    JavaHome=/appl/java/jre
    StartScriptEnabled=false
    StopScriptEnabled=false
    StartScriptName=startWebLogic.sh
    StopScriptName=
    LogFile=/appl/bea/wlserver_10.3/common/nodemanager/logs/nodemanager.log
    LogLevel=INFO
    LogLimit=0
    LogCount=1

    can you set NativeVersionEnabled to true. We have faced this in windows which was fixed by changing this property. Some notes from that issue:
    Faced this interesting issue in Windows 2008 environment. Managed Servers were started by node manager and it was expected that on a system restart after a crash, the node manager will restore the state of the managed servers to the state it was before the crash. Node Manger was configured to run as a windows service. Hence it started after the server restart. But the individual managed servers were not getting started. Interestingly, for the managed servers started by the node manager there were no <Managed_Server_Name>.lck file in the <Server>/data/NodeManger folder.
    To fix this always set the following properties in the nodemanager.properties on the node maager home directory.
    CrashRecoveryEnabled=true /* This by default is set to false. This needs to be turned for auto restart after crash to work */
    NativeVersionEnabled=true /* This is by default set to true and it should be set as such. If you turn this off on platforms for which weblogic provide native JNI libraries ( e.g. as in Windows 2008) then this wont create the .lck file and hence node manager wont restart the managed server after the crash.
    Note: As per official documentation .lck files are required for weblogic node managers to do auto restart after system crash
    From Official documentation:
    After the system is restarted, Node Manager checks each managed domain specified in the nodemanager.domains file to determine if there are any server instances that were not cleanly shutdown. This is determined by the presence of any lock files which are created by Node Manager when a WebLogic Server process is created. This lock file contains the process identifier for WebLogic Server startup script. If the lock file exists, but the process ID is not running, Node Manager will attempt to automatically restart the server.
    If the process is running, Node Manager performs an additional check to access the management servlet running in the process to verify that the process corresponding to the process ID is a WebLogic Server instance.
    After the system is restarted, Node Manager checks each managed domain specified in the nodemanager.domains file to determine if there are any server instances that were not cleanly shutdown. This is determined by the presence of any lock files which are created by Node Manager when a WebLogic Server process is created. This lock file contains the process identifier for WebLogic Server startup script. If the lock file exists, but the process ID is not running, Node Manager will attempt to automatically restart the server.If the process is running, Node Manager performs an additional check to access the management servlet running in the process to verify that the process corresponding to the process ID is a WebLogic Server instance.
    */

  • MacBook Pro crashing and restarting on wake from sleep?

    My MacBook Pro 17inch Late 2011 has started crashing and restarting on wake from sleep 3 out of 4 times.  This is really interrupting my workflow and I need help to remedy it.
    Here is about 2 minutes from the system log at the time of restart.
    After looking at some other posts, this may be a spontaneous log-out, but I DO NOT have automatic log-out selected in security preferences.
    Mar 26 07:55:15 Mr-Sharps-MacBook-Pro kernel[0]: AirPort_Brcm43xx::powerChange: System Wake - Full Wake/ Dark Wake / Maintenance wake
    Mar 26 07:55:15 Mr-Sharps-MacBook-Pro kernel[0]: Previous Sleep Cause: 5
    Mar 26 07:55:15 Mr-Sharps-MacBook-Pro kernel[0]: The USB device HubDevice (Port 1 of Hub at 0xfa000000) may have caused a wake by issuing a remote wakeup (2)
    Mar 26 07:55:15 Mr-Sharps-MacBook-Pro kernel[0]: AppleThunderboltHAL::earlyWake - complete - took 1 milliseconds
    Mar 26 07:55:15 Mr-Sharps-MacBook-Pro.local com.apple.SecurityServer[14]: setupThread failed rcode=1
    Mar 26 07:55:15 Mr-Sharps-MacBook-Pro kernel[0]: The USB device BRCM2070 Hub (Port 1 of Hub at 0xfa100000) may have caused a wake by issuing a remote wakeup (3)
    Mar 26 07:55:15 Mr-Sharps-MacBook-Pro kernel[0]: Thunderbolt Self-Reset Count = 0xedefbe00
    Mar 26 07:55:15 Mr-Sharps-MacBook-Pro kernel[0]: TBT W (1): 0 [x]
    Mar 26 07:55:15 Mr-Sharps-MacBook-Pro kernel[0]: en1: 802.11d country code set to 'X0'.
    Mar 26 07:55:15 Mr-Sharps-MacBook-Pro kernel[0]: en1: Supported channels 1 2 3 4 5 6 7 8 9 10 11 36 40 44 48 52 56 60 64 100 104 108 112 116 120 124 128 132 136 140 149The USB device Bluetooth USB Host Controller (Port 3 of Hub at 0xfa110000) may have caused a wake by issuing a remote wakeup (3)
    Mar 26 07:55:15 Mr-Sharps-MacBook-Pro kernel[0]: 153 157 161 165
    Mar 26 07:55:15 Mr-Sharps-MacBook-Pro.local WindowServer[16763]: CGXDisplayDidWakeNotification [187113886343157]: posting kCGSDisplayDidWake
    Mar 26 07:55:15 Mr-Sharps-MacBook-Pro.local WindowServer[16763]: handle_will_sleep_auth_and_shield_windows: Reordering authw 0x7fe550637300(2000) (lock state: 3)
    Mar 26 07:55:15 Mr-Sharps-MacBook-Pro.local WindowServer[16763]: handle_will_sleep_auth_and_shield_windows: err 0x0
    Mar 26 07:55:15 Mr-Sharps-MacBook-Pro kernel[0]: **** [IOBluetoothHostControllerUSBTransport][SuspendDevice] -- Resume -- suspendDeviceCallResult = 0x0000 (kIOReturnSuccess) -- 0x8c00 ****
    Mar 26 07:55:15 Mr-Sharps-MacBook-Pro.local Microsoft Word[16879]: CGBitmapContextGetData: invalid context 0x1b24e3a0. This is a serious error. This application, or a library it uses, is using an invalid context  and is thereby contributing to an overall degradation of system stability and reliability. This notice is a courtesy: please fix this problem. It will become a fatal error in an upcoming update.
    Mar 26 07:55:20 --- last message repeated 22 times ---
    Mar 26 07:55:15 Mr-Sharps-MacBook-Pro.local Microsoft Word[16879]: CGBitmapContextGetData: invalid context 0x15701370. This is a serious error. This application, or a library it uses, is using an invalid context  and is thereby contributing to an overall degradation of system stability and reliability. This notice is a courtesy: please fix this problem. It will become a fatal error in an upcoming update.
    Mar 26 07:55:20 --- last message repeated 22 times ---
    Mar 26 07:55:15 Mr-Sharps-MacBook-Pro.local Microsoft Word[16879]: CGBitmapContextGetData: invalid context 0x159e6a40. This is a serious error. This application, or a library it uses, is using an invalid context  and is thereby contributing to an overall degradation of system stability and reliability. This notice is a courtesy: please fix this problem. It will become a fatal error in an upcoming update.
    Mar 26 07:55:20 --- last message repeated 3 times ---
    Mar 26 07:55:15 Mr-Sharps-MacBook-Pro kernel[0]: [AppleMultitouchDevice::willTerminate] entered
    Mar 26 07:55:15 Mr-Sharps-MacBook-Pro kernel[0]: [AppleMultitouchDevice::stop] entered
    Mar 26 07:55:15 Mr-Sharps-MacBook-Pro kernel[0]: [0xffffff8054c30b00][free]()
    Mar 26 07:55:15 Mr-Sharps-MacBook-Pro.local Microsoft Word[16879]: CGBitmapContextGetData: invalid context 0x159e6a40. This is a serious error. This application, or a library it uses, is using an invalid context  and is thereby contributing to an overall degradation of system stability and reliability. This notice is a courtesy: please fix this problem. It will become a fatal error in an upcoming update.
    Mar 26 07:55:20 --- last message repeated 23 times ---
    Mar 26 07:55:17 Mr-Sharps-MacBook-Pro.local SystemUIServer[16896]: Menu Extra: <DisplaysExtra: 0x7f9630e0cf70> is over retained.
    Mar 26 07:55:18 Mr-Sharps-MacBook-Pro.local auditd[16848]: Got low space trigger
    Mar 26 07:55:18 Mr-Sharps-MacBook-Pro.local auditd[16848]: auditd_read_dirs(): all audit log directories over soft limit
    Mar 26 07:55:18 Mr-Sharps-MacBook-Pro.local auditd[16848]: renamed /var/audit/20140325221613.not_terminated to /var/audit/20140325221613.20140326145518
    Mar 26 07:55:18 Mr-Sharps-MacBook-Pro.local auditd[16848]: New audit file is /var/audit/20140326145518.not_terminated
    Mar 26 07:55:18 Mr-Sharps-MacBook-Pro.local _atsserver[17205]: audit warning: allsoft
    Mar 26 07:55:18 Mr-Sharps-MacBook-Pro.local _atsserver[17204]: audit warning: soft /var/audit
    Mar 26 07:55:18 Mr-Sharps-MacBook-Pro.local _atsserver[17206]: audit warning: closefile /var/audit/20140325221613.20140326145518
    Mar 26 07:55:18 Mr-Sharps-MacBook-Pro.local com.apple.SecurityServer[14]: Session 100616 created
    Mar 26 07:55:19 Mr-Sharps-MacBook-Pro.local Preview[16878]:
              ***** AESendMessage [async] returned: -1712 [loc:0]
    Mar 26 07:55:19 Mr-Sharps-MacBook-Pro.local PrinterProxy[16892]:
              ***** AESendMessage [async] returned: -1712 [loc:0]
    Mar 26 07:55:20 --- last message repeated 1 time ---
    Mar 26 07:55:19 Mr-Sharps-MacBook-Pro.local Preview[16878]:
              ***** AESendMessage [async] returned: -1712 [loc:0]
    Mar 26 07:55:21 --- last message repeated 1 time ---
    Mar 26 07:55:20 Mr-Sharps-MacBook-Pro.local PrinterProxy[16892]:
              ***** AESendMessage [async] returned: -1712 [loc:0]
    Mar 26 07:55:20 Mr-Sharps-MacBook-Pro.local Preview[16878]:
              ***** AESendMessage [async] returned: -1712 [loc:0]
    Mar 26 07:55:20 Mr-Sharps-MacBook-Pro.local PrinterProxy[16892]:
              ***** AESendMessage [async] returned: -1712 [loc:0]
    Mar 26 07:55:20 Mr-Sharps-MacBook-Pro.local Preview[16878]:
              ***** AESendMessage [async] returned: -1712 [loc:0]
    Mar 26 07:55:23 --- last message repeated 1 time ---
    Mar 26 07:55:23 Mr-Sharps-MacBook-Pro.local UserEventAgent[11]: Captive: CNPluginHandler en1: Inactive
    Mar 26 07:55:23 Mr-Sharps-MacBook-Pro.local configd[17]: network changed: v4(en1-:10.10.12.171) DNS- Proxy- SMB-
    Mar 26 07:55:23 Mr-Sharps-MacBook-Pro.local com.apple.SecurityServer[14]: Killing auth hosts
    Mar 26 07:55:23 Mr-Sharps-MacBook-Pro.local com.apple.SecurityServer[14]: Session 100615 destroyed
    Mar 26 07:55:23 Mr-Sharps-MacBook-Pro.local identityservicesd[16918]: [Warning] FTMessageDelivery failed! (HTTP Status Code: 0) Error (NSURLErrorDomain:-1009): The Internet connection appears to be offline. https://service1.ess.apple.com/WebObjects/QueryService.woa/wa/query?uri=tel%3A%2 B17142928033
    Mar 26 07:55:23 --- last message repeated 1 time ---
    Mar 26 07:55:23 Mr-Sharps-MacBook-Pro.local Preview[16878]:
              ***** AESendMessage [async] returned: -1712 [loc:0]
    Mar 26 07:55:23 Mr-Sharps-MacBook-Pro.local sandboxd[11857] ([15300]): netbiosd(15300) deny file-read-metadata /private/var/empty
    Mar 26 07:55:23 Mr-Sharps-MacBook-Pro.local PrinterProxy[16892]:
              ***** AESendMessage [async] returned: -1712 [loc:0]
    Mar 26 07:55:24 Mr-Sharps-MacBook-Pro.local CalendarAgent[16871]: [com.apple.calendar.store.log.caldav.queue] [Account refresh failed with error: Error Domain=NSURLErrorDomain Code=-1009 "The Internet connection appears to be offline." UserInfo=0x7fd068d98ec0 {NSUnderlyingError=0x7fd068f28290 "The Internet connection appears to be offline.", NSErrorFailingURLStringKey=https://tvsharp99%[email protected]/16827672/principal///tvsharp99%[email protected]/16827672/principal/, NSErrorFailingURLKey=https://tvsharp99%[email protected]/16827672/principal///tvsharp99%[email protected]/16827672/principal/, AccountName=iCloud, CalDAVErrFromRefresh=YES, NSLocalizedDescription=The Internet connection appears to be offline.}]
    Mar 26 07:55:24 Mr-Sharps-MacBook-Pro.local PrinterProxy[16892]:
              ***** AESendMessage [async] returned: -1712 [loc:0]
    Mar 26 07:55:24 Mr-Sharps-MacBook-Pro.local CalendarAgent[16871]: [com.apple.calendar.store.log.caldav.queue] [Adding [<CalDAVAccountRefreshQueueableOperation: 0x7fd06b009b30; Sequence: 0>] to failed operations.]
    Mar 26 07:55:24 Mr-Sharps-MacBook-Pro.local PrinterProxy[16892]:
              ***** Failed to send command [async]: {
                  ICACommandKey = ICARegisterForEventNotificationCmd;
                  ICAEventsOfInterestKey =     (
                      ICANotificationTypeDeviceRemoved,
                      ICANotificationTypeDeviceStatusInfo,
                      ICANotificationTypeScanProgressStatus,
                      ICANotificationTypeScannerOverviewOverlayAvailable,
                      ICANotificationTypeDeviceStatusError,
                      ICANotificationTypeScannerButtonPressed,
                      ICANotificationTypeScannerPageDone,
                      ICANotificationTypeScannerScanDone,
                      ICANotificationTypeScannerSessionClosed,
                      ICANotificationTypeTransactionCanceled,
                      ICANotificationTypeObjectAdded
                  ICAExecutableArchitectureKey = 16777223;
                  ICANotificationProcKey = 0;
                  ICAObjectOfInterestKey = 0;
                  ICARefconKey = 105553116458048;
                  ICC = Y;
              } [loc:1]
    Mar 26 07:55:24 Mr-Sharps-MacBook-Pro.local PrinterProxy[16892]:
              ***** AESendMessage [async] returned: -1712 [loc:1
    Mar 26 07:55:24 Mr-Sharps-MacBook-Pro.local identityservicesd[16918]: [Warning] FTMessageDelivery failed! (HTTP Status Code: 0) Error (NSURLErrorDomain:-1009): The Internet connection appears to be offline. https://service1.ess.apple.com/WebObjects/QueryService.woa/wa/query?uri=tel%3A%2 B19099576581
    Mar 26 07:55:24 --- last message repeated 1 time ---
    Mar 26 07:55:24 Mr-Sharps-MacBook-Pro kernel[0]: en1: 802.11d country code set to 'US'.
    Mar 26 07:55:24 Mr-Sharps-MacBook-Pro kernel[0]: en1: Supported channels 1 2 3 4 5 6 7 8 9 10 11 36 40 44 48 52 56 60 64 100 104 108 112 116 120 124 128 132 136 140 149 153 157 161 165
    Mar 26 07:55:24 Mr-Sharps-MacBook-Pro.local AddressBookSourceSync[17207]: [CardDAVPlugin-ERROR] -getPrincipalInfo:[_controller supportsRequestCompressionAtURL:https://tvsharp99%[email protected]/16827672/principal///tvsharp99%[email protected]/16827672/principal/] Error Domain=NSURLErrorDomain Code=-1009 "The Internet connection appears to be offline." UserInfo=0x7fda3c324300 {NSUnderlyingError=0x7fda3c2461f0 "The Internet connection appears to be offline.", NSErrorFailingURLStringKey=https://tvsharp99%[email protected]/16827672/principal///tvsharp99%[email protected]/16827672/principal/, NSErrorFailingURLKey=https://tvsharp99%[email protected]/16827672/principal///tvsharp99%[email protected]/16827672/principal/, NSLocalizedDescription=The Internet connection appears to be offline.}
    Mar 26 07:55:24 Mr-Sharps-MacBook-Pro.local PrinterProxy[16892]:
              ***** AESendMessage [async] returned: -1712 [loc:0]
    Mar 26 07:55:24 Mr-Sharps-MacBook-Pro kernel[0]: MacAuthEvent en1   Auth result for: d0:c2:82:85:e4:d0  MAC AUTH succeeded
    Mar 26 07:55:24 Mr-Sharps-MacBook-Pro kernel[0]: wlEvent: en1 en1 Link UP virtIf = 0
    Mar 26 07:55:24 Mr-Sharps-MacBook-Pro kernel[0]: AirPort: Link Up on en1
    Mar 26 07:55:24 Mr-Sharps-MacBook-Pro kernel[0]: en1: BSSID changed to d0:c2:82:85:e4:d0
    Mar 26 07:55:24 Mr-Sharps-MacBook-Pro kernel[0]: AirPort: RSN handshake complete on en1
    Mar 26 07:55:24 Mr-Sharps-MacBook-Pro.local identityservicesd[16918]: [Warning] FTMessageDelivery failed! (HTTP Status Code: 0) Error (NSURLErrorDomain:-1009): The Internet connection appears to be offline. https://service1.ess.apple.com/WebObjects/QueryService.woa/wa/query?uri=tel%3A%2 B19099571995
    Mar 26 07:55:24 --- last message repeated 1 time ---
    Mar 26 07:55:24 Mr-Sharps-MacBook-Pro.local netbiosd[15300]: network_reachability_changed : network is not reachable, netbiosd is shutting down
    Mar 26 07:55:24 Mr-Sharps-MacBook-Pro.local loginwindow[16754]: magsafeStateChanged state changed old 2 new 1
    Mar 26 07:55:25 Mr-Sharps-MacBook-Pro kernel[0]: flow_divert_kctl_disconnect (0): disconnecting group 1
    Mar 26 07:55:26 Mr-Sharps-MacBook-Pro kernel[0]: [BNBMouseDevice::init][80.14] init is complete
    Mar 26 07:55:26 Mr-Sharps-MacBook-Pro kernel[0]: [BNBMouseDevice::handleStart][80.14] returning 1
    Mar 26 07:55:26 Mr-Sharps-MacBook-Pro kernel[0]: [AppleMultitouchHIDEventDriver::start] entered
    Mar 26 07:55:26 Mr-Sharps-MacBook-Pro kernel[0]: [AppleMultitouchDevice::start] entered
    Mar 26 07:55:27 Mr-Sharps-MacBook-Pro.local identityservicesd[16918]: [Warning] FTMessageDelivery failed! (HTTP Status Code: 0) Error (NSURLErrorDomain:-1009): The Internet connection appears to be offline. https://service1.ess.apple.com/WebObjects/QueryService.woa/wa/query?uri=tel%3A%2 B17142928033
    Mar 26 07:55:27 --- last message repeated 1 time ---
    Mar 26 07:55:27 Mr-Sharps-MacBook-Pro.local identityservicesd[16918]: [Warning] FTMessageDelivery failed! (HTTP Status Code: 0) Error (NSURLErrorDomain:-1009): The Internet connection appears to be offline. https://service1.ess.apple.com/WebObjects/QueryService.woa/wa/query?uri=tel%3A%2 B19099576581
    Mar 26 07:55:27 --- last message repeated 1 time ---
    Mar 26 07:55:27 Mr-Sharps-MacBook-Pro.local identityservicesd[16918]: [Warning] FTMessageDelivery failed! (HTTP Status Code: 0) Error (NSURLErrorDomain:-1009): The Internet connection appears to be offline. https://service1.ess.apple.com/WebObjects/QueryService.woa/wa/query?uri=tel%3A%2 B19099571995
    Mar 26 07:55:28 --- last message repeated 1 time ---
    Mar 26 07:55:28 Mr-Sharps-MacBook-Pro.local digest-service[17226]: label: default
    Mar 26 07:55:28 Mr-Sharps-MacBook-Pro.local digest-service[17226]:           dbname: od:/Local/Default
    Mar 26 07:55:28 Mr-Sharps-MacBook-Pro.local digest-service[17226]:           mkey_file: /var/db/krb5kdc/m-key
    Mar 26 07:55:28 Mr-Sharps-MacBook-Pro.local digest-service[17226]:           acl_file: /var/db/krb5kdc/kadmind.acl
    Mar 26 07:55:28 Mr-Sharps-MacBook-Pro.local digest-service[17226]: digest-request: uid=0
    Mar 26 07:55:29 Mr-Sharps-MacBook-Pro.local digest-service[17226]: digest-request: netr probe 0
    Mar 26 07:55:29 Mr-Sharps-MacBook-Pro.local digest-service[17226]: digest-request: init request
    Mar 26 07:55:29 Mr-Sharps-MacBook-Pro.local digest-service[17226]: digest-request: init return domain: MACBOOKPRO-B735 server: MR-SHARPS-MACBOOK-PRO indomain was: <NULL>
    Mar 26 07:55:29 Mr-Sharps-MacBook-Pro.local digest-service[17226]: digest-request: uid=0
    Mar 26 07:55:29 Mr-Sharps-MacBook-Pro.local digest-service[17226]: digest-request: init request
    Mar 26 07:55:29 Mr-Sharps-MacBook-Pro.local digest-service[17226]: digest-request: init return domain: MACBOOKPRO-B735 server: MR-SHARPS-MACBOOK-PRO indomain was: <NULL>
    Mar 26 07:55:30 Mr-Sharps-MacBook-Pro.local configd[17]: network changed: DNS* Proxy
    Mar 26 07:55:30 Mr-Sharps-MacBook-Pro.local UserEventAgent[11]: Captive: [CNInfoNetworkActive:1655] en1: SSID 'MDHS-PRIV' making interface primary (cache indicates network not captive)
    Mar 26 07:55:30 Mr-Sharps-MacBook-Pro.local UserEventAgent[11]: Captive: CNPluginHandler en1: Evaluating
    Mar 26 07:55:30 Mr-Sharps-MacBook-Pro.local configd[17]: network changed: v4(en1!:10.10.12.171) DNS+ Proxy+ SMB+
    Mar 26 07:55:30 Mr-Sharps-MacBook-Pro.local UserEventAgent[11]: Captive: en1: Not probing 'MDHS-PRIV' (cache indicates not captive)
    Mar 26 07:55:30 Mr-Sharps-MacBook-Pro.local UserEventAgent[11]: Captive: CNPluginHandler en1: Authenticated
    Mar 26 07:55:30 Mr-Sharps-MacBook-Pro kernel[0]: AppleThunderboltHAL::earlyWake - complete - took 0 milliseconds
    Mar 26 07:55:30 Mr-Sharps-MacBook-Pro kernel[0]: Thunderbolt Self-Reset Count = 0xedefbe00
    Mar 26 07:55:30 Mr-Sharps-MacBook-Pro kernel[0]: IOThunderboltSwitch<0xffffff80414f4600>(0x1)::listenerCallback - Thunderbolt HPD packet for route = 0x1 port = 3 unplug = 0
    Mar 26 07:55:30 Mr-Sharps-MacBook-Pro kernel[0]: AppleThunderboltDPPathManager<0xffffff80535e2f00>::createPath - path type 0x1: Initial Credits [int=0 src=0 dst=0] NFC Credits [int=14 src=5 dst=14]
    Mar 26 07:55:30 Mr-Sharps-MacBook-Pro kernel[0]: AppleThunderboltDPPathManager<0xffffff80535e2f00>::createPath - path type 0x2: Initial Credits [int=2 src=2 dst=1] NFC Credits [int=0 src=0 dst=0]
    Mar 26 07:55:30 Mr-Sharps-MacBook-Pro kernel[0]: AppleThunderboltDPPathManager<0xffffff80535e2f00>::createPath - path type 0x4: Initial Credits [int=2 src=7 dst=1] NFC Credits [int=0 src=0 dst=0]
    Mar 26 07:55:31 Mr-Sharps-MacBook-Pro.local WindowServer[16763]: Received display connect changed for display 0x4273382
    Mar 26 07:55:31 Mr-Sharps-MacBook-Pro.local WindowServer[16763]: Found 60 modes for display 0x04273382 [51, 9]
    Mar 26 07:55:31 Mr-Sharps-MacBook-Pro.local WindowServer[16763]: Received display connect changed for display 0x3f003f
    Mar 26 07:55:31 Mr-Sharps-MacBook-Pro.local WindowServer[16763]: Found 51 modes for display 0x003f003f [39, 12]
    Mar 26 07:55:31 Mr-Sharps-MacBook-Pro.local WindowServer[16763]: Display 0x003f003f changed state to online
    Mar 26 07:55:31 Mr-Sharps-MacBook-Pro.local WindowServer[16763]: Received display connect changed for display 0x3f0040
    Mar 26 07:55:31 Mr-Sharps-MacBook-Pro.local WindowServer[16763]: Found 1 modes for display 0x003f0040 [1, 0]
    Mar 26 07:55:31 Mr-Sharps-MacBook-Pro.local WindowServer[16763]: MPServiceForDisplayDevice: Invalid device alias (0)
    Mar 26 07:55:31 Mr-Sharps-MacBook-Pro.local WindowServer[16763]: Display 0x04273382: GL mask 0x5; bounds (0, 0)[1920 x 1200], 60 modes available
              Main, Active, on-line, enabled, built-in, boot, OpenGL-accel, Vendor 610, Model 9cce, S/N 0, Unit 2, Rotation 0
              UUID 0x6d21c12c208310ef786fa8211197a86e, ColorProfile { 3, "Color LCD"}
    Mar 26 07:55:31 Mr-Sharps-MacBook-Pro.local WindowServer[16763]: GLCompositor: GL renderer id 0x01021b06, GL mask 0x0000001c, accelerator 0x000048cf, unit 2, caps QEX|MIPMAP, vram 1024 MB
              texture max 16384, viewport max {16384, 16384}, extensions FPRG|NPOT|GLSL|FLOAT
    Mar 26 07:55:31 Mr-Sharps-MacBook-Pro.local WindowServer[16763]: Display 0x003f003d: GL mask 0x2; bounds (2944, 0)[1 x 1], 2 modes available
              off-line, enabled, OpenGL-accel, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 1, Rotation 0
              UUID 0xffffffffffffffffffffffffffffffff
    Mar 26 07:55:31 Mr-Sharps-MacBook-Pro.local WindowServer[16763]: GLCompositor: GL renderer id 0x01024301, GL mask 0x00000003, accelerator 0x00003123, unit 0, caps QEX|MIPMAP, vram 451 MB
              texture max 8192, viewport max {8192, 8192}, extensions FPRG|NPOT|GLSL|FLOAT
    Mar 26 07:55:31 Mr-Sharps-MacBook-Pro.local WindowServer[16763]: Display 0x003f0040: GL mask 0x10; bounds (2945, 0)[1 x 1], 1 modes available
              off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 4, Rotation 0
              UUID 0xffffffffffffffffffffffffffffffff
    Mar 26 07:55:31 Mr-Sharps-MacBook-Pro.local WindowServer[16763]: Display 0x04248e53: GL mask 0x8; bounds (-2560, 0)[2560 x 1440], 51 modes available
              Active, on-line, enabled, Vendor 610, Model 9226, S/N 160d07d1, Unit 3, Rotation 0
              UUID 0x6922870a41a95073ec4338647418b6ff, ColorProfile { 2, "LED Cinema Display"}
    Mar 26 07:55:31 Mr-Sharps-MacBook-Pro.local Dock[16895]: Set a breakpoint at CGSLogError to catch errors as they are logged.
    Mar 26 07:55:31 Mr-Sharps-MacBook-Pro.local Dock[16895]: CGSCopyDisplayUUID: Invalid display 0x04248e53
    Mar 26 07:55:31 Mr-Sharps-MacBook-Pro.local Dock[16895]: uuid_callback_master: failed to retrieve UUID for display 0x04248e53 (1001) (invariant failure)
    Mar 26 07:55:31 Mr-Sharps-MacBook-Pro.local Dock[16895]: CGSCopyDisplayUUID: Invalid display 0x04248e53
    Mar 26 07:55:31 Mr-Sharps-MacBook-Pro.local Dock[16895]: uuid_callback_master: failed to retrieve UUID for display 0x04248e53 (1001) (invariant failure)
    Mar 26 07:55:31 Mr-Sharps-MacBook-Pro.local Dock[16895]: CGSCopyDisplayUUID: Invalid display 0x04248e53
    Mar 26 07:55:31 Mr-Sharps-MacBook-Pro.local Dock[16895]: uuid_callback_master: failed to retrieve UUID for display 0x04248e53 (1001) (invariant failure)
    Mar 26 07:55:31 Mr-Sharps-MacBook-Pro.local Dock[16895]: CGSCopyDisplayUUID: Invalid display 0x04248e53
    Mar 26 07:55:31 Mr-Sharps-MacBook-Pro.local Dock[16895]: uuid_callback_master: failed to retrieve UUID for display 0x04248e53 (1001) (invariant failure)
    Mar 26 07:55:31 Mr-Sharps-MacBook-Pro.local Dock[16895]: CGSCopyDisplayUUID: Invalid display 0x04248e53
    Mar 26 07:55:31 Mr-Sharps-MacBook-Pro.local Dock[16895]: uuid_callback_master: failed to retrieve UUID for display 0x04248e53 (1001) (invariant failure)
    Mar 26 07:55:31 Mr-Sharps-MacBook-Pro.local Dock[16895]: CGSCopyDisplayUUID: Invalid display 0x04248e53
    Mar 26 07:55:31 Mr-Sharps-MacBook-Pro.local Dock[16895]: uuid_callback_master: failed to retrieve UUID for display 0x04248e53 (1001) (invariant failure)
    Mar 26 07:55:31 Mr-Sharps-MacBook-Pro.local Dock[16895]: CGSCopyDisplayUUID: Invalid display 0x04248e53
    Mar 26 07:55:31 Mr-Sharps-MacBook-Pro.local Dock[16895]: uuid_callback_master: failed to retrieve UUID for display 0x04248e53 (1001) (invariant failure)
    Mar 26 07:55:31 Mr-Sharps-MacBook-Pro.local Dock[16895]: CGSCopyDisplayUUID: Invalid display 0x04248e53
    Mar 26 07:55:31 Mr-Sharps-MacBook-Pro.local Dock[16895]: uuid_callback_master: failed to retrieve UUID for display 0x04248e53 (1001) (invariant failure)
    Mar 26 07:55:31 Mr-Sharps-MacBook-Pro.local Dock[16895]: CGSCopyDisplayUUID: Invalid display 0x04248e53
    Mar 26 07:55:31 Mr-Sharps-MacBook-Pro.local Dock[16895]: uuid_callback_master: failed to retrieve UUID for display 0x04248e53 (1001) (invariant failure)
    Mar 26 07:55:31 Mr-Sharps-MacBook-Pro.local Dock[16895]: CGSCopyDisplayUUID: Invalid display 0x04248e53
    Mar 26 07:55:31 Mr-Sharps-MacBook-Pro.local Dock[16895]: uuid_callback_master: failed to retrieve UUID for display 0x04248e53 (1001) (invariant failure)
    Mar 26 07:55:31 Mr-Sharps-MacBook-Pro.local Dock[16895]: CGSCopyDisplayUUID: Invalid display 0x04248e53
    Mar 26 07:55:31 Mr-Sharps-MacBook-Pro.local Dock[16895]: uuid_callback_master: failed to retrieve UUID for display 0x04248e53 (1001) (invariant failure)
    Mar 26 07:55:31 Mr-Sharps-MacBook-Pro.local Dock[16895]: CGSCopyDisplayUUID: Invalid display 0x04248e53
    Mar 26 07:55:31 Mr-Sharps-MacBook-Pro.local Dock[16895]: uuid_callback_master: failed to retrieve UUID for display 0x04248e53 (1001) (invariant failure)
    Mar 26 07:55:31 Mr-Sharps-MacBook-Pro.local Dock[16895]: CGSCopyDisplayUUID: Invalid display 0x04248e53
    Mar 26 07:55:31 Mr-Sharps-MacBook-Pro.local Dock[16895]: uuid_callback_master: failed to retrieve UUID for display 0x04248e53 (1001) (invariant failure)
    Mar 26 07:55:31 Mr-Sharps-MacBook-Pro.local Dock[16895]: CGSCopyDisplayUUID: Invalid display 0x04248e53
    Mar 26 07:55:31 Mr-Sharps-MacBook-Pro.local Dock[16895]: uuid_callback_master: failed to retrieve UUID for display 0x04248e53 (1001) (invariant failure)
    Mar 26 07:55:31 Mr-Sharps-MacBook-Pro.local Dock[16895]: CGSCopyDisplayUUID: Invalid display 0x04248e53
    Mar 26 07:55:31 Mr-Sharps-MacBook-Pro.local Dock[16895]: uuid_callback_master: failed to retrieve UUID for display 0x04248e53 (1001) (invariant failure)
    Mar 26 07:55:32 Mr-Sharps-MacBook-Pro.local WindowServer[16763]: hw_mirror_device_if_possible: driver picks 0x4248e53 as primary
    Mar 26 07:55:32 Mr-Sharps-MacBook-Pro.local WindowServer[16763]: Display 0x04273382: Unit 2: Startup Mode 1920 x 1200, CGSThirtytwoBitColor, Resolution 1, ioModeID 0x43e, ioModeDepth 0x1, IOReturn 0x0
    Mar 26 07:55:32 Mr-Sharps-MacBook-Pro.local WindowServer[16763]: Display 0x04248e53: Unit 3: Startup Mode 2560 x 1440, CGSThirtytwoBitColor, Resolution 1, ioModeID 0x43e, ioModeDepth 0x1, IOReturn 0x0
    Mar 26 07:55:32 Mr-Sharps-MacBook-Pro.local WindowServer[16763]: Display added
    Mar 26 07:55:32 Mr-Sharps-MacBook-Pro.local WindowServer[16763]: Display removed
    Mar 26 07:55:32 Mr-Sharps-MacBook-Pro.local WindowServer[16763]: Displays mirrored
    Mar 26 07:55:32 Mr-Sharps-MacBook-Pro.local WindowServer[16763]: Display 0x04248e53: GL mask 0x8; bounds (0, 0)[1920 x 1200], 51 modes available
              Master in mirror set; Main, Active, on-line, enabled, Vendor 610, Model 9226, S/N 160d07d1, Unit 3, Rotation 0
              UUID 0x6922870a41a95073ec4338647418b6ff, ColorProfile { 2, "LED Cinema Display"}
    Mar 26 07:55:32 Mr-Sharps-MacBook-Pro.local WindowServer[16763]: _CGXGLDisplayContextForDisplayDevice: acquired display context (0x7fe550419c10) - enabling OpenGL
    Mar 26 07:55:32 Mr-Sharps-MacBook-Pro.local WindowServer[16763]: GLCompositor: GL renderer id 0x01021b06, GL mask 0x0000001c, accelerator 0x000048cf, unit 2, caps QEX|MIPMAP, vram 1024 MB
              texture max 16384, viewport max {16384, 16384}, extensions FPRG|NPOT|GLSL|FLOAT
    Mar 26 07:55:32 Mr-Sharps-MacBook-Pro.local WindowServer[16763]: Display 0x04273382: GL mask 0x5; bounds (0, 0)[1920 x 1200], 60 modes available
              Hardware mirror of 0x4248e53; on-line, enabled, built-in, boot, Vendor 610, Model 9cce, S/N 0, Unit 2, Rotation 0
              UUID 0x6d21c12c208310ef786fa8211197a86e, ColorProfile { 3, "Color LCD"}
    Mar 26 07:55:32 Mr-Sharps-MacBook-Pro.local WindowServer[16763]: Display 0x003f003d: GL mask 0x2; bounds (2944, 0)[1 x 1], 2 modes available
              off-line, enabled, OpenGL-accel, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 1, Rotation 0
              UUID 0xffffffffffffffffffffffffffffffff
    Mar 26 07:55:32 Mr-Sharps-MacBook-Pro.local WindowServer[16763]: GLCompositor: GL renderer id 0x01024301, GL mask 0x00000003, accelerator 0x00003123, unit 0, caps QEX|MIPMAP, vram 451 MB
              texture max 8192, viewport max {8192, 8192}, extensions FPRG|NPOT|GLSL|FLOAT
    Mar 26 07:55:32 Mr-Sharps-MacBook-Pro.local WindowServer[16763]: Display 0x003f0040: GL mask 0x10; bounds (2945, 0)[1 x 1], 1 modes available
              off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 4, Rotation 0
              UUID 0xffffffffffffffffffffffffffffffff
    Mar 26 07:55:32 Mr-Sharps-MacBook-Pro.local apsd[16858]: Unrecognized leaf certificate
    Mar 26 07:55:32 Mr-Sharps-MacBook-Pro.local WindowServer[16763]: MPAccessSurfaceForDisplayDevice: Set up page flip mode on display 0x04248e53 device: 0x7fe550419c10  isBackBuffered: 1 numComp: 3 numDisp: 3
    Mar 26 07:55:32 Mr-Sharps-MacBook-Pro.local Microsoft Word[16879]: CGBitmapContextGetData: invalid context 0x1b24e3a0. This is a serious error. This application, or a library it uses, is using an invalid context  and is thereby contributing to an overall degradation of system stability and reliability. This notice is a courtesy: please fix this problem. It will become a fatal error in an upcoming update.
    Mar 26 07:55:32 --- last message repeated 14 times ---
    Mar 26 07:55:32 Mr-Sharps-MacBook-Pro.local talagent[16894]: CGSGetWindowBounds
    Mar 26 07:55:32 Mr-Sharps-MacBook-Pro.local Microsoft Word[16879]: CGBitmapContextGetData: invalid context 0x1b24e3a0. This is a serious error. This application, or a library it uses, is using an invalid context  and is thereby contributing to an overall degradation of system stability and reliability. This notice is a courtesy: please fix this problem. It will become a fatal error in an upcoming update.
    Mar 26 07:55:32 Mr-Sharps-MacBook-Pro.local talagent[16894]: PScurrentwindowbounds: CGSGetWindowBounds returned error (1001)
    Mar 26 07:55:32 Mr-Sharps-MacBook-Pro.local Microsoft Word[16879]: CGBitmapContextGetData: invalid context 0x1b24e3a0. This is a serious error. This application, or a library it uses, is using an invalid context  and is thereby contributing to an overall degradation of system stability and reliability. This notice is a courtesy: please fix this problem. It will become a fatal error in an upcoming update.
    Mar 26 07:55:32 Mr-Sharps-MacBook-Pro.local talagent[16894]: CGSGetWindowBounds
    Mar 26 07:55:32 Mr-Sharps-MacBook-Pro.local talagent[16894]: PScurrentwindowbounds: CGSGetWindowBounds returned error (1001)
    Mar 26 07:55:32 Mr-Sharps-MacBook-Pro.local Microsoft Word[16879]: CGBitmapContextGetData: invalid context 0x1b24e3a0. This is a serious error. This application, or a library it uses, is using an invalid context  and is thereby contributing to an overall degradation of system stability and reliability. This notice is a courtesy: please fix this problem. It will become a fatal error in an upcoming update.
    Mar 26 07:55:32 --- last message repeated 1 time ---
    Mar 26 07:55:32 Mr-Sharps-MacBook-Pro.local talagent[16894]: CGSGetWindowBounds
    Mar 26 07:55:32 Mr-Sharps-MacBook-Pro.local talagent[16894]: PScurrentwindowbounds: CGSGetWindowBounds returned error (1001)
    Mar 26 07:55:32 Mr-Sharps-MacBook-Pro.local talagent[16894]: CGSGetWindowBounds
    Mar 26 07:55:32 Mr-Sharps-MacBook-Pro.local talagent[16894]: PScurrentwindowbounds: CGSGetWindowBounds returned error (1001)
    Mar 26 07:55:32 Mr-Sharps-MacBook-Pro.local Microsoft Word[16879]: CGBitmapContextGetData: invalid context 0x1b24e3a0. This is a serious error. This application, or a library it uses, is using an invalid context  and is thereby contributing to an overall degradation of system stability and reliability. This notice is a courtesy: please fix this problem. It will become a fatal error in an upcoming update.
    Mar 26 07:55:32 Mr-Sharps-MacBook-Pro.local talagent[16894]: CGSGetWindowBounds
    Mar 26 07:55:32 Mr-Sharps-MacBook-Pro.local talagent[16894]: PScurrentwindowbounds: CGSGetWindowBounds returned error (1001)
    Mar 26 07:55:32 Mr-Sharps-MacBook-Pro.local talagent[16894]: CGSGetWindowBounds
    Mar 26 07:55:32 Mr-Sharps-MacBook-Pro.local talagent[16894]: PScurrentwindowbounds: CGSGetWindowBounds returned error (1001)
    Mar 26 07:55:32 Mr-Sharps-MacBook-Pro.local talagent[16894]: CGSGetWindowBounds
    Mar 26 07:55:32 Mr-Sharps-MacBook-Pro.local talagent[16894]: PScurrentwindowbounds: CGSGetWindowBounds returned error (1001)
    Mar 26 07:55:32 Mr-Sharps-MacBook-Pro.local talagent[16894]: CGSGetWindowBounds
    Mar 26 07:55:32 Mr-Sharps-MacBook-Pro.local talagent[16894]: PScurrentwindowbounds: CGSGetWindowBounds returned error (1001)
    Mar 26 07:55:32 Mr-Sharps-MacBook-Pro.local WindowServer[16763]: _CGXGetSurfaceBounds: Invalid window 0x19
    Mar 26 07:55:32 Mr-Sharps-MacBook-Pro.local talagent[16894]: CGSGetSurfaceBounds
    Mar 26 07:55:32 Mr-Sharps-MacBook-Pro.local talagent[16894]: CGSGetSurfaceResolution: Invalid window 0x19
    Mar 26 07:55:32 Mr-Sharps-MacBook-Pro.local talagent[16894]: CGSGetWindowBounds
    Mar 26 07:55:32 Mr-Sharps-MacBook-Pro.local WindowServer[16763]: _CGXGetSurfaceBounds: Invalid window 0x47
    Mar 26 07:55:32 Mr-Sharps-MacBook-Pro.local Microsoft Word[16879]: CGBitmapContextGetData: invalid context 0x1b24e3a0. This is a serious error. This application, or a library it uses, is using an invalid context  and is thereby contributing to an overall degradation of system stability and reliability. This notice is a courtesy: please fix this problem. It will become a fatal error in an upcoming update.
    Mar 26 07:55:32 Mr-Sharps-MacBook-Pro.local talagent[16894]: CGSGetSurfaceBounds
    Mar 26 07:55:32 Mr-Sharps-MacBook-Pro.local talagent[16894]: CGSGetSurfaceResolution: Invalid window 0x47
    Mar 26 07:55:32 Mr-Sharps-MacBook-Pro.local talagent[16894]: CGSGetWindowBounds
    Mar 26 07:55:32 Mr-Sharps-MacBook-Pro.local WindowServer[16763]: _CGXGetSurfaceBounds: Invalid window 0x48
    Mar 26 07:55:32 Mr-Sharps-MacBook-Pro.local talagent[16894]: CGSGetSurfaceBounds
    Mar 26 07:55:32 Mr-Sharps-MacBook-Pro.local talagent[16894]: CGSGetSurfaceResolution: Invalid window 0x48
    Mar 26 07:55:32 Mr-Sharps-MacBook-Pro.local talagent[16894]: CGSGetWindowBounds
    Mar 26 07:55:32 Mr-Sharps-MacBook-Pro.local WindowServer[16763]: _CGXGetSurfaceBounds: Invalid window 0x49
    Mar 26 07:55:32 Mr-Sharps-MacBook-Pro.local talagent[16894]: CGSGetSurfaceBounds
    Mar 26 07:55:32 Mr-Sharps-MacBook-Pro.local talagent[16894]: CGSGetSurfaceResolution: Invalid window 0x49
    Mar 26 07:55:32 Mr-Sharps-MacBook-Pro.local talagent[16894]: CGSGetWindowBounds
    Mar 26 07:55:32 Mr-Sharps-MacBook-Pro.local Microsoft Word[16879]: CGBitmapContextGetData: invalid context 0x1b24e3a0. This is a serious error. This application, or a library it uses, is using an invalid context  and is thereby contributing to an overall degradation of system stability and reliability. This notice is a courtesy: please fix this problem. It will become a fatal error in an upcoming update.
    Mar 26 07:55:32 Mr-Sharps-MacBook-Pro.local talagent[16894]: CGSGetWindowBounds
    Mar 26 07:55:32 Mr-Sharps-MacBook-Pro.local talagent[16894]: PScurrentwindowbounds: CGSGetWindowBounds returned error (1001)
    Mar 26 07:55:32 Mr-Sharps-MacBook-Pro.local talagent[16894]: CGSGetWindowBounds
    Mar 26 07:55:32 Mr-Sharps-MacBook-Pro.local talagent[16894]: PScurrentwindowbounds: CGSGetWindowBounds returned error (1001)
    Mar 26 07:55:32 Mr-Sharps-MacBook-Pro.local talagent[16894]: CGSGetWindowBounds
    Mar 26 07:55:32 Mr-Sharps-MacBook-Pro.local talagent[16894]: PScurrentwindowbounds: CGSGetWindowBounds returned error (1001)
    Mar 26 07:55:32 Mr-Sharps-MacBook-Pro.local talagent[16894]: CGSGetWindowBounds
    Mar 26 07:55:32 Mr-Sharps-MacBook-Pro.local talagent[16894]: PScurrentwindowbounds: CGSGetWindowBounds returned error (1001)
    Mar 26 07:55:32 Mr-Sharps-MacBook-Pro.local Microsoft Word[16879]: CGBitmapContextGetData: invalid context 0x1b24e3a0. This is a serious error. This application, or a library it uses, is using an invalid context  and is thereby contributing to an overall degradation of system stability and reliability. This notice is a courtesy: please fix this problem. It will become a fatal error in an upcoming update.
    Mar 26 07:55:32 Mr-Sharps-MacBook-Pro.local talagent[16894]: CGSGetWindowBounds
    Mar 26 07:55:32 Mr-Sharps-MacBook-Pro.local talagent[16894]: PScurrentwindowbounds: CGSGetWindowBounds returned error (1001)
    Mar 26 07:55:32 Mr-Sharps-MacBook-Pro.local talagent[16894]: CGSGetWindowBounds
    Mar 26 07:55:32 Mr-Sharps-MacBook-Pro.local talagent[16894]: PScurrentwindowbounds: CGSGetWindowBounds returned error (1001)
    Mar 26 07:55:32 Mr-Sharps-MacBook-Pro.local talagent[16894]: CGSGetWindowBounds
    Mar 26 07:55:32 Mr-Sharps-MacBook-Pro.local talagent[16894]: PScurrentwindowbounds: CGSGetWindowBounds returned error (1001)
    Mar 26 07:55:32 Mr-Sharps-MacBook-Pro.local talagent[16894]: CGSGetWindowBounds
    Mar 26 07:55:32 Mr-Sharps-MacBook-Pro.local talagent[16894]: PScurrentwindowbounds: CGSGetWindowBounds returned error (1001)
    Mar 26 07:55:32 Mr-Sharps-MacBook-Pro.local WindowServer[16763]: _CGXGetSurfaceBounds: Invalid window 0x19
    Mar 26 07:55:32 Mr-Sharps-MacBook-Pro.local talagent[16894]: CGSGetSurfaceBounds
    Mar 26 07:55:32 Mr-Sharps-MacBook-Pro.local talagent[16894]: CGSGetSurfaceResolution: Invalid window 0x19
    Mar 26 07:55:32 Mr-Sharps-MacBook-Pro.local talagent[16894]: CGSGetWindowBounds
    Mar 26 07:55:32 Mr-Sharps-MacBook-Pro.local WindowServer[16763]: _CGXGetSurfaceBounds: Invalid window 0x47
    Mar 26 07:55:32 Mr-Sharps-MacBook-Pro.local talagent[16894]: CGSGetSurfaceBounds
    Mar 26 07:55:32 Mr-Sharps-MacBook-Pro.local talagent[16894]: CGSGetSurfaceResolution: Invalid window 0x47
    Mar 26 07:55:32 Mr-Sharps-MacBook-Pro.local talagent[16894]: CGSGetWindowBounds
    Mar 26 07:55:32 Mr-Sharps-MacBook-Pro.local WindowServer[16763]: _CGXGetSurfaceBounds: Invalid window 0x48
    Mar 26 07:55:32 Mr-Sharps-MacBook-Pro.local talagent[16894]: CGSGetSurfaceBounds
    Mar 26 07:55:32 Mr-Sharps-MacBook-Pro.local talagent[16894]: CGSGetSurfaceResolution: Invalid window 0x48
    Mar 26 07:55:32 Mr-Sharps-MacBook-Pro.local talagent[16894]: CGSGetWindowBounds
    Mar 26 07:55:32 Mr-Sharps-MacBook-Pro.local Microsoft Word[16879]: CGBitmapContextGetData: invalid context 0x15701370. This is a serious error. This application, or a library it uses, is using an invalid context  and is thereby contributing to an overall degradation of system stability and reliability. This notice is a courtesy: please fix this problem. It will become a fatal error in an upcoming update.
    Mar 26 07:55:32 Mr-Sharps-MacBook-Pro.local WindowServer[16763]: _CGXGetSurfaceBounds: Invalid window 0x49
    Mar 26 07:55:32 Mr-Sharps-MacBook-Pro.local talagent[16894]: CGSGetSurfaceBounds
    Mar 26 07:55:32 Mr-Sharps-MacBook-Pro.local talagent[16894]: CGSGetSurfaceResolution: Invalid window 0x49
    Mar 26 07:55:32 Mr-Sharps-MacBook-Pro.local talagent[16894]: CGSGetWindowBounds
    Mar 26 07:55:32 Mr-Sharps-MacBook-Pro.local Microsoft Word[16879]: CGBitmapContextGetData: invalid context 0x15701370. This is a serious error. This application, or a library it uses, is using an invalid context  and is thereby contributing to an overall degradation of system stability and reliability. This notice is a courtesy: please fix this problem. It will become a fatal error in an upcoming update.
    Mar 26 07:55:32 Mr-Sharps-MacBook-Pro.local talagent[16894]: CGSGetWindowBounds
    Mar 26 07:55:32 Mr-Sharps-MacBook-Pro.local talagent[16894]: PScurrentwindowbounds: CGSGetWindowBounds returned error (1001)
    Mar 26 07:55:32 Mr-Sharps-MacBook-Pro.local talagent[16894]: CGSGetWindowBounds
    Mar 26 07:55:32 Mr-Sharps-MacBook-Pro.local talagent[16894]: PScurrentwindowbounds: CGSGetWindowBounds returned error (1001)
    Mar 26 07:55:32 Mr-Sharps-MacBook-Pro.local talagent[16894]: CGSGetWindowBounds
    Mar 26 07:55:32 Mr-Sharps-MacBook-Pro.local talagent[16894]: PScurrentwindowbounds: CGSGetWindowBounds returned error (1001)
    Mar 26 07:55:32 Mr-Sharps-MacBook-Pro.local talagent[16894]: CGSGetWindowBounds
    Mar 26 07:55:32 Mr-Sharps-MacBook-Pro.local talagent[16894]: PScurrentwindowbounds: CGSGetWindowBounds returned error (1001)
    Mar 26 07:55:32 Mr-Sharps-MacBook-Pro.local Microsoft Word[16879]: CGBitmapContextGetData: invalid context 0x15701370. This is a serious error. This application, or a library it uses, is using an invalid context  and is thereby contributing to an overall degradation of system stability and reliability. This notice is a courtesy: please fix this problem. It will become a fatal error in an upcoming update.
    Mar 26 07:55:32 Mr-Sharps-MacBook-Pro.local talagent[16894]: CGSGetWindowBounds
    Mar 26 07:55:32 Mr-Sharps-MacBook-Pro.local talagent[16894]: PScurrentwindowbounds: CGSGetWindowBounds returned error (1001)
    Mar 26 07:55:32 Mr-Sharps-MacBook-Pro.local talagent[16894]: CGSGetWindowBounds
    Mar 26 07:55:32 Mr-Sharps-MacBook-Pro.local talagent[16894]: PScurrentwindowbounds: CGSGetWindowBounds returned error (1001)
    Mar 26 07:55:32 Mr-Sharps-MacBook-Pro.local talagent[16894]: CGSGetWindowBounds
    Mar 26 07:55:32 Mr-Sharps-MacBook-Pro.local talagent[16894]: PScurrentwindowbounds: CGSGetWindowBounds returned error (1001)
    Mar 26 07:55:32 Mr-Sharps-MacBook-Pro.local talagent[16894]: CGSGetWindowBounds
    Mar 26 07:55:32 Mr-Sharps-MacBook-Pro.local Microsoft Word[16879]: CGBitmapContextGetData: invalid context 0x15701370. This is a serious error. This application, or a library it uses, is using an invalid context  and is thereby contributing to an overall degradation of system stability and reliability. This notice is a courtesy: please fix this problem. It will become a fatal error in an upcoming update.
    Mar 26 07:55:32 Mr-Sharps-MacBook-Pro.local talagent[16894]: PScurrentwindowbounds: CGSGetWindowBounds returned error (1001)
    Mar 26 07:55:32 Mr-Sharps-MacBook-Pro.local WindowServer[16763]: _CGXGetSurfaceBounds: Invalid window 0x19
    Mar 26 07:55:32 Mr-Sharps-MacBook-Pro.local talagent[16894]: CGSGetSurfaceBounds
    Mar 26 07:55:32 Mr-Sharps-MacBook-Pro.local talagent[16894]: CGSGetSurfaceResolution: Invalid window 0x19
    Mar 26 07:55:32 Mr-Sharps-MacBook-Pro.local talagent[16894]: CGSGetWindowBounds
    Mar 26 07:55:32 Mr-Sharps-MacBook-Pro.local WindowServer[16763]: _CGXGetSurfaceBounds: Invalid window 0x47
    Mar 26 07:55:32 Mr-Sharps-MacBook-Pro.local talagent[16894]: CGSGetSurfaceBounds
    Mar 26 07:55:32 Mr-Sharps-MacBook-Pro.local talagent[16894]: CGSGetSurfaceResolution: Invalid window 0x47
    Mar 26 07:55:32 Mr-Sharps-MacBook-Pro.local talagent[16894]: CGSGetWindowBounds
    Mar 26 07:55:32 Mr-Sharps-MacBook-Pro.local WindowServer[16763]: _CGXGetSurfaceBounds: Invalid window 0x48
    Mar 26 07:55:32 Mr-Sharps-MacBook-Pro.local talagent[16894]: CGSGetSurfaceBounds
    Mar 26 07:55:32 Mr-Sharps-MacBook-Pro.local talagent[16894]: CGSGetSurfaceResolution: Invalid window 0x48
    Mar 26 07:55:32 Mr-Sharps-MacBook-Pro.local talagent[16894]: CGSGetWindowBounds
    Mar 26 07:55:32 Mr-Sharps-MacBook-Pro.local WindowServer[16763]: _CGXGetSurfaceBounds: Invalid window 0x49
    Mar 26 07:55:32 Mr-Sharps-MacBook-Pro.local talagent[16894]: CGSGetSurfaceBounds
    Mar 26 07:55:32 Mr-Sharps-MacBook-Pro.local talagent[16894]: CGSGetSurfaceResolution: Invalid window 0x49
    Mar 26 07:55:32 Mr-Sharps-MacBook-Pro.local talagent[16894]: CGSGetWindowBounds
    Mar 26 07:55:32 --- last message repeated 1 time ---
    Mar 26 07:55:32 Mr-Sharps-MacBook-Pro.local talagent[16894]: PScurrentwindowbounds: CGSGetWindowBounds returned error (1001)
    Mar 26 07:55:32 Mr-Sharps-MacBook-Pro.local talagent[16894]: CGSGetWindowBounds
    Mar 26 07:55:32 Mr-Sharps-MacBook-Pro.local talagent[16894]: PScurrentwindowbounds: CGSGetWindowBounds returned error (1001)
    Mar 26 07:55:32 Mr-Sharps-MacBook-Pro.local talagent[16894]: CGSGetWindowBounds
    Mar 26 07:55:32 Mr-Sharps-MacBook-Pro.local talagent[16894]: PScurrentwindowbounds: CGSGetWindowBounds returned error (1001)
    Mar 26 07:55:32 Mr-Sharps-MacBook-Pro.local talagent[16894]: CGSGetWindowBounds
    Mar 26 07:55:32 Mr-Sharps-MacBook-Pro.local talagent[16894]: PScurrentwindowbounds: CGSGetWindowBounds returned error (1001)
    Mar 26 07:55:32 Mr-Sharps-MacBook-Pro.local talagent[16894]: CGSGetWindowBounds
    Mar 26 07:55:32 Mr-Sharps-MacBook-Pro.local talagent[16894]: PScurrentwindowbounds: CGSGetWindowBounds returned error (1001)
    Mar 26 07:55:32 Mr-Sharps-MacBook-Pro.local talagent[16894]: CGSGetWindowBounds
    Mar 26 07:55:32 Mr-Sharps-MacBook-Pro.local talagent[16894]: PScurrentwindowbounds: CGSGetWindowBounds returned error (1001)
    Mar 26 07:55:32 Mr-Sharps-MacBook-Pro.local talagent[16894]: CGSGetWindowBounds
    Mar 26 07:55:32 Mr-Sharps-MacBook-Pro.local talagent[16894]: PScurrentwindowbounds: CGSGetWindowBounds returned error (1001)
    Mar 26 07:55:32 Mr-Sharps-MacBook-Pro.local talagent[16894]: CGSGetWindowBounds
    Mar 26 07:55:32 Mr-Sharps-MacBook-Pro.local talagent[16894]: PScurrentwindowbounds: CGSGetWindowBounds returned error (1001)
    Mar 26 07:55:32 Mr-Sharps-MacBook-Pro.local WindowServer[16763]: _CGXGetSurfaceBounds: Invalid window 0x19
    Mar 26 07:55:32 Mr-Sharps-MacBook-Pro.local talagent[16894]: CGSGetSurfaceBounds
    Mar 26 07:55:32 Mr-Sharps-MacBook-Pro.local talagent[16894]: CGSGetSurfaceResolution: Invalid window 0x19
    Mar 26 07:55:32 Mr-Sharps-MacBook-Pro.local talagent[16894]: CGSGetWindowBounds
    Mar 26 07:55:32 Mr-Sharps-MacBook-Pro.local WindowServer[16763]: _CGXGetSurfaceBounds: Invalid window 0x47
    Mar 26 07:55:32 Mr-Sharps-MacBook-Pro.local talagent[16894]: CGSGetSurfaceBounds
    Mar 26 07:55:32 Mr-Sharps-MacBook-Pro.local talagent[16894]: CGSGetSurfaceResolution: Invalid window 0x47
    Mar 26 07:55:32 Mr-Sharps-MacBook-Pro.local talagent[16894]: CGSGetWindowBounds
    Mar 26 07:55:32 Mr-Sharps-MacBook-Pro.local WindowServer[16763]: _CGXGetSurfaceBounds: Invalid window 0x48
    Mar 26 07:55:32 Mr-Sharps-MacBook-Pro.local talagent[16894]: CGSGetSurfaceBounds
    Mar 26 07:55:32 Mr-Sharps-MacBook-Pro.local talagent[16894]: CGSGetSurfaceResolution: Invalid window 0x48
    Mar 26 07:55:32 Mr-Sharps-MacBook-Pro.local talagent[16894]: CGSGetWindowBounds
    Mar 26 07:55:32 Mr-Sharps-MacBook-Pro.local WindowServer[16763]: _CGXGetSurfaceBounds: Invalid window 0x49
    Mar 26 07:55:32 Mr-Sharps-MacBook-Pro.local talagent[16894]: CGSGetSurfaceBounds
    Mar 26 07:55:32 Mr-Sharps-MacBook-Pro.local talagent[16894]: CGSGetSurfaceResolution: Invalid window 0x49
    Mar 26 07:55:32 Mr-Sharps-MacBook-Pro.local talagent[16894]: CGSGetWindowBounds
    Mar 26 07:55:32 Mr-Sharps-MacBook-Pro.local Microsoft Word[16879]: CGBitmapContextGetData: invalid context 0x15701370. This is a serious error. This application, or a library it uses, is using an invalid context  and is thereby contributing to an overall degradation of system stability and reliability. This notice is a courtesy: please fix this problem. It will become a fatal error in an upcoming update.
    Mar 26 07:55:32 --- last message repeated 18 times ---
    Mar 26 07:55:32 Mr-Sharps-MacBook-Pro.local Microsoft Word[16879]: CGBitmapContextGetData: invalid context 0x159e6a40. This is a serious error. This application, or a library it uses, is using an invalid context  and is thereby contributing to an overall degradation of system stability and reliability. This notice is a courtesy: please fix this problem. It will become a fatal error in an upcoming update.
    Mar 26 07:55:32 --- last message repeated 27 times ---
    Mar 26 07:55:32 Mr-Sharps-MacBook-Pro kernel[0]: [ PCI configuration begin ]
    Mar 26 07:55:32 Mr-Sharps-MacBook-Pro kernel[0]: [ PCI configuration end, bridges 20, devices 20 ]
    Mar 26 07:55:32 Mr-Sharps-MacBook-Pro kernel[0]: FireWire runtime power conservation disabled. (3)
    Mar 26 07:55:33 Mr-Sharps-MacBook-Pro kernel[0]: FireWire (OHCI) Lucent ID 5901 PCI now active, GUID ec1a597ba0715620; max speed s800.
    Mar 26 07:55:33 Mr-Sharps-MacBook-Pro.local WindowServer[16763]: **DMPROXY** (2) Found `/System/Library/CoreServices/DMProxy'.
    Mar 26 07:55:33 --- last message repeated 2 times ---
    Mar 26 07:55:33 Mr-Sharps-MacBook-Pro.local WindowServer[16763]: Display 0x04248e53: Unit 3; ColorProfile { 2, "LED Cinema Display"}; TransferTable (256, 3)
    Mar 26 07:55:33 Mr-Sharps-MacBook-Pro.local WindowServer[16763]: Display 0x04273382: Unit 2; ColorProfile { 3, "Color LCD"}; TransferTable (256, 12)
    Mar 26 07:55:33 Mr-Sharps-MacBook-Pro.local WindowServer[16763]: Display 0x04248e53: Unit 3; ColorProfile { 2, "LED Cinema Display"}; TransferTable (256, 3)
    Mar 26 07:55:33 Mr-Sharps-MacBook-Pro.local WindowServer[16763]: Display 0x04273382: Unit 2; ColorProfile { 3, "Color LCD"}; TransferTable (256, 12)
    Mar 26 07:55:33 Mr-Sharps-MacBook-Pro.local WindowServer[16763]: Display 0x04248e53: Unit 3; ColorProfile { 2, "LED Cinema Display"}; TransferTable (256, 3)
    Mar 26 07:55:33 Mr-Sharps-MacBook-Pro.local WindowServer[16763]: Display 0x04273382: Unit 2; ColorProfile { 3, "Color LCD"}; TransferTable (256, 12)
    Mar 26 07:55:33 Mr-Sharps-MacBook-Pro.local WindowServer[16763]: Display 0x04248e53: Unit 3; ColorProfile { 2, "LED Cinema Display"}; TransferTable (256, 3)
    Mar 26 07:55:33 Mr-Sharps-MacBook-Pro.local WindowServer[16763]: Display 0x04273382: Unit 2; ColorProfile { 3, "Color LCD"}; TransferTable (256, 12)
    Mar 26 07:55:33 Mr-Sharps-MacBook-Pro.local WindowServer[16763]: Display 0x04248e53: Unit 3; ColorProfile { 2, "LED Cinema Display"}; TransferTable (256, 3)
    Mar 26 07:55:33 Mr-Sharps-MacBook-Pro.local WindowServer[16763]: Display 0x04273382: Unit 2; ColorProfile { 3, "Color LCD"}; TransferTable (256, 12)
    Mar 26 07:55:34 Mr-Sharps-MacBook-Pro.local WindowServer[16763]: Display 0x04248e53: Unit 3; ColorProfile { 2, "LED Cinema Display"}; TransferTable (256, 3)
    Mar 26 07:55:34 Mr-Sharps-MacBook-Pro.local WindowServer[16763]: Display 0x04273382: Unit 2; ColorProfile { 3, "Color LCD"}; TransferTable (256, 12)
    Mar 26 07:55:31 Mr-Sharps-MacBook-Pro.local ntpd[161]: ntpd: wake time set -2.346876 s
    Mar 26 07:55:31 Mr-Sharps-MacBook-Pro.local com.apple.time[16862]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    Mar 26 07:55:32 Mr-Sharps-MacBook-Pro.local coreaudiod[388]: 2014-03-26 07:55:32.488616 AM [AirPlay] AirPlay: Performing audio format change for 4 (AP Out) to PCM/44100/16/2
    Mar 26 07:55:32 Mr-Sharps-MacBook-Pro.local CalendarAgent[16871]: [com.apple.calendar.store.log.exchange] [Exchange error Calendar can’t refresh the account “Disney”. The primary email address for the account can’t be found. (Error Domain=SOAPWebServicesErrorDomain Code=-1 "The operation couldn’t be completed. (SOAPWebServicesErrorDomain error -1.)" UserInfo=0x7fd068f63ff0 {SOAPErrorHTTPStatusKey=440})]
    Mar 26 07:55:32 Mr-Sharps-MacBook-Pro.local CalendarAgent[16871]: [com.apple.calendar.store.log.exchange.queue] [error = Error Domain=CalExchangeErrorDomain Code=-2 "Calendar can’t refresh the account “Disney”." UserInfo=0x7fd068f5a910 {NSLocalizedFailureReason=The primary email address for the account can’t be found., CalFailedOperationKey=<CalExchangeSyncAccountOperation: 0x7fd068f285b0>, NSLocalizedDescription=Calendar can’t refresh the account “Disney”.}]
    Mar 26 07:55:32 Mr-Sharps-MacBook-Pro.local AddressBookSourceSync[17207]: -[ABAddressBook save] failed. (<ABAddressBook: 0x7fda3ad43470>)
    Mar 26 07:55:34 Mr-Sharps-MacBook-Pro com.apple.launchd[1] (com.apple.smb.preferences): Throttling respawn: Will start in 2 seconds
    Mar 26 07:55:36 Mr-Sharps-MacBook-Pro.local digest-service[17226]: digest-request: uid=0
    Mar 26 07:55:36 Mr-Sharps-MacBook-Pro.local digest-service[17226]: digest-request: init request
    Mar 26 07:55:36 Mr-Sharps-MacBook-Pro.local digest-service[17226]: digest-request: init return domain: MACBOOKPRO-B735 server: MR-SHARPS-MACBOOK-PRO indomain was: <NULL>
    Mar 26 07:55:36 Mr-Sharps-MacBook-Pro.local digest-service[17226]: digest-request: uid=0
    Mar 26 07:55:36 Mr-Sharps-MacBook-Pro.local digest-service[17226]: digest-request: init request
    Mar 26 07:55:36 Mr-Sharps-MacBook-Pro.local digest-service[17226]: digest-request: init return domain: MACBOOKPRO-B735 server: MR-SHARPS-MACBOOK-PRO indomain was: <NULL>
    Mar 26 07:55:36 Mr-Sharps-MacBook-Pro.local sandboxd[11857] ([17241]): netbiosd(17241) deny mach-lookup com.apple.networkd
    Mar 26 07:55:41 Mr-Sharps-MacBook-Pro.local mDNSResponder[44]: CacheRecordAdd: _ipp._tcp.local. (PTR) got immediate answer burst (10); restarting exponential backoff sequence (3600000)
    Mar 26 07:55:41 Mr-Sharps-MacBook-Pro.local mDNSResponder[44]: CacheRecordAdd: _pdl-datastream._tcp.local. (PTR) got immediate answer burst (10); restarting exponential backoff sequence (3600000)
    Mar 26 07:55:42 Mr-Sharps-MacBook-Pro.local AirPlayUIAgent[17193]: 2014-03-26 07:55:42.762058 AM [AirPlayUIAgent] Changed PIN pairing: no
    Mar 26 07:55:42 Mr-Sharps-MacBook-Pro.local AirPlayUIAgent[17193]: 2014-03-26 07:55:42.777473 AM [AirPlayUIAgent] Changed PIN pairing: no
    Mar 26 07:55:46 Mr-Sharps-MacBook-Pro.local icbaccountsd[17315]: -[ICBLocalDictionary discoverLocalIAAccounts]: Unknown high level account: com.apple.account.mail - AD3B0CFE-CBE7-420F-8424-A53E33071D80
    Mar 26 07:55:46 Mr-Sharps-MacBook-Pro.local icbaccountsd[17315]: -[ICBLocalDictionary discoverLocalIAAccounts]: Unknown high level account: com.apple.account.exchange - A40A9BF3-C442-4D36-AA73-31DD3BA47859
    Mar 26 07:55:46 Mr-Sharps-MacBook-Pro.local icbaccountsd[17315]: -[ICBLocalDictionary writeLocalMapping:]: Status: Writing out local mapping to disk
    Mar 26 07:55:46 Mr-Sharps-MacBook-Pro.local icbaccountsd[17315]: -[ICBLocalDictionary writeLocalMapping:]: Status: Ending writing out local mapping to disk
    Mar 26 07:55:46 Mr-Sharps-MacBook-Pro.local icbaccountsd[17315]: -[ICBRemoteDictionary writeDevices]: Status: Writing out of devices
    Mar 26 07:55:46 Mr-Sharps-MacBook-Pro.local icbaccountsd[17315]: -[ICBRemoteDictionary writeDevices]: Status: Ending writing out of device
    Mar 26 07:55:49 Mr-Sharps-MacBook-Pro.local com.apple.WebKit.Networking[16927]: CFNetwork SSLHandshake failed (-9806)
    Mar 26 07:55:49 --- last message repeated 2 times ---
    Mar 26 07:55:49 Mr-Sharps-MacBook-Pro.local com.apple.WebKit.Networking[16927]: NSURLConnection/CFURLConnection HTTP load failed (kCFStreamErrorDomainSSL, -9806)
    Mar 26 07:55:49 Mr-Sharps-MacBook-Pro kernel[0]: hfs: mounted Recovery HD on device disk0s3
    Mar 26 07:55:49 Mr-Sharps-MacBook-Pro.local mds[43]: (Normal) Volume: volume:0x7fca31880800 ********** Bootstrapped Creating a default store:0 SpotLoc:(null) SpotVerLoc:(null) occlude:0 /Volumes/Recovery HD
    Mar 26 07:55:50 Mr-Sharps-MacBook-Pro.local fseventsd[55]: Logging disabled completely for device:1: /Volumes/Recovery HD
    Mar 26 07:55:50 Mr-Sharps-MacBook-Pro kernel[0]: hfs: unmount initiated on Recovery HD on device disk0s3
    Mar 26 07:55:52 Mr-Sharps-MacBook-Pro.local auditd[16848]: Got low space trigger
    Mar 26 07:55:52 Mr-Sharps-MacBook-Pro.local auditd[16848]: auditd_read_dirs(): all audit log directories over soft limit
    Mar 26 07:55:52 Mr-Sharps-MacBook-Pro.local _atsserver[17338]: audit warning: allsoft
    Mar 26 07:55:52 Mr-Sharps-MacBook-Pro.local _atsserver[17337]: audit warning: soft /var/audit
    Mar 26 07:55:52 Mr-Sharps-MacBook-Pro.local auditd[16848]: renamed /var/audit/20140326145518.not_terminated to /var/audit/20140326145518.20140326145552
    Mar 26 07:55:52 Mr-Sharps-MacBook-Pro.local auditd[16848]: New audit file is /var/audit/20140326145552.not_terminated
    Mar 26 07:55:52 Mr-Sharps-MacBook-Pro.local _atsserver[17340]: audit warning: closefile /var/audit/20140326145518.20140326145552
    Mar 26 07:55:56 Mr-Sharps-MacBook-Pro.local netbiosd[17241]: findReachableAddress: Using port 139 family = 33
    Mar 26 07:55:56 Mr-Sharps-MacBook-Pro kernel[0]: smb_smb_ssnsetup: (NONE) doesn't support extended security, this server will be deprecated in the future!
    Mar 26 07:55:58 Mr-Sharps-MacBook-Pro.local parentalcontrolsd[17345]: StartObservingFSEvents [849:] -- *** StartObservingFSEvents started event stream
    Mar 26 07:55:58 Mr-Sharps-MacBook-Pro.local xpcd[2596]: restored permissions (100600 -> 100700) on /Users/larrysharp/Library/Containers/com.apple.lateragent/Container.plist
    Mar 26 07:55:58 Mr-Sharps-MacBook-Pro.local com.apple.SecurityServer[14]: Killing auth hosts
    Mar 26 07:55:58 Mr-Sharps-MacBook-Pro.local com.apple.SecurityServer[14]: Session 100616 destroyed
    Mar 26 07:55:58 Mr-Sharps-MacBook-Pro.local com.apple.SecurityServer[14]: Session 100617 created
    Mar 26 07:55:59 Mr-Sharps-MacBook-Pro.local Microsoft Word[16879]: CGBitmapContextGetData: invalid context 0x1b24e3a0. This is a serious error. This application, or a library it uses, is using an invalid context  and is thereby contributing to an overall degradation of system stability and reliability. This notice is a courtesy: please fix this problem. It will become a fatal error in an upcoming update.
    Mar 26 07:55:59 --- last message repeated 22 times ---
    Mar 26 07:55:59 Mr-Sharps-MacBook-Pro.local Microsoft Word[16879]: CGBitmapContextGetData: invalid context 0x15701370. This is a serious error. This application, or a library it uses, is using an invalid context  and is thereby contributing to an overall degradation of system stability and reliability. This notice is a courtesy: please fix this problem. It will become a fatal error in an upcoming update.
    Mar 26 07:55:59 --- last message repeated 22 times ---
    Mar 26 07:55:59 Mr-Sharps-MacBook-Pro.local Microsoft Word[16879]: CGBitmapContextGetData: invalid context 0x159e6a40. This is a serious error. This application, or a library it uses, is using an invalid context  and is thereby contributing to an overall degradation of system stability and reliability. This notice is a courtesy: please fix this problem. It will become a fatal error in an upcoming update.
    Mar 26 07:56:00 --- last message repeated 27 times ---
    Mar 26 07:56:00 Mr-Sharps-MacBook-Pro.local WindowServer[16763]: device_generate_desktop_screenshot: authw 0x7fe550637300(2000), shield 0x7fe557515200(2001)
    Mar 26 07:56:00 Mr-Sharps-MacBook-Pro.local WindowServer[16763]: device_generate_lock_screen_screenshot: authw 0x7fe550637300(2000), shield 0x7fe557515200(2001)
    Mar 26 07:56:00 Mr-Sharps-MacBook-Pro.local com.apple.imfoundation.IMRemoteURLConnectionAgent[17347]: CFNetwork SSLHandshake failed (-9806)
    Mar 26 07:56:00 Mr-Sharps-MacBook-Pro.local ReportCrash[17348]: Metadata.framework [Error]: couldn't get the client port
    Mar 26 07:56:00 Mr-Sharps-MacBook-Pro.local ReportCrash[17348]: DebugSymbols was unable to start a spotlight query: spotlight is not responding or disabled.
    Mar 26 07:56:00 Mr-Sharps-MacBook-Pro.local Dock[16895]: HIToolbox: received notification of WindowServer event port death.
    Mar 26 07:56:00 Mr-Sharps-MacBook-Pro.local loginwindow[16754]: HIToolbox: received notification of WindowServer event port death.
    Mar 26 07:56:00 Mr-Sharps-MacBook-Pro.local NotificationCenter[16910]: HIToolbox: received notification of WindowServer event port death.
    Mar 26 07:56:00 Mr-Sharps-MacBook-Pro.local Mail[16877]: HIToolbox: received notification of WindowServer event port death.
    Mar 26 07:56:00 Mr-Sharps-MacBook-Pro.local Image Capture Extension[16982]: HIToolbox: received notification of WindowServer event port death.
    Mar 26 07:56:00 Mr-Sharps-MacBook-Pro.local SystemUIServer[16896]: HIToolbox: received notification of WindowServer event port death.
    Mar 26 07:56:00 Mr-Sharps-MacBook-Pro.local loginwindow[16754]: port matched the WindowServer port created in BindCGSToRunLoop
    Mar 26 07:56:00 Mr-Sharps-MacBook-Pro.local Dock[16895]: port matched the WindowServer port created in BindCGSToRunLoop
    Mar 26 07:56:00 Mr-Sharps-MacBook-Pro.local NotificationCenter[16910]: port matched the WindowServer port created in BindCGSToRunLoop
    Mar 26 07:56:00 Mr-Sharps-MacBook-Pro.local SystemUIServer[16896]: port matched the WindowServer port created in BindCGSToRunLoop
    Mar 26 07:56:00 Mr-Sharps-MacBook-Pro.local Mail[16877]: port matched the WindowServer port created in BindCGSToRunLoop
    Mar 26 07:56:00 Mr-Sharps-MacBook-Pro.local Image Capture Extension[16982]: port matched the WindowServer port created in BindCGSToRunLoop
    Mar 26 07:56:00 Mr-Sharps-MacBook-Pro.local LogMeInGUI[16953]: HIToolbox: received notification of WindowServer event port death.
    Mar 26 07:56:00 Mr-Sharps-MacBook-Pro.local Console[16883]: HIToolbox: received notification of WindowServer event port death.
    Mar 26 07:56:00 Mr-Sharps-MacBook-Pro.local Preview[16878]: HIToolbox: received notification of WindowServer event port death.
    Mar 26 07:56:00 Mr-Sharps-MacBook-Pro.local com.apple.dock.extra[16917]: HIToolbox: received notification of WindowServer event port death.
    Mar 26 07:56:00 Mr-Sharps-MacBook-Pro.local Disk Utility[16881]: HIToolbox: received notification of WindowServer event port death.
    Mar 26 07:56:00 Mr-Sharps-MacBook-Pro.local Safari[16868]: HIToolbox: received notification of WindowServer event port death.
    Mar 26 07:56:00 Mr-Sharps-MacBook-Pro.local PhotoStreamAgent[16940]: HIToolbox: received notification of WindowServer event port death.
    Mar 26 07:56:00 Mr-Sharps-MacBook-Pro.local com.apple.WebKit.WebContent[16928]: HIToolbox: received no

    yesterday crashes (mar 26)were all signed Torchupdater
    so I uninstalled Torch
    Today's crash (mar 27)was signed window server
    Cant uninstall finder....

  • Apache2 crashes on restart after enabling ssl

    Hello,
    I have a problem with a xserve 2.26ghz quad-core running MacOS X Server 10.5.8 with the last updates. When I want to enable ssl on Apache2 with a test certificate (with ServerAdmin or SSH in /etc/apache2), Apache2 crashes on restart after it applies the changes.
    Here is the system.log :
    Nov 20 11:12:58 xserve1 servermgrd[56]: servermgr_web: htcleancache disabled
    Nov 20 11:12:58 xserve1 servermgrd[56]: servermgr_web: Multi instance key 'SSLLog' has a single value=''!
    Nov 20 11:12:58: --- last message repeated 36 times ---
    Nov 20 11:12:58 xserve1 servermgrd[56]: servermgr_web: Multi instance key 'Weblogs' has a single value='{\n enabled = 0;\n}'!
    Nov 20 11:13:47 xserve1 com.apple.launchd[1] (org.apache.httpd): Unknown key: SHAuthorizationRight
    Nov 20 11:13:48 xserve1 ReportCrash[37941]: Formulating crash report for process httpd[37870]
    Nov 20 11:13:49 xserve1 com.apple.launchd[1] (org.apache.httpd[37870]): Stray process with PGID equal to this dead job: PID 37905 PPID 1 rotatelogs
    Nov 20 11:13:49 xserve1 com.apple.launchd[1] (org.apache.httpd[37870]): Stray process with PGID equal to this dead job: PID 37904 PPID 1 rotatelogs
    Nov 20 11:13:49 xserve1 com.apple.launchd[1] (org.apache.httpd[37870]): Stray process with PGID equal to this dead job: PID 37903 PPID 1 rotatelogs
    Nov 20 11:13:49 xserve1 com.apple.launchd[1] (org.apache.httpd[37870]): Stray process with PGID equal to this dead job: PID 37902 PPID 1 rotatelogs
    Nov 20 11:13:49 xserve1 com.apple.launchd[1] (org.apache.httpd[37870]): Stray process with PGID equal to this dead job: PID 37901 PPID 1 rotatelogs
    Nov 20 11:13:49 xserve1 com.apple.launchd[1] (org.apache.httpd[37870]): Stray process with PGID equal to this dead job: PID 37900 PPID 1 rotatelogs
    Nov 20 11:13:49 xserve1 com.apple.launchd[1] (org.apache.httpd[37870]): Stray process with PGID equal to this dead job: PID 37899 PPID 1 rotatelogs
    Nov 20 11:13:49 xserve1 com.apple.launchd[1] (org.apache.httpd[37870]): Stray process with PGID equal to this dead job: PID 37898 PPID 1 rotatelogs
    Nov 20 11:13:49 xserve1 com.apple.launchd[1] (org.apache.httpd[37870]): Stray process with PGID equal to this dead job: PID 37897 PPID 1 rotatelogs
    Nov 20 11:13:49 xserve1 com.apple.launchd[1] (org.apache.httpd[37870]): Stray process with PGID equal to this dead job: PID 37896 PPID 1 rotatelogs
    Nov 20 11:13:49 xserve1 com.apple.launchd[1] (org.apache.httpd[37870]): Stray process with PGID equal to this dead job: PID 37895 PPID 1 rotatelogs
    Nov 20 11:13:49 xserve1 com.apple.launchd[1] (org.apache.httpd[37870]): Stray process with PGID equal to this dead job: PID 37894 PPID 1 rotatelogs
    Nov 20 11:13:49 xserve1 com.apple.launchd[1] (org.apache.httpd[37870]): Stray process with PGID equal to this dead job: PID 37893 PPID 1 rotatelogs
    Nov 20 11:13:49 xserve1 com.apple.launchd[1] (org.apache.httpd[37870]): Stray process with PGID equal to this dead job: PID 37892 PPID 1 rotatelogs
    Nov 20 11:13:49 xserve1 com.apple.launchd[1] (org.apache.httpd[37870]): Stray process with PGID equal to this dead job: PID 37891 PPID 1 rotatelogs
    Nov 20 11:13:49 xserve1 com.apple.launchd[1] (org.apache.httpd[37870]): Stray process with PGID equal to this dead job: PID 37890 PPID 1 rotatelogs
    Nov 20 11:13:49 xserve1 com.apple.launchd[1] (org.apache.httpd[37870]): Stray process with PGID equal to this dead job: PID 37889 PPID 1 rotatelogs
    Nov 20 11:13:49 xserve1 com.apple.launchd[1] (org.apache.httpd[37870]): Stray process with PGID equal to this dead job: PID 37888 PPID 1 rotatelogs
    Nov 20 11:13:49 xserve1 com.apple.launchd[1] (org.apache.httpd[37870]): Stray process with PGID equal to this dead job: PID 37887 PPID 1 rotatelogs
    Nov 20 11:13:49 xserve1 com.apple.launchd[1] (org.apache.httpd[37870]): Stray process with PGID equal to this dead job: PID 37886 PPID 1 rotatelogs
    Nov 20 11:13:49 xserve1 com.apple.launchd[1] (org.apache.httpd[37870]): Stray process with PGID equal to this dead job: PID 37885 PPID 1 rotatelogs
    Nov 20 11:13:49 xserve1 com.apple.launchd[1] (org.apache.httpd[37870]): Stray process with PGID equal to this dead job: PID 37884 PPID 1 rotatelogs
    Nov 20 11:13:49 xserve1 com.apple.launchd[1] (org.apache.httpd[37870]): Stray process with PGID equal to this dead job: PID 37883 PPID 1 rotatelogs
    Nov 20 11:13:49 xserve1 com.apple.launchd[1] (org.apache.httpd[37870]): Stray process with PGID equal to this dead job: PID 37882 PPID 1 rotatelogs
    Nov 20 11:13:49 xserve1 com.apple.launchd[1] (org.apache.httpd[37870]): Stray process with PGID equal to this dead job: PID 37881 PPID 1 rotatelogs
    Nov 20 11:13:49 xserve1 com.apple.launchd[1] (org.apache.httpd[37870]): Stray process with PGID equal to this dead job: PID 37880 PPID 1 rotatelogs
    Nov 20 11:13:49 xserve1 com.apple.launchd[1] (org.apache.httpd[37870]): Stray process with PGID equal to this dead job: PID 37879 PPID 1 rotatelogs
    Nov 20 11:13:49 xserve1 com.apple.launchd[1] (org.apache.httpd[37870]): Stray process with PGID equal to this dead job: PID 37878 PPID 1 rotatelogs
    Nov 20 11:13:49 xserve1 com.apple.launchd[1] (org.apache.httpd[37870]): Stray process with PGID equal to this dead job: PID 37877 PPID 1 rotatelogs
    Nov 20 11:13:49 xserve1 com.apple.launchd[1] (org.apache.httpd[37870]): Stray process with PGID equal to this dead job: PID 37876 PPID 1 rotatelogs
    Nov 20 11:13:49 xserve1 com.apple.launchd[1] (org.apache.httpd[37870]): Stray process with PGID equal to this dead job: PID 37875 PPID 1 rotatelogs
    Nov 20 11:13:49 xserve1 com.apple.launchd[1] (org.apache.httpd[37870]): Stray process with PGID equal to this dead job: PID 37874 PPID 1 rotatelogs
    Nov 20 11:13:49 xserve1 com.apple.launchd[1] (org.apache.httpd[37870]): Stray process with PGID equal to this dead job: PID 37873 PPID 1 rotatelogs
    Nov 20 11:13:49 xserve1 com.apple.launchd[1] (org.apache.httpd[37870]): Stray process with PGID equal to this dead job: PID 37872 PPID 1 rotatelogs
    Nov 20 11:13:49 xserve1 com.apple.launchd[1] (org.apache.httpd[37870]): Stray process with PGID equal to this dead job: PID 37871 PPID 1 rotatelogs
    Nov 20 11:13:49 xserve1 com.apple.launchd[1] (org.apache.httpd[37870]): Stray process with PGID equal to this dead job: PID 37911 PPID 1 rotatelogs
    Nov 20 11:13:49 xserve1 com.apple.launchd[1] (org.apache.httpd[37870]): Stray process with PGID equal to this dead job: PID 37930 PPID 1 rotatelogs
    Nov 20 11:13:49 xserve1 com.apple.launchd[1] (org.apache.httpd[37870]): Stray process with PGID equal to this dead job: PID 37914 PPID 1 rotatelogs
    Nov 20 11:13:49 xserve1 com.apple.launchd[1] (org.apache.httpd[37870]): Stray process with PGID equal to this dead job: PID 37926 PPID 1 rotatelogs
    Nov 20 11:13:49 xserve1 com.apple.launchd[1] (org.apache.httpd[37870]): Stray process with PGID equal to this dead job: PID 37909 PPID 1 rotatelogs
    Nov 20 11:13:49 xserve1 com.apple.launchd[1] (org.apache.httpd[37870]): Stray process with PGID equal to this dead job: PID 37919 PPID 1 rotatelogs
    Nov 20 11:13:49 xserve1 com.apple.launchd[1] (org.apache.httpd[37870]): Stray process with PGID equal to this dead job: PID 37932 PPID 1 rotatelogs
    Nov 20 11:13:49 xserve1 com.apple.launchd[1] (org.apache.httpd[37870]): Stray process with PGID equal to this dead job: PID 37923 PPID 1 rotatelogs
    Nov 20 11:13:49 xserve1 com.apple.launchd[1] (org.apache.httpd[37870]): Stray process with PGID equal to this dead job: PID 37906 PPID 1 rotatelogs
    Nov 20 11:13:49 xserve1 com.apple.launchd[1] (org.apache.httpd[37870]): Stray process with PGID equal to this dead job: PID 37916 PPID 1 rotatelogs
    Nov 20 11:13:49 xserve1 com.apple.launchd[1] (org.apache.httpd[37870]): Stray process with PGID equal to this dead job: PID 37913 PPID 1 rotatelogs
    Nov 20 11:13:49 xserve1 com.apple.launchd[1] (org.apache.httpd[37870]): Stray process with PGID equal to this dead job: PID 37907 PPID 1 rotatelogs
    Nov 20 11:13:49 xserve1 com.apple.launchd[1] (org.apache.httpd[37870]): Stray process with PGID equal to this dead job: PID 37931 PPID 1 rotatelogs
    Nov 20 11:13:49 xserve1 com.apple.launchd[1] (org.apache.httpd[37870]): Exited abnormally: Segmentation fault
    Nov 20 11:13:49 xserve1 com.apple.launchd[1] (org.apache.httpd): Throttling respawn: Will start in 9 seconds
    Nov 20 11:13:49 xserve1 ReportCrash[37941]: Saved crashreport to /Library/Logs/CrashReporter/httpd2009-11-20-111347xserve1.crash using uid: 0 gid: 0, euid: 0 egid: 0
    And the crash log:
    Process: httpd [37870]
    Path: /usr/sbin/httpd
    Identifier: httpd
    Version: ??? (???)
    Code Type: X86-64 (Native)
    Parent Process: launchd [1]
    Date/Time: 2009-11-20 11:13:47.507 +0100
    OS Version: Mac OS X Server 10.5.8 (9L34)
    Report Version: 6
    Anonymous UUID: A7164375-6ED8-49C7-8FB2-1051ED334382
    Exception Type: EXCBADACCESS (SIGSEGV)
    Exception Codes: KERNINVALIDADDRESS at 0x0000000000000000
    Crashed Thread: 0
    Thread 0 Crashed:
    0 libapr-1.0.dylib 0x00000001001bd41d apr_cpystrn + 19
    1 mod_ssl.so 0x000000010037c9e2 0x10036c000 + 68066
    2 libcrypto.0.9.7.dylib 0x00007fff8051cae5 PEMdoheader + 135
    3 libcrypto.0.9.7.dylib 0x00007fff8051bb0e PEMbytes_readbio + 641
    4 libcrypto.0.9.7.dylib 0x00007fff8051b6c6 PEMread_bioPrivateKey + 103
    5 mod_ssl.so 0x0000000100386ae4 0x10036c000 + 109284
    6 mod_ssl.so 0x000000010037bb13 0x10036c000 + 64275
    7 mod_ssl.so 0x00000001003718ef 0x10036c000 + 22767
    8 httpd 0x0000000100000e2e aprun_postconfig + 114
    9 httpd 0x000000010000930a main + 2258
    10 httpd 0x0000000100000894 start + 52
    Thread 0 crashed with X86 Thread State (64-bit):
    rax: 0x00007fff5fbfd170 rbx: 0x0000000100228fd0 rcx: 0x00007fff5fbfd56f rdx: 0x0000000000000400
    rdi: 0x00007fff5fbfd170 rsi: 0x0000000000000000 rbp: 0x00007fff5fbfd030 rsp: 0x00007fff5fbfd030
    r8: 0x0000000100dc2658 r9: 0x0000000000000000 r10: 0x0000000000000001 r11: 0x00007fff70273fd8
    r12: 0x0000000000000268 r13: 0x00007fff805abb73 r14: 0x00007fff5fbfd6e0 r15: 0x0000000100e78600
    rip: 0x00000001001bd41d rfl: 0x0000000000010206 cr2: 0x0000000000000000
    Binary Images:
    0x100000000 - 0x100058fff +httpd ??? (???) /usr/sbin/httpd
    0x10007e000 - 0x10008fff3 libaprutil-1.0.dylib ??? (???) <a81497ec0978b2671feb2ce9191ce055> /usr/lib/libaprutil-1.0.dylib
    0x100097000 - 0x1000b7fff libexpat.1.dylib ??? (???) <b34ddb3102b6d02667344e1b529b21cb> /usr/lib/libexpat.1.dylib
    0x1000bd000 - 0x1001b5fef libiconv.2.dylib ??? (???) <698d6ca445eef34af85c9f2e5b372def> /usr/lib/libiconv.2.dylib
    0x1001bc000 - 0x1001d8fef libapr-1.0.dylib ??? (???) <304189f38964fdf93b9a1c8d010267ee> /usr/lib/libapr-1.0.dylib
    0x1001e5000 - 0x1001e5fff modauthnfile.so ??? (???) /usr/libexec/apache2/modauthnfile.so
    0x1001e8000 - 0x1001e9fff modauthzhost.so ??? (???) /usr/libexec/apache2/modauthzhost.so
    0x1001ec000 - 0x1001f2fff mod_cache.so ??? (???) /usr/libexec/apache2/mod_cache.so
    0x1001f5000 - 0x1001f9fff modmemcache.so ??? (???) /usr/libexec/apache2/modmemcache.so
    0x1001fc000 - 0x1001fdfff mod_dumpio.so ??? (???) /usr/libexec/apache2/mod_dumpio.so
    0x100300000 - 0x100303fff moddiskcache.so ??? (???) /usr/libexec/apache2/moddiskcache.so
    0x100306000 - 0x100309fff modextfilter.so ??? (???) /usr/libexec/apache2/modextfilter.so
    0x10030c000 - 0x100317fff mod_include.so ??? (???) /usr/libexec/apache2/mod_include.so
    0x10031a000 - 0x10031cfff mod_filter.so ??? (???) /usr/libexec/apache2/mod_filter.so
    0x10031f000 - 0x100323fff mod_deflate.so ??? (???) /usr/libexec/apache2/mod_deflate.so
    0x100326000 - 0x10032afff modlogconfig.so ??? (???) /usr/libexec/apache2/modlogconfig.so
    0x10032d000 - 0x10032dfff mod_logio.so ??? (???) /usr/libexec/apache2/mod_logio.so
    0x100330000 - 0x100330fff mod_env.so ??? (???) /usr/libexec/apache2/mod_env.so
    0x100333000 - 0x100334fff mod_expires.so ??? (???) /usr/libexec/apache2/mod_expires.so
    0x100337000 - 0x100339fff mod_headers.so ??? (???) /usr/libexec/apache2/mod_headers.so
    0x10033c000 - 0x10033dfff mod_ident.so ??? (???) /usr/libexec/apache2/mod_ident.so
    0x100340000 - 0x100341fff mod_setenvif.so ??? (???) /usr/libexec/apache2/mod_setenvif.so
    0x100344000 - 0x100355fff mod_proxy.so ??? (???) /usr/libexec/apache2/mod_proxy.so
    0x10035a000 - 0x100360fff modproxyhttp.so ??? (???) /usr/libexec/apache2/modproxyhttp.so
    0x100364000 - 0x100369fff modproxybalancer.so ??? (???) /usr/libexec/apache2/modproxybalancer.so
    0x10036c000 - 0x100393ffb mod_ssl.so ??? (???) /usr/libexec/apache2/mod_ssl.so
    0x10039e000 - 0x1003c9fef libssl.0.9.7.dylib ??? (???) <a6b239856f5e2aca54c2c54de457f751> /usr/lib/libssl.0.9.7.dylib
    0x1003d9000 - 0x1003dcfff mod_mime.so ??? (???) /usr/libexec/apache2/mod_mime.so
    0x1003df000 - 0x1003f5fff mod_dav.so ??? (???) /usr/libexec/apache2/mod_dav.so
    0x1003f9000 - 0x1003fdfff mod_status.so ??? (???) /usr/libexec/apache2/mod_status.so
    0x100400000 - 0x100407fff mod_autoindex.so ??? (???) /usr/libexec/apache2/mod_autoindex.so
    0x10040a000 - 0x10040afff mod_asis.so ??? (???) /usr/libexec/apache2/mod_asis.so
    0x10040d000 - 0x100410fff mod_info.so ??? (???) /usr/libexec/apache2/mod_info.so
    0x100413000 - 0x100417fff mod_cgi.so ??? (???) /usr/libexec/apache2/mod_cgi.so
    0x10041b000 - 0x100425fff moddavfs.so ??? (???) /usr/libexec/apache2/moddavfs.so
    0x100429000 - 0x10042afff modvhostalias.so ??? (???) /usr/libexec/apache2/modvhostalias.so
    0x10042d000 - 0x100433fff mod_negotiation.so ??? (???) /usr/libexec/apache2/mod_negotiation.so
    0x100436000 - 0x100436fff mod_dir.so ??? (???) /usr/libexec/apache2/mod_dir.so
    0x100439000 - 0x10043bfff mod_imagemap.so ??? (???) /usr/libexec/apache2/mod_imagemap.so
    0x10043e000 - 0x10043efff mod_actions.so ??? (???) /usr/libexec/apache2/mod_actions.so
    0x100441000 - 0x100442fff mod_speling.so ??? (???) /usr/libexec/apache2/mod_speling.so
    0x100445000 - 0x100446fff mod_userdir.so ??? (???) /usr/libexec/apache2/mod_userdir.so
    0x100449000 - 0x10044afff mod_alias.so ??? (???) /usr/libexec/apache2/mod_alias.so
    0x10044d000 - 0x10045bfff mod_rewrite.so ??? (???) /usr/libexec/apache2/mod_rewrite.so
    0x10045f000 - 0x10046bfff libexslt.0.dylib ??? (???) <f47ed154350cd159352b3f1e78564a92> /usr/lib/libexslt.0.dylib
    0x100470000 - 0x1004b3ffb libiodbc.2.dylib ??? (???) <2a771810e00a210fa2dc1de2c5d14cfa> /usr/lib/libiodbc.2.dylib
    0x1004c1000 - 0x1004f8fff com.apple.LDAPFramework 1.4.5 (110) <463b4b6045245b6c6fa19c5b053409fc> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x100503000 - 0x100533ffb libcurl.4.dylib ??? (???) <3a8f974165b94b07f9b75ec027dbfffe> /usr/lib/libcurl.4.dylib
    0x10053d000 - 0x10054efff libsasl2.2.dylib ??? (???) <4044cb43c959e7c3dc91a7bbeb5752c5> /usr/lib/libsasl2.2.dylib
    0x100578000 - 0x10057afff modauthapple.so ??? (???) <ee3ef524945cd2e0b619e0cbc2242608> /usr/libexec/apache2/modauthapple.so
    0x10057d000 - 0x100580fff modspnegoapple.so ??? (???) <cfaf0207c363518bbd9e437eb25f0798> /usr/libexec/apache2/modspnegoapple.so
    0x100583000 - 0x100585fff com.apple.spnegoapache 10.5 (10.5) <b0b3ba6afed35d4276eef2d71c0f6682> /System/Library/PrivateFrameworks/SpnegoApache.framework/Versions/A/SpnegoApach e
    0x100589000 - 0x1005a7ff3 com.apple.DirectoryService.Framework 3.5.7 (3.5.7) <ca49f12af7e4b42470e09e2be309c5e9> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x1005b3000 - 0x1005b7fff moddigestapple.so ??? (???) <aaec439b54b2680de1871857597a7381> /usr/libexec/apache2/moddigestapple.so
    0x1005bb000 - 0x1005bcfff modhfsapple.so ??? (???) <f4321abb907b607e7abbf2b4ee6fc53a> /usr/libexec/apache2/modhfsapple.so
    0x101000000 - 0x101593fff libphp5.so ??? (???) <4a8a2c94ca212e205bafa8d4f798e76d> /usr/libexec/apache2/libphp5.so
    0x7fff5fc00000 - 0x7fff5fc2e643 dyld 97.1 (???) <1d1ba42c89e77cfe2558a3c66129fff6> /usr/lib/dyld
    0x7fff80003000 - 0x7fff802fffe3 com.apple.CoreServices.CarbonCore 786.11 (786.14) <67f51409107ce59a43aee1ed54d1189e> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonC
    ore
    0x7fff80302000 - 0x7fff80306fff libmathCommon.A.dylib ??? (???) /usr/lib/system/libmathCommon.A.dylib
    0x7fff80307000 - 0x7fff803a2fe7 com.apple.ink.framework 101.3 (86) <087a78fda9b86c898cd33fdcbc927699> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x7fff804aa000 - 0x7fff804c8fff com.apple.CoreVideo 1.6.0 (20.0) <4cebbd3f1353c73d11fd871ce4b552ba> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x7fff804c9000 - 0x7fff80506ff7 com.apple.SystemConfiguration 1.9.2 (1.9.2) <5af02fa92da5a73aec8d4e137d47b40a> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x7fff80507000 - 0x7fff80509ff7 libffi.dylib ??? (???) <dc89a0cfa89fa40bd5e67ac301a9ba2a> /usr/lib/libffi.dylib
    0x7fff8050a000 - 0x7fff805ebfff libcrypto.0.9.7.dylib ??? (???) <4ba8f4663187645a922c9c5025127e39> /usr/lib/libcrypto.0.9.7.dylib
    0x7fff805ec000 - 0x7fff8063cfe7 com.apple.Metadata 10.5.8 (398.26) <c6f33c64966aceb08eeea18e29609c26> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x7fff8063d000 - 0x7fff80640fff com.apple.securityhi 3.0 (30817) <ac11de7f17010ed0e95a91b2996e8a63> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x7fff80641000 - 0x7fff80657ff9 com.apple.ImageCapture 5.0.2 (5.0.2) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x7fff80658000 - 0x7fff8069bfef libTIFF.dylib ??? (???) <a94cd9462b63fbdcb63374d50412a75e> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x7fff8069c000 - 0x7fff806adfff com.apple.speech.synthesis.framework 3.7.1 (3.7.1) <e9ccc1684978793903989e662271178a> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versi
    ons/A/SpeechSynthesis
    0x7fff806ae000 - 0x7fff806b0fff com.apple.print.framework.Print 218.0.3 (220.2) <404a8310c77d9a4e68cf43bea9605684> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x7fff806b2000 - 0x7fff806c3ffd libz.1.dylib ??? (???) <adb739c51df0f32aa0edd5565cee1c98> /usr/lib/libz.1.dylib
    0x7fff806c4000 - 0x7fff806c6fff com.apple.NavigationServices 3.5.2 (163) <0cde9279f40ad2455a1a818ef6c8099f> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServ
    ices
    0x7fff806c7000 - 0x7fff807fffef com.apple.CoreFoundation 6.5.7 (476.19) <d7aea66b6a0d43c717a9d974d4b3e2de> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x7fff8080f000 - 0x7fff808a0fff com.apple.SearchKit 1.2.2 (1.2.2) <87379484090b910fd05c027b66d1228f> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x7fff808a1000 - 0x7fff80c59fff libLAPACK.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x7fff80c5a000 - 0x7fff80f41ffb com.apple.HIToolbox 1.5.6 (???) <54f8e0b178ed377fb279ba48fa1aa88b> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x7fff81086000 - 0x7fff8117afff libobjc.A.dylib ??? (???) <8cb12a6a38aa7a4d82c7704ebf3cac72> /usr/lib/libobjc.A.dylib
    0x7fff8117b000 - 0x7fff811a5fff libcups.2.dylib ??? (???) <837f35c2ae10566d3a8d5c6479f36d41> /usr/lib/libcups.2.dylib
    0x7fff811a6000 - 0x7fff811aeffa libbsm.dylib ??? (???) <e4eaac0d1d83b90c308d2ee2ab957cc5> /usr/lib/libbsm.dylib
    0x7fff811af000 - 0x7fff8131efff libicucore.A.dylib ??? (???) <d69c6c54ddbf4ef58ea94d733de685b9> /usr/lib/libicucore.A.dylib
    0x7fff8131f000 - 0x7fff813f2ffc com.apple.CFNetwork 438.14 (438.14) <3af1993e63b2fc29d8ed0a4ed3d6311c> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x7fff813f3000 - 0x7fff81434fef com.apple.framework.IOKit 1.5.2 (???) <ebadf76b05d974c057871f79d1155160> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x7fff81435000 - 0x7fff81438ffb com.apple.help 1.1 (36) <4c8c537817ac6888cf01adfc4c099d9a> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x7fff81439000 - 0x7fff81439ffb com.apple.installserver.framework 1.0 (8) /System/Library/PrivateFrameworks/InstallServer.framework/Versions/A/InstallSer ver
    0x7fff8143a000 - 0x7fff8146cff7 libauto.dylib ??? (???) <5876c3364307b49c40b42bc60eef886e> /usr/lib/libauto.dylib
    0x7fff8146d000 - 0x7fff81485fff com.apple.DictionaryServices 1.0.0 (1.0.0) <0a5c79542cfecfe148558dd5d033aaa1> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/Dictio
    naryServices
    0x7fff81495000 - 0x7fff81553fff edu.mit.Kerberos 6.0.13 (6.0.13) <6d10cff5f721c34228661d52fbfd3516> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x7fff81554000 - 0x7fff81692fe9 com.apple.ImageIO.framework 2.0.6 (2.0.6) <d79c930b0d93138b2cf3f5394812ee99> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x7fff81693000 - 0x7fff816adfff libvDSP.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x7fff816ae000 - 0x7fff81839ffb libSystem.B.dylib ??? (???) <714d2608b5acae3ad5364897c49868fa> /usr/lib/libSystem.B.dylib
    0x7fff8183a000 - 0x7fff818aefe7 libstdc++.6.dylib ??? (???) <4c052234501252589cb46a124abc72d9> /usr/lib/libstdc++.6.dylib
    0x7fff818af000 - 0x7fff81960fef com.apple.CoreServices.OSServices 228 (228) <000f996e7e2569d49a63eefc5f17d07b> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x7fff819f5000 - 0x7fff819f5ff8 com.apple.ApplicationServices 34 (34) <71fa30df5b60e756224f1dc853592585> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x7fff819f6000 - 0x7fff819fafff libGIF.dylib ??? (???) <86b6f22870c1a20046a5442ff338ec4e> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x7fff819fb000 - 0x7fff819fbffd com.apple.Accelerate.vecLib 3.4.2 (vecLib 3.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x7fff819fd000 - 0x7fff81a52fe3 com.apple.HIServices 1.7.1 (???) <8c601c198e138905743161674f558fcc> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x7fff81adb000 - 0x7fff81aeafe7 com.apple.opengl 1.5.10 (1.5.10) <9334af96d3c090bbadfd4a16514f07ff> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x7fff81aeb000 - 0x7fff81b61fef libvMisc.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x7fff81b62000 - 0x7fff81b89fff libxslt.1.dylib ??? (???) <976e452777732411dc6bbc9bf96f202f> /usr/lib/libxslt.1.dylib
    0x7fff81b8a000 - 0x7fff81b94fff com.apple.speech.recognition.framework 3.7.24 (3.7.24) <3780e10cf1c574c73098426b9f3b91bf> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/S
    peechRecognition
    0x7fff81b95000 - 0x7fff81c2bffb com.apple.LaunchServices 292 (292) <d6750e4efb1986b3ffd2bc037223a3ad> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x7fff82556000 - 0x7fff82621ff7 com.apple.ColorSync 4.5.3 (4.5.3) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x7fff82622000 - 0x7fff82b42f6e libGLProgrammability.dylib ??? (???) <7aa4c12953526371a07780326fbd8725> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0x7fff82b43000 - 0x7fff82f23fef com.apple.QuartzCore 1.5.8 (1.5.8) <1c79fff9a8916e61c28ec13a87723e67> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x7fff82f24000 - 0x7fff82f45fff libresolv.9.dylib ??? (???) <e8a96351d4568c470667a6cabc7c0bc1> /usr/lib/libresolv.9.dylib
    0x7fff82f46000 - 0x7fff8314fff3 com.apple.security 5.0.5 (36371) <61d1cce0188d73a7392b75503dbdc2b8> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x7fff83150000 - 0x7fff8318bfff com.apple.AE 402.3 (402.3) <9a0dd05f928c9fadd533c7081ab9dcd9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x7fff831bd000 - 0x7fff83238ff3 com.apple.CoreText 2.0.4 (???) <63ac544118adbf16b6f1566131b2c20e> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x7fff83239000 - 0x7fff8323bff9 libRadiance.dylib ??? (???) <894a6b2cfd423a7467395844515953bf> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dyl
    ib
    0x7fff8323c000 - 0x7fff8323cffd com.apple.Accelerate 1.4.2 (Accelerate 1.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x7fff8323d000 - 0x7fff8325bfff libPng.dylib ??? (???) <9f119a3f94919759c9a65eb6d0c265ae> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x7fff8325c000 - 0x7fff832fcfe3 com.apple.ApplicationServices.ATS 3.8 (???) <fea92675c6f2797211de292a8bea3d66> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x7fff832fd000 - 0x7fff83309ff1 libgcc_s.1.dylib ??? (???) <568895f7479fefc4796748a618c6ec9f> /usr/lib/libgcc_s.1.dylib
    0x7fff83314000 - 0x7fff83314ffa com.apple.CoreServices 32 (32) <beac1b7266aaf0da184cd5925910217e> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x7fff83315000 - 0x7fff833d9fe2 com.apple.vImage 3.0 (3.0) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x7fff833da000 - 0x7fff8343dfef libGLU.dylib ??? (???) <80c7eb325b8de4ab272f08c335645eea> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x7fff8343e000 - 0x7fff83444fff com.apple.DiskArbitration 2.2.1 (2.2.1) <cab52e39ef8dde5003d9029c99d4c264> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x7fff83445000 - 0x7fff83482fe7 com.apple.coreui 1.2 (62) /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x7fff83483000 - 0x7fff834bfff7 libGLImage.dylib ??? (???) <c08254d55543c5d8847e8178a66f9e1b> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x7fff834c0000 - 0x7fff83548fef libsqlite3.0.dylib ??? (???) <3d591878110f4e73daf0752549f9b5e2> /usr/lib/libsqlite3.0.dylib
    0x7fff83549000 - 0x7fff83d06fef libBLAS.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x7fff83d07000 - 0x7fff83d1bff7 libGL.dylib ??? (???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x7fff83d1c000 - 0x7fff83d5ffef com.apple.QD 3.11.57 (???) <8b866ad370ea1d63dac867d4d857a30b> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x7fff83d60000 - 0x7fff83d65fff com.apple.CommonPanels 1.2.4 (85) <564fc0c6c53a00d1a7bf8a94545beffa> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x7fff83d66000 - 0x7fff83d66fff com.apple.Carbon 136 (136) <b943811e0c7704ac2d60ae1f72d8a265> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x7fff83d67000 - 0x7fff83d81fff com.apple.openscripting 1.2.8 (???) <e4e52ab77fc6344ef3ef4a9b259c4543> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x7fff83d82000 - 0x7fff8434efef com.apple.CoreGraphics 1.409.5 (???) <bbeff825316667228a100e4b127fadab> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphic
    s
    0x7fff8434f000 - 0x7fff845eafe3 com.apple.Foundation 6.5.9 (677.26) <d7c197fec4d7c3097be95ae742a47c22> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x7fff845eb000 - 0x7fff8465aff9 com.apple.print.framework.PrintCore 5.5.4 (245.6) <88263e9a3bc14d303780fa8b8c876918> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/P
    rintCore
    0x7fff8465b000 - 0x7fff8470efef com.apple.DesktopServices 1.4.8 (1.4.8) <27b233b27d6f4e4c79aeb26424be3a9e> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x7fff8470f000 - 0x7fff84804fff libxml2.2.dylib ??? (???) <78096eb3aaceae5121ca6fa885566517> /usr/lib/libxml2.2.dylib
    0x7fff8484b000 - 0x7fff8486dfff libJPEG.dylib ??? (???) <3cf2cd8a43c911c84a3d8ac1f4e934fc> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x7fffffe00000 - 0x7fffffe01780 libSystem.B.dylib ??? (???) /usr/lib/libSystem.B.dylib
    0xfffffffffffec000 - 0xfffffffffffeffff libobjc.A.dylib ??? (???) /usr/lib/libobjc.A.dylib
    I do not undestand very well this log. I think the problem come from the library libapr-1.0, which is a symbolic link to:
    -rwxr-xr-x 1 root wheel 578656 Nov 19 22:28 libapr-1.0.2.7.dylib
    lrwxr-xr-x 1 root wheel 20 May 19 2009 libapr-1.0.dylib -> libapr-1.0.2.7.dylib
    lrwxr-xr-x 1 root wheel 20 May 19 2009 libapr-1.dylib -> libapr-1.0.2.7.dylib
    And the Apache log for information (after redisabling ssl):
    [Fri Nov 20 11:13:47 2009] [notice] caught SIGTERM, shutting down
    [Fri Nov 20 11:14:31 2009] [notice] Apache/2.2.13 (Unix) mod_ssl/2.2.13 OpenSSL/0.9.7l DAV/2 PHP/5.2.11 configured -- resumin
    g normal operations
    I have tried some manipulations to resolve this problem but with no success. I have also searched on Apple support and the Internet and I have found nothing about this or a similar problem.
    Any Idea?
    Thanks in advance.

    Similar problem here. I installed the latest security update via software update. It rebooted twice and then the Aqua "starting Mac OS X" splash screen appears, the progress bar jumps to 100% very quickly and then the system goes into what looks like sleep mode (the power buttons dim like when it's asleep). It won't wake up after that or restart by holding the power button. Have to unplug it!
    At first, I tried a couple times using the OPT key to try and boot from another disk and it ignored it and went to sleep as above. Then, I tried using the SHIFT key to try and boot into safe mode and the screen stayed black and it didn't seem to be doing anything. After that, I tried OPT again and it booted successfully. Now it seems to be booting normally again. Try booting with SHIFT key held down and then reboot normally to see if that works.
    This is very, very bad. I am afraid.

  • MacBook Pro crashing and restarting

    Hi Guys,
    I'm going a bit bananas here - my 2010 MacBook Pro has recently started crashing and restarting by itself. I work from home and my baby can't die on me just yet!! Can someone spot anything weird in my crash report? Please help!
    Report:
    Interval Since Last Panic Report:  42166 sec
    Panics Since Last Report:          4
    Anonymous UUID:                    B9300C1D-7BFD-DD1E-8A90-85AC6D8FEE8D
    Wed Oct 16 19:11:54 2013
    panic(cpu 0 caller 0xffffff7f89a82f1a): "GPU Panic: [<None>] 3 3 7f 0 0 0 0 3 : NVRM[0/1:0:0]: Read Error 0x00000100: CFG 0xffffffff 0xffffffff 0xffffffff, BAR0 0xd2000000 0xffffff8083e1d000 0x0a5480a2, D0, P3/4\n"@/SourceCache/AppleGraphicsControl/AppleGraphicsControl-3.4.5/src/AppleM uxControl/kext/GPUPanic.cpp:127
    Backtrace (CPU 0), Frame : Return Address
    0xffffff800f6b3710 : 0xffffff800781d636
    0xffffff800f6b3780 : 0xffffff7f89a82f1a
    0xffffff800f6b3850 : 0xffffff7f8813c26c
    0xffffff800f6b3910 : 0xffffff7f8820f1f6
    0xffffff800f6b3950 : 0xffffff7f8820f254
    0xffffff800f6b39c0 : 0xffffff7f884d4278
    0xffffff800f6b3af0 : 0xffffff7f88237ad1
    0xffffff800f6b3b10 : 0xffffff7f8814303f
    0xffffff800f6b3bc0 : 0xffffff7f88140ad6
    0xffffff800f6b3dc0 : 0xffffff7f88141b41
    0xffffff800f6b3ea0 : 0xffffff7f880dd80a
    0xffffff800f6b3ef0 : 0xffffff7f89a44838
    0xffffff800f6b3f40 : 0xffffff7f89a43783
    0xffffff800f6b3f60 : 0xffffff800783e26e
    0xffffff800f6b3fb0 : 0xffffff80078b3257
          Kernel Extensions in backtrace:
             com.apple.driver.AppleMuxControl(3.4.5)[49FEF732-D7A3-327B-A7AA-6AC5A6E3DCFF]@0 xffffff7f89a75000->0xffffff7f89a87fff
                dependency: com.apple.driver.AppleBacklightExpert(1.0.4)[B5B1F368-132E-3509-9ED5-93270E3ABB DD]@0xffffff7f89a70000
                dependency: com.apple.iokit.IOPCIFamily(2.8)[2FAEA49C-EA4C-39C6-9203-FC022277A43C]@0xffffff 7f87d7d000
                dependency: com.apple.driver.AppleGraphicsControl(3.4.5)[4A2C8548-7EF1-38A9-8817-E8CB34B8DC A6]@0xffffff7f89a5c000
                dependency: com.apple.iokit.IOACPIFamily(1.4)[A35915E8-C1B0-3C0F-81DF-5515BC9002FC]@0xfffff f7f87fec000
                dependency: com.apple.iokit.IONDRVSupport(2.3.7)[F16E015E-1ABE-3C40-AC71-BC54F4BE442E]@0xff ffff7f880c7000
                dependency: com.apple.iokit.IOGraphicsFamily(2.3.7)[9928306E-3508-3DBC-80A4-D8F1D87650D7]@0 xffffff7f88084000
             com.apple.NVDAResman(8.1.6)[EA4F9902-5AAE-3F1D-A846-3796221C8C91]@0xffffff7f880 db000->0xffffff7f8837dfff
                dependency: com.apple.iokit.IOPCIFamily(2.8)[2FAEA49C-EA4C-39C6-9203-FC022277A43C]@0xffffff 7f87d7d000
                dependency: com.apple.iokit.IONDRVSupport(2.3.7)[F16E015E-1ABE-3C40-AC71-BC54F4BE442E]@0xff ffff7f880c7000
                dependency: com.apple.iokit.IOGraphicsFamily(2.3.7)[9928306E-3508-3DBC-80A4-D8F1D87650D7]@0 xffffff7f88084000
             com.apple.nvidia.nv50hal(8.1.6)[3455BCFE-565A-3FE5-9F0B-855BCB6CC9B3]@0xffffff7 f88389000->0xffffff7f8865cfff
                dependency: com.apple.NVDAResman(8.1.6)[EA4F9902-5AAE-3F1D-A846-3796221C8C91]@0xffffff7f880 db000
                dependency: com.apple.iokit.IOPCIFamily(2.8)[2FAEA49C-EA4C-39C6-9203-FC022277A43C]@0xffffff 7f87d7d000
             com.apple.driver.AGPM(100.13.12)[40BECF44-B2F1-3933-8074-AD07B38CA43A]@0xffffff 7f89a42000->0xffffff7f89a53fff
                dependency: com.apple.iokit.IOPCIFamily(2.8)[2FAEA49C-EA4C-39C6-9203-FC022277A43C]@0xffffff 7f87d7d000
                dependency: com.apple.driver.IOPlatformPluginFamily(5.4.1d13)[04F9C88C-92F3-300B-8C68-4A0B5 F7D8C94]@0xffffff7f889f4000
                dependency: com.apple.iokit.IONDRVSupport(2.3.7)[F16E015E-1ABE-3C40-AC71-BC54F4BE442E]@0xff ffff7f880c7000
                dependency: com.apple.iokit.IOGraphicsFamily(2.3.7)[9928306E-3508-3DBC-80A4-D8F1D87650D7]@0 xffffff7f88084000
    BSD process name corresponding to current thread: kernel_task
    Mac OS version:
    12F45
    Kernel version:
    Darwin Kernel Version 12.5.0: Sun Sep 29 13:33:47 PDT 2013; root:xnu-2050.48.12~1/RELEASE_X86_64
    Kernel UUID: EA38B02E-2B88-309F-BA68-1DE29F605DD8
    Kernel slide:     0x0000000007600000
    Kernel text base: 0xffffff8007800000
    System model name: MacBookPro6,2 (Mac-F22586C8)
    System uptime in nanoseconds: 10724976812523
    last loaded kext at 29959529736: com.apple.iokit.IOBluetoothSerialManager          4.1.7f2 (addr 0xffffff7f88b29000, size 57344)
    last unloaded kext at 379485606071: com.apple.driver.AppleUSBUHCI          621.4.0 (addr 0xffffff7f8881a000, size 65536)
    loaded kexts:
    jp.plentycom.driver.SteerMouse          4.1.5
    com.apple.iokit.IOBluetoothSerialManager          4.1.7f2
    com.apple.driver.AppleHWSensor          1.9.5d0
    com.apple.driver.AudioAUUC          1.60
    com.apple.driver.AGPM          100.13.12
    com.apple.filesystems.autofs          3.0
    com.apple.driver.AppleHDA          2.4.7fc4
    com.apple.driver.AppleMikeyHIDDriver          124
    com.apple.iokit.BroadcomBluetoothHostControllerUSBTransport          4.1.7f4
    com.apple.driver.AppleSMCLMU          2.0.3d0
    com.apple.driver.AppleSMCPDRC          1.0.0
    com.apple.GeForce          8.1.6
    com.apple.iokit.IOUserEthernet          1.0.0d1
    com.apple.Dont_Steal_Mac_OS_X          7.0.0
    com.apple.driver.ApplePolicyControl          3.4.5
    com.apple.driver.ACPI_SMC_PlatformPlugin          1.0.0
    com.apple.driver.AppleMikeyDriver          2.4.7fc4
    com.apple.driver.AppleSMBusPCI          1.0.11d1
    com.apple.driver.AppleLPC          1.6.3
    com.apple.driver.AppleUpstreamUserClient          3.5.12
    com.apple.driver.SMCMotionSensor          3.0.3d1
    com.apple.driver.AppleIntelHDGraphics          8.1.6
    com.apple.driver.AppleIntelHDGraphicsFB          8.1.6
    com.apple.driver.AppleMuxControl          3.4.5
    com.apple.driver.AppleMCCSControl          1.1.11
    com.apple.driver.AppleUSBTCButtons          237.1
    com.apple.driver.AppleUSBTCKeyboard          237.1
    com.apple.AppleFSCompression.AppleFSCompressionTypeDataless          1.0.0d1
    com.apple.AppleFSCompression.AppleFSCompressionTypeZlib          1.0.0d1
    com.apple.BootCache          34
    com.apple.driver.AppleIRController          320.15
    com.apple.driver.AppleUSBCardReader          3.3.1
    com.apple.iokit.SCSITaskUserClient          3.5.6
    com.apple.driver.XsanFilter          404
    com.apple.iokit.IOAHCIBlockStorage          2.3.5
    com.apple.driver.AirPort.Brcm4331          615.20.17
    com.apple.driver.AppleFWOHCI          4.9.9
    com.apple.driver.AppleAHCIPort          2.6.6
    com.apple.driver.AppleUSBHub          635.4.0
    com.apple.iokit.AppleBCM5701Ethernet          3.6.2b4
    com.apple.driver.AppleUSBEHCI          621.4.6
    com.apple.driver.AppleSmartBatteryManager          161.0.0
    com.apple.driver.AppleACPIButtons          1.8
    com.apple.driver.AppleRTC          1.5
    com.apple.driver.AppleHPET          1.8
    com.apple.driver.AppleSMBIOS          1.9
    com.apple.driver.AppleACPIEC          1.8
    com.apple.driver.AppleAPIC          1.7
    com.apple.driver.AppleIntelCPUPowerManagementClient          214.0.0
    com.apple.nke.applicationfirewall          4.0.39
    com.apple.security.quarantine          2.1
    com.apple.driver.AppleIntelCPUPowerManagement          214.0.0
    com.apple.iokit.IOSerialFamily          10.0.6
    com.apple.kext.triggers          1.0
    com.apple.driver.DspFuncLib          2.4.7fc4
    com.apple.iokit.IOAudioFamily          1.9.2fc7
    com.apple.kext.OSvKernDSPLib          1.12
    com.apple.iokit.IOBluetoothHostControllerUSBTransport          4.1.7f2
    com.apple.driver.AppleHDAController          2.4.7fc4
    com.apple.iokit.IOHDAFamily          2.4.7fc4
    com.apple.nvidia.nv50hal          8.1.6
    com.apple.NVDAResman          8.1.6
    com.apple.iokit.IOFireWireIP          2.2.5
    com.apple.iokit.IOSurface          86.0.4
    com.apple.driver.IOPlatformPluginLegacy          1.0.0
    com.apple.driver.IOPlatformPluginFamily          5.4.1d13
    com.apple.driver.AppleSMC          3.1.5d4
    com.apple.driver.AppleGraphicsControl          3.4.5
    com.apple.driver.AppleBacklightExpert          1.0.4
    com.apple.iokit.IONDRVSupport          2.3.7
    com.apple.driver.AppleSMBusController          1.0.11d1
    com.apple.iokit.IOGraphicsFamily          2.3.7
    com.apple.driver.IOBluetoothHIDDriver          4.1.7f2
    com.apple.iokit.IOBluetoothFamily          4.1.7f2
    com.apple.driver.AppleUSBMultitouch          237.3
    com.apple.iokit.IOUSBHIDDriver          623.4.0
    com.apple.iokit.IOSCSIBlockCommandsDevice          3.5.6
    com.apple.iokit.IOUSBMassStorageClass          3.5.2
    com.apple.iokit.IOSCSIMultimediaCommandsDevice          3.5.6
    com.apple.iokit.IOBDStorageFamily          1.7
    com.apple.iokit.IODVDStorageFamily          1.7.1
    com.apple.iokit.IOCDStorageFamily          1.7.1
    com.apple.driver.AppleUSBMergeNub          621.4.6
    com.apple.driver.AppleUSBComposite          621.4.0
    com.apple.iokit.IOAHCISerialATAPI          2.5.5
    com.apple.iokit.IOSCSIArchitectureModelFamily          3.5.6
    com.apple.iokit.IO80211Family          530.5
    com.apple.iokit.IOFireWireFamily          4.5.5
    com.apple.iokit.IOAHCIFamily          2.5.1
    com.apple.iokit.IOUSBUserClient          630.4.4
    com.apple.iokit.IOEthernetAVBController          1.0.2b1
    com.apple.iokit.IONetworkingFamily          3.0
    com.apple.iokit.IOUSBFamily          635.4.0
    com.apple.driver.AppleEFINVRAM          2.0
    com.apple.driver.AppleEFIRuntime          2.0
    com.apple.iokit.IOHIDFamily          1.8.1
    com.apple.iokit.IOSMBusFamily          1.1
    com.apple.security.sandbox          220.3
    com.apple.kext.AppleMatch          1.0.0d1
    com.apple.security.TMSafetyNet          7
    com.apple.driver.DiskImages          345
    com.apple.iokit.IOStorageFamily          1.8
    com.apple.driver.AppleKeyStore          28.21
    com.apple.driver.AppleACPIPlatform          1.8
    com.apple.iokit.IOPCIFamily          2.8
    com.apple.iokit.IOACPIFamily          1.4
    com.apple.kec.corecrypto          1.0
    Model: MacBookPro6,2, BootROM MBP61.0057.B0F, 2 processors, Intel Core i5, 2.53 GHz, 4 GB, SMC 1.58f17
    Graphics: Intel HD Graphics, Intel HD Graphics, Built-In, 288 MB
    Graphics: NVIDIA GeForce GT 330M, NVIDIA GeForce GT 330M, PCIe, 256 MB
    Memory Module: BANK 0/DIMM0, 2 GB, DDR3, 1067 MHz, 0x80AD, 0x484D54313235533642465238432D47372020
    Memory Module: BANK 1/DIMM0, 2 GB, DDR3, 1067 MHz, 0x80AD, 0x484D54313235533642465238432D47372020
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x93), Broadcom BCM43xx 1.0 (5.106.98.100.17)
    Bluetooth: Version 4.1.7f2 12718, 3 service, 13 devices, 3 incoming serial ports
    Network Service: Wi-Fi, AirPort, en1
    Serial ATA Device: ST500LM012 HN-M500MBB, 500.11 GB
    Serial ATA Device: MATSHITADVD-R   UJ-898
    USB Device: hub_device, 0x0424  (SMSC), 0x2514, 0xfa100000 / 2
    USB Device: USB OPTICAL MOUSE, 0x15d9, 0x0a4c, 0xfa140000 / 6
    USB Device: Internal Memory Card Reader, apple_vendor_id, 0x8403, 0xfa130000 / 5
    USB Device: BRCM2070 Hub, 0x0a5c  (Broadcom Corp.), 0x4500, 0xfa110000 / 4
    USB Device: Bluetooth USB Host Controller, apple_vendor_id, 0x8218, 0xfa113000 / 9
    USB Device: Apple Internal Keyboard / Trackpad, apple_vendor_id, 0x0237, 0xfa120000 / 3
    USB Device: hub_device, 0x0424  (SMSC), 0x2514, 0xfd100000 / 2
    USB Device: IR Receiver, apple_vendor_id, 0x8242, 0xfd120000 / 4
    USB Device: Built-in iSight, apple_vendor_id, 0x8507, 0xfd110000 / 3

    yesterday crashes (mar 26)were all signed Torchupdater
    so I uninstalled Torch
    Today's crash (mar 27)was signed window server
    Cant uninstall finder....

  • Administrator ODBC crash and restart

    Hi all, I get the follow error:
    > odbc administrator a problem caused the program to stop working correctly. The windows will close the program and notifies you if there is a possible solution.
    I get the above error when I try add a DSN System Connection. The Administrator ODBC crash and restart.
    Issue as with Windows 7 Professional 64Bits - to connect to a SQL Studio 2012 (Pro).
    The issue only appens at this particulary machine, on others are fine.
    How can I fix this?
    Thank you

    thank you for your reply @Elvis Long
    here is the Thread open at IT Pro hxxp://social.technet.microsoft.com/Forums/en-US/a7980c6e-f674-41ce-acda-9e8e68d27a12/administrator-odbc-crash-and-restart?forum=w7itprogeneral
    In case here the msg
    Problem signature:
    Problem EventName:BEX
    Application Name:odbcad32.exe
    Application Version:6.1.7600.16385
    StampDate / TimeofApplication:4a5bcd4c
    FaultModuleName:sqlsrv32.dll_unloaded
    FaultyModule Version:0.0.0.0
    StampDate / TimeModulewithFailures:4ce7ba09
    DeviationException:73358bf5
    Exception code:C0000005
    ExceptionData:00000008
    OS Version:6.1.7601.2.1.0.256.48
    RegionID:2070
    Additional Information 1:0a9e
    Additional Information 2:0a9e372d3b4ad19135b953a78882e789
    Additional Information 3:0a9e
    Additional Information 4:0a9e372d3b4ad19135b953a78882e789
    Read our privacy statement online:
    go.microsoft.com/fwlink/?linkid=104288&clcid=0x0816
    If theonline privacy statementis not available,please readour privacy statement
    offline:
      C:\Windows\system32\pt-PT\erofflps.txtt
    (I have translate msg, the machines are in pt-PT)</quote>
    I have reinstall OS at Windows 7 Pro 64bits. But problem presist.
    btw: SQL Server run in a dedicated machine (Windows Server 2012 Standart Edition - SSD 500GB - 16GB of Ram - Intel Xeon [email protected] - 64bits)

  • Troubleshoting help needed:  My iMac keeps crashing and restarting with a report detail: "spinlock application timed out"  What can I do to fix this?timed out"

    Troubleshooting help needed:  My iMac keeps crashing and restarting with a notice: "Spinlock application timed out"  What can I do?

    Launch the Console application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Console in the page that opens.
    Select the most recent panic log under System Diagnostic Reports. Post the contents — the text, please, not a screenshot. In the interest of privacy, I suggest you edit out the “Anonymous UUID,” a long string of letters, numbers, and dashes in the header and body of the report, if it’s present (it may not be.) Please don't post shutdownStall, spin, or hang reports.

  • Crash Minidump/Restart at Shutdown inside login, but Shutdown before any user logins is ok.

    Crash Minidump/Restart at Shutdown inside login, but Shutdown is ok  before any user logins.  Just Started.  Windows says error report says to update Video Driver, But HP 235558hc has current valid driver.  4 Year Old HP Pavillion Quad with Windows Vista.   Crash stop is "0x00000076"   Nuissance Problem at this point.

    Dear HP Passport Forum,
    I rechecked the MS suggestions and reset the Video  to Performance setting and the crash has stopped.
    I did clean 3 fans in the PC, but am still looking for the Video Card Fan.
    Please drop by crash question.
    Thanks
    Graybeard2013

  • Brand new Macbook Pro keeps crashing and restarting - Mavericks

    Hey guys, I just got a new Macbook Pro on Monday and my first time turning it on it was perfect, the next day I turned it on and kept crashing and "Restarting due to a problem", it wouldn't even make to to the log in page. Every time I power it up now I get the same issue over and over, once I make it passed the log in it is usually fine but does crash sometimes randomly but not much.
    I have read here that updating to Mavericks has caused this problem but surely when it came with it and is less than a week old it should be fine? (I'm confused as to why the report says my Mac is Mid 2012, I just bought it!!) Also the only software I have installed is Microsoft Office. I do have Silverlight Plug in installed for Netflix which I read can be an issue with Mavericks.
    I downloaded EtreCheck and this is the report I have. Please any help will be great!
    Hardware Information:
              MacBook Pro (13-inch, Mid 2012)
              MacBook Pro - model: MacBookPro9,2
              1 2.9 GHz Intel Core i7 CPU: 2 cores
              8 GB RAM
    Video Information:
              Intel HD Graphics 4000 - VRAM: 1024 MB
    Audio Plug-ins:
              BluetoothAudioPlugIn: Version: 1.0 - SDK 10.9
              AirPlay: Version: 1.9 - SDK 10.9
              AppleAVBAudio: Version: 2.0.0 - SDK 10.9
              iSightAudio: Version: 7.7.3 - SDK 10.9
    System Software:
              OS X 10.9.1 (13B42) - Uptime: 0 days 0:20:26
    Disk Information:
              APPLE HDD ST500LM012 disk0 : (500.11 GB)
                        EFI (disk0s1) <not mounted>: 209.7 MB
                        Macintosh HD (disk0s2) /: 499.25 GB (469.68 GB free)
                        Recovery HD (disk0s3) <not mounted>: 650 MB
              HL-DT-ST DVDRW  GS41N
    USB Information:
              Apple Inc. BRCM20702 Hub
                        Apple Inc. Bluetooth USB Host Controller
              Apple Computer, Inc. IR Receiver
              Apple Inc. Apple Internal Keyboard / Trackpad
              Apple Inc. FaceTime HD Camera (Built-in)
    FireWire Information:
    Thunderbolt Information:
              Apple Inc. thunderbolt_bus
    Kernel Extensions:
    Problem System Launch Daemons:
    Problem System Launch Agents:
    Launch Daemons:
              [loaded] com.adobe.fpsaud.plist
              [loaded] com.microsoft.office.licensing.helper.plist
    Launch Agents:
    User Launch Agents:
    User Login Items:
              iTunesHelper
    3rd Party Preference Panes:
              Flash Player
    Internet Plug-ins::
              SharePointBrowserPlugin: Version: 14.0.0
              FlashPlayer-10.6: Version: 11.9.900.170 - SDK 10.6
              Flash Player: Version: 11.9.900.170 - SDK 10.6
              QuickTime Plugin: Version: 7.7.3
              Silverlight: Version: 5.1.20913.0 - SDK 10.6
              Default Browser: Version: 537 - SDK 10.9
    Bad Fonts:
              None
    Old applications:
              SLLauncher:          Version: 1.0 - SDK 10.5
                        /Library/Application Support/Microsoft/Silverlight/OutOfBrowser/SLLauncher.app
    Time Machine:
              Time Machine not configured!
    Top Processes by CPU:
                   3%          WindowServer
                   1%          EtreCheck
                   0%          firefox
                   0%          hidd
                   0%          coreservicesd
    Top Processes by Memory:
              303 MB          firefox
              57 MB          mds_stores
              41 MB          Finder
              33 MB          Dock
              33 MB          WindowServer
    Virtual Memory Statistics:
              5.80 GB          Free RAM
              1.16 GB          Active RAM
              223 MB          Inactive RAM
              844 MB          Wired RAM
              206 MB          Page-ins
              0 B          Page-outs

    The warranty entitles you to complimentary phone support for the first 90 days of ownership.
    If you bought the product in the U.S. directly from Apple (not from a reseller), you have 14 days from the date of delivery in which to exchange or return it for a refund. In other countries, the return policy may be different. If you bought from a reseller, its return policy applies.

  • Site does not load after some minutes of creation or after restart the server

    Hello,
    I have been asked to create a test enviroment identical to the production enviroment. So, what I did was:
    Backed up the production web application's content database: Prod_WSS_ContentDB
    Created new test servers (domain controller, sql server and sharepoint 2013 server) in a new, completely isolated, network environment, without any connection with the production environment (specifically Azure)
    Created a new web application in test environment with a new content database.
    Dismounted the new content database with powershell: Dismount-spcontentdatabase Test_WSS_Content
    Copy the Prod_WSS_ContentDB database to the test sql server and restored it with Management Studio.
    Mount the Prod_WSS_ContentDB databe to the web application with powershell:
    Mount-spcontentdatabse Prod_WSS_ContentDB -WebApplication http://testsp/
    Then, when I type http://testsp in the browser it redirects me to http://testsp/SitePages/Home.aspx
    and the site loads exactly as the production environment.
    But, after some minutes, or if I restart the Sharepoint Server, when I navigate to
    http://sitesp I am redirected to http://testsp/SitePages/Home.aspx
    as expected, but the site does not load, the browser just show a complety blank page.
    The Central Administration site loads normally.
    Trying to fix it I found that if I dismount the content database Prod_WSS_ContentDB, then mount the test database Test_WSS_Content,
    then navigate to the site, dismount Test_WSS_Content and finally mount again Prod_WSS_ContentDB, the site loads normally, no blank page, but after some minutes or if I restart the same happens again.
    For the error event I receice in event viewer it seems that the problem is related to database. I have not found a solution for this error... How can I solve  this?
    The error is:
    Log Name:      Application
    Source:        Microsoft-SharePoint Products-SharePoint Foundation
    Date:          6/27/2014 2:44:22 PM
    Event ID:      5586
    Task Category: Database
    Level:         Error
    Keywords:      
    User:          UCETEST\spaccount
    Computer:      TESTSP01.ucetest.edu.do
    Description:
    Unknown SQL Exception -2146893055 occurred. Additional error information from SQL Server is included below.
    A connection was successfully established with the server, but then an error occurred during the pre-login handshake. (provider: SSL Provider, error: 0 - The handle specified is invalid)
    Event Xml:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
      <System>
        <Provider Name="Microsoft-SharePoint Products-SharePoint Foundation" Guid="{6FB7E0CD-52E7-47DD-997A-241563931FC2}" />
        <EventID>5586</EventID>
        <Version>15</Version>
        <Level>2</Level>
        <Task>3</Task>
        <Opcode>0</Opcode>
        <Keywords>0x4000000000000000</Keywords>
        <TimeCreated SystemTime="2014-06-27T14:44:22.743159500Z" />
        <EventRecordID>4742</EventRecordID>
        <Correlation />
        <Execution ProcessID="1688" ThreadID="1692" />
        <Channel>Application</Channel>
        <Computer>TESTSP01.ucetest.edu.do</Computer>
        <Security UserID="S-1-5-21-2552298216-324766354-3392103171-1108" />
      </System>
      <EventData>
        <Data Name="int0">-2146893055</Data>
        <Data Name="string1">A connection was successfully established with the server, but then an error occurred during the pre-login handshake. (provider: SSL Provider, error: 0 - The handle specified is invalid)</Data>
      </EventData>
    </Event>
    Melvintt
    MCTS, Windows Server 2008 R2: Network Infrastructure
    MCTS, Windows Server 2008 R2: Active Directory, Configuring

    Hi,
    According to your post, my understanding is that Site does not load after some minutes of creation or after restart the server.
    Please make sure you create a test environment for existing production site correctly.
    Here are some great articles for your reference:
    Moving content between SharePoint environments
    Copy SharePoint production data to a test environment
    Build a SharePoint 2010 Test/Development Farm
    Best Regards,
    Linda Li
    Linda Li
    TechNet Community Support
    Hello Linda Li,
    I follwed that steps to create my test enviroment... and I have recreated it some times using that same steps, but the problem persits. After some minutes or after I restart the SharePoint server the site does not load.
    Melvintt
    MCTS, Windows Server 2008 R2: Network Infrastructure
    MCTS, Windows Server 2008 R2: Active Directory, Configuring

  • I have no idea whether there is a causal relationship but since moving to Lion and iCloud, my iMac has become so slow that I wind up having to crash and restart most of the time.  This is true regardless of the app I am using at the time.  The specs of th

    I have no idea whether there is a causal relationship but since moving to Lion and iCloud, my iMac has become so unresponsive that I wind up having to crash and restart most of the time.  This is true regardless of the app I am using at the time.
    The specs of this iMac are:
    iMac 27 inch, late 2009 model with a 3.0 GHz Intel Core 2 Duo with 4 Gig 1067 Mhz DDR3, using OSX Lion 10.7.4 (11E53)
    I have Mackeeper installed and according to the scans I have run, everything is fine. No virus, no junk files . . . no problems at all . . .
    Except that for all practical purposes, my computer isn't working. 
    I am nearly totally deaf and live in an isolated, rural area of NW Missouri and this computer is what I mainly rely on to contact friends, relatives and business associtates!
    Any and all suggestions will be greatly appreciated!

    First, back up all data immediately, as your boot drive may be failing.
    If you have more than ten or so files or folders on your Desktop, move them, temporarily at least, somewhere else in your home folder.
    If iCloud is enabled, disable it.
    Disconnect all wired peripherals except keyboard, mouse, and monitor, if applicable. Launch the usual set of applications you use when you notice the problem.
    Step 1
    Launch the Activity Monitor application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ If you’re running Mac OS X 10.7 or later, open LaunchPad. Click Utilities, then Activity Monitor in the page that opens.
    Select the CPU tab of the Activity Monitor window.
    Select All Processes from the menu in the toolbar, if not already selected.
    Click the heading of the % CPU column in the process table to sort the entries by CPU usage. You may have to click it twice to get the highest value at the top. What is it, and what is the process? Also post the values for % User, % System, and % Idle at the bottom of the window.
    Select the System Memory tab. What values are shown in the bottom part of the window for Page outs and Swap used?
    Step 2
    You must be logged in as an administrator to carry out this step.
    Launch the Console application in the same way as above. Make sure the title of the Console window is All Messages. If it isn't, select All Messages from the SYSTEM LOG QUERIES menu on the left.
    Post the 50 or so most recent messages in the log — the text, please, not a screenshot.
    Important: Some personal information, such as your name, may appear in the log. Edit it out before posting.

Maybe you are looking for

  • Would you put XML and HTML files stored in the database as files?

    Hi, Basically that is my question. My criteria is that I will be given some XML files, I need to save the XML file somewhere for future reference. However I also have to store when it was registered and so on. Would you install this in the database?

  • IMPORT_LOGFILE_KEY_TOO_SHORT

    Hi, in my z report i use FM 'L_TO_CREATE_DN'. Sometimes i get this dump 'IMPORT_LOGFILE_KEY_TOO_SHORT'. I´ve debugged the code and the dump arises within FM 'L_TO_CREATE_DN' in statement COMMIT WORK. I´ve searched in OSS but i haven´t found anything

  • How to find Patch UPDATE in Oracle !!!

    Hi all, How to find whether particular version of ORACLE DATABASE server is updated with specific PATCH UPDATE in it ?. or is their any way ( do we any views which shows the patch which has been applied) after applying patches ??. Your response is hi

  • Use of view in database.

    What is the use of view? What is the difference between table and view?

  • Generating slideshows that can be viewed using any browser

    I'm about to reach my wit's end with respect to using iPhoto to generate a slide show that can 1) easily be viewed in all of the major browsers, and 2) not be such a large file. At present, I am using iPhoto to generate a slide show. This is straight