日志文件/var/log/apport.log包含大量表单的消息:
ERROR: apport (pid 7107) Fri Dec 16 18:58:31 2016: called for pid 7103, signal 5, core limit 0
ERROR: apport (pid 7107) Fri Dec 16 18:58:31 2016: executable: /usr/bin/xfsettingsd (command line "xfsettingsd --display :0.0 --sm-client-id 227270fe4-2f8e-4ec9-a0f8-560f8200286e")
ERROR: apport (pid 7107) Fri Dec 16 18:58:31 2016: gdbus call error: Error: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.gnome.SessionManager was not provided by any .service files
ERROR: apport (pid 7107) Fri Dec 16 18:58:31 2016: debug: session gdbus call:
ERROR: apport (pid 7107) Fri Dec 16 18:58:31 2016: this executable already crashed 2 times, ignoring
ERROR: apport (pid 7116) Fri Dec 16 18:58:31 2016: another apport instance is already running, aborting
ERROR: apport (pid 7119) Fri Dec 16 18:58:31 2016: another apport instance is already running, aborting这里出什么问题了?
发布于 2016-12-16 19:23:14
嘿,所以我不是100%确定是什么导致了错误,但看起来你的XFCE经历了一个问题,它崩溃了。在日志中,我们看到pid 7103的信号5 (信号手册页),然后另一个pid启动7107。对于pid 7107,错误看起来像是起源于/usr/bin/xfsettingsd,它有另外两次崩溃,但是日志只是将其记录为:this executable already crashed 2 times, ignoring。看起来,XFCE试图启动另一个实例,但7107没有完全停止,因此无法重新启动。
我不是100%在这方面,所以如果有人知道更多,然后我,请纠正我。
https://askubuntu.com/questions/861400
复制相似问题