Tutorial: Analyzing Memory Errors with Intel® Inspector and a Fortran Sample
To determine the cause of the detected memory error:
The Source tab shows the complete source surrounding one code location in the Memory leak problem: Allocation site. The Allocation site code location represents the location from which the memory block was allocated. Notice the source code corresponding to the Allocation site code location is highlighted. |
|
The Disassembly tab shows low-level operations for the Allocation site code location in the Memory leak problem. |
|
The Call Stack tab shows the complete call stack for the Allocation site code location in the Memory leak problem. Use the
|
Right-click anywhere in the Source or Disassembly tab.
Choose Explain Problem to display the Intel Inspector Help information for the Memory leak problem type.