|
From: Julian S. <js...@ac...> - 2009-02-06 10:17:28
|
On Friday 06 February 2009, Konstantin Serebryany wrote: > Hi Valgrind developers, > > I've seen the recent checkins related to stack unwinding. > Are they expected to fix all known issues with stack traces on x86_64? Yes. > ==27019== > ==27019== Use of uninitialised value of size 8 > ==27019== at 0xBD3214F: something_meaningful Urr. > Is there anything I can provide you to help debug this? First, try out the 3.4 branch: svn co svn://svn.valgrind.org/valgrind/branches/VALGRIND_3_4_BRANCH branch34 See if it still has the problem. Secondly, do the usual two things: 1. See if you can make a small test case that shows it. Without that it will be close to impossible to fix. 2. If (1) does not work, do a binary search on the svn versions to find the commit number that caused the problem. J |