[Webkit-unassigned] [Bug 118785] [GTK] Implement leak checking with valgrind
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sun Aug 4 15:59:48 PDT 2013
https://bugs.webkit.org/show_bug.cgi?id=118785
--- Comment #6 from Mario Sanchez Prada <mario at webkit.org> 2013-08-04 15:59:29 PST ---
(From update of attachment 208021)
View in context: https://bugs.webkit.org/attachment.cgi?id=208021&action=review
> Tools/Scripts/webkitpy/port/gtk.py:111
> + environment['VALGRIND_OPTS'] = "--tool=memcheck " \
> + "--num-callers=40 --demangle=no --trace-children=no " \
> + "--smc-check=all-non-file --leak-check=yes " \
> + "--leak-resolution=high --show-possibly-lost=no " \
> + "--show-reachable=no --leak-check=full " \
> + " --undef-value-errors=no " \
> + "--gen-suppressions=all --xml=yes --xml-file=%s " % (xmlfile)
Also, please keep only one pair --option=value per line, with the first one (--tool=memcheck) starting in the line following the assignment, to improve readability.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list