| Summary: | kinit5 crash at logout | ||
|---|---|---|---|
| Product: | [Applications] systemsettings | Reporter: | RJ <ogldelphi> |
| Component: | kcm_touchpad | Assignee: | Plasma Bugs List <plasma-bugs-null> |
| Status: | RESOLVED WORKSFORME | ||
| Severity: | crash | CC: | kdelibs-bugs-null, ogldelphi, rajeeshknambiar |
| Priority: | NOR | ||
| Version First Reported In: | 5.17.5 | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
RJ
2016-11-03 14:00:57 UTC
Your crashes are really curious. Are you using some unconventional X11 setup? Here, XCloseDisplay causes an X IO Error. Ah wait, it is the touchpad kded module. You probably have an Wayland setup, but the touchpad module uses the XLib backend? Reassigning. (In reply to Christoph Feck from comment #2) > Ah wait, it is the touchpad kded module. You probably have an Wayland setup, > but the touchpad module uses the XLib backend? Reassigning. Upon logout XlibBackend destructor causes XDisplayCleanup::cleanup() to trigger which simply calls XCloseDisplay() (in X11 library) to close the connection. But lower in the stack X11 gets _XIOError. I'm not sure why. Like Christoph asked, are you in [X]Wayland session? (In reply to Rajeesh K V from comment #3) > (In reply to Christoph Feck from comment #2) > > Ah wait, it is the touchpad kded module. You probably have an Wayland setup, > > but the touchpad module uses the XLib backend? Reassigning. > > Upon logout XlibBackend destructor causes XDisplayCleanup::cleanup() to > trigger which simply calls XCloseDisplay() (in X11 library) to close the > connection. > But lower in the stack X11 gets _XIOError. I'm not sure why. > > Like Christoph asked, are you in [X]Wayland session? Definitely not, for now. It was ordinary X11 session. Thank you for reporting this crash in KDE software. As it has been a while since this issue was reported, can we please ask you to see if you can reproduce the crash with a recent software version? If you can reproduce the issue, please change the status to "CONFIRMED" when replying. Thank you! 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! |