inconsistent results

View: New views
2 Messages — Rating Filter:   Alert me  

inconsistent results

by Osman, Ahmed :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Some parts of this message have been removed. Learn more about Nabble's security policy.

Hi All,

 

When running valgrind 3.5.0 with the following options:

--19555-- Valgrind options:

--19555--    --suppressions=/u/bata_root/aossman/main/modeltech/linux/../include/vsimk.supp

--19555--    -v

--19555--    --log-file=valgrind.log

 

It generates a 5K file and 0 Errors. But when running the same executable with xml:

<vargv>

    <exe>/u/bata_root/rhino/VALGRIND/bin/valgrind</exe>

    <arg>--suppressions=/u/bata_root/aossman/main/modeltech/linux/../include/vsimk.supp</arg>

    <arg>-v</arg>

    <arg>--xml=yes</arg>

    <arg>--xml-file=valgrind.log</arg>

</vargv>

 

It generates 19M file and 1 Error reported.

 

What is going here?

 

- Ahmed


------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Valgrind-users mailing list
Valgrind-users@...
https://lists.sourceforge.net/lists/listinfo/valgrind-users

Re: inconsistent results

by Dan Kegel-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Fri, Oct 30, 2009 at 2:42 PM, Osman, Ahmed <ahmed_osman@...> wrote:
> When running valgrind 3.5.0 with the following options:
>...
> It generates a 5K file and 0 Errors. But when running the same executable
> with xml:
> It generates 19M file and 1 Error reported.

I seem to recall that xml has different (i.e. no) filtering,
so you get to see all the errors, even the ones not
shown for plain text.  (Not sure if that's true now,
or if it ever was, but that's what I recall.)

https://bugs.kde.org/show_bug.cgi?id=201170
has a patch that skips "possible" leaks, which might
help.
- Dan

------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Valgrind-users mailing list
Valgrind-users@...
https://lists.sourceforge.net/lists/listinfo/valgrind-users