Resources for IT Professionals >
포럼 홈
>
Windows HPC Server Job Submission and Scheduling
>
Unhandled Exceptions
Unhandled Exceptions
- If an application that is being run by the Job Manager throws an unhandled exception, the job will continue to keep running indefinitely. If the application running in a task generates an unhandled exception the just-in-time debugger dialog comes up on the node where the task was running and the job remains in a running state. The only way to get the job to fail is to login to the nodes and close the dialog box, which in turn causes the job to fail. Is there any way to make the jobs fail without interaction with the node if an exception is thrown?
- 이동됨Rae WangMSFT, 중재자2009년 6월 18일 목요일 오전 12:21 (From:Windows HPC Server Deployment, Management, and Administration)
답변
The JIT debugger should be disabled for a production cluster. See http://msdn.microsoft.com/en-us/library/k8kf6y2a.aspx
Thanks, Colin
-Colin Microsoft HPC- 답변으로 표시됨Don PatteeMSFT, 중재자2009년 8월 11일 화요일 오전 1:14
- 답변으로 제안됨Josh BarnardMSFT, 소유자2009년 6월 19일 금요일 오후 8:08
- You could also try setting the registry key directly on your compute nodes. See http://msdn.microsoft.com/en-us/library/5hs4b7a6(VS.80).aspx for the details.
Regards,
Robert- 답변으로 제안됨Josh BarnardMSFT, 소유자2009년 7월 30일 목요일 오후 7:01
- 답변으로 표시됨Don PatteeMSFT, 중재자2009년 8월 11일 화요일 오전 1:14
모든 응답
The JIT debugger should be disabled for a production cluster. See http://msdn.microsoft.com/en-us/library/k8kf6y2a.aspx
Thanks, Colin
-Colin Microsoft HPC- 답변으로 표시됨Don PatteeMSFT, 중재자2009년 8월 11일 화요일 오전 1:14
- 답변으로 제안됨Josh BarnardMSFT, 소유자2009년 6월 19일 금요일 오후 8:08
The only option I have available with regards to Visual Studio is the Visual Studio 2005 remote Debugger which doesn't give you the option to turn off. Should this be removed?
- You could also try setting the registry key directly on your compute nodes. See http://msdn.microsoft.com/en-us/library/5hs4b7a6(VS.80).aspx for the details.
Regards,
Robert- 답변으로 제안됨Josh BarnardMSFT, 소유자2009년 7월 30일 목요일 오후 7:01
- 답변으로 표시됨Don PatteeMSFT, 중재자2009년 8월 11일 화요일 오전 1:14

