Documentation/Nightly/Developers/FAQ/Dashboard
From Slicer Wiki
Revision as of 03:10, 5 March 2018 by JChris.FillionR (talk | contribs) (→macOS: How to prevent the "application quit unexpectedly" dialog from showing up when a tested program crash ?)
Home < Documentation < Nightly < Developers < FAQ < Dashboard
For the latest Slicer documentation, visit the read-the-docs. |
Contents
Dashboard
What time the nightly dashboard starts ?
The nightly build are expected to start every day after 3am UTC (22pm EST) and should be available in the morning. If no build error occurred, the latest packages can be downloaded using on of these links:
- http://download.slicer.org
- http://slicer.cdash.org/index.php?project=Slicer4 (Click the package icon in the "Nightly-Packages" section
How can I setup a dashboard ?
See dashboard setup instruction.
Windows: How to prevent "Error reporting UI" dialog from showing up when a program crash ?
Set registry key DontShowUI to 1 (see HKEY_CURRENT_USER\Software\Microsoft\Windows\Windows Error Reporting)
This will prevent Error reporting UI from showing up when a program crash.
macOS: How to prevent the "application quit unexpectedly" dialog from showing up when a tested program crash ?
Option1:
To prevent CrashReporter dialog from showing up when a program crash:
defaults write com.apple.CrashReporter DialogType none
Option2:
To prevent CrashReporter dialog from showing up when a program crash and instead let the problem appear as a notification instead:
defaults write com.apple.CrashReporter UseUNC 1
References: