[opensuse] Cleanup KDE paths?
Currently I have the problem on one laptop, that plasmashell eats 60% of CPU. strace shows, that it permanently tries to access an invalid path: strace -p $(pidof plasmashell) poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}, {fd=17, events=POLLIN}, {fd=26, events=POLLIN}, {fd=27, events=POLLIN}, {fd=28, events=POLLPRI}, {fd=30, events=POLLIN}, {fd=31, events=POLLIN}, {fd=32, events=POLLIN}, {fd=34, events=POLLIN}], 11, 0) = 1 ([{fd=5, revents=POLLIN}]) read(5, "\3\0\0\0\0\0\0\0", 16) = 8 fcntl(25, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=125, len=1}) = 0 lstat("/home/myuser/work\\xyz\\upload", 0x7ffe7669b3d0) = -1 ENOENT (No such file or directory) write(7, "\1\0\0\0\0\0\0\0", 8) = 8 futex(0x10c69cc, FUTEX_WAIT_PRIVATE, 1, NULL) = -1 EAGAIN (Resource temporarily unavailable) The path also looks strange: /home/myuser/work\\xyz\\upload The correct path is: /home/myuser/work/xyz/upload Ideas? Greetings, Björn -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
* Bjoern Voigt <bjoernv@arcor.de> [05-29-17 04:16]:
Currently I have the problem on one laptop, that plasmashell eats 60% of CPU.
strace shows, that it permanently tries to access an invalid path:
strace -p $(pidof plasmashell) poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}, {fd=17, events=POLLIN}, {fd=26, events=POLLIN}, {fd=27, events=POLLIN}, {fd=28, events=POLLPRI}, {fd=30, events=POLLIN}, {fd=31, events=POLLIN}, {fd=32, events=POLLIN}, {fd=34, events=POLLIN}], 11, 0) = 1 ([{fd=5, revents=POLLIN}]) read(5, "\3\0\0\0\0\0\0\0", 16) = 8 fcntl(25, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=125, len=1}) = 0 lstat("/home/myuser/work\\xyz\\upload", 0x7ffe7669b3d0) = -1 ENOENT (No such file or directory) write(7, "\1\0\0\0\0\0\0\0", 8) = 8 futex(0x10c69cc, FUTEX_WAIT_PRIVATE, 1, NULL) = -1 EAGAIN (Resource temporarily unavailable)
The path also looks strange: /home/myuser/work\\xyz\\upload The correct path is: /home/myuser/work/xyz/upload
Ideas?
kquitapp5 plasmashell && sleep 2 && kstart5 plasmashell & disown as <user> -- (paka)Patrick Shanahan Plainfield, Indiana, USA @ptilopteri http://en.opensuse.org openSUSE Community Member facebook/ptilopteri Registered Linux User #207535 @ http://linuxcounter.net Photos: http://wahoo.no-ip.org/piwigo paka @ IRCnet freenode -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
Patrick Shanahan wrote
kquitapp5 plasmashell && sleep 2 && kstart5 plasmashell & disown as <user> Thanks, but the new instance of plasmashell also eats >= 60% CPU.
Greetings, Björn -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
participants (2)
-
Bjoern Voigt
-
Patrick Shanahan