| Summary: | Plasmashell hangs when browsing the System section of the application menu if the Dolphin entry is present due to an unavailable non-mounted NFS folder | ||
|---|---|---|---|
| Product: | [Plasma] plasmashell | Reporter: | bummer |
| Component: | generic-crash | Assignee: | Plasma Bugs List <plasma-bugs-null> |
| Status: | REPORTED --- | ||
| Severity: | crash | CC: | akselmo, kdedev |
| Priority: | NOR | Keywords: | drkonqi |
| Version First Reported In: | 6.5.5 | ||
| Target Milestone: | 1.0 | ||
| Platform: | Fedora RPMs | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: | New crash information added by DrKonqi | ||
|
Description
bummer
2026-01-18 17:53:02 UTC
Created attachment 188649 [details]
New crash information added by DrKonqi
DrKonqi auto-attaching complete backtrace.
Can you clarify what do you mean with "System menu?" Do you mean the "Places" tab in the application launcher?
Looking at the backtrace I see following:
Thread 3 (Thread 0x7fd1e8dd6300 (LWP 134857)):
#0 statx (fd=-100, path=0x5644e1fa6890 "/mnt/nfs/Documents8", flags=256, mask=2681, buf=0x7fffe9350aa0) at ../sysdeps/unix/sysv/linux/statx.c:28
#1 0x00007fd1ee0b254d in LSTAT (path=<optimized out>, buff=0x7fffe9350aa0, details=...) at /usr/src/debug/kf6-kio-6.22.0-1.fc42.x86_64/src/core/../kioworkers/file/stat_unix.h:45
#2 KFileItemPrivate::init (this=0x5644df063860) at /usr/src/debug/kf6-kio-6.22.0-1.fc42.x86_64/src/core/kfileitem.cpp:251
#3 0x00007fd1ee0b2d61 in KFileItemPrivate::ensureInitialized (this=<optimized out>) at /usr/src/debug/kf6-kio-6.22.0-1.fc42.x86_64/src/core/kfileitem.cpp:223
#4 KFileItem::isDir (this=this@entry=0x7fffe9350d00) at /usr/src/debug/kf6-kio-6.22.0-1.fc42.x86_64/src/core/kfileitem.cpp:1446
#5 0x00007fd1ee0b2d93 in KFileItem::isFile (this=0x7fffe9350d00) at /usr/src/debug/kf6-kio-6.22.0-1.fc42.x86_64/src/core/kfileitem.cpp:1462
#6 KFileItem::isFile (this=this@entry=0x7fffe9350d00) at /usr/src/debug/kf6-kio-6.22.0-1.fc42.x86_64/src/core/kfileitem.cpp:1456
#7 0x00007fd0f9769e5c in Kicker::recentDocumentActions (service=<optimized out>) at /usr/src/debug/plasma-workspace-6.5.5-1.fc42.x86_64/applets/kicker/actionlist.cpp:309
#8 0x00007fd0f9772f7f in AppEntry::actions (this=0x5644de56f9c0) at /usr/src/debug/plasma-workspace-6.5.5-1.fc42.x86_64/applets/kicker/appentry.cpp:331
#9 0x00007fd0f976f55a in AppsModel::data (this=this@entry=0x5644de5605a0, index=<optimized out>, role=role@entry=265) at /usr/src/debug/plasma-workspace-6.5.5-1.fc42.x86_64/applets/kicker/appsmodel.cpp:165
#10 0x00007fd0f978e1bb in ForwardingModel::data (this=<optimized out>, index=<optimized out>, role=265) at /usr/src/debug/plasma-workspace-6.5.5-1.fc42.x86_64/applets/kicker/forwardingmodel.cpp:95
#11 0x00007fd1edada05e in QModelIndex::data (this=0x7fffe93512b0, arole=265) at /usr/include/qt6/QtCore/qabstractitemmodel.h:519
#12 QQmlDMAbstractItemModelData::value (this=0x5644e1b54150, role=265) at /usr/src/debug/qt6-qtdeclarative-6.9.3-2.fc42.x86_64/src/qmlmodels/qqmldmabstractitemmodeldata.cpp:226
#13 0x00007fd1edada716 in QQmlDMAbstractItemModelData::metaCall (this=<optimized out>, call=<optimized out>, id=<optimized out>, arguments=0x7fffe93513d0) at /usr/src/debug/qt6-qtdeclarative-6.9.3-2.fc42.x86_64/src/qmlmodels/qqmldmabstractitemmodeldata.cpp:30
> "/mnt/nfs/Documents8"
Do you have network folder share there? That might explain the freezing.
System Menu refers to the part of the Application Menu that is labeled System. There’s also Office, Utilities, etc. They are automatically created and populated when software is installed, and of of course manually. Using the “Edit Applications…” option, I was able to narrow it down to the Dolphin entry in the System group. After I removed that, it stopped freezing. I couldn’t find any suspicious menu item properties for Dolphin, though. Also, the Application Menu alternatives (like Application Dashboard and Launcher) did not have any problems presenting the Dolphin item. Dolphin, when started directly from the Task Manager (where it is pinned), starts normally. The nfs folder is not available, since the NAS is refers to is off. The folder is on autofs, not being accessed and doesn’t show in Dolphin itself when I run Dolphin. Not sure why it should affect the Application Menu. (In reply to bummer from comment #3) > System Menu refers to the part of the Application Menu that is labeled > System. There’s also Office, Utilities, etc. They are automatically created > and populated when software is installed, and of of course manually. > > Using the “Edit Applications…” option, I was able to narrow it down to the > Dolphin entry in the System group. After I removed that, it stopped > freezing. I couldn’t find any suspicious menu item properties for Dolphin, > though. > Also, the Application Menu alternatives (like Application Dashboard and > Launcher) did not have any problems presenting the Dolphin item. > Dolphin, when started directly from the Task Manager (where it is pinned), > starts normally. > > The nfs folder is not available, since the NAS is refers to is off. The > folder is on autofs, not being accessed and doesn’t show in Dolphin itself > when I run Dolphin. Not sure why it should affect the Application Menu. Interesting.. What I think is going on is that something is trying to access the NFS folder from the Dolphin right click menu (If you right-click Dolphin icon, then it shows recent files). If the NFS folder is there, maybe it gets all kinds of confused.. Will need to investigate this further, thanks! (In reply to Akseli Lahtinen from comment #4) > Interesting.. What I think is going on is that something is trying to access > the NFS folder from the Dolphin right click menu (If you right-click Dolphin > icon, then it shows recent files). If the NFS folder is there, maybe it gets > all kinds of confused.. well in that case: When I right-click the Dolphin icon in the task bar, I get what I see in the places list in a regular Dolphin windows. Followed by the Remote and Recent submenus. The NAS with its NFS folder hasn’t been used for some days, many reboots ago, and it doesn’t appear in any of these lists, nor is there any freeze-up when playing with Dolphin once open. |