Seems it keeps crashing at:

[  132.445679] jik5.kamens.us gnome-shell[5201]: GNOME Shell crashed with 
signal 11
[  132.445679] jik5.kamens.us gnome-shell[5201]: == Stack trace for context 
0x55f933e61270 ==
[  132.446132] jik5.kamens.us gnome-shell[5201]: #0   55f933f7b088 i   
resource:///org/gnome/shell/ui/main.js:262 (2956a72e52e0 @ 12)
[  132.446132] jik5.kamens.us gnome-shell[5201]: #1   55f933f7aff8 i   
resource:///org/gnome/shell/ui/init.js:21 (2956a727d060 @ 48)

which is indeed the restart function itself:

    global.display.connect('restart', () => {
        global.reexec_self();
        return true;
    });

So next we need to see a stack trace of the C code leading up to
recexec_self.

1. Look in /var/crash for crash files and if found run:
    ubuntu-bug YOURFILE.crash
Then tell us the ID of the newly-created bug.

2. If step 1 failed then look at https://errors.ubuntu.com/user/ID where
ID is the content of file /var/lib/whoopsie/whoopsie-id on the machine.
Do you find any links to recent problems on that page? If so then please
send the links to us.

Please take care to avoid attaching .crash files to bugs as we are
unable to process them as file attachments. It would also be a security
risk for yourself.

** Changed in: gnome-shell (Ubuntu)
       Status: New => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-shell in Ubuntu.
https://bugs.launchpad.net/bugs/2033901

Title:
  gnome-shell regularly showing the "Oops! Something went wrong/ logout"
  screen after Alt-F2 r RET

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/2033901/+subscriptions


-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

Reply via email to