linux:eclipse_cannot_be_started

eclipse起動不能

# eclipse -clean
*** glibc detected *** /usr/lib64/eclipse/eclipse: double free or corruption (!prev): 0x0000000000635d60 ***
強制終了

eclipseのエラーログ

!SESSION 2008-03-21 00:39:28.275 -----------------------------------------------
eclipse.buildId=I20070625-1500
java.version=1.7.0
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=ja_JP
Command-line arguments:  -os linux -ws gtk -arch x86_64

!ENTRY org.eclipse.update.configurator 2008-03-21 00:39:46.127
!MESSAGE Could not install bundle plugins/org.eclipse.pde.build/   Bundle "org.eclipse.pde.build"
 version "3.3.0.v20070612" has already been installed from: update@plugins/org.eclipse.pde.build_3.3.0.v20070612/

!ENTRY org.eclipse.osgi 4 0 2008-03-21 00:39:49.500
!MESSAGE An error occurred while automatically activating bundle org.eclipse.ui.workbench (47).
!STACK 0
org.osgi.framework.BundleException: The activator org.eclipse.ui.internal.WorkbenchPlugin for bundle org.eclipse.ui.workbench is invalid
	at org.eclipse.osgi.framework.internal.core.AbstractBundle.loadBundleActivator(AbstractBundle.java:141)
	at org.eclipse.osgi.framework.internal.core.BundleContextImpl.start(BundleContextImpl.java:970)
	at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:346)
        ...

/usr/lib64/eclipseにある、swt関連の共有ライブラリへのリンクファイルが無いと、このエラーが発生するようである。
パッケージ: libswt3-gtk2 を削除して、eclipseごと再インストールすると直る。

  • linux/eclipse_cannot_be_started.txt
  • 最終更新: 2019/05/18 02:23
  • by 非ログインユーザー