Bug 430607 - applications crash on system load
Summary: applications crash on system load
Status: RESOLVED FIXED
Alias: None
Product: kwin
Classification: Plasma
Component: wayland-generic (show other bugs)
Version: unspecified
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: KWin default assignee
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-12-20 03:34 UTC by simplelinuxuser
Modified: 2021-01-09 18:06 UTC (History)
1 user (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 simplelinuxuser 2020-12-20 03:34:50 UTC
plasmashell 5.20.4
qt5-qtbase-5.15.2-2.fc33.x86_64

When on wayland applications crash when heavily loaded.

This happens for me with clementine importing a big library or dolphin opening a big folder (100.000 files), during that time I am trying to resize it.

The easiest way to reproduce is:
1) Open a terminal.
2) start dolphin/system settings/clementine/kwrite
3) press ctrl - z
4) try to resize the application
5) write 'fg'
6) application crashes
Comment 1 David Edmundson 2020-12-20 23:06:02 UTC
Cannot reproduce.

Qt 5.15.2 is before the callback refactor, which could be related. 


Please include stderr of the crashing app with your steps.
Comment 2 simplelinuxuser 2020-12-21 10:53:46 UTC
I did some further researching and this might be it:
https://gitlab.freedesktop.org/wayland/wayland/-/issues/159

It basically says that any application on wayland will crash this way.
Either via (ctrl-z) or if an application does stuff (dir loading, big file loading)

At least there is X11 still (which has some other issues for me).

Oh well :(
Comment 3 Bug Janitor Service 2021-01-05 04:33:57 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 Christoph Feck 2021-01-09 16:59:11 UTC
New information was added with comment 2; changing status for inspection.

Indeed I remember that clients get terminated, if they don't answer Wayland pings regularily.
Comment 5 David Edmundson 2021-01-09 18:06:24 UTC
We can't do much with the information given. 

I would assume it's running out of IDs which the callback refactor fixes