WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
220870
[webkitpy][GTK] Xvfb driver fails to start with python3
https://bugs.webkit.org/show_bug.cgi?id=220870
Summary
[webkitpy][GTK] Xvfb driver fails to start with python3
Lauro Moura
Reported
2021-01-22 11:11:13 PST
Sample command: python3 Tools/Scripts/run-webdriver-tests --verbose --gtk --release --display-server=xvfb Running inside flatpak gives the trace below. Hangs silently running from the desktop at the same point, regardless of inside Flatpak or outside it. Traceback (most recent call last): File "Tools/Scripts/run-webdriver-tests", line 84, in <module> runner = WebDriverTestRunner(port) File "/home/lauro/dev/WebKit/Tools/Scripts/webkitpy/webdriver_tests/webdriver_test_runner.py", line 63, in __init__ env = self._display_driver._setup_environ_for_test() File "/home/lauro/dev/WebKit/Tools/Scripts/webkitpy/port/xvfbdriver.py", line 99, in _setup_environ_for_test display_id = self._xvfb_run(port_server_environment) File "/home/lauro/dev/WebKit/Tools/Scripts/webkitpy/port/xvfbdriver.py", line 87, in _xvfb_run display_id = self._xvfb_read_display_id(read_fd) File "/home/lauro/dev/WebKit/Tools/Scripts/webkitpy/port/xvfbdriver.py", line 63, in _xvfb_read_display_id fd_list = select.select(fd_set, [], [])[0] KeyboardInterrupt
Attachments
Patch
(3.39 KB, patch)
2021-01-22 13:41 PST
,
Lauro Moura
no flags
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Lauro Moura
Comment 1
2021-01-22 11:12:13 PST
Oops. There was
bug210698
with the same issue. Closing this one. *** This bug has been marked as a duplicate of
bug 210698
***
Lauro Moura
Comment 2
2021-01-22 11:13:26 PST
Actually, reopening to track in this one, as the description is more precise. (Sorry for the noise)
Lauro Moura
Comment 3
2021-01-22 13:41:04 PST
Created
attachment 418177
[details]
Patch
Lauro Moura
Comment 4
2021-01-22 13:43:58 PST
The style checker failed due to set_inheritable missing from the `os` module, but it's guarded by a check for py3.
EWS
Comment 5
2021-01-22 15:59:53 PST
Committed
r271764
: <
https://trac.webkit.org/changeset/271764
> All reviewed patches have been landed. Closing bug and clearing flags on
attachment 418177
[details]
.
Radar WebKit Bug Importer
Comment 6
2021-01-22 16:00:15 PST
<
rdar://problem/73519495
>
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