[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]

>From http://docs.python.org/2/library/subprocess.html:
Popen.pid
    The process ID of the child process.
    Note that if you set the shell argument to True, this is the process ID of the spawned shell.

-- 
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