0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

ContextResult::kTransientFailure: Failed to send GpuControl.CreateCommandBuffer.[ERROR:command_buffer_proxy_impl.cc(128)]

Last updated at Posted at 2022-12-23
$ google-chrome-stable --headless --dump-dom https://domains.google.com/checkip
[1223/235232.594155:WARNING:bluez_dbus_manager.cc(247)] Floss manager not present, cannot set Floss enable/disable.
[1223/235232.630496:WARNING:sandbox_linux.cc(380)] InitializeSandbox() called with multiple threads in process gpu-process.
[1223/235232.643534:ERROR:command_buffer_proxy_impl.cc(128)] ContextResult::kTransientFailure: Failed to send GpuControl.CreateCommandBuffer.
<html><head></head><body>35.229.216.43</body></html>

2回に1回くらいでエラーが出ました

--disable-gpuをつけることでエラーが出なくなりました

$ google-chrome-stable --headless --disable-gpu --dump-dom https://domains.google.com/checkip
[1223/235313.256896:WARNING:bluez_dbus_manager.cc(247)] Floss manager not present, cannot set Floss enable/disable.
[1223/235313.285411:WARNING:sandbox_linux.cc(380)] InitializeSandbox() called with multiple threads in process gpu-process.
<html><head></head><body>35.229.216.43</body></html>

参考

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?