On Thu, 13 Jan 2022 19:24:30 +0100 Martin Dosch wrote:
> Package: chromium
> Version: 97.0.4692.71-0.1
> Severity: normal
> X-Debbugs-Cc: mar...@mdosch.de
>
> Dear Maintainer,
>
> chromium is no more starting on my system. If I try to start it in a terminal I
> get the following output:
>
> [708429:708429:0113/192057.675801:ERROR:gpu_init.cc(457)] Passthrough is not
> supported, GL is egl, ANGLE is
> [708429:708429:0113/192057.684752:ERROR:sandbox_linux.cc(378)]
> InitializeSandbox() called with multiple threads in process gpu-process.
> [708382:708382:0113/192057.717409:ERROR:cursor_loader.cc(114)] Failed to load a
> platform cursor of type kNull
> [708429:708429:0113/192059.334041:ERROR:gbm_pixmap_wayland.cc(76)] Cannot
> create bo with format= RGBA_8888 and usage=SCANOUT
> [708429:708429:0113/192059.334276:ERROR:gpu_memory_buffer_factory_native_pixmap.cc(261)]
> Failed to create pixmap 1024x512, RGBA_8888, usage SCANOUT
> [708429:708429:0113/192059.334443:ERROR:gbm_pixmap_wayland.cc(76)] Cannot
> create bo with format= RGBA_8888 and usage=GPU_READ
> [708429:708429:0113/192059.334549:ERROR:gpu_memory_buffer_factory_native_pixmap.cc(261)]
> Failed to create pixmap 1024x512, RGBA_8888, usage GPU_READ
> [708429:708429:0113/192059.334653:ERROR:shared_image_backing_factory_gl_image.cc(351)]
> CreateSharedImage: Failed to create bindable image
> [708429:708429:0113/192059.334742:ERROR:shared_image_factory.cc(586)]
> CreateSharedImage: could not create backing.
> [708429:708429:0113/192059.334976:ERROR:skia_output_surface_impl_on_gpu.cc(1714)]
> Failed to make current.
> [708429:708429:0113/192059.343452:ERROR:raster_decoder.cc(1238)]
> RasterDecoderImpl: Context lost during MakeCurrent.
> [708429:708429:0113/192059.343715:ERROR:shared_image_stub.cc(534)]
> SharedImageStub: context already lost
> [708429:708429:0113/192059.357480:ERROR:shared_image_stub.cc(534)]
> SharedImageStub: context already lost
> [708429:708429:0113/192059.387529:ERROR:skia_output_surface_impl_on_gpu.cc(1714)]
> Failed to make current.
> [708429:708429:0113/192059.403432:ERROR:skia_output_surface_impl_on_gpu.cc(1714)]
> Failed to make current.
> [708429:708429:0113/192059.493480:ERROR:gbm_pixmap_wayland.cc(76)] Cannot
> create bo with format= RGBA_8888 and usage=SCANOUT
> [708429:708429:0113/192059.493801:ERROR:gpu_memory_buffer_factory_native_pixmap.cc(261)]
> Failed to create pixmap 1024x512, RGBA_8888, usage SCANOUT
> [708429:708429:0113/192059.493972:ERROR:gbm_pixmap_wayland.cc(76)] Cannot
> create bo with format= RGBA_8888 and usage=GPU_READ
> [708429:708429:0113/192059.494115:ERROR:gpu_memory_buffer_factory_native_pixmap.cc(261)]
> Failed to create pixmap 1024x512, RGBA_8888, usage GPU_READ
> [708429:708429:0113/192059.494288:ERROR:shared_image_backing_factory_gl_image.cc(351)]
> CreateSharedImage: Failed to create bindable image
> [708429:708429:0113/192059.494469:ERROR:shared_image_factory.cc(586)]
> CreateSharedImage: could not create backing.
> [708382:708382:0113/192059.571489:ERROR:gpu_process_host.cc(968)] GPU process
> exited unexpectedly: exit_code=5
> [708569:708569:0113/192059.735783:ERROR:gpu_init.cc(457)] Passthrough is not
> supported, GL is egl, ANGLE is
> [708511:1:0113/192059.741308:ERROR:command_buffer_proxy_impl.cc(125)]
> ContextResult::kTransientFailure: Failed to send
> GpuControl.CreateCommandBuffer.
> [708569:708569:0113/192059.746960:ERROR:sandbox_linux.cc(378)]


Can you please try starting chromium with the argument "--use-gl=desktop" and see if that  fixes it?

Also, I'm guessing you're running this under Wayland. If --use-gl=desktop doesn't help, can you try deleting lines 61 through 63 in /usr/bin/chromium? These are the lines to delete:

if [ -n "$WAYLAND_DISPLAY" ]; then
  CHROMIUM_FLAGS="$CHROMIUM_FLAGS --ozone-platform=wayland"
fi

Reply via email to