15.7,偶发的一个bug,fcitx高cpu占用
Tofloor
poster avatar
150******77
deepin
2018-08-22 19:01
Author
基本上吃满一个核cpu,strace -p查了下其进程情况,发现一直
select(33, [3 5 6 7 10 12 32], [], [5 6 32], NULL) = 1 (in [10])
read(3, 0x7ffdf4b63d47, 1)              = -1 EAGAIN (Resource temporarily unavailable)
recvmsg(7, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
accept(12, 0x7ffdf4b63c30, [110])       = -1 EAGAIN (Resource temporarily unavailable)
select(33, [3 5 6 7 10 12 32], [], [5 6 32], NULL) = 1 (in [10])
read(3, 0x7ffdf4b63d47, 1)              = -1 EAGAIN (Resource temporarily unavailable)
recvmsg(7, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
accept(12, 0x7ffdf4b63c30, [110])       = -1 EAGAIN (Resource temporarily unavailable)
select(33, [3 5 6 7 10 12 32], [], [5 6 32], NULL) = 1 (in [10])
read(3, 0x7ffdf4b63d47, 1)              = -1 EAGAIN (Resource temporarily unavailable)
recvmsg(7, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
accept(12, 0x7ffdf4b63c30, [110])       = -1 EAGAIN (Resource temporarily unavailable)



Reply Favorite View the author
All Replies
avatar
21wmd
deepin
2018-08-22 20:17
#1
感觉 fcitx 的坑还不少
Reply View the author
avatar
186******39
deepin
2018-08-22 22:03
#2
这个不是15.7才偶发,15.6阶段就偶发了~~
Reply View the author
avatar
150******77
deepin
2018-08-23 01:24
#3
https://bbs.deepin.org/post/167553
这个不是15.7才偶发,15.6阶段就偶发了~~

15.6我好像没遇过
Reply View the author