When trying to run Headless Chrome on both mac and linux, it fails with the following error
Chrome --headless --disable-gpu https://www.yahoo.com
[0505/072239.922334:ERROR:browser_process_sub_thread.cc(217)] Waited 5 ms for network service
I'm testing with version Google Chrome 74.0.3729.131
google-chrome --headless http://www.google.com/
[0510/173839.408209:ERROR:command_buffer_proxy_impl.cc(125)] ContextResult::kTransientFailure: Failed to send GpuChannelMsg_CreateCommandBuffer. [0510/173839.408083:WARNING:ipc_message_attachment_set.cc(49)] MessageAttachmentSet destroyed with unconsumed attachments: 0/1 [0510/173839.648167:ERROR:command_buffer_proxy_impl.cc(106)] ContextResult::kTransientFailure: Shared memory region is not valid
Segmentation fault
– imp May 10 '19 at 13:58