如下所示,我通过 apport-gtk 在启动时始终获得 100% 的 CPU 使用率。
根据Apport wiki甚至不应该在我的机器上运行,因为它不是测试版(尽管我从 14.04 LTS Beta 2 升级到发布版)。
最后,我尝试了以下方法无济于事:
$ cat /etc/default/apport
# set this to 0 to disable apport, or to 1 to enable it
# you can temporarily override this with
# sudo service apport start force_start=1
enabled=0
Run Code Online (Sandbox Code Playgroud)我已禁用系统设置 > 安全和隐私 > 诊断选项卡中的所有选项,如下所示。
$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 14.04 LTS
Release: 14.04
Codename: trusty
$ uname -a
Linux architect 3.13.0-24-generic #46-Ubuntu SMP Thu Apr 10 19:11:08 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux
Run Code Online (Sandbox Code Playgroud)
我已经没有想法了,不知道我能做些什么来解决这个问题。有任何想法吗?
Jan*_*hou 94
查看并删除 中的所有文件/var/crash/
:
rm /var/crash/*
Run Code Online (Sandbox Code Playgroud)
我突然遇到了同样的问题apport-gtk在每次重新启动时占用 100%。
似乎/var/crash/ 中有一个巨大的(2GB+)虚假崩溃文件无法解析。经过几分钟的等待,我总是以这个相当神秘的对话结束:
This problem report is damaged and cannot be processed. Error('Incorrect padding',)
Run Code Online (Sandbox Code Playgroud)
在我删除/var/crash/
两个问题中的文件后,它们都消失了。