Changes between Version 36 and Version 37 of BuildBot


Ignore:
Timestamp:
Dec 2, 2011 11:34:33 AM (12 years ago)
Author:
bfulgham@webkit.org
Comment:

Some notes to prevent the "[executable] has crashed" dialog from displaying on test crashes.

Legend:

Unmodified
Added
Removed
Modified
  • BuildBot

    v36 v37  
    3535"Auto"="0"
    3636}}}
     37 1. Under 64-bit versions of Windows, also set the following registry key:
     38{{{
     39[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows NT\CurrentVersion\AeDebug]
     40"Auto"="0"
     41}}}
     42 1. Disable the error reporting UI (i.e., the dialog that says "[program name].exe has stopped working" with options to debug or close the application):
     43    1. Set the following registry key:
     44{{{
     45[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\Windows Error Reporting]
     46"Dont Show UI"="1"
     47}}}
     48    1. Under 64-bit versions of Windows, also set the following registry key:
     49{{{
     50[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\Windows Error Reporting]
     51"Dont Show UI"="1"
     52}}}
     53 1. Modify the group policy to block the UI:
     54    1. Run the gpedit application (C:\Windows\System\gpedit.msc).
     55    1. Select the "Computer Configuration\Administrative Templates\All Settings" node.
     56    1. Edit the "Prevent display of the user interface for critical errors" item.
     57    1. Enable the setting, then press OK.
    3758
    3859=== Non-cygwin Win Requirements ===