Restart WL Trigger

Dear All,
Is it possible to restart a scheduled trigger without restarting WebLogic services?
What happens is somehow the scheduled trigger stops (without throwing any error)
and we end up in restarting the WebLogic services which we want to avoid. So we
need a way in which we dont need to restart services and yet, we should be able
to restart the trigger.
What does Trigger do:
Based on the Batch data upload, It processes that data and sends the eMails to
desired parties.
Environment: WebLogic 4.5.1, SP 15; Apache 1.27
Thanks a lot in Advance for your inputs.
Regards,
Nilesh.

Dear All,
Is it possible to restart a scheduled trigger without restarting WebLogic services?
What happens is somehow the scheduled trigger stops (without throwing any error)
and we end up in restarting the WebLogic services which we want to avoid. So we
need a way in which we dont need to restart services and yet, we should be able
to restart the trigger.
What does Trigger do:
Based on the Batch data upload, It processes that data and sends the eMails to
desired parties.
Environment: WebLogic 4.5.1, SP 15; Apache 1.27
Thanks a lot in Advance for your inputs.
Regards,
Nilesh.

Similar Messages

  • Smartform Activation[program "SAPLSUNI" has exceeded the permitted runtime]

    I was working on a smartform. For 2-3 Hrs it was working fine, whatever changes I was making were getting activated smoothly.
    Then, for some unknown reason the smatform stopped getting activated. Timeout dump is happening. But when we 'Check' the smatform, no error is coming. Still it is not getting activated.
    I checked another smarform & made some changes, activated....it got activated instantaneously. The function module of that smartform that it is showing in Environment -> Function Module Name ->  /1BCDWB/SF00000144
    But when we check SE37, it says no such module exists !!! Please help !!!!!!!!!!!!!!!!!!!!!!!
    Here is the dump :
    Runtime Errors         TIME_OUT
    Date and Time          01.06.2010 12:37:24
    Short text
         Time limit exceeded.
    What happened?
         The program "SAPLSUNI" has exceeded the maximum permitted runtime without
         interruption and has therefore been terminated.
    Error analysis
         After a specific time, the program is terminated to make the work area
         available to other users who may be waiting.
         This is to prevent a work area being blocked unnecessarily long by, for
         example:
         - Endless loops (DO, WHILE, ...),
         - Database accesses with a large result set
         - Database accesses without a suitable index (full table scan)
         The maximum runtime of a program is limited by the system profile
         parameter "rdisp/max_wprun_time". The current setting is 600 seconds. If this
          time limit is
         exceeded, the system attempts to cancel any running SQL statement or
         signals the ABAP processor to stop the running program. Then the system
         waits another 60 seconds maximum. If the program is then still active,
         the work process is restarted.
    Trigger Location of Runtime Error
        Program                                 SAPLSUNI
        Include                                 LSUNIU06
        Row                                     101
        Module type                             (FORM)
        Module Name                             DELETE_FUNCTION_POOL_INCLUDES
    Source Code Extract
    Line  SourceCde
       71
       72 ENDFUNCTION.
       73
       74 &----
       75 *&      Form  DELETE_FUNCTION_POOL_INCLUDES
       76 &----
       77 *       text
       78 ----
       79 *      -->P_AREA     text
       80 *      -->SKIP_PROGREtextND
       81 ----
       82 FORM delete_function_pool_includes USING    p_area
       83                                          skip_progress_ind.
       84   DATA: l_prog LIKE trdir-name,
       85         l_incl_uxx LIKE trdir-name,
       86         l_name LIKE streenode-name,
       87         l_object LIKE euobj-id,
       88         l_area LIKE rs38l-area,
       89         l_namespace LIKE rs38l-namespace.
       90
       91   CALL FUNCTION 'FUNCTION_INCLUDE_SPLIT'
       92     EXPORTING
       93       complete_area = p_area
       94     IMPORTING
       95       namespace     = l_namespace
       96       group         = l_area
       97     EXCEPTIONS
       98       OTHERS        = 6.
       99   CONCATENATE l_namespace 'SAPL' l_area INTO l_prog.
      100   CONCATENATE l_namespace 'L' l_area 'UXX' INTO l_incl_uxx.
    >>>>>   UPDATE progdir SET edtx = space WHERE name = l_incl_uxx AND state = 'A'.
      102
      103 * Hier Michael rufen
      104   CALL FUNCTION 'RS_DELETE_PROGRAM'
      105     EXPORTING
      106       program            = l_prog
      107       with_includes      = 'X'
      108       suppress_popup     = 'X'
      109       skip_progress_ind  = skip_progress_ind
      110     EXCEPTIONS
      111       enqueue_lock       = 1
      112       permission_failure = 2
      113       reject_deletion    = 3.
      114
      115   IF sy-subrc = 0.
      116     PERFORM ed_delete_function_pool_new(sapms38l)
      117                                     USING p_area
      118                                     CHANGING sy-subrc.
      119
      120     PERFORM delete_rest_of_group USING p_area.
    Edited by: ajaybachchas on Jun 1, 2010 9:23 AM

    Hey Guys,
    For some reason, the problem automatically got resolved. First I check STXFADMI table to find entry of the FM against that smartform. When I punched the FM name of the smartform in SE37, it repeatedly said "FM does not exist". But the entry for that FM is present in the STXFADMI table. Hence I started debugging SE37 after entering the FM name. To my surprise, at the end the FM was displayed !!! After that I went to the smartform & activated, again surprised....it got activated in a flash !!!
    Can anyway justify this mystery ?
    Ajay.

  • Display Infocube Content produces Runtime Errors = TIME_OUT

    Hi,
    Upon trying to display content of an InfoCube (200 records only), I received the following error:
    Runtime Errors         TIME_OUT                                                     
    Date and Time          13.12.2007 11:16:24                                                                               
    Short text                                                                               
    Time limit exceeded.                                                                               
    What happened?                                                                     
         The program "CL_SQL_RESULT_SET=============CP" has exceeded the maximum        
          permitted runtime without                                                     
         interruption and has therefore been terminated.                                                                               
    Error analysis                                                                     
         After a specific time, the program is terminated to make the work area         
         available to other users who may be waiting.                                   
         This is to prevent a work area being blocked unnecessarily long by, for        
         example:                                                                       
         - Endless loops (DO, WHILE, ...),                                              
         - Database accesses with a large result set                                    
         - Database accesses without a suitable index (full table scan)                                                                               
    The maximum runtime of a program is limited by the system profile              
         parameter "rdisp/max_wprun_time". The current setting is 600 seconds. If this  
          time limit is                                                                 
         exceeded, the system attempts to cancel any running SQL statement or           
         signals the ABAP processor to stop the running program. Then the system        
         waits another 60 seconds maximum. If the program is then still active,         
         the work process is restarted.                                                                               
    Trigger Location of Runtime Error                                             
        Program                                 CL_SQL_RESULT_SET=============CP  
        Include                                 CL_SQL_RESULT_SET=============CM006
        Row                                     32                                
        Module type                             (METHOD)                          
        Module Name                             NEXT_PACKAGE                                                                               
    Source Code Extract                                                                               
    Line  SourceCde                                                                               
    2 *                                                                       
        3 * Fetches the next bulk of rows into an internal table.                 
        4 *                                                                       
        5                                                                         
        6   DATA:                                                                 
        7     sql_code       TYPE i,                                              
        8     sql_msg        TYPE dbsqlmsg.                                       
        9                                                                         
       10   FIELD-SYMBOLS:                                                        
       11     <line> TYPE ANY,                                                    
       12     <outtab> TYPE STANDARD TABLE.                                       
       13                                                                         
       14                                                                         
       15   IF me->cursor = c_invalid_cursor.                                     
       16 *   result set has already been closed                                  
       17     RAISE EXCEPTION TYPE cx_sql_exception                               
       18       EXPORTING invalid_cursor = 'X'.                                   
       19   ENDIF.                                                                
       20                                                                         
       21 * check that a reference to the output table has been set by            
          22 * a preceeding call of SET_PARAM_TABLE; in this case the attribute  
       23 * LINE_REF contains a reference to a data structure of the          
       24 * table's line type                                                 
       25   IF me->itab_ref IS INITIAL.                                       
       26     RAISE EXCEPTION TYPE cx_parameter_invalid                       
       27           EXPORTING parameter = 'ITAB_REF'.                         
       28   ENDIF.                                                            
       29   ASSIGN me->itab_line_ref->* TO <line>.                            
       30   ASSIGN me->itab_ref->* TO <outtab>.                               
       31                                                                     
    >>>>>   CALL 'C_DB_FUNCTION' ID 'FUNCTION' FIELD 'DB_SQL'                 
       33                        ID 'FCODE'    FIELD c_fcode_next_package     
       34                        ID 'CONNAME'  FIELD me->con_ref->con_name    
       35                        ID 'CONDA'    FIELD me->con_ref->con_da      
       36                        ID 'CURSOR'   FIELD me->cursor               
       37                        ID 'BOUND'    FIELD me->outvals_bound        
       38                        ID 'OUTVALS'  FIELD me->parameters->param_tab
       39                        ID 'OUTTAB'   FIELD <outtab>                 
       40                        ID 'LINE'     FIELD <line>                   
       41                        ID 'UPTO'     FIELD upto                     
       42                        ID 'ROWCNT'   FIELD rows_ret                 
       43                        ID 'SQLCODE'  FIELD sql_code                 
       44                        ID 'SQLMSG'   FIELD sql_msg.                 
       45                                                                     
       46   IF sy-subrc = 0.                                                  
       47 *   some rows fetched                                               
       48     ADD rows_ret TO rows_fetched.                                   
       49                                                                     
       50 *   set the OUTVALS_BOUND flag; this avoids "reassignement" of the  
       51 *   output variables the next time this method is called, i.e. the                                             
    Can someone help me to solve this problem. Thanks!

    Hi,
    Chk the below line from the dump in line 3 - 'Fetches the next bulk of rows into an internal table'
    what that error means is the volume which u r trying to view is beyond the size of the internal table buffer and because of that it is leading to a dump.
    As the previous reply suggests try to increase the size of table buffer which will help you display much larger volumes.
    Selection of fewer columns would be much quicker and easier to analyse data quickly.
    Regards

  • SunONE / SunJES Messaging server

    Hi,
    Just a general question regarding the SunONE / SunJES messaging server.
    We've got a HA-clustered messaging/messagestore environment
    From experience we know that on the message store, when you edit the {instanceroot}/imta/config/ims-ms_option file, it becomes active after about 15 minutes when the ims_master proces restarts itself. Any changes in number of threads can be easily spotted with prstat so therefore we know when it restarts it uses the new config.
    Now comes the question.
    When I would make any changes to the {instanceroot}/imta/config/imta.cnf file
    Does the tcp_smtp_server proces restart itself using the new config or does it keep on using the old 'current' configuration'
    Looking @ the proceslist I do notice that the processes restart because the STIME keep changing :)
    So just wondering does anybody know this So I do not have to schedule (unnessecary) outage for a restart to make the changes active.
    -Martin
    The versions we're using are :
    =======
    iPlanet Messaging Server 5.2 HotFix 2.02 (built Oct 21 2004)
    libimta.so 5.2 HotFix 2.02 (built 13:42:55, Oct 21 2004)
    SunOS goud 5.8 Generic_117350-20 sun4u sparc SUNW,Sun-Fire-880
    =======
    and the other cluster.
    =======
    Sun Java(tm) System Messaging Server 6.2 (built Dec 2 2004)
    libimta.so 6.2 (built 00:34:23, Dec 2 2004)
    SunOS chroom 5.9 Generic_118558-02 sun4u sparc SUNW,Sun-Fire-V890
    =======
    The two different versions are there, 'cause we're currently in a migration stage SunONE 5.2 to SunJES

    All of the MTA processes are "short lived", and get periodically restarted.
    ims-ms is restarted by the job_controller. You can "refresh" these manually, without users even nopticing.
    tcp_smtp_server processes are owned by the dispatcher process. They live for a time, or a maximum number of messages, and are started as needed. You can refresh them manually, too, with no user impact.
    to refresh the processes that are owned by the job_controller, give:
    imsimta restart job_controller
    for the ones owned by the dispatcher
    imsimta restart dispatcher
    None of the processes is designed to read configuration at any time other than startup, so if you change the configuration, first you need to "compile" that configuration:
    imsimta cnbuild
    and then you can either wait for the restart, or give one of the commands I put above.
    For messaging 5.x, you need to freeze the HA cluster before restartring, as the restart will trigger a failover. For JES messaging 6, the HA agents are much more sophisticated, and will understand what you're doing.

  • Time Machine: Why Does It Disable Finder?

    I am using Time Machine with a third party external drive. I find I am having to do a hard shut down every few days because I will find the indicator on the menu bar just spinning away, my dock will lock up, and when I restart and look at the Time Machine preferences, I will find that the last backup was a day or two ago. Every once in a while, a restart will trigger a backup failed warning. Yet sometimes it will do what it's supposed to for a while. Is anyone else having similar issues? Any ideas what the problem might be? Thanks!

    My suggestions:
    Do one backup manually with a Ethernet cable. This is much faster than wireless, and if there is any corruption on the backups, it will be able to fix it in much shorter time. Once this is done, increase the backup interval. This should help the time machine to run more smoothly.
    Here is the unofficial way (sorry - there isn't an official way)
    http://www.macosxhints.com/article.php?story=200710291721156
    If you will have one big monolithic file that keep updated by the application very frequently, then you should exclude the file and do the backup manually.

  • IDevice, HDMI & Underscan

    Hi!
    When mirroring an iDevice on a TV or projector using the lignthing to HDMI adapter, the image is always scaled down and displayed in the center of the screen with black bars added all the way around.
    This is *not* an aspect ratio related problem because the image is clearly scaled down and black bars are added on all four sides.
    I understand there is nothing really do to about it more than adjusting the TV or projector to scale up the already downscaled image, which results in a image quality loss.
    When using video apps or the Lightning to VGA adapter, the problem dissaperas and the image covers the whole screen.
    This is insanely frustrating and i just need to understand why this happens. Is there anyone out there with a reasonable explanation?
    Best regards!

    BSteely wrote:
    ...if there was such a widespread problem with the HDMI port on the mini, these boards would be seriously lighting up, and they're not...
    If you look at the topic titles in this Mini forum, you will see a good number of people posting specifically about display/monitor compatibility issues.
    It's significant enough to indicate a pattern.
    During initial install, HDCP does not come into play. The HP accepts the output from the mini as being computer output and so renders it as such. On subsequent restarts, HDCP comes into effect. The HP now thinks differently of the signal it is receiving and believes it is coming from a consumer electronic box and not a computer. The HP then reacts to this difference by configuring itself differently and using settings more in keeping with CE boxes, hence overscan turns on within the HP and all sorts of other nasty, TV-like settings. That's what I believe to be happening.
    Can you offer a source for this information. I have never heard of this behavior. To my knowledge, HDCP is either required, or it's not. It's not a "after a restart" situation. Certainly, a restart will trigger a renegotiation of HDCP, but I'd be surprised if there was ever an "unprotected" state.

  • Can't open Norton vault when clicked(shows as open)

    Running Firefox 33.1.1 and Windows 7. I had this problem previously in other versions of Firefox and changed to Chrome because nobody could come up with a fix. Would like to run Firefox again but it is irritating to always have to exit Firefox and restart to trigger Vault to work properly. Any ideas or should I just bite the bullet and go back to Chrome?

    Just updated to Firefox 34.0 so we will see if that helps fix the problem. Thanks for your suggestion.

  • Repeat workflow by termination event

    Hi
    I’m developing a workflow to assign a SAP position for a New Hire employee.
    The sceniro is “ If an employee is hired with default position, then WF have to be triggered to HR Administrator.So far the workflow is working fine.
    But there is a new requirement, if a HR Administrator cancel one of the task meaning confirmation message, then the same workflow have to be re-triggered from beginning. As we know we can write in termination event.
    But I don’t know where to write this logic in task definitation. I’m working in ECC 6.0
    Pls help me to sort out this issue
    Thanks
    Kamalbabu

    Hi Mike
    Thanks for your immediate response. Defining repeat workflow in workflow header is not working for this scenario.
    There is  a requirement, if a HR Admin cancel any task in workflow builder, then the workflow have to restart from beginning. Let say, I have include one task which will take the HR admin to PA40 to assign valid SAP Position for a new hire employee.. After he complete & before closing the WF, a confirmation message is displayed where HR admin have to select whether he want to <b>close or cancel</b> the WF. If he cancel the workflow then same workflow have to restart/re-trigger again
    Please help me to fulfill this requirement
    Thanks
    Kamal Babu

  • Can I add a 1.8 GHZ Dual Proc to a G4 Quicksilver 733 MHZ Single Proc comp?

    I just acquired a G4 Quicksilver 733 MHZ Single Processor/120 MB SDRAM Model Number: M8493
    Can I add a SG4D-1800L 1.8 GHz DUAL Processor to a G4 Quicksilver 733 MHZ Single Processor/120 MB SDRAM?

    Dear TGH
    Adding a dual 1.8 GHz processor will significantly reduce task times, obviously those that are processor intensive. I have just added the dual 1.8 GHz processor to my (former) 733 Mz Quicksilver G4. I also added a faster harddrive and more memory, but it was the Processor that really made the difference.
    I do some music conversion, vinyl to MP3, and some of the software processes for cleaning up the music were quite time consuming with the 733, anywhere from 3 to 15 minutes per run. These have been reduced to 30s to two or three minutes, so a five-fold speed gain.
    Overall, the whole computing experience has benefitted from the upgrades, the multi-tasking and leaping from program to program is crisp and speedy.
    Putting in the Sonnet software was a real exercise; I seems for some it is straightforward and for others it is problematic; it is a fragile process. Here are the highlights of my experience....
    *OS9* - You need to boot up in OS 9 at least from one disk in your computer. I had an old OS 9 system disc still in the hard drive, but I could not boot up successfully. The OS 9 startup kept freezing. I begged and borrowed OS9 install discs but none of them worked either.
    The solution for me was to copy the OS 9 system folder to another hard drive in my computer, that was blank and did not have OS X already one. It was a clean hard drive that I partitioned for a small OS 9 boot disc, and the rest will be a place to keep various projects. From the "clean" disc there was no problem booting up into OS 9.
    You need OS 9 for installing the special software that Sonnet provides on a CD. It doesn't matter if the OS 9 disc is separate from your OS X disc and programs, in fact for me it was preferable.
    *Installing the Sonnet software*
    You start your system up in OS 9 and run the installation disc from Sonnet. At least that's the theory. First you have to figure out how to make your keyboard work in OS 9. I had to unload drivers off the internet. Then I could open folders and click on buttons as necessary. When I first ran the installation CD it crashed. The old "bomb" box showed up and everything froze. Again and again.
    You need to look at each of your PCI cards, and video card, and either move them or update their drivers and firmware. I installed drivers or firmware for both OS 9 and OS X where I could.
    Eventually the planets lined up right and the Sonnet CD software downloaded and ran.
    The second part of the Sonnet install is restarting your computer and using the programmer button
    (the teeny tiny button on the front of my G4) during restart to trigger the firmware revisions. *The Instructions in the book from Sonnet are not right for all Quicksilver G4s.*
    The Instructions say to hold the programmer button down while pressing and releasing the power button for startup. Once you hear a "tone" you release the programmer button. For my Quicksilver (which I think is the 2002), you have to hold both buttons down until you hear the tone.
    There is no mistaking when you do it right. The tone is heard, a progress bar comes up on the screen, and then after normal startup a dialogue box tells you that the patch to the firmware is in, or it is not. If it isn't then try again. Once I figured out how to do it right, I only had to do it once. Don't be fooled by the Sonnet extension that loads in OS 9 startup, it doesn't mean you necessarily patched the firmware right. You have to hear the tone, see the progress bar and read the message after restart.
    Then you can restart in OS X and run that updater available from the Sonnet website (Encore Firmware Updater Installer v.3.1). It is an OS X program, not OS 9. I ran it and it told me all was well that the patch was as it should be. I have read of others who thought it was necessary to runs the program.
    *Installing the Processor*
    Installing the processor is a piece of cake, especially after suffering through OS9 startup failures, balking mice, installer crashes and firmware fixes that didn't take. You need a screw driver and your eyeglasses. It takes minutes.
    So Good Luck, and enjoy the project. I thought it was worthwhile, though I would sure like to see a different process for jigging up the firmware.

  • Trigger restarts on DAQ board

    Hi.
    I'm doing data acquisition with a DAQ board, the USB-6251 model.  I need something like the sample VI "Acq&Graph Voltage-Int Clk-HW Trig Restarts.vi", except I need the trigger to restart much more efficiently.  When I run that sample VI (and my own adaptation which is attached) I can only get trigger rates of about 30 Hz, and trigger that comes in within 30 ms of the previous one is just ignored.  I need it to handle trigger rates of up to 1 kHz. Does anyone have any ideas, or is there another way to go about it that will avoid this problem?
    Thanks,
    Jeremy
    Solved!
    Go to Solution.
    Attachments:
    Restarting trigger.vi ‏25 KB

    I think to get the response you want, you will have to use your Trigger signal to start generate the correct number of clock signals from a Counter.  See example 'Gen Dig Pulse Train-Finite-Retriggerable.vi'
    Use Example 'Cont Acq&Graph Voltage-Ext Clk.vi' to actually do the acquisition.
    For a test, set up as follows:
    Set the Rate/Frequency to the same value.
    Set the Number of Pulses/Samples to Read to the same value.
    Set the Counter(s)/Clock Source to the same source
    For the Gen Dig Pulse Train-Finite-Retriggerable.vi set Counter(s) to ctr0
    For the Cont Acq&Graph Voltage-Ext Clk.vi set the Clock Source to Ctr0Out
    Run the Cont Acq&Graph Voltage-Ext Clk.vi first and then quickly start the Gen Dig Pulse Train-Finite-Retriggerable.vi
    You should see the acquired signal from whatever input you have connected.  I was able to do this without changing either example program.  Once you see it work, you can combine the two into one vi.
    Message Edited by rpursley8 on 07-07-2009 04:19 PM
    Randall Pursley

  • BODS 3.1 : How to trigger an email alert for the jobs on BODS server ?

    Hi All.
    I have this request.
    BODS 3.1 : How to trigger an email alert for the jobs on BODS server ?
    We have jobs scheduled on BODS running smoothly and absolutely fine.
    But to check, i am logging into the admin console and check for the jobs status.
    I would like to have an email to be received from BODS after each job is finished.
    It could succuessful. Or it could fail.
    Whatsoever, i wish to receive an email alert as soon as a job is finished.
    Can anyone advise me as to whether this could be made possible.
    And if yes, how this could be done.
    Thanks for your help in advance.
    In BOE CMC / for webi / schedule / we find an option to send email for a job success or a job failure.
    Is there any option similar to that in BODS ?
    Also would like to know :
    how to use the smtp_to or mail_to functions ?
    how to set up the smtp server for this ?
    thanks
    REgards
    indu
    Edited by: Indumathy Narayanan on May 31, 2011 3:47 PM

    Hi.
    Since am new to this BODS. I need some help.
    I already have many jobs which are running absolutely fine.
    And when a job runs, and finishes, am able to see the trace saying
    e.g. :
    Job_abc is completed successfully.
    We got the smtp service activated for our test server.
    and we hae a group email id.
    I have put the details of the smtp server / ip address / and said apply restarted.
    The i created a simple test script as below :
    print (' Before email ' );
    smtp_to('abc@company_name.com', 'Job ' || job_name() ||' on ' || host_name() || ' has FAILED',
    ' the job has failed', 0, 0);
    print('After Email ');
    It does send a email to as per smtp_to whatever email is specified.
    But how to differentiate between a job success
    And a job which has failed.
    I wish to have a mail which says on the subject :
    'Job ' || job_name() ||' on ' || host_name() || ' has completed successfully'
    ==> IF it is a success
    OR
    'Job ' || job_name() ||' on ' || host_name() || ' has failed'
    ==> if it has failed
    How to make the system identify, whether
    to send a success message or a error message whatever
    Could anyone advise.
    thanks
    indu

  • IMac restarting by itself

    Hi all,
    So the short of it is that my work iMac (bought new with 3 others), every so often, shuts down by itself and then restarts by itself as well with a message saying something along the lines of 'you have shut down your computer because of a problem'. It's like someone pulled the plug, no warning no nothing, just goes black and restarts. This happens as an alternative for then it crashes/freezes with the screen on and i have to force shutdown via power button.
    I haven't been able to pin point reasons because there doesn't seem to be any particular trigger. Maybe when I'm using Adobe Creative Suite applications, but then again as a graphic designer, thats what Im always using, and Chrome (with, admitedly, more tabs open than average).
    The tech guy has taken it in and supposedly ran some tests but came back with nothing to report, nothing happened with him. His latest theory is maybe a problem with the power supply, like a peak surge or something... I don't know, haven't tested with a surge protector yet. But done the usual permissions repair and disk repair etc and still nothing.
    The other 2 iMacs, same specs, have never had these problems.
    Searched online and haven't found any solutions and reports to my particular case. So I've decided to turn to this community for any help.
    Below are the specs and an example crash report.
    Thanks in advance for any help.
    Lou
    Late 2012 iMac
    Processor  2,7 GHz Intel Core i5
    Memory  16 GB 1600 MHz DDR3
    Graphics  NVIDIA GeForce GT 640M 512 MB
    Software  OS X 10.8.5 (12F45)
    Latest crash report ///////////////
    Mon Jun 23 16:25:16 2014
    panic(cpu 0 caller 0xffffff7f899da8a1): NVRM[0/1:0:0]: Read Error 0x00000144: CFG 0x0fd810de 0x00100406 0xb0000000, BAR0 0x103000000 0xffffff81db65d000 0x0e7180a2, D0, P1/4
    Backtrace (CPU 0), Frame : Return Address
    0xffffff81c9f0ccc0 : 0xffffff800921d636
    0xffffff81c9f0cd30 : 0xffffff7f899da8a1
    0xffffff81c9f0cdf0 : 0xffffff7f89aad85a
    0xffffff81c9f0ce30 : 0xffffff7f89dc37b7
    0xffffff81c9f0ce50 : 0xffffff7f899e1576
    0xffffff81c9f0cef0 : 0xffffff7f8997f3ce
    0xffffff81c9f0cf10 : 0xffffff8009653298
    0xffffff81c9f0cf40 : 0xffffff7f8986828b
    0xffffff81c9f0cf50 : 0xffffff7f8b55b533
    0xffffff81c9f0cf60 : 0xffffff7f8b56320b
    0xffffff81c9f0cf80 : 0xffffff80092b7f7c
    0xffffff81c9f0cfd0 : 0xffffff80092cedbb
    0xffffff81dadf3890 : 0xffffff7f89b7488b
    0xffffff81dadf38b0 : 0xffffff7f89b855ab
    0xffffff81dadf3a40 : 0xffffff7f8997b6f7
    0xffffff81dadf3ac0 : 0xffffff7f8996759b
    0xffffff81dadf3b30 : 0xffffff7f899679fd
    0xffffff81dadf3b70 : 0xffffff7f8992da4d
    0xffffff81dadf3bc0 : 0xffffff8009670b13
    0xffffff81dadf3c20 : 0xffffff800966e74f
    0xffffff81dadf3d70 : 0xffffff8009298c21
    0xffffff81dadf3e80 : 0xffffff8009220b4d
    0xffffff81dadf3eb0 : 0xffffff8009210448
    0xffffff81dadf3f00 : 0xffffff800921961b
    0xffffff81dadf3f70 : 0xffffff80092a6546
    0xffffff81dadf3fb0 : 0xffffff80092cf473
          Kernel Extensions in backtrace:
             com.apple.iokit.IOPCIFamily(2.8)[2FAEA49C-EA4C-39C6-9203-FC022277A43C]@0xffffff 7f89851000->0xffffff7f89879fff
             com.apple.driver.AppleACPIPlatform(1.8)[209B2382-A61F-344C-8BBC-26331B9BA398]@0 xffffff7f8b554000->0xffffff7f8b5adfff
                dependency: com.apple.iokit.IOACPIFamily(1.4)[A35915E8-C1B0-3C0F-81DF-5515BC9002FC]@0xfffff f7f8a363000
                dependency: com.apple.iokit.IOPCIFamily(2.8)[2FAEA49C-EA4C-39C6-9203-FC022277A43C]@0xffffff 7f89851000
             com.apple.iokit.IOGraphicsFamily(2.3.7)[9928306E-3508-3DBC-80A4-D8F1D87650D7]@0 xffffff7f89922000->0xffffff7f89959fff
                dependency: com.apple.iokit.IOPCIFamily(2.8)[2FAEA49C-EA4C-39C6-9203-FC022277A43C]@0xffffff 7f89851000
             com.apple.iokit.IONDRVSupport(2.3.7)[F16E015E-1ABE-3C40-AC71-BC54F4BE442E]@0xff ffff7f89965000->0xffffff7f89976fff
                dependency: com.apple.iokit.IOGraphicsFamily(2.3.7)[9928306E-3508-3DBC-80A4-D8F1D87650D7]@0 xffffff7f89922000
                dependency: com.apple.iokit.IOPCIFamily(2.8)[2FAEA49C-EA4C-39C6-9203-FC022277A43C]@0xffffff 7f89851000
             com.apple.NVDAResman(8.1.6)[39D35403-42FB-3F08-999C-9866938D6B3A]@0xffffff7f899 79000->0xffffff7f89c1cfff
                dependency: com.apple.iokit.IOPCIFamily(2.8)[2FAEA49C-EA4C-39C6-9203-FC022277A43C]@0xffffff 7f89851000
                dependency: com.apple.iokit.IONDRVSupport(2.3.7)[F16E015E-1ABE-3C40-AC71-BC54F4BE442E]@0xff ffff7f89965000
                dependency: com.apple.iokit.IOGraphicsFamily(2.3.7)[9928306E-3508-3DBC-80A4-D8F1D87650D7]@0 xffffff7f89922000
             com.apple.nvidia.gk100hal(8.1.6)[347201ED-EC77-3189-B256-B3403CFCBB06]@0xffffff 7f89c28000->0xffffff7f89f59fff
                dependency: com.apple.NVDAResman(8.1.6)[39D35403-42FB-3F08-999C-9866938D6B3A]@0xffffff7f899 79000
                dependency: com.apple.iokit.IOPCIFamily(2.8)[2FAEA49C-EA4C-39C6-9203-FC022277A43C]@0xffffff 7f89851000
    BSD process name corresponding to current thread: WindowServer
    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:     0x0000000009000000
    Kernel text base: 0xffffff8009200000
    System model name: iMac13,1 (Mac-00BE6ED71E35EB86)
    System uptime in nanoseconds: 24278497409941
    last loaded kext at 23378975154171: com.apple.filesystems.cddafs 2.5.1 (addr 0xffffff7f8b71d000, size 24576)
    last unloaded kext at 23460702038780: com.apple.filesystems.cddafs 2.5.1 (addr 0xffffff7f8b71d000, size 20480)
    loaded kexts:
    com.apple.iokit.SCSITaskUserClient 3.5.6
    com.apple.filesystems.smbfs 1.8.4
    com.apple.filesystems.afpfs 10.0
    com.apple.nke.asp_tcp 7.1.0
    com.apple.driver.AppleBluetoothMultitouch 75.19
    com.apple.driver.AppleHWSensor 1.9.5d0
    com.apple.iokit.IOBluetoothSerialManager 4.1.7f2
    com.apple.driver.AudioAUUC 1.60
    com.apple.driver.AppleMikeyHIDDriver 124
    com.apple.driver.ApplePlatformEnabler 2.0.7d2
    com.apple.driver.AGPM 100.13.12
    com.apple.driver.X86PlatformShim 1.0.0
    com.apple.filesystems.autofs 3.0
    com.apple.driver.AppleHDA 2.4.7fc4
    com.apple.driver.AppleMikeyDriver 2.4.7fc4
    com.apple.GeForce 8.1.6
    com.apple.iokit.BroadcomBluetoothHostControllerUSBTransport 4.1.7f4
    com.apple.driver.AppleUpstreamUserClient 3.5.12
    com.apple.driver.AppleSMBusPCI 1.0.11d1
    com.apple.driver.AppleLPC 1.6.3
    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.AppleMCCSControl 1.1.11
    com.apple.driver.AppleSMCLMU 2.0.3d0
    com.apple.driver.AppleIntelHD4000Graphics 8.1.6
    com.apple.driver.AppleIntelFramebufferCapri 8.1.6
    com.apple.AppleFSCompression.AppleFSCompressionTypeDataless 1.0.0d1
    com.apple.AppleFSCompression.AppleFSCompressionTypeZlib 1.0.0d1
    com.apple.BootCache 34
    com.apple.driver.XsanFilter 404
    com.apple.iokit.IOAHCIBlockStorage 2.3.5
    com.apple.driver.AirPort.Brcm4331 615.20.17
    com.apple.driver.AppleAHCIPort 2.6.6
    com.apple.driver.AppleSDXC 1.4.3
    com.apple.iokit.AppleBCM5701Ethernet 3.6.2b4
    com.apple.driver.AppleUSBHub 635.4.0
    com.apple.driver.AppleUSBEHCI 621.4.6
    com.apple.driver.AppleUSBXHCI 635.4.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.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.iokit.IOUSBMassStorageClass 3.5.2
    com.apple.security.SecureRemotePassword 1.0
    com.apple.driver.AppleMultitouchDriver 237.4
    com.apple.driver.AppleBluetoothHIDKeyboard 170.2.4
    com.apple.driver.IOBluetoothHIDDriver 4.1.7f2
    com.apple.driver.AppleHIDKeyboard 170.2.4
    com.apple.driver.AppleHIDMouse 175.8
    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.nvidia.gk100hal 8.1.6
    com.apple.NVDAResman 8.1.6
    com.apple.driver.X86PlatformPlugin 1.0.0
    com.apple.driver.IOPlatformPluginFamily 5.4.1d13
    com.apple.iokit.IOSurface 86.0.4
    com.apple.iokit.IOBluetoothFamily 4.1.7f2
    com.apple.driver.AppleGraphicsControl 3.4.5
    com.apple.driver.AppleThunderboltEDMSink 1.2.0
    com.apple.driver.AppleSMBusController 1.0.11d1
    com.apple.driver.AppleSMC 3.1.5d4
    com.apple.driver.AppleHDAController 2.4.7fc4
    com.apple.iokit.IOHDAFamily 2.4.7fc4
    com.apple.iokit.IOAcceleratorFamily 74.15
    com.apple.iokit.IONDRVSupport 2.3.7
    com.apple.iokit.IOGraphicsFamily 2.3.7
    com.apple.iokit.IOSCSIArchitectureModelFamily 3.5.6
    com.apple.driver.AppleThunderboltDPOutAdapter 2.5.0
    com.apple.driver.AppleThunderboltDPInAdapter 2.5.0
    com.apple.driver.AppleThunderboltDPAdapterFamily 2.5.0
    com.apple.driver.AppleThunderboltPCIDownAdapter 1.3.2
    com.apple.iokit.IOUSBHIDDriver 623.4.0
    com.apple.driver.AppleUSBMergeNub 621.4.6
    com.apple.driver.AppleUSBComposite 621.4.0
    com.apple.iokit.IO80211Family 530.5
    com.apple.iokit.IOAHCIFamily 2.5.1
    com.apple.iokit.IOEthernetAVBController 1.0.2b1
    com.apple.iokit.IONetworkingFamily 3.0
    com.apple.driver.AppleThunderboltNHI 1.9.2
    com.apple.iokit.IOThunderboltFamily 2.7.7
    com.apple.iokit.IOUSBUserClient 630.4.4
    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

    The graphics processor is faulty and will have to be replaced.
    Make a "Genius" appointment at an Apple Store, or go to another authorized service provider. You may have to leave the machine there for several days.
    Print the first page of the panic report and bring it with you.
    Back up all data on the internal drive(s) before you hand over your computer to anyone. There are ways to back up a computer that isn't fully functional—ask if you need guidance.
    If privacy is a concern, erase the data partition(s) with the option to write zeros* (do this only if you have at least two complete, independent backups, and you know how to restore to an empty drive from any of them.) Don’t erase the recovery partition, if present.
    Keeping your confidential data secure during hardware repair
    Apple also recommends that you deauthorize a device in the iTunes Store before having it serviced.
    *An SSD doesn't need to be zeroed.

  • Intel imac display glitch and involuntary restart

    Just want to know if anyone else has experienced this specific problem, there are plenty of complaints about intel imac displays but I can't be bothered to sift through them all trying to find a match for my problem.
    A couple of months ago I was watching a video in quicktime and noticed that my screen was glitching and flashing fragmented diagonal lines - like a commodore 64 loading type thing. Then the spinning-ball came up and a force quit didn't do anything so I had to force shut down. I started up and it occured again. Then the screen went blank/black, but still lit up, and restarted without me doing anything. It also got stuck during start up the second time this occured. I panicked and ran out to buy a 500GB external drive, backed up all of my work and then re-installed mac osx from disk, archive and install job. This seemed to sort it and for the following two months it seemed OK. No sign of any problems.
    Since then I have updated from 10.4.7 to 10.4.10 (which I have suspicion that it screwed the firmware in my motu 828 firewire audio interface, costing me a £130 repair - but that's another painful story).
    It happened again tonight (the screen thing, not the motu). And the ball came up and I couldn't do anything. Force shut down, restart - screen glitching again. Then I had 2 unexpected restarts, one getting stuck in startup. Then a successful startup but accompanied by the glitchy graphics, mainly red/pink pixellated diagonal lines flickering in and out. I ran a disk first aid - no problems. Did a disk permission repair. Shut down and ran a hardware test, the first few minutes of the test the screen was still at it but then stopped glitching, hardware test found no errors (it was an extended test too). Now I'm back on it and it's all OK.
    Any suggestions/similar stories?
    When it occured 2 months ago I had the original ram that came with the imac. Now I have 2x1GB sticks of crucial ram.

    That's it! Well, that's what I have. Unfortunately, I don't know about the cause, but I don't ever recall having it prior to an update going back about a year ago. I recall an update, and that update being immediately followed by some sort of Apple Graphics something-or-other. I feel pretty certain that's when I first noticed this. I just had my LCD replaced for another reason, but I think you'll agree, it's not an LCD issue. In my case, browser activity, scrolling up or down in a page, seems to be the most common trigger. I've also seen "pieces" of the torn page, on the screen when minimizing the browser to the dock (usually Firefox, but I think I've seen it with Opera and Safari too). Is there a way to find update packages installed somewhere? I'd know it if I saw it, and I'd definitely try removing that suspect package/update.
    Message was edited by: geekboy2000 - corrected OS

  • Why does my MBP restart itself randomly several times a day? Something about a "Panic Report".

    Ok so my MacBook Pro shuts itself down and restarts at least 4 times a day. Usually this happens when im away from my computer and its been idle or sleeping or whatever it does, however just 30 minutes ago this happened while i was using it and then it wouldnt restart it just kept showing the loading "apple" logo with loading bars comntinuously spinning... I had to shut it down manually and then it took an extra long time to load before finally loading to the user login page. Now generally... upon start up after this "panic" i will recieve a"Panic report" that says something aloong the lines of...
    Interval Since Last Panic Report:  27841 sec Panics Since Last Report:          2 Anonymous UUID:                    6EBC0F43-E7CB-480C-8D91-9EA7C74EEECC  Wed Jun  5 01:28:29 2013 panic(cpu 0 caller 0xffffff80002c4794): Kernel trap at 0xffffff7f816c8e1f, type 14=page fault, registers: CR0: 0x0000000080010033, CR2: 0xffffff80d17a0628, CR3: 0x000000008a22e00d, CR4: 0x00000000001606e0 RAX: 0xffffff80d15621f8, RBX: 0xffffff80d1562000, RCX: 0x000000000003cb26, RDX: 0x0000000000000000 RSP: 0xffffff80ef4f3960, RBP: 0xffffff80ef4f3a40, RSI: 0x000000807e876986, RDI: 0xffffff80ef4f39d9 R8:  0x000000000000001f, R9:  0xffffffffffffff00, R10: 0xffffffffffffffdf, R11: 0x0000000000000000 R12: 0xffffff80d179e000, R13: 0x0000000000000000, R14: 0x0000000000000000, R15: 0xffffff80ef4f3960 RFL: 0x0000000000010286, RIP: 0xffffff7f816c8e1f, CS:  0x0000000000000008, SS:  0x0000000000000010 CR2: 0xffffff80d17a0628, Error code: 0x0000000000000000, Faulting CPU: 0x0  Backtrace (CPU 0), Frame : Return Address 0xffffff80ef4f3610 : 0xffffff8000220792  0xffffff80ef4f3690 : 0xffffff80002c4794  0xffffff80ef4f3840 : 0xffffff80002da55d  0xffffff80ef4f3860 : 0xffffff7f816c8e1f  0xffffff80ef4f3a40 : 0xffffff7f816e5c05  0xffffff80ef4f3a80 : 0xffffff7f816c7257  0xffffff80ef4f3ab0 : 0xffffff7f80c95832  0xffffff80ef4f3af0 : 0xffffff7f80c9593d  0xffffff80ef4f3b10 : 0xffffff7f80c9ecff  0xffffff80ef4f3b70 : 0xffffff7f80c9edc8  0xffffff80ef4f3b90 : 0xffffff7f80c9c138  0xffffff80ef4f3bb0 : 0xffffff7f80c9c4bc  0xffffff80ef4f3be0 : 0xffffff80006565fe  0xffffff80ef4f3c40 : 0xffffff8000656fbb  0xffffff80ef4f3d80 : 0xffffff80002a3f08  0xffffff80ef4f3e80 : 0xffffff8000223096  0xffffff80ef4f3eb0 : 0xffffff80002148a9  0xffffff80ef4f3f10 : 0xffffff800021bbd8  0xffffff80ef4f3f70 : 0xffffff80002aef10  0xffffff80ef4f3fb0 : 0xffffff80002daec3        Kernel Extensions in backtrace:          com.apple.iokit.IOGraphicsFamily(2.3.4)[D0A1F6BD-E66E-3DD8-9913-A3AB8746F422]@0 xffffff7f80c8a000->0xffffff7f80cc2fff             dependency: com.apple.iokit.IOPCIFamily(2.7)[5C23D598-58B2-3204-BC03-BC3C0F00BD32]@0xffffff 7f80849000          com.apple.driver.AppleIntelHD4000Graphics(7.3.2)[AD64F3E5-2838-3046-A9EA-1CB6C9 769436]@0xffffff7f816c4000->0xffffff7f8172afff             dependency: com.apple.iokit.IOPCIFamily(2.7)[5C23D598-58B2-3204-BC03-BC3C0F00BD32]@0xffffff 7f80849000             dependency: com.apple.iokit.IONDRVSupport(2.3.4)[7C8672C4-8B0D-3CCF-A79A-23C62E90F895]@0xff ffff7f80cc3000             dependency: com.apple.iokit.IOGraphicsFamily(2.3.4)[D0A1F6BD-E66E-3DD8-9913-A3AB8746F422]@0 xffffff7f80c8a000  BSD process name corresponding to current thread: WindowServer  Mac OS version: 11G63  Kernel version: Darwin Kernel Version 11.4.2: Thu Aug 23 16:25:48 PDT 2012; root:xnu-1699.32.7~1/RELEASE_X86_64 Kernel UUID: FF3BB088-60A4-349C-92EA-CA649C698CE5 System model name: MacBookPro9,2 (Mac-6F01561E16C75D06)  System uptime in nanoseconds: 5870204567267 last loaded kext at 49584802694: com.apple.driver.AppleMikeyHIDDriver     122 (addr 0xffffff7f8167a000, size 20480) last unloaded kext at 200341249727: com.apple.driver.AppleUSBTCKeyEventDriver     227.6 (addr 0xffffff7f814f7000, size 8192) loaded kexts: com.apple.driver.AppleMikeyHIDDriver     122 com.apple.driver.X86PlatformShim     5.0.0d8 com.apple.driver.AGPM     100.12.75 com.apple.driver.AppleHDA     2.2.5a5 com.apple.driver.AppleUpstreamUserClient     3.5.9 com.apple.driver.AudioAUUC     1.59 com.apple.driver.AppleMikeyDriver     2.2.5a5 com.apple.driver.AppleSMCLMU     2.0.1d2 com.apple.driver.AppleIntelHD4000Graphics     7.3.2 com.apple.driver.SMCMotionSensor     3.0.2d6 com.apple.driver.AppleSMCPDRC     5.0.0d8 com.apple.iokit.IOUserEthernet     1.0.0d1 com.apple.iokit.IOBluetoothSerialManager     4.0.8f17 com.apple.Dont_Steal_Mac_OS_X     7.0.0 com.apple.driver.AudioIPCDriver     1.2.3 com.apple.driver.ApplePolicyControl     3.1.33 com.apple.driver.AppleLPC     1.6.0 com.apple.driver.AppleBacklight     170.2.2 com.apple.driver.AppleMCCSControl     1.0.33 com.apple.driver.AppleIntelFramebufferCapri     7.3.2 com.apple.filesystems.autofs     3.0 com.apple.driver.BroadcomUSBBluetoothHCIController     4.0.8f17 com.apple.driver.AppleUSBTCButtons     227.6 com.apple.driver.AppleUSBTCKeyboard     227.6 com.apple.driver.AppleIRController     312 com.apple.AppleFSCompression.AppleFSCompressionTypeDataless     1.0.0d1 com.apple.AppleFSCompression.AppleFSCompressionTypeZlib     1.0.0d1 com.apple.BootCache     33 com.apple.iokit.SCSITaskUserClient     3.2.1 com.apple.driver.XsanFilter     404 com.apple.iokit.IOAHCISerialATAPI     2.0.3 com.apple.iokit.IOAHCIBlockStorage     2.1.0 com.apple.driver.AppleSmartBatteryManager     161.0.0 com.apple.driver.AppleFWOHCI     4.9.0 com.apple.driver.AirPort.Brcm4331     561.7.22 com.apple.driver.AppleSDXC     1.2.2 com.apple.driver.AppleUSBHub     5.1.0 com.apple.iokit.AppleBCM5701Ethernet     3.2.4b8 com.apple.driver.AppleEFINVRAM     1.6.1 com.apple.driver.AppleAHCIPort     2.3.1 com.apple.driver.AppleUSBEHCI     5.1.0 com.apple.driver.AppleUSBXHCI     1.1.0 com.apple.driver.AppleACPIButtons     1.5 com.apple.driver.AppleRTC     1.5 com.apple.driver.AppleHPET     1.7 com.apple.driver.AppleSMBIOS     1.9 com.apple.driver.AppleACPIEC     1.5 com.apple.driver.AppleAPIC     1.6 com.apple.driver.AppleIntelCPUPowerManagementClient     195.0.0 com.apple.nke.applicationfirewall     3.2.30 com.apple.security.quarantine     1.4 com.apple.security.TMSafetyNet     8 com.apple.driver.AppleIntelCPUPowerManagement     195.0.0 com.apple.driver.DspFuncLib     2.2.5a5 com.apple.iokit.IOSurface     80.0.2 com.apple.iokit.IOSerialFamily     10.0.5 com.apple.iokit.IOFireWireIP     2.2.5 com.apple.iokit.IOAudioFamily     1.8.6fc18 com.apple.kext.OSvKernDSPLib     1.3 com.apple.driver.AppleHDAController     2.2.5a5 com.apple.iokit.IOHDAFamily     2.2.5a5 com.apple.driver.X86PlatformPlugin     5.1.1d6 com.apple.driver.AppleSMC     3.1.3d10 com.apple.driver.AppleSMBusPCI     1.0.10d0 com.apple.driver.IOPlatformPluginFamily     5.1.1d6 com.apple.driver.AppleGraphicsControl     3.1.33 com.apple.driver.AppleBacklightExpert     1.0.4 com.apple.iokit.IONDRVSupport     2.3.4 com.apple.driver.AppleSMBusController     1.0.10d0 com.apple.iokit.IOGraphicsFamily     2.3.4 com.apple.kext.triggers     1.0 com.apple.driver.AppleUSBBluetoothHCIController     4.0.8f17 com.apple.iokit.IOBluetoothFamily     4.0.8f17 com.apple.driver.AppleUSBMultitouch     230.5 com.apple.driver.AppleThunderboltDPInAdapter     1.8.5 com.apple.driver.AppleThunderboltDPAdapterFamily     1.8.5 com.apple.driver.AppleThunderboltPCIDownAdapter     1.2.5 com.apple.iokit.IOUSBHIDDriver     5.0.0 com.apple.driver.AppleUSBMergeNub     5.1.0 com.apple.driver.AppleUSBComposite     5.0.0 com.apple.iokit.IOSCSIMultimediaCommandsDevice     3.2.1 com.apple.iokit.IOBDStorageFamily     1.7 com.apple.iokit.IODVDStorageFamily     1.7.1 com.apple.iokit.IOCDStorageFamily     1.7.1 com.apple.iokit.IOSCSIArchitectureModelFamily     3.2.1 com.apple.driver.AppleThunderboltNHI     1.6.0 com.apple.iokit.IOThunderboltFamily     2.0.3 com.apple.iokit.IOFireWireFamily     4.4.8 com.apple.iokit.IO80211Family     420.3 com.apple.iokit.IOEthernetAVBController     1.0.1b1 com.apple.iokit.IONetworkingFamily     2.1 com.apple.iokit.IOUSBUserClient     5.0.0 com.apple.iokit.IOAHCIFamily     2.0.8 com.apple.iokit.IOUSBFamily     5.1.0 com.apple.driver.AppleEFIRuntime     1.6.1 com.apple.iokit.IOHIDFamily     1.7.1 com.apple.iokit.IOSMBusFamily     1.1 com.apple.security.sandbox     177.9 com.apple.kext.AppleMatch     1.0.0d1 com.apple.driver.DiskImages     331.7 com.apple.iokit.IOStorageFamily     1.7.2 com.apple.driver.AppleKeyStore     28.18 com.apple.driver.AppleACPIPlatform     1.5 com.apple.iokit.IOPCIFamily     2.7 com.apple.iokit.IOACPIFamily     1.4 Model: MacBookPro9,2, BootROM MBP91.00D3.B08, 2 processors, Intel Core i7, 2.9 GHz, 8 GB, SMC 2.2f38 Graphics: Intel HD Graphics 4000, Intel HD Graphics 4000, Built-In, 512 MB Memory Module: BANK 0/DIMM0, 4 GB, DDR3, 1600 MHz, 0x80CE, 0x4D34373142353237334448302D434B302020 Memory Module: BANK 1/DIMM0, 4 GB, DDR3, 1600 MHz, 0x80CE, 0x4D34373142353237334448302D434B302020 AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0xF5), Broadcom BCM43xx 1.0 (5.106.198.19.22) Bluetooth: Version 4.0.8f17, 2 service, 18 devices, 1 incoming serial ports Network Service: Wi-Fi, AirPort, en1 Serial ATA Device: TOSHIBA MK7559GSXF, 750.16 GB Serial ATA Device: HL-DT-ST DVDRW  GS31N USB Device: hub_device, 0x8087  (Intel Corporation), 0x0024, 0x1a100000 / 2 USB Device: FaceTime HD Camera (Built-in), apple_vendor_id, 0x8509, 0x1a110000 / 3 USB Device: hub_device, 0x8087  (Intel Corporation), 0x0024, 0x1d100000 / 2 USB Device: hub_device, 0x0424  (SMSC), 0x2513, 0x1d180000 / 3 USB Device: BRCM20702 Hub, 0x0a5c  (Broadcom Corp.), 0x4500, 0x1d181000 / 6 USB Device: Bluetooth USB Host Controller, apple_vendor_id, 0x821d, 0x1d181300 / 9 USB Device: Apple Internal Keyboard / Trackpad, apple_vendor_id, 0x0252, 0x1d183000 / 5 USB Device: IR Receiver, apple_vendor_id, 0x8242, 0x1d182000 / 4
    What the HECK is happening and whats causing this???? How do i fix it?

    That panic was not caused by third-party software. If the problem is recurrent, the possibilities are:
    A stale or corrupt kernel cache
    A damaged OS X installation
    A fault in a peripheral device, if any
    Corrupt non-volatile memory (NVRAM)
    An internal hardware fault (including incompatible memory)
    An obscure bug in OS X
    You may already have ruled out some of these.
    Rule out #1 by booting in safe mode and then rebooting as usual. Note: If FileVault is enabled, or if a firmware password is set, or if the boot volume is a software RAID, you can’t do this. Post for further instructions.
    You can rule out #2 and #3 by reinstalling the OS and testing with non-essential peripherals disconnected and aftermarket expansion cards removed, if applicable. Sometimes a clean reinstallation (after erasing the startup volume) may solve a problem that isn't solved by reinstalling in place, without erasing.
    Corrupt NVRAM, which rarely causes panics, can be ruled out by resetting it.
    If your model has user-replaceable memory, and you've upgraded the memory modules, reinstall the original memory and see whether there's any improvement. Be careful not to touch the gold contacts. Clean them with a mild solvent such as rubbing alcohol. Aftermarket memory must exactly match the technical specifications for your model. Memory that is either slower or faster than specified may be incompatible.
    The Apple Hardware Test, though generally unreliable, will sometimes detect a fault. A negative test can't be depended on. Run the extended version of the test.
    In the category of obscure bugs, reports suggest that FileVault may trigger kernel traps under some unknown conditions. Most, though not all, of these reports seem to involve booting from an aftermarket SSD. If those conditions apply to you, try deactivating FileVault.
    Connecting more than one display is another reported trigger for OS X bugs.
    In rare cases, a malformed network packet from a defective router or other network device can cause panics. Such packets could also be sent deliberately by a skillful attacker. This possibility is something to consider if you run a public server that might be the target of such an attack.
    If none of the above applies, make a "Genius" appointment at an Apple Store to have the machine tested. You may have to leave it there for several days. There isn't much point in doing this unless you can reproduce the panic, or if you can't, it happens often enough that it's likely to be repeated at the store. Otherwise you may be told that nothing is wrong.
    Print the first page of the panic report and bring it with you.
    Back up all data on the internal drive(s) before you hand over your computer to anyone. If privacy is a concern, erase the data partition(s) with the option to write zeros* (do this only if you know how to restore, and you have at least  two independent backups.) Don’t erase the recovery partition, if present.
    Keeping your confidential data secure during hardware repair
    *An SSD doesn't need to be zeroed.

  • 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....

Maybe you are looking for

  • Mac Pro won't boot up, not even in safe mode.

    Problem: Mac Pro having severe lag issues. Added more ram, removed Kona3, etc., nothing. Tried repairing with disc warrior but unable to repair startup disc unless booted from disc warrior disc. Won't boot up from disc warrior disc so set startup dis

  • Use of Security Level on ASA with ACLs

    Hi, On my configuration, I'm using extended on the inbound of my 3 interfaces (inside,dmz,outside). I was wondering if there I should remove the security levels or if they are of any use since I have ACL in place already.

  • Cisco WLC 5508 Guest Authentification issue

    Hi .. I have one interface setup to a Cisco 2921 router connected to a Cable modem. DHCP is on the 2921. when I connect to the ssid for my guest i'm redirected to the authentification portal 1.1.1.1 . I'm putting valide credential and when pressing t

  • Defining keys on user defined tables

    Regarding tables of type 'lines' (in document or master data). I want to define a unique key for the DocEntry fields and some other user-field (so I could restrict the user to add only 1 type of line for each master record), but the problem is that k

  • Can't reset password email

    Hi Excuce me Please help me for rest password email for my iPhone 4S Email is xxxxxxxxxxx I forget passwords and security questions. please help me Thank You sir Abdulmohsen Alsabaey K.S.A _ Riyadh <Edited By Host>