nmiell

Results 6 comments of nmiell

I am also experiencing this with gnome-shell-3.36.5-1.fc32.x86_64

I finally upgraded to Fedora 33/GNOME Shell 3.38/WindowOverlay Icons v36. Now every time the overlay is activated, it generates: > Dec 09 14:11:14 entropy gnome-shell[6685]: Can't update stage views actor...

That does appear to have fixed the issue, thanks. On Sun, Feb 7, 2021 at 4:37 AM Miroslav Šustek wrote: > I think finally managed to find the cause of...

The end of the stack trace is ``` #27 0x00007ffff690cd03 in eglMakeCurrent (dpy=, draw=, read=, ctx=) at ../src/egl/main/eglapi.c:991 #28 0x00007ffff69492bc in InternalLoseCurrent () at /usr/src/debug/libglvnd-1.5.0-1.fc37.x86_64/src/EGL/libegl.c:551 #29 0x00007ffff7e9556f in SDL_EGL_MakeCurrent (_this=0x555555623fd0,...

It is the same problem as it has always been, gldriverquery calls SDL_Quit from an atexit handler and you cannot safely call SDL_Quit from an atexit handler.

They don't need any more information, the fix is trivial (delete the atext(SDL_Quit) call from init_screen(), add an SDL_Quit() call to the end of main()). Somebody at Valve just needs...