Hyper Threading Crashes
-
Hi Everyone, Visual Studio .Net 2002 with Service Pack 1 Windows XP Pro/Home with Service Pack 2 I have a multi threaded application (sometimes even up to 30 threads) and though that enabling Hyper Threading on my pc would obviously give an performance improvement, which is the case. However, now (with HT enabled) I can still compile and program as normal, but I am experiencing severe instability problems. When the compiled application runs on another PC with HT enabled all seems fine, but when I run the application on a PC withouth HT, it crashes very frequently (usually withing 30 seconds) and very randomly. If I disable HT on my development PC and recompile the application, it works fine on both HT enabled pc's and on pc's without HT. So the problem definately seems related to HT. Are there compilation switches that I should enable/disable to fully support HT or multiple processors platforms ? Why does the HT compiled application crash on non-HT pc's ? Thank you Oliver