Comment 7 for bug 1556765

Revision history for this message
bugproxy (bugproxy) wrote : Comment bridged from LTC Bugzilla

------- Comment From <email address hidden> 2016-04-20 09:02 EDT-------
The issue reported in this bug is that Valgrind always diagnoses an invalid read below the stack pointer, even for a program that basically does nothing (like /bin/true). That read operation is actually performed by Valgrind itself at initialization time. This is a real bug in the Valgrind binary, but it is caused by a miscompile due to a GCC bug. That bug must be fixed first, and Valgrind must then be rebuilt in order for this bug to be fixed.