|
From: Bob R. <bo...@br...> - 2005-09-16 02:43:21
|
Hi all, I updated debian recently and started getting these errors, ==8266== Conditional jump or move depends on uninitialised value(s) ==8266== at 0x1B8ECB13: (within /lib/ld-2.3.5.so) ==8266== by 0x1B8E631C: (within /lib/ld-2.3.5.so) ==8266== by 0x1B8F2BDD: (within /lib/ld-2.3.5.so) ==8266== by 0x1B8E7675: (within /lib/ld-2.3.5.so) ==8266== by 0x1B8E47C6: (within /lib/ld-2.3.5.so) is this a bug in my program, or ld? Thanks, Bob Rossi |
|
From: Nicholas N. <nj...@cs...> - 2005-09-16 03:02:25
|
On Thu, 15 Sep 2005, Bob Rossi wrote: > I updated debian recently and started getting these errors, > > ==8266== Conditional jump or move depends on uninitialised value(s) > ==8266== at 0x1B8ECB13: (within /lib/ld-2.3.5.so) > ==8266== by 0x1B8E631C: (within /lib/ld-2.3.5.so) > ==8266== by 0x1B8F2BDD: (within /lib/ld-2.3.5.so) > ==8266== by 0x1B8E7675: (within /lib/ld-2.3.5.so) > ==8266== by 0x1B8E47C6: (within /lib/ld-2.3.5.so) > > is this a bug in my program, or ld? Probably ld. Nick |
|
From: Dirk M. <dm...@gm...> - 2005-09-16 09:45:49
|
On Friday 16 September 2005 04:43, Bob Rossi wrote: > is this a bug in my program, or ld? its not in your program, its a race between ld and valgrind. there have been hacks added to newer releases, you might want to upgrade your valgrind version. Dirk |
|
From: Julian S. <js...@ac...> - 2005-09-16 11:17:44
|
> On Friday 16 September 2005 10:45, Dirk Mueller wrote: > > its not in your program, its a race between ld and valgrind. there have > been hacks added to newer releases, you might want to upgrade your valgrind > version. A race which later got fixed? I'm not sure what you mean. Can you clarify? J |
|
From: Dirk M. <dm...@gm...> - 2005-09-16 15:14:55
|
On Friday 16 September 2005 13:27, Julian Seward wrote: > A race which later got fixed? I'm not sure what you mean. > Can you clarify? index-not-intercepted-early-enough-HACK-* in glibc-2.3.supp |
|
From: Marius M. <mmi...@gm...> - 2005-09-17 02:10:58
|
Dirk Mueller <dmuell <at> gmx.net> writes: > On Friday 16 September 2005 04:43, Bob Rossi wrote: > > > is this a bug in my program, or ld? > > its not in your program, its a race between ld and valgrind. there have been > hacks added to newer releases, you might want to upgrade your valgrind > version. what do you mean by newer *releases*? My Debian box says valgrind-3.0.1, while I can find only 3.0.0 release on valgrind homepage :-/ marius |