You are not logged in.

#1 2020-01-22 03:18:19

1ptb3b
Member
Registered: 2017-01-17
Posts: 76

Core dumps on Wayland GNOME 3 and online accounts [SOLVED]

I was trying to add Google to my online accounts, but every time I click on the Google icon under Settings > Online Accounts, I get this core dump.

Process 10978 (gnome-control-c) of user 1000 dumped core.
    Stack trace of thread 10978:
    #0  0x00007f31c0b14f25 raise (libc.so.6 + 0x3bf25)
    #1  0x00007f31c0afe897 abort (libc.so.6 + 0x25897)
    #2  0x00007f31c0afe767 __assert_fail_base.cold (libc.so.6 + 0x25767)
    #3  0x00007f31c0b0d526 __assert_fail (libc.so.6 + 0x34526)
    #4  0x00007f31b129285c n/a (libnvidia-egl-wayland.so.1 + 0x585c)
    #5  0x00007f31b1292cc1 n/a (libnvidia-egl-wayland.so.1 + 0x5cc1)
    #6  0x00007f31b0fae49f n/a (libEGL_nvidia.so.0 + 0xc849f)
    #7  0x00007f31b0f35eeb n/a (libEGL_nvidia.so.0 + 0x4feeb)
    #8  0x00007f31b129439b n/a (libnvidia-egl-wayland.so.1 + 0x739b)
    #9  0x00007f31b0faa3a3 n/a (libEGL_nvidia.so.0 + 0xc43a3)
    #10 0x00007f31b0f32775 n/a (libEGL_nvidia.so.0 + 0x4c775)
    #11 0x00007f31b5794aea _ZN2WS8Instance10initializeEPv (libWPEBackend-fdo-1.0.so.1 + 0x6aea)
    #12 0x00007f31bb552210 n/a (libwebkit2gtk-4.0.so.37 + 0xa0e210)
    #13 0x00007f31bb557b3c n/a (libwebkit2gtk-4.0.so.37 + 0xa13b3c)
    #14 0x00007f31bb557bbd n/a (libwebkit2gtk-4.0.so.37 + 0xa13bbd)

These are some of the related packages I have installed.

$ pacman -Q | grep "gnome"
gnome-autoar 0.2.4-1
gnome-backgrounds 3.34.0-1
gnome-bluetooth 3.34.0+1+g96295afd-1
gnome-color-manager 3.32.0-2
gnome-control-center 3.34.2-1
gnome-desktop 1:3.34.2-1
gnome-keyring 1:3.34.0-2
gnome-menus 3.32.0-1
gnome-online-accounts 3.34.1-1
gnome-screenshot 3.34.0-1
gnome-session 3.34.2-1
gnome-settings-daemon 3.34.2-1
gnome-shell 1:3.34.3-1
gnome-terminal 3.34.2-1
gnome-themes-extra 3.28-1
gnome-video-effects 0.5.0+4+g9554041-1
libgnomekbd 3.26.1+2+g8d02ebd-1

$ pacman -Q | grep "nvidia"
nvidia 440.44-13
nvidia-settings 440.44-1
nvidia-utils 440.44-2

$ pacman -Q | grep "wayland"
egl-wayland 1.1.4-2
wayland 1.17.0-1
wayland-protocols 1.18-1
xorg-server-xwayland 1.20.7-1

Not sure if this is a known bug or if I messed up my GNOME install.

Last edited by 1ptb3b (2020-01-23 05:42:20)

Offline

#2 2020-01-23 01:50:51

maboleth
Member
Registered: 2020-01-03
Posts: 220

Re: Core dumps on Wayland GNOME 3 and online accounts [SOLVED]

It appears that you are using Nvidia driver with Wayland. That driver is NOT supported for Wayland and IMO, shouldn't be used until Nvidia makes it official. It's even turned off by default in Arch (you probably enabled it yourself).

Without full Nvidia integration with Wayland, you risk all kinds of instabilities and issues. Not worth it. Go back to X11 and try this again. I'm sure there will be no errors/dumps.

Either that or try open source Nouveau driver with Wayland. It is supported and it works. For normal usage (and no games and video intensive programs) nouveau should be sufficient.

Last edited by maboleth (2020-01-23 01:58:31)

Offline

#3 2020-01-23 05:44:03

1ptb3b
Member
Registered: 2017-01-17
Posts: 76

Re: Core dumps on Wayland GNOME 3 and online accounts [SOLVED]

Thank you. Yep. You're right.

Switching back to X11 doesn't cause the core dump.

Wayland and Nvidia don't mix.

Offline

Board footer

Powered by FluxBB