(2013/04/10 3:41), Julian Seward wrote:
> On 04/09/2013 07:54 PM, ISHIKAWA,chiaki wrote:
>> Sorry for a lengthy post, but
>> I got the following output from valgrind/memcheck while
>> I was testing mozilla thunderbird using its test framework, "make mozmill".
>
> Did you use --smc-check=all-non-file?  If not, can you retry with that please?
>
> J
>
I used --smc-check=all-non-file.

The following is how TB was invoked under valgrind in my modified "make 
mozmill" setup.
(sorry for unintentional linebreaks. The whole lines is actually on one line.)

valgrind --trace-children=yes --smc-check=all-non-file --gen-suppressions=all
  --track-origins=yes --malloc-fill=0xA5
  --free-fill=0xC3 --leak-check=full --num-callers=50
  
--suppressions=$HOME/TB-NEW/TB-3HG/new-src/mozilla/build/valgrind/cross-architecture.sup
  
--suppressions=$HOME/TB-NEW/TB-3HG/new-src/mozilla/build/valgrind/i386-redhat-linux-gnu.sup
  --suppressions=$HOME/Dropbox/myown.sup --show-possibly-lost=no
  /COMM-CENTRAL/objdir-tb3/mozilla/dist/bin/thunderbird-bin -profile
  /COMM-CENTRAL/objdir-tb3/mozilla/_tests/mozmill/mozmillprofile
  -jsbridge 24242 -foreground

TIA





------------------------------------------------------------------------------
Precog is a next-generation analytics platform capable of advanced
analytics on semi-structured data. The platform includes APIs for building
apps and a phenomenal toolset for data science. Developers can use
our toolset for easy data analysis & visualization. Get a free account!
http://www2.precog.com/precogplatform/slashdotnewsletter
_______________________________________________
Valgrind-users mailing list
Valgrind-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/valgrind-users

Reply via email to