Fedora kde Discover stop working

Discover crashes every time it tries to update my applications

Application: Discover (plasma-discover), signal: Segmentation fault


warning: Can't open file /memfd:JSVMStack:QtQml (deleted) during file-backed mapping note processing

warning: Can't open file /memfd:JITCode:QtQml (deleted) during file-backed mapping note processing

warning: Can't open file /memfd:JSGCHeap:QtQml (deleted) during file-backed mapping note processing

warning: Can't open file /memfd:/.glXXXXXX (deleted) during file-backed mapping note processing

warning: Can't open file /memfd:kwin-dmabuf-feedback-table (deleted) during file-backed mapping note processing

warning: Can't open file /home/orange/.cache/discover/qmlcache/fdeeb4890a04d1a9333d79812f84dc7ec955d297.qmlc (deleted) during file-backed mapping note processing

warning: Can't open file /memfd:unknown-usage:QtQml (deleted) during file-backed mapping note processing

...

Thread 1 (Thread 0x7ff8f3ffc6c0 (LWP 57617)):
[KCrash Handler]
#4  0x00007ff98c3894cd in flatpak_transaction_real_run.lto_priv () from /lib64/libflatpak.so.0
#5  0x00007ff98c467d10 in FlatpakTransactionThread::run() () from /usr/lib64/qt6/plugins/discover/flatpak-backend.so
#6  0x00007ff9d98d1743 in QThreadPoolThread::run() () from /lib64/libQt6Core.so.6
#7  0x00007ff9d98c70e6 in QThreadPrivate::start(void*) () from /lib64/libQt6Core.so.6
#8  0x00007ff9d907ff54 in start_thread () from /lib64/libc.so.6
#9  0x00007ff9d910332c in __clone3 () from /lib64/libc.so.6

Have you tried from command line

sudo dnf update

?

Or if you are on an Atomic system,

sudo rpm-ostree upgrade

?

Using regular Fedora 42 system.

My system is up to date.

Updating and loading repositories:
Repositories loaded.
Nothing to do.

Then no need to use Discover. Find apps via the web and download and update via console.

You could report a bug direct to KDE if you want to.

Found the solution to the problem if anyone is encountering it too.

The log mentioned “revokefs-fuse”

Doing these commands:

sudo dnf reinstall fuse

and

sudo dnf reinstall fuse3

Fixed the problem for me.