Tutorial: Analyzing Threading Errors with Intel® Inspector and a C++ Sample
To determine the cause of the detected threading error:
The Source tab shows the complete source surrounding one code location in the Data race problem: A memory Read. Notice the source code corresponding to the Read code location is highlighted. |
|
The Disassembly tab shows low-level operations for the Read code location in the Data race problem. |
|
The Call Stack tab shows the complete call stack for the Read code location in the Data race problem. |
|
This region shows source, disassembly, and call stack information for another code location in the Data race problem: A memory Write. Use the
|
Right-click anywhere in the Source or Disassembly tab.
Choose Explain Problem to display the Intel Inspector Help information for the Data race problem type.