Problem Type Reference

Note

Intel Inspector 2024.2 is the final version. No further feature improvements or security fixes will be available after this final release. For more information, see the Intel Inspector transition notice.

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

GDI resource leak

Problem type: GDI resource leak

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

Kernel resource leak

Problem type: Kernel resource leak

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