@ernstp, the content of the .uploaded
file identifies the crash. So in your case:
$ cat /var/crash/_usr_bin_gnome-shell.1000.uploaded
02e64840-7e78-11eb-941e-fa163ee63de6
and then the details page is:
http://errors.ubuntu.com/oops/02e64840-7e78-11eb-941e-fa163ee63de6
But for everyone’s security, not everyone can view that page. In the case of your crash above, I can tell it is gnome-shell that crashed but there is no bug ID. The relevant section of log says:
gnome-shell[14721]: JS ERROR: Error: Source.notify() has been moved to Source.showNotification()this code will break in the future
notify@resource:///org/gnome/shell/ui/messageTray.js:793:23
_notify@/home/ernst/.local/share/gnome-shell/extensions/gamemode@christian.kellner.me/extension.js:212:26
_onStateChanged@/home/ernst/.local/share/gnome-shell/extensions/gamemode@christian.kellner.me/extension.js:259:26
_emit@resource:///org/gnome/gjs/modules/core/_signals.js:133:47
_onPropertiesChanged@/home/ernst/.local/share/gnome-shell/extensions/gamemode@christian.kellner.me/client.js:98:18
systemd[2036]: org.gnome.Shell@wayland.service: Main process exited, code=dumped, status=6/ABRT
so the first thing you should do is try disabling/uninstalling the gamemode extension.
In future if you want to get a bug ID and more help you should be able to force a new upload with:
cd /var/crash
sudo rm FILENAME.uploaded
sudo apport-cli FILENAME.crash
If that doesn’t work and you’re desperate for help then please manually create a bug using this page (or similar).