Critical error

Hi i am getting these critical errors on my last boot.

should I be concerned, how can I fix them?

journalctl -b -p err
Dec 04 09:28:41 fedora kernel: shpchp 0000:07:00.0: pci_hp_register failed with error -16
Dec 04 09:28:41 fedora kernel: shpchp 0000:07:00.0: Slot initialization failed
Dec 04 09:29:07 fedora gdm-password][2695]: gkr-pam: unable to locate daemon control file
Dec 04 09:29:18 fedora systemd-coredump[4798]: [🡕] Process 4788 (monero-wallet-g) of user 1000 dumped core.

                                           Stack trace of thread 2:
                                           #0  0x00007fcaff89d51c n/a (/usr/lib/x86_64-linux-gnu/libc.so.6 + 0x9c51c)
                                           #1  0x00007fcaff8433be n/a (/usr/lib/x86_64-linux-gnu/libc.so.6 + 0x423be)
                                           #2  0x00007fcaff82a8ed n/a (/usr/lib/x86_64-linux-gnu/libc.so.6 + 0x298ed)
                                           #3  0x00007fcb00c9e486 n/a (/usr/lib/x86_64-linux-gnu/libQt5Core.so.5.15.17 + 0x9e486)
                                           #4  0x00005572fcf3da30 n/a (n/a + 0x0)
                                           ELF object binary architecture: AMD x86-64

Dec 04 09:29:19 fedora abrt-notification[4949]: [🡕] Process 4788 (monero-wallet-gui) crashed in ??()
Dec 04 09:30:08 fedora systemd-coredump[5209]: [🡕] Process 5205 (monero-wallet-g) of user 1000 dumped core.

                                           Stack trace of thread 2:
                                           #0  0x00007f0e9de9d51c n/a (/usr/lib/x86_64-linux-gnu/libc.so.6 + 0x9c51c)
                                           #1  0x00007f0e9de433be n/a (/usr/lib/x86_64-linux-gnu/libc.so.6 + 0x423be)
                                           #2  0x00007f0e9de2a8ed n/a (/usr/lib/x86_64-linux-gnu/libc.so.6 + 0x298ed)
                                           #3  0x00007f0e9f29e486 n/a (/usr/lib/x86_64-linux-gnu/libQt5Core.so.5.15.17 + 0x9e486)
                                           #4  0x00005594f2718a30 n/a (n/a + 0x0)
                                           ELF object binary architecture: AMD x86-64

Dec 04 09:30:09 fedora abrt-notification[5262]: [🡕] Process 5205 (monero-wallet-gui) crashed in ??()
Dec 04 09:53:50 fedora sudo[7070]: pam_systemd(sudo:session): Failed to check if /run/user/0/bus exists, ignoring: Permission denied

Yes be concerned.

If this is software package by Fedora report the bug in the Fedora bugtracker.
If its from somewhere else then you need to report the bug to them for help.

I wonder how this is possible? This file system layout is not used on Fedora, it looks like the multilib layout from debian based distributions. :thinking:

When I’ve seen this it’s been from inside a container or Flatpak (here’s a Flatpak example).

Hi Fabio, is there a way that I can fix these errors?

Not sure wh

Where did you install monero-wallet-gui from? It’s the executable that crashes according to the logs you included above - and it appears that it’s not a program that’s distributed by Fedora?

I have installed it from flathub, i can only open the wallet from command line now by running this command first:

export QT_QPA_PLATFORM=wayland

I would recommend to file a bug against that flatpak then - I’m not sure if there’s anything that can be done about this on the Fedora side. I think that would be at https://github.com/flathub/org.getmonero.Monero

flatpak override --user --env QT_QPA_PLATFORM=wayland org.getmonero.Monero

That should work.

That might work as a local workaround.

But there was a change to the flatpak manifest in flathub a few days ago that looks suspicious and could have caused this problem: https://github.com/flathub/org.getmonero.Monero/commit/b1b5c15 … so it might be good to get it actually fixed at the source?

Yes it worked thank you

I will file a bug against the flatpak thank you

1 Like

After appliyng the override I get these errors, does anyone noes how to fix them?

journalctl -b -p err
Dec 04 16:49:18 fedora kernel: shpchp 0000:07:00.0: pci_hp_register failed with error -16
Dec 04 16:49:18 fedora kernel: shpchp 0000:07:00.0: Slot initialization failed
Dec 04 16:49:47 fedora gdm-password][2733]: gkr-pam: unable to locate daemon control file
Dec 04 16:49:48 fedora systemd[2812]: Failed to start app-gnome-user\x2ddirs\x2dupdate\x2dgtk-3234.scope - Application launched by gnome-session-servi>
lines 1-4/4 (END)

These don’t look related to the original issue.