|
From: Abramov, E. <evg...@in...> - 2006-07-06 07:31:42
|
Hi, =20 On one of our test application Valgrind fails just on the start with the following error message: > /p/dt/sde/tools/i386_linux26/valgrind-3.2.0/bin/valgrind -v --trace-children=3Dyes --leak-check=3Dfull --leak-resolution=3Dhigh --show-reachable=3Dyes --num-callers=3D50 /p/dt/ccrel/OUT_AREA/lvt/lvt_t2_06/lvt_t2_06a/tacsi/i386_linux26/Lst/api Test valgrind: /p/dt/ccrel/OUT_AREA/lvt/lvt_t2_06/lvt_t2_06a/tacsi/i386_linux26/Lst/api Test: Value too large for defined data type =20 > file /p/dt/ccrel/OUT_AREA/lvt/lvt_t2_06/lvt_t2_06a/tacsi/i386_linux26/Lst/api Test /p/dt/ccrel/OUT_AREA/lvt/lvt_t2_06/lvt_t2_06a/tacsi/i386_linux26/Lst/api Test: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), for GNU/Linux 2.2.5, dynamically linked (uses shared libs), not stripped =20 The previous valgring version 3.1.0 also fails. =20 What is wrong here? =20 Thanks, Genia =20 |
|
From: Tom H. <to...@co...> - 2006-07-06 07:39:47
|
In message <209...@ha...>
Evgenia Abramov <evg...@in...> wrote:
> On one of our test application Valgrind fails just on the start with the
> following error message:
>
>> /p/dt/sde/tools/i386_linux26/valgrind-3.2.0/bin/valgrind -v
> --trace-children=yes --leak-check=full --leak-resolution=high
> --show-reachable=yes --num-callers=50
> /p/dt/ccrel/OUT_AREA/lvt/lvt_t2_06/lvt_t2_06a/tacsi/i386_linux26/Lst/api
> Test
>
> valgrind:
> /p/dt/ccrel/OUT_AREA/lvt/lvt_t2_06/lvt_t2_06a/tacsi/i386_linux26/Lst/api
> Test: Value too large for defined data type
I suspect this is another version of the stat/stat64 problem I just
fixed for you.
Is that literally all the output you get?
Does it fail the same way if you run it from local disk?
Tom
--
Tom Hughes (to...@co...)
http://www.compton.nu/
|
|
From: Tom H. <to...@co...> - 2006-07-06 07:39:47
|
In message <209...@ha...>
Evgenia Abramov <evg...@in...> wrote:
> On one of our test application Valgrind fails just on the start with the
> following error message:
>
>> /p/dt/sde/tools/i386_linux26/valgrind-3.2.0/bin/valgrind -v
> --trace-children=yes --leak-check=full --leak-resolution=high
> --show-reachable=yes --num-callers=50
> /p/dt/ccrel/OUT_AREA/lvt/lvt_t2_06/lvt_t2_06a/tacsi/i386_linux26/Lst/api
> Test
>
> valgrind:
> /p/dt/ccrel/OUT_AREA/lvt/lvt_t2_06/lvt_t2_06a/tacsi/i386_linux26/Lst/api
> Test: Value too large for defined data type
I suspect this is another version of the stat/stat64 problem I just
fixed for you.
Is that literally all the output you get?
Does it fail the same way if you run it from local disk?
Tom
--
Tom Hughes (to...@co...)
http://www.compton.nu/
|