如下所示,我通过 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 …Run Code Online (Sandbox Code Playgroud)