| Summary: | System Settings freeze when opened after KSystemLog | ||
|---|---|---|---|
| Product: | [Applications] systemsettings | Reporter: | Bruno <baito30> |
| Component: | general | Assignee: | Plasma Bugs List <plasma-bugs-null> |
| Status: | RESOLVED WAITINGFORINFO | ||
| Severity: | normal | CC: | joseph, kde, nate |
| Priority: | NOR | Keywords: | efficiency-and-performance |
| Version First Reported In: | 5.21.90 | ||
| Target Milestone: | --- | ||
| Platform: | Kubuntu | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Bruno
2021-06-07 21:17:58 UTC
Cannot reproduce. Can you please attach a backtrace of what System Settings is doing when it hangs? To do this, you would need to launch the app using gdb, like so: `gdb /usr/bin/systemsettings5` Then type "run". When it freezes, type "bt" and then paste the full output in here. (gdb) run Starting program: /usr/bin/systemsettings5 [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1". [New Thread 0x7ffff1469640 (LWP 4806)] [New Thread 0x7fffebfff640 (LWP 4807)] [New Thread 0x7fffe9be4640 (LWP 4808)] [New Thread 0x7fffe93e3640 (LWP 4809)] [New Thread 0x7fffe8be2640 (LWP 4810)] [New Thread 0x7fffdbfff640 (LWP 4811)] [New Thread 0x7fffdad94640 (LWP 4812)] [New Thread 0x7fffda593640 (LWP 4813)] [New Thread 0x7fffd9d92640 (LWP 4814)] [New Thread 0x7fffd9591640 (LWP 4815)] [New Thread 0x7fffd8b65640 (LWP 4816)] [New Thread 0x7fffbe992640 (LWP 4817)] QQmlEngine::setContextForObject(): Object already has a QQmlContext [Detaching after fork from child process 4819] [Detaching after fork from child process 4820] [New Thread 0x7fffbd4d3640 (LWP 4821)] QQmlEngine::setContextForObject(): Object already has a QQmlContext QQmlEngine::setContextForObject(): Object already has a QQmlContext bt [Thread 0x7fffd9591640 (LWP 4815) exited] [Thread 0x7fffd9d92640 (LWP 4814) exited] [Thread 0x7fffda593640 (LWP 4813) exited] [Thread 0x7fffdad94640 (LWP 4812) exited] Hmm, that doesn't tell us much. :/ It could be the issue of an existing systemsettings not exiting properly that we've seen with the GHNS issue. Please reopen if an issue persists with Plasma 6.2 |