Konsole ~100% CPU use after closing.

Started by sunrat, 2015/12/08, 23:57:10

Previous topic - Next topic

sunrat

Konsole sometimes doesn't close properly from the window close button, seems ok from Ctrl-D. Just wondering if anyone else is experiencing this.

Tasks: 175 total,   3 running, 172 sleeping,   0 stopped,   0 zombie
%Cpu(s): 96.3 us,  3.5 sy,  0.0 ni,  0.0 id,  0.0 wa,  0.0 hi,  0.2 si,  0.0 st
KiB Mem :  4051900 total,  1847364 free,  1152376 used,  1052160 buff/cache
KiB Swap:  2406396 total,  2406396 free,        0 used.  2815104 avail Mem

  PID USER      PR  NI    VIRT    RES    SHR S  %CPU %MEM     TIME+ COMMAND                                                                   
6420 roger     20   0  448184  59184  37288 R  93.7  1.5   8:13.58 konsole                                                                   
17126 roger     20   0  447900  56664  36496 R  92.3  1.4   2:47.72 konsole                                                                   
  921 root      20   0  245176 129536  60544 S   2.3  3.2   0:17.51 Xorg

inxi -b
System:    Host: brain Kernel: 4.3.0-towo.3-siduction-amd64 x86_64 (64 bit) Desktop: KDE Plasma 5.4.2
           Distro: siduction 14.1.0 Indian Summer - kde - (201411230337)
Machine:   Mobo: Gigabyte model: EP45-UD3R v: x.x Bios: Award v: F3 date: 09/18/2008
CPU:       Dual core Intel Core2 Duo E8500 (-MCP-) speed/max: 2000/3166 MHz
Graphics:  Card: NVIDIA GM204 [GeForce GTX 970]
           Display Server: X.Org 1.17.3 drivers: nvidia (unloaded: fbdev,vesa,nouveau)
           Resolution: 3840x2160@60.00hz
           GLX Renderer: GeForce GTX 970/PCIe/SSE2 GLX Version: 4.5.0 NVIDIA 352.55
Network:   Card: Atheros TP-Link TL-WN821N v3 / TL-WN822N v2 802.11n [Atheros AR7010+AR9287] driver: ath9k_htc
Drives:    HDD Total Size: 2115.4GB (35.5% used)
Info:      Processes: 181 Uptime: 15:40 Memory: 1382.5/3956.9MB Client: Shell (bash) inxi: 2.2.28



I seem to have several issues like this possibly since installing Nvidia GTX970 with Nvidia drivers and new 4k monitor. Also have occasional Dolphin crash, and Plasma segfault notification on waking monitor from standby (with no apparent symptoms apart from notification).
Held off d-u since  2015-11-25 until I'm sure Plasma 5.5 is safe.

piper

Are you running sli (2 cards) with the GTX 970

This don't like right, especially the nvidia (unloaded: fbdev,vesa,nouveau) part, I could be wrong though, I've just never seen that on any of my boxes

Graphics:  Card: NVIDIA GM204 [GeForce GTX 970]
           Display Server: X.Org 1.17.3 drivers: nvidia (unloaded: fbdev,vesa,nouveau)
           Resolution: 3840x2160@60.00hz
           GLX Renderer: GeForce GTX 970/PCIe/SSE2 GLX Version: 4.5.0 NVIDIA 352.55


Mine looks like this (non-sli)

piper@x1:~$ inxi -b
System:    Host: x1 Kernel: 4.3.0-towo.3-siduction-amd64 x86_64 (64 bit) Desktop: KDE Plasma 5.4.3
           Distro: siduction 15.1.0 Thunderstruck - kde - (201510232355)
Machine:   Mobo: Gigabyte model: GA-970A-UD3 v: x.x Bios: Award v: F7 date: 10/22/2012
CPU:       Hexa core AMD FX-6300 Six-Core (-MCP-) speed/max: 1400/3500 MHz
Graphics:  Card: NVIDIA GM204 [GeForce GTX 970]
           Display Server: X.Org 1.17.3 driver: nvidia Resolution: 1920x1200@59.95hz
           GLX Renderer: GeForce GTX 970/PCIe/SSE2 GLX Version: 4.5.0 NVIDIA 352.63
Network:   Card: Realtek RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller driver: r8169
Drives:    HDD Total Size: 8009.8GB (24.2% used)
Info:      Processes: 233 Uptime: 12:06 Memory: 2204.5/16035.5MB Client: Shell (bash) inxi: 2.2.28


Won't hurt to do a

apt-get purge $(dpkg -l | awk '/nvidia/{ print $2 }')

reboot

apt-get install nvidia-driver nvidia-settings
or
apt-get install -t experimental nvidia-driver nvidia-settings

I have a Lucky Rabbit:    "Svoot" ..... (It's Swedish)

I am MAGA

sunrat

No SLI, single GTX970. There is a newer experimental driver but yet to install.
I need to head to work now, busy for a couple of days so it will have to wait. I was just wondering if anyone else was having similar issue.