可能是输入法 的问题
Tofloor
poster avatar
honwhywang
deepin
2018-09-04 07:28
Author
本帖最后由 honwhywang 于 2018-9-3 23:30 编辑

  1. honwhy@honwhy-PC:~$ ps -ef | grep defunct |grep -v grep
  2. honwhy   17127 17049  0 23:25 ?        00:00:00 [sh]
  3. honwhy@honwhy-PC:~$ ps aux|grep 17049
  4. honwhy   17049  0.5  0.3 391772 44820 ?        Sl   23:25   0:00 fcitx
  5. honwhy   17165  0.0  0.0  14656  1024 pts/0    S+   23:25   0:00 grep 17049
  6. honwhy@honwhy-PC:~$
Copy the Code
发现了一个进程,找到它的父进程杀死后,消失了,https://askubuntu.com/questions/ ... oesnt-it-get-killed
这个父进程就是'fcitx',
不过杀死后'fcitx'又重启,重启后又出现了子进程了

补充,找到了类似的问题https://bbs.deepin.org/post/135134
Reply Favorite View the author
All Replies

No replies yet