It stands here. Added a similar question before. We have a rather large WPF application that works fine on some machines, but in other cases, suddenly one of the processor cores is tied to 100% (only one core), and the application freezes. This usually happens when the combobox (i.e. pop-up controls) is displayed on the shortcut menu or pop-up list, so we cannot debug this because the user code is not running at this time. This makes us crazy, because again on most machines it works fine, but on some it freezes.
It's strange when we run it in a virtual machine, it works fine there too! Psycho! I'm not sure what causes this, and most importantly, where to even start searching, because, as I said, no user code works.
This happens on only about 10% of our machines, but on these machines is constantly happening. All of them are clean (that is, relatively fresh OS installations, without crazy applications, etc.) and basically identical machines: similar processors, similar RAM, the same video drivers and service packs.
So, as I stated in the title, can anyone suggest possible reasons why the WPF application binds the processor and blocks the application on some computers, but not others? We are just at a standstill!
MarqueIV
source share