Bug 474209 - Panel becomes unresponsive, shows stale data
Summary: Panel becomes unresponsive, shows stale data
Status: RESOLVED WORKSFORME
Alias: None
Product: plasmashell
Classification: Plasma
Component: Panel (show other bugs)
Version: 5.27.7
Platform: Arch Linux Linux
: NOR crash
Target Milestone: 1.0
Assignee: Plasma Bugs List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-09-06 07:41 UTC by chakli
Modified: 2023-10-07 03:46 UTC (History)
3 users (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description chakli 2023-09-06 07:41:13 UTC
TaskManager becomes unresponsive, shows stale data


STEPS TO REPRODUCE (not consistent)
1. do some long running/heavy operation on sshfs and NTFS drives on terminal and dolphin at the same time
2. Dolphin seems busy/unresponsive during the heavy operation
3. swtich tasks from task manager, it hangs. Dolphin eventually recovers.

OBSERVED RESULT
alt+tab works, krunner works, task switching generally works.
Taks manager is generally broken, even the start button(win key), calendar, volume, network applets(?) are unresponsive

in journalctl i see some errors
```
Sep 06 12:16:46 hostname kwin_x11[1170]: kwin_core: XCB error: 152 (BadDamage), sequence: 27898, resource id: 16779592, major code: 143 (DAMAGE), minor code: 3 (Subtract)
Sep 06 12:17:16 hostname systemd[1054]: app-konsole-2fc2fd9026d0468d9081e9618a734266.scope: Consumed 5.644s CPU time.
Sep 06 12:17:22 hostname krunner[1585]: QCommandLineParser: argument list cannot be empty, it should contain at least the executable name
Sep 06 12:17:22 hostname krunner[1585]: kf.sonnet.core: No language dictionaries for the language: "en_US"
Sep 06 12:17:25 hostname plasmashell[1250]: file:///usr/share/plasma/plasmoids/org.kde.plasma.taskmanager/contents/ui/Task.qml:286: Unable to assign [undefined] to QString
Sep 06 12:17:25 hostname plasmashell[1250]: file:///usr/share/plasma/plasmoids/org.kde.plasma.taskmanager/contents/ui/Task.qml:286: Unable to assign [undefined] to QString
```
usr/share/plasma/plasmoids/org.kde.plasma.taskmanager/contents/ui/Task.qml:286 contains
```
286:        mainItem.virtualDesktopParent = Qt.binding(() =>
287:            (model.VirtualDesktops !== undefined && model.VirtualDesktops.length > 0) ? model.VirtualDesktops : [0]);
```

EXPECTED RESULT
No crash

SOFTWARE/OS VERSIONS
Windows: 
macOS: 
Linux/KDE Plasma: 
(available in About System)
KDE Plasma Version: 5.27.7
KDE Frameworks Version: 5.109.0
Qt Version: 5.15.10

ADDITIONAL INFORMATION
Comment 1 Nate Graham 2023-09-06 19:12:46 UTC
Do you have an NVIDIA or an AMD GPU?
Comment 2 chakli 2023-09-07 17:58:14 UTC
Its connected to AMD card 7600

```
$ lspci -nn | grep -P "VGA|Display" 
00:02.0 VGA compatible controller [0300]: Intel Corporation AlderLake-S GT1 [8086:4680] (rev 0c)
03:00.0 VGA compatible controller [0300]: Advanced Micro Devices, Inc. [AMD/ATI] Navi 33 [Radeon RX 7700S/7600/7600S/7600M XT/PRO W7600] [1002:7480] (rev cf)
```
Comment 3 Bug Janitor Service 2023-09-22 03:46:14 UTC
Dear Bug Submitter,

This bug has been in NEEDSINFO status with no change for at least
15 days. Please provide the requested information as soon as
possible and set the bug status as REPORTED. Due to regular bug
tracker maintenance, if the bug is still in NEEDSINFO status with
no change in 30 days the bug will be closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

If you have already provided the requested information, please
mark the bug as REPORTED so that the KDE team knows that the bug is
ready to be confirmed.

Thank you for helping us make KDE software even better for everyone!
Comment 4 Bug Janitor Service 2023-10-07 03:46:25 UTC
This bug has been in NEEDSINFO status with no change for at least
30 days. The bug is now closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

Thank you for helping us make KDE software even better for everyone!