|
From: <mma...@ny...> - 2005-11-21 18:22:06
|
Hello, Has anyone seen this error before: ==15427== Conditional jump or move depends on uninitialised value(s) ==15427== at 0x1B9AA43E: std::string::~string() (in /usr/lib/libstdc++.so.6.0.7) ==15427== by 0x80489EE: main (TestString.cxx:14) I put the small test case here: http://www.creatis.insa-lyon.fr/~malaterre/StringDes/ Compilation is: g++-3.4 -o Util.o -g -c Util.cxx ar cr libUtil.a Util.o ranlib libUtil.a g++-3.4 -g TestString.o -lUtil -o TestString -L. Thanks for any clue, Mathieu System: debian, testing, valgrind 2.4.0 |
|
From: Dennis L. <pla...@in...> - 2005-11-21 18:49:31
|
At 19:21 21.11.2005, mma...@ny... wrote: >Hello, > > Has anyone seen this error before: I dont get any, running valgrind-svn. greets Dennis Carpe quod tibi datum est |
|
From: Mathieu M. <mma...@ny...> - 2005-11-21 23:36:50
|
Dennis Lubert wrote: > At 19:21 21.11.2005, mma...@ny... wrote: > >> Hello, >> >> Has anyone seen this error before: > > > I dont get any, running valgrind-svn. Looks like it is also g++-3.4 dependant... very weird. Thanks for your time, I'll update my debian to use valgrind-svn Mathieu |