Summary: | Desktop becomes unusable after plugin in and out wifi adapter | ||
---|---|---|---|
Product: | [Plasma] plasmashell | Reporter: | ananaskirsche |
Component: | Networking in general | Assignee: | Jan Grulich <jgrulich> |
Status: | RESOLVED DUPLICATE | ||
Severity: | normal | CC: | jgrulich, kde, plasma-bugs, postix |
Priority: | NOR | ||
Version: | master | ||
Target Milestone: | 1.0 | ||
Platform: | Manjaro | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
ananaskirsche
2020-03-31 05:50:27 UTC
Can you give a backtrace? Make sure debugging symbols for plasma-nm (and probably plasma-workspace and maybe some of Qt) are installed, then on a terminal type: gdb plasmashell Once it is loaded, type run to start it. Wait for that to finish (it'll take a bit longer than a normal startup) and then do whatever you did to make it freeze. Hit Ctrl+C in the gdb window to interrupt it and type thread apply all bt and paste the output here. I suspect it's networkmanager-qt waiting on some DBus reply for something that doesn't exist anymore. How do I assure that the debugging symbols, which are needed, are installed and set up correctly? Can you please test if the desktop responds again, if you kill '/usr/bin/networkmanager' in another TTY? If so, it may be related or a duplicate of #409392 I guess. *** This bug has been marked as a duplicate of bug 409392 *** Bulk transfer as requested in T17796 |