https://bugs.kde.org/show_bug.cgi?id=488326
--- Comment #90 from Huanyu Liu <1293660...@qq.com> --- (In reply to David Edmundson from comment #85) > Can someone who can reproduce please run the following: > > gdb systemsettings > > When it loads: > > break QQmlEngine::QQmlEngine > run > > each time it stops type "continue" > > And then let me know how many times it stopped before throwing the error. Here is my timeline (without debuginfod): - Program is started - Breakpoint is hit immediately, and the window is not created yet - After continuing, the window is created, and the breakpoint is not hit anymore - Click on "Mouse & Touchpad", and the breakpoint is hit again - After continuing, the breakpoint is not hit anymore - Click on any module other than "Mouse & Touchpad / Mouse" and "Recent Files", and the breakpoint is not hit (but some error messages will be printed to the console) - If you click on "Mouse & Touchpad / Mouse" again or "Recent Files", the breakpoint will be hit once again If you do not click on "Mouse & Touchpad" in the first place (so the bug is not triggered), then "Wallpaper" and "Colors & Themes / Window Decorations" will also hit the breakpoint once. -- You are receiving this mail because: You are watching all bug changes.