https://bugs.kde.org/show_bug.cgi?id=357033
Bug ID: 357033
Summary: VALGRIND_DO_QUICK_LEAK_CHECK reports leaked and
dubious memory as reachable in intel-compiled
applications.
Product: valgrind
Version: 3.10 SVN
Platform: RedHat RPMs
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: NOR
Component: memcheck
Assignee: [email protected]
Reporter: [email protected]
Created attachment 96255
--> https://bugs.kde.org/attachment.cgi?id=96255&action=edit
a reproducer application
If an application is built with Intel compiler, Valgrind client requests
VALGRIND_DO_QUICK_LEAK_CHECK reports leaked and dubious memory as reachable.
A reproducer (error_types.c) is attached.
Steps to build and run the test:
icc -I<valgrind_include_dir> -O0 error_types.c -o error_types_icc
valgrind -q ./error_types_icc
Expected result (reported for the gcc-compiled application):
leaked: 77 bytes
dubious: 88 bytes
reachable: 0 bytes
suppressed: 0 bytes
Actual result:
leaked: 0 bytes
dubious: 0 bytes
reachable: 165 bytes
suppressed: 0 bytes
--
You are receiving this mail because:
You are watching all bug changes.