Intel® Inspector Help

Problem Type Reference

Intel® Inspector currently classifies problems detected by analysis into the following types:

Problem Type

Code Location Relationships

Cross-thread stack access

Problem type: Cross-thread stack access

Data race

Problem type: Data race (Write -> Write)

Problem type: Data race (Read -> Write)

Deadlock

Problem type: Deadlock

Incorrect memcpy call

Problem type: Incorrect memcpy call

Invalid deallocation

Problem type: Invalid deallocation

Invalid memory access

Problem type: Invalid memory access (Read)

Problem type: Invalid memory access (Write)

Invalid partial memory access

Problem type: Invalid partial memory access

Lock hierarchy violation

Problem type: Lock hierachy violation

Memory growth

Problem type: Memory growth

Problem type: Memory growth

Problem type: Memory growth

Memory leak

Problem type: Memory leak

Memory not deallocated

Problem type: Memory not deallocated

Mismatched allocation/deallocation

Problem type: Mismatched allocation/deallocation

Missing allocation

Problem type: Missing allocation

Thread exit information

Problem type: Thread exit information

Thread start information

Problem type: Thread information

Unhandled application exception

Problem type: Unhandled application exception

Uninitialized memory access

Problem type: Uninitialized memory access

Uninitialized partial memory access

Problem type: Uninitialized partial memory access

Parent topic: Intel® Inspector

See Also