I've already filed a bug report about this issue, but the bug dudes haven't yet been able to find the cause:
Plasma (+/- Xorg) will freeze on me occasionally, especially when running Firefox...this has just happened to me on my laptop and I'm writing now from a desktop PC with it (laptop) beside me. I was able to switch to one of the consoles, where I may now work on it via CLI.
It is still running, and - not currently very good at troubleshooting difficult software bugs - I was hoping some of you could help me determine the root of this issue; here's what I've done so far:
- "top" revealed 3 application using >= 50% CPU (my laptop has a Core2 Duo processor) - plasma, Xorg, and VirtualBox
- I decided to kill plasma and try restarting it so my work wouldn't be lost:
- I decided to check whether Xorg and D-Bus were still running:
- I was running Vista in VirtualBox so I could complete a VB homework assignment with VisualStudio, and wanted to "gracefully" shut it down via CLI because I've heard horror stories about Window$ VM's becoming extremely unstable after the VM is suddenly killed:
And that's as far as I've gotten; can somebody please help me troubleshoot this issue so it can be resolved, PLEASE?
Plasma (+/- Xorg) will freeze on me occasionally, especially when running Firefox...this has just happened to me on my laptop and I'm writing now from a desktop PC with it (laptop) beside me. I was able to switch to one of the consoles, where I may now work on it via CLI.
It is still running, and - not currently very good at troubleshooting difficult software bugs - I was hoping some of you could help me determine the root of this issue; here's what I've done so far:
- "top" revealed 3 application using >= 50% CPU (my laptop has a Core2 Duo processor) - plasma, Xorg, and VirtualBox
- I decided to kill plasma and try restarting it so my work wouldn't be lost:
Code:
~$ ps axo comm,pid | grep plasma plasma 12488 ~$ kill 12488 ~$ /usr/lib/kde4/bin/plasma <unknown program name> (30367)/: Cannot connect to the X server plasma(30368): KUniqueApplication: Cannot find the D-Bus session server plasma(30367): KUniqueApplication: Pipe closed unexpectedly.
Code:
~$ ps axo comm,pid,pcpu,pmem | grep Xorg Xorg 12289 7.0 9.0 ~$ ps axo comm,pid,pcpu,pmem | grep dbus dbus-daemon 5352 0.1 0.0 dbus-launch 12460 0.0 0.0 dbus-daemon 12461 0.0 0.0
Code:
~$ VirtualBox --help Qt WARNING: VirtualBox: cannot connect to X server
Comment