我有一个 HP Z440 工作站(E5-1680v4 和 128 GB RAM,BIOS 2.39 Rev.A)并且我使用的是 Visual Studio Professional 2013(更新 5)。操作系统为 Windows 7 64 位。
例如,当我在 C# 项目中使用 Visual Studio 中的 Profiler 时,它会崩溃并重新启动/重新启动我的 PC。
以下步骤重现该问题:
Console.WritLine("Hello World :-(");到主方法。HelloWorld例如选择项目。Finish(Lunch profiling after the wizard finishes选中)。

Start the profiler. 之后,PC 崩溃并重新启动/重新启动。重新启动后,我可以在系统日志中看到一个严重错误:
系统已重新启动,而没有先彻底关闭。如果系统停止响应、崩溃或意外断电,可能会导致此错误。
任何想法会发生什么?去年(2017 年)我能够在同一台 PC 上使用 Visual Studio 2013 …