Bug 479492 - On Wayland, plasmashell exits with large(ish) number of windows
Summary: On Wayland, plasmashell exits with large(ish) number of windows
Status: CONFIRMED
Alias: None
Product: plasmashell
Classification: Plasma
Component: general (show other bugs)
Version: 5.27.9
Platform: Fedora RPMs Linux
: NOR crash
Target Milestone: 1.0
Assignee: Plasma Bugs List
URL:
Keywords: wayland
Depends on:
Blocks:
 
Reported: 2024-01-07 02:11 UTC by Don Estabrook
Modified: 2024-02-16 10:57 UTC (History)
3 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments
Output from strace plasmashell, exiting immediately after startup. (40.31 KB, application/gzip)
2024-01-07 02:11 UTC, Don Estabrook
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Don Estabrook 2024-01-07 02:11:53 UTC
Created attachment 164725 [details]
Output from strace plasmashell, exiting immediately after startup.

SUMMARY
If I open "too many" windows, plasmashell exits with the message
> The Wayland connection broke. Did the Wayland compositor die?
resulting in the panels and root window background disappearing, etc.
plasmashell does not appear to crash - there is no indication of a coredump - it simple exits with status 1.

I'm not sure how many windows are "too many".  I was roughly guessing about 100.  xwininfo currently says the root window has 165 children, if that helps - but I see what appear to be a lot of duplicates in its list.
When I discovered what was happening, I started running plasmashell from an xterm so that (a) I could continue working, and (b) so that I could see its output.  Sometimes there are additional error messages before the one shown above, but that is the only one that's consistent.
It seems that when I'm near the limit, plasmashell becomes increasing unstable as more windows are opened.  Beyond a certain point, it exits immediately after it starts.  If I then close some windows, I can restart plasmashell and it will run again until I open more windows.

I'm attaching output from plasmashell running under strace.  In its current state, it exits immediately after starting it, with no other message than the one shown above.

STEPS TO REPRODUCE
1. Start session, open applications (web browser, numerous xterms, gitk, Ardour, okular, ...).
2. Continue opening windows, keeping an eye on the panel containing task manager (for me this is at the bottom of the screen)...
3. 

OBSERVED RESULT
With somewhere between 50 and 150 open windows, an additional window seems to cause plasmashell to exit with zero or more error messages, always ending in the on cited above.

EXPECTED RESULT
Session continues to operate normally; panels and their apps continue to function, and I'm blissfully unaware of plasmashell. :-)

SOFTWARE/OS VERSIONS
Windows: 
macOS: 
Linux/KDE Plasma: Fedora 38
(available in About System)
KDE Plasma Version: 
KDE Frameworks Version: 
Qt Version: 

ADDITIONAL INFORMATION
Hardware: System76 Gazelle (gaze17); Intel i7-12700H; 64 GiB RAM
I have not installed proprietary nVidia drivers, and it appears I'm running nouveau - I see it in lsmod's output.  (I've previously played around with switching between Intel and nVidia GPUs and didn't remember how I left it.)
Comment 1 Don Estabrook 2024-01-07 02:59:46 UTC
I forgot to mention that the windows I have open are spread across 5 desktops.  It appears that the issue is related to the total number of windows on all desktops, not the number on a single desktop.  (Near "the limit", I can open or close a couple windows on any desktop and cause plasmashell to exit or not.  Windows closed don't have to be the same ones that were opened past the limit.)
Comment 2 Nate Graham 2024-02-15 22:54:31 UTC
Can confirm. All window titles are sent as a string to something, and the Wayland wire protocol has a character limit that we can exceed here.
Comment 3 Bug Janitor Service 2024-02-16 10:56:40 UTC
A possibly relevant merge request was started @ https://invent.kde.org/libraries/plasma-wayland-protocols/-/merge_requests/71
Comment 4 Bug Janitor Service 2024-02-16 10:57:06 UTC
A possibly relevant merge request was started @ https://invent.kde.org/plasma/kwin/-/merge_requests/5223
Comment 5 Bug Janitor Service 2024-02-16 10:57:45 UTC
A possibly relevant merge request was started @ https://invent.kde.org/plasma/plasma-workspace/-/merge_requests/3910