几周以来进化一直坠毁。当我切换到联系方式和双击在接触时,Evolution 崩溃,并且经常整个 Ubuntu 会话(我必须再次登录 Ubuntu)。有时,即使我只需单击一次联系人即可获取 Evolution 的概述联系人。我明白了错误在终端中:
$ evolution
(evolution:29482): camel-WARNING **: Failed to initialize NSS SQL
database in sql:/etc/pki/nssdb: NSS error -8126
(evolution:29482): Gdk-ERROR **: The program 'evolution' received an X
Window System error.
This probably reflects a bug in the program.
The error was 'GLXBadDrawable'.
(Details: serial 9985 error_code 171 request_code 155 (GLX)
minor_code 29)
(Note to programmers: normally, X errors are reported asynchronously;
that is, you will receive the error a while after causing it.
To debug your program, run it with the GDK_SYNCHRONIZE environment
variable to change this behavior. You can then get a meaningful
backtrace from your debugger if you break on the gdk_x_error()
function.)
Trace/breakpoint trap (core dumped)
当我使用右键菜单选项“添加到联系人...”打开同一个联系人时,单击电子邮件中的电子邮件地址,然后单击“编辑”,不会出现崩溃,我可以安全地编辑该联系人。我也可以创建新联系人,但当我尝试从联系人中编辑它时,Evolution 会崩溃。
不久之后,我注意到我所关注的反复崩溃选择加入 HWE(硬件支持堆栈)的说明:
sudo apt install --install-recommends linux-generic-hwe-16.04 xserver-xorg-hwe-16.04
我不太了解氢能资源并希望拥有最新的系统。
答案1
我可以不是发现解决方案在发射台并通过进化邮件列表, 我尝试过了卸载这氢能资源并且它工作!无崩溃不再。以下是指示为了卸载这氢能资源(硬件支持堆栈):
1. 卸载新的 X 堆栈:
sudo apt remove xserver-xorg-core-hwe-16.04 xserver-xorg-input-all-hwe-16.04 linux-generic-hwe-16.04 xserver-xorg-video-all-hwe-16.04
您将看到该命令还会删除 ubuntu-desktop 包。别担心。以下命令将重新安装它。2
. 然后安装 后退这原始 xserver-xorg通过命令:
sudo apt install xserver-xorg-core
sudo apt install ubuntu-desktop xserver-xorg xserver-xorg-video-all xserver-xorg-input-all libgl1-mesa-dri:i386 libgl1-mesa-glx:i386