|
From: Igmar P. <mai...@jd...> - 2004-03-12 20:44:17
|
Hi, Some notices : It clutters my screen with : Couldn't find previous reference to "/usr/include/sys/types.h"/61667 for fileidx 1 and a few dozen more. Second : [igmar@ouzo fwtk]$ set | grep VAL VALGRIND_OPTS=--tool=memcheck [igmar@ouzo fwtk]$ valgrind --track-children=no ./xx Segmentation fault (core dumped) It's not the program. When i unset the environment variable, all goes fine. The segfault occurs with every option in that case. Regards, Igmar |
|
From: Jeremy F. <je...@go...> - 2004-03-12 23:48:03
|
On Fri, 2004-03-12 at 12:33, Igmar Palsenberg wrote: > Hi, > > Some notices : > > It clutters my screen with : > > Couldn't find previous reference to "/usr/include/sys/types.h"/61667 for > fileidx 1 Sounds like the stabs reader; which version of gcc/toolchain are you using? What distro? > and a few dozen more. > > Second : > > [igmar@ouzo fwtk]$ set | grep VAL > VALGRIND_OPTS=--tool=memcheck > [igmar@ouzo fwtk]$ valgrind --track-children=no ./xx > Segmentation fault (core dumped) > > It's not the program. When i unset the environment variable, all goes > fine. The segfault occurs with every option in that case. Hm. Which glibc/kernel are you using? J |
|
From: Igmar P. <mai...@jd...> - 2004-03-13 10:38:24
|
> > Couldn't find previous reference to "/usr/include/sys/types.h"/61667 for > > fileidx 1 > > Sounds like the stabs reader; which version of gcc/toolchain are you > using? What distro? binutils : 2.14 gcc : 2.95.4 pre Distro is a heavely modified RH 7.3. > > and a few dozen more. > > > > Second : > > > > [igmar@ouzo fwtk]$ set | grep VAL > > VALGRIND_OPTS=--tool=memcheck > > [igmar@ouzo fwtk]$ valgrind --track-children=no ./xx > > Segmentation fault (core dumped) > > > > It's not the program. When i unset the environment variable, all goes > > fine. The segfault occurs with every option in that case. > > Hm. Which glibc/kernel are you using? Kernel : 2.4.23 with the mremap stuff fixed glibc : 2.2.5-44 (the standard RH 7.3 update) > J Igmar |