Dear all,
I am facing one issue with Intel Compiler 11.1 built module. The application freezes when the memset(...) been called. Looks like memset call goes to _intel_fast_memset and it freezes.
The same problem I am not able to observe when the same module built with out intel compiler.
This issue happening only in one particular system and following are the system details.
Procesoor - Intel(R) Xeon(R) CPU x5450 @3.00GHz
Motherboard Manufacturer- Hewlett-Packard
Version - 786F5 v01.36
model- 0A98h
chipset - Intel5400B
LPCIO - SMSC SCH5327
Does anyone have any idea why this _intel_fast_memset freezes the application and how to fix this?
Thanks in advance.