|
From: Pascal G. <pas...@ax...> - 2003-10-21 08:52:46
Attachments:
bug.valgrind
|
Hi, here is a bug that comes up with the latest version of valgrind... Thx for all ! Pascal. -- ============================================= GULA Pascal Ingénieur d'études chez AXLOG Ingénierie 19-21 rue du 8 mai 1945 94110 ARCUEIL Tel : 01.41.24.31.38 ============================================= |
|
From: Olly B. <ol...@su...> - 2003-10-21 10:08:14
Attachments:
wrapper-script.patch
|
I doubt this is related to Pascal's problem, but his log highlights a
couple of problems:
On Tue, Oct 21, 2003 at 10:30:57AM +0200, Pascal GULA wrote:
> getconf: Variable non reconnue `GNU_LIBPTHREAD_VERSION'
The stderr redirection on the runtime NPTL check isn't working.
> Can't access -c: Aucun fichier ou r?pertoire de ce type.
> Can't access %a: Aucun fichier ou r?pertoire de ce type.
Hmm, it looks like "stat -c" isn't portable (it's not installed on at least
one of the Linux boxes I use) and that the setuid/setgid test is
therefore failing. Using file is probably a better option.
I've attached a patch fixing both of these. As a bonus it also fixes
both the static linking check and the setuid/setgid check to derefence
symlinks.
Cheers,
Olly
|
|
From: Jeremy F. <je...@go...> - 2003-10-21 10:08:50
|
On Tue, 2003-10-21 at 01:30, Pascal GULA wrote: > here is a bug that comes up with the latest version of valgrind... What kernel and distro are you using? J |
|
From: Pascal G. <pas...@ax...> - 2003-10-21 16:51:47
|
Mandrake Linux 7.2, with kernel 2.4.8-26mdksmp. Pascal. Jeremy Fitzhardinge a écrit : > On Tue, 2003-10-21 at 01:30, Pascal GULA wrote: > >>here is a bug that comes up with the latest version of valgrind... > > > What kernel and distro are you using? > > J > -- ============================================= GULA Pascal Ingénieur d'études chez AXLOG Ingénierie 19-21 rue du 8 mai 1945 94110 ARCUEIL Tel : 01.41.24.31.38 ============================================= |