天天看點

Linux centos 下 eclipse 打開檔案時關閉

原文位址:http://processors.wiki.ti.com/index.php/Linux_Host_Support#cairo-misc.c:380:_cairo_operator_bounded_by_source:_Assertion_.60NOT_REACHED.27_failed

http://processors.wiki.ti.com/index.php/Linux_Host_Support

現象描述:在 centos 系統下,打開eclipse後,打開檔案時,eclipse退出。

                    在指令行下啟動時,會列印異常資訊:

                     java: cairo-misc.c:380: _cairo_operator_bounded_by_source: Assertion `NOT_REACHED' failed.

問題分析:該問題會在Centos6.6及更高版本出現。也會在其他版本中出現。

解決方案:在eclipse安裝目錄下的eclipse.ini配置檔案中添加:-Dorg.eclipse.swt.internal.gtk.cairoGraphics=false

繼續閱讀