[Webkit-unassigned] [Bug 63956] new-run-webkit-tests fails to start http server if one is already running

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jul 5 15:34:56 PDT 2011


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





--- Comment #2 from Eric Seidel <eric at webkit.org>  2011-07-05 15:34:56 PST ---
ORWT only will kill old httpds if they're using the webkit pid file:
http://trac.webkit.org/browser/trunk/Tools/Scripts/webkitperl/httpd.pm#L168

NRWT does the same:
http://trac.webkit.org/browser/trunk/Tools/Scripts/webkitpy/layout_tests/servers/http_server_base.py#L75

Looks like the assumed pid file names are different though:
http://trac.webkit.org/browser/trunk/Tools/Scripts/webkitperl/httpd.pm#L68
Looks like it produces /tmp/WebKit/httpd.pid


http://trac.webkit.org/browser/trunk/Tools/Scripts/webkitpy/layout_tests/servers/http_server_base.py#L62
http://trac.webkit.org/browser/trunk/Tools/Scripts/webkitpy/layout_tests/servers/apache_http_server.py#L51
http://trac.webkit.org/browser/trunk/Tools/Scripts/webkitpy/layout_tests/servers/apache_http_server.py#L59

Looks like it produces:
/tmp/WebKit/apache.pid (at least on Mac)

I could easily change NRWT to look at httpd.pid instead, maybe that's the better fix?

Why does windows kill-old-processes kill httpd?

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