WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
288086
[Linux] run-webkit-httpd --all-interfaces is broken
https://bugs.webkit.org/show_bug.cgi?id=288086
Summary
[Linux] run-webkit-httpd --all-interfaces is broken
Alicia Boya García
Reported
2025-02-20 07:19:46 PST
When I run `run-webkit-httpd --all-interfaces` I get one of these two errors:
> webkitpy.layout_tests.servers.http_server_base.ServerError: Port 8800 is already in use.
or
> webkitpy.layout_tests.servers.http_server_base.ServerError: Failed to start httpd: b'(98)Address already in use: AH00072: make_sock: could not bind to address [::1]:8000\nno listening sockets available, shutting down\nAH00015: Unable to open logs\n' (exit code=1)
However: # netstat -ltpn |grep -E ':8800|:8000' <empty> Reproduced in Fedora 41 with the WebKit Container SDK. May or may not affect other platforms.
Attachments
Add attachment
proposed patch, testcase, etc.
Alicia Boya García
Comment 1
2025-02-20 07:29:59 PST
It works in macOS.
Radar WebKit Bug Importer
Comment 2
2025-02-27 07:20:56 PST
<
rdar://problem/145750006
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug