Bug 800431 - missing valgrind suppressions for _dl_start and __strcasestr_sse42
Summary: missing valgrind suppressions for _dl_start and __strcasestr_sse42
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat Enterprise Linux 7
Classification: Red Hat
Component: valgrind
Version: 7.0
Hardware: x86_64
OS: Linux
urgent
urgent
Target Milestone: rc
: ---
Assignee: Jakub Jelinek
QA Contact: qe-baseos-tools-bugs
URL:
Whiteboard:
: 801841 (view as bug list)
Depends On: 702488
Blocks: 705309
TreeView+ depends on / blocked
 
Reported: 2012-03-06 13:40 UTC by Petr Sklenar
Modified: 2013-01-11 04:09 UTC (History)
9 users (show)

Fixed In Version: valgrind-3.8.1-1.el7
Doc Type: Bug Fix
Doc Text:
Clone Of: 702488
Environment:
Last Closed: 2012-10-17 20:57:09 UTC
Target Upstream Version:


Attachments (Terms of Use)

Comment 6 Mark Wielaard 2012-09-10 07:24:54 UTC
Both these seem fine in valgrind-3.8.0:

$ valgrind ./test -v
==1363== Memcheck, a memory error detector
==1363== Copyright (C) 2002-2012, and GNU GPL'd, by Julian Seward et al.
==1363== Using Valgrind-3.8.0 and LibVEX; rerun with -h for copyright info
==1363== Command: ./test -v
==1363== 
Result: 0x7ff000180
HeLLo I Am eMo KiD==1363== 
==1363== HEAP SUMMARY:
==1363==     in use at exit: 0 bytes in 0 blocks
==1363==   total heap usage: 0 allocs, 0 frees, 0 bytes allocated
==1363== 
==1363== All heap blocks were freed -- no leaks are possible
==1363== 
==1363== For counts of detected and suppressed errors, rerun with: -v
==1363== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 2 from 2)

Comment 7 Mark Wielaard 2012-10-05 14:00:44 UTC
*** Bug 801841 has been marked as a duplicate of this bug. ***


Note You need to log in before you can comment on or make changes to this bug.