Hello,
After upgrading chromium (and there were no other updates, only
chromium), chromium fails when started with --temp-profile.
When started with --temp-profile a white box is displayed in X instead
of a window.
I am using X, over a network; the X client and server are 2 different
boxes.
Regardless of whether started with --temp-profile or not, chromium
produces at least 1 "*** stack smashing detected ***: terminated"
messages. These messages are repeated (forever?) every now and then
when started with --temp-profile.
FYI: I suspect that chromium has lately (sometime in the last few
months?) been "running" when left open with a blank window (no url)
after startup. If I switch to a different xfce4 desktop then I get a
dialog every few minutes about a window not responding and do I want
to terminate it or wait. I believe this has been the chromium window.
Now, with the update, I notice (when started without --temp-profile)
that the little spinning icon on the left side of the tab spins
forever, or until I put a url in the address bar and go to a website.
On my system chromium has always displayed some errors when started
with --temp-profile. Here are the before and after errors.
Before the upgrade:
$ chromium --temp-profile
Using temporary profile: /tmp/tmp.rt5PMS7VFH
libGL error: failed to authenticate magic 1
libGL error: failed to load driver: radeonsi
libva error: vaGetDriverNameByIndex() failed with unknown libva error, driver_name = (null)
[221529:221529:0114/123427.359380:ERROR:gpu_init.cc(426)] Passthrough is not supported, GL is desktop
[221529:221529:0114/123427.580913:ERROR:gl_context_glx.cc(172)] Failed to create GL context with glXCreateContextAttribsARB.
[221529:221529:0114/123427.581195:ERROR:gpu_info_collector.cc(81)] gl::init::CreateGLContext failed
[221529:221529:0114/123427.581332:ERROR:gpu_info_collector.cc(285)] Could not create context for info collection.
[221529:221529:0114/123427.581549:ERROR:gpu_init.cc(77)] CollectGraphicsInfo failed.
[221529:221529:0114/123427.586203:ERROR:viz_main_impl.cc(150)] Exiting GPU process due to errors during initialization
[221617:221617:0114/123427.635648:ERROR:gpu_init.cc(426)] Passthrough is not supported, GL is disabled
After the upgrade:
$ chromium --temp-profile&
Using temporary profile: /tmp/tmp.sLkvqeAASq
libGL error: failed to authenticate magic 1
libGL error: failed to load driver: radeonsi
[232438:232438:0114/204828.389040:ERROR:angle_platform_impl.cc(44)] Display.cpp:894 (initialize): ANGLE Display::initialize error 12289: Could not create a backing OpenGL context.
[232438:232438:0114/204828.389223:ERROR:gl_surface_egl.cc(783)] EGL Driver message (Critical) eglInitialize: Could not create a backing OpenGL context.
[232438:232438:0114/204828.389300:ERROR:gl_surface_egl.cc(1391)] eglInitialize OpenGL failed with error EGL_NOT_INITIALIZED, trying next display type
[232438:232438:0114/204828.391912:ERROR:angle_platform_impl.cc(44)] Display.cpp:894 (initialize): ANGLE Display::initialize error 12289: Could not create a backing OpenGL context.
[232438:232438:0114/204828.391990:ERROR:gl_surface_egl.cc(783)] EGL Driver message (Critical) eglInitialize: Could not create a backing OpenGL context.
[232438:232438:0114/204828.392033:ERROR:gl_surface_egl.cc(1391)] eglInitialize OpenGLES failed with error EGL_NOT_INITIALIZED
[232438:232438:0114/204828.392073:ERROR:gl_ozone_egl.cc(20)] GLSurfaceEGL::InitializeOneOff failed.
[232438:232438:0114/204828.394380:ERROR:viz_main_impl.cc(161)] Exiting GPU process due to errors during initialization
[232506:232506:0114/204828.435430:ERROR:gpu_init.cc(457)] Passthrough is not supported, GL is disabled, ANGLE is
[232403:232425:0114/204852.913999:ERROR:object_proxy.cc(642)] Failed to call method: org.freedesktop.DBus.Properties.Get: object_path= /org/freedesktop/portal/desktop: org.freedesktop.DBus.Error.NoReply: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
[232403:232425:0114/204852.914036:ERROR:select_file_dialog_impl_portal.cc(243)] Failed to read portal version property
[232403:232531:0114/204859.116708:ERROR:chrome_browser_main_extra_parts_metrics.cc(227)] START: ReportBluetoothAvailability(). If you don't see the END: message, this is crbug.com/1216328.
[232403:232531:0114/204859.116739:ERROR:chrome_browser_main_extra_parts_metrics.cc(230)] END: ReportBluetoothAvailability()
*** stack smashing detected ***: terminated
*** stack smashing detected ***: terminated
*** stack smashing detected ***: terminated
*** stack smashing detected ***: terminated
*** stack smashing detected ***: terminated
*** stack smashing detected ***: terminated
*** stack smashing detected ***: terminated
*** stack smashing detected ***: terminated
*** stack smashing detected ***: terminated
*** stack smashing detected ***: terminated
*** stack smashing detected ***: terminated
*** stack smashing detected ***: terminated
*** stack smashing detected ***: terminated
*** stack smashing detected ***: terminated
*** stack smashing detected ***: terminated
[0114/205006.867880:ERROR:scoped_ptrace_attach.cc(37)] process not stopped
*** stack smashing detected ***: terminated
*** stack smashing detected ***: terminated
*** stack smashing detected ***: terminated
*** stack smashing detected ***: terminated
*** stack smashing detected ***: terminated
*** stack smashing detected ***: terminated
(ctrl-c pressed at this point)
Here is the after-upgrade output without --temp-profile:
chromium
libGL error: failed to authenticate magic 1
libGL error: failed to load driver: radeonsi
[234674:234674:0114/212647.559505:ERROR:angle_platform_impl.cc(44)] Display.cpp:894 (initialize): ANGLE Display::initialize error 12289: Could not create a backing OpenGL context.
[234674:234674:0114/212647.559731:ERROR:gl_surface_egl.cc(783)] EGL Driver message (Critical) eglInitialize: Could not create a backing OpenGL context.
[234674:234674:0114/212647.559862:ERROR:gl_surface_egl.cc(1391)] eglInitialize OpenGL failed with error EGL_NOT_INITIALIZED, trying next display type
[234674:234674:0114/212647.597981:ERROR:angle_platform_impl.cc(44)] Display.cpp:894 (initialize): ANGLE Display::initialize error 12289: Could not create a backing OpenGL context.
[234674:234674:0114/212647.598105:ERROR:gl_surface_egl.cc(783)] EGL Driver message (Critical) eglInitialize: Could not create a backing OpenGL context.
[234674:234674:0114/212647.598275:ERROR:gl_surface_egl.cc(1391)] eglInitialize OpenGLES failed with error EGL_NOT_INITIALIZED
[234674:234674:0114/212647.598414:ERROR:gl_ozone_egl.cc(20)] GLSurfaceEGL::InitializeOneOff failed.
[234674:234674:0114/212647.626033:ERROR:viz_main_impl.cc(161)] Exiting GPU process due to errors during initialization
[234743:234743:0114/212647.670841:ERROR:gpu_init.cc(457)] Passthrough is not supported, GL is disabled, ANGLE is
[234631:234689:0114/212652.508944:ERROR:chrome_browser_main_extra_parts_metrics.cc(227)] START: ReportBluetoothAvailability(). If you don't see the END: message, this is crbug.com/1216328.
[234631:234689:0114/212652.509040:ERROR:chrome_browser_main_extra_parts_metrics.cc(230)] END: ReportBluetoothAvailability()
*** stack smashing detected ***: terminated
[234631:234666:0114/212711.986767:ERROR:object_proxy.cc(642)] Failed to call method: org.freedesktop.DBus.Properties.Get: object_path= /org/freedesktop/portal/desktop: org.freedesktop.DBus.Error.NoReply: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
[234631:234666:0114/212711.986847:ERROR:select_file_dialog_impl_portal.cc(243)] Failed to read portal version property