What could be reasons a WPF app would pin the CPU and lock the app on some computers but not others?

前端 未结 3 1857
忘掉有多难
忘掉有多难 2021-01-05 05:24

Stumped here. Posted a similar question before. We have a pretty large WPF app that on some machines runs great, but on others, all of a sudden, one of the CPU cores gets

3条回答
  •  失恋的感觉
    2021-01-05 06:24

    Crappy video driver? Pull two machines - one where it happens, one where not, and start analyzing differences. Could be hardware defects, bad video drivers, anything in that area. WPF uses the GPU to render if one is there.

提交回复
热议问题