Summary: | Plasmashell randomly, frequently crashes when interacting with the panel | ||
---|---|---|---|
Product: | [Plasma] plasmashell | Reporter: | Emma Jane Bonestell <EmmaJaneBonestell> |
Component: | general | Assignee: | David Edmundson <kde> |
Status: | RESOLVED WORKSFORME | ||
Severity: | crash | CC: | plasma-bugs |
Priority: | NOR | Keywords: | drkonqi |
Version: | 5.19.5 | ||
Target Milestone: | 1.0 | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Emma Jane Bonestell
2021-03-01 21:45:41 UTC
from the code: ``` result = mmap(result, bytes, protection, flags, fd, 0); if (result == MAP_FAILED) { CRASH(); <--- and we are here } ``` which is pretty clear. If mmap fails, it implies we have a memory issue rather than an issue actually in this bit of code. Can you watch plasmashell in ksysguard/plasma-systemmonitor and see if the memory slowly climbs over time? If so can you see if removing any particular widgets makes that go away 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! 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! |