Summary: | Crash when opening the Touchpad KCM | ||
---|---|---|---|
Product: | [Applications] systemsettings | Reporter: | Noah Davis <noahadvs> |
Component: | general | Assignee: | Plasma Bugs List <plasma-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | kde |
Priority: | NOR | Keywords: | drkonqi |
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: |
Output of `valgrind --error-limit=no kcmshell5 kcm_touchpad`
Output of `valgrind --error-limit=no systemsettings5 kcm_touchpad` |
Description
Noah Davis
2020-06-14 11:44:17 UTC
Can you run under valgrind please (In reply to David Edmundson from comment #1) > Can you run under valgrind please How do I do that? I've tried to use valgrind with Qt apps in the past and couldn't get it to work. you run "valgrind kcmshell5 kcm_touchpad" then it'll be super slow and give a bunch of output Created attachment 129345 [details]
Output of `valgrind --error-limit=no kcmshell5 kcm_touchpad`
Created attachment 129346 [details]
Output of `valgrind --error-limit=no systemsettings5 kcm_touchpad`
Running `kcmshell5 kcm_touchpad` doesn't cause a crash, but running `systemsettings5 kcm_touchpad` does. Not sure what changed, but it seems to be fixed now. I recently cleared QML cache, so it may have something to do with that. |