[Webkit-unassigned] [Bug 116317] [GTK] Metabug: Memory leak detection using valgrind

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jul 11 09:33:59 PDT 2013


https://bugs.webkit.org/show_bug.cgi?id=116317





--- Comment #15 from Brian Holt <brian.holt at samsung.com>  2013-07-11 09:36:00 PST ---
(From update of attachment 206472)
View in context: https://bugs.webkit.org/attachment.cgi?id=206472&action=review

This seems to be an issue with the style checker because Popen definitely has a member called pid.

>> Tools/Scripts/webkitpy/port/common.py:129
>> +            subprocess.call(["taskkill", "/T", "/F", "/PID", str(p.pid)])
> 
> [RunSubprocess] Instance of 'Popen' has no 'pid' member (but some types could not be inferred)  [pylint/E1103] [5]



More information about the webkit-unassigned mailing list