Eclipse continue crashing

后端 未结 2 1420
耶瑟儿~
耶瑟儿~ 2020-11-29 01:15

today my Eclipse continue crashing and show me this message:

#
# A fatal error has been detected by the Java Runtime Environment:
#
#  SIGSEGV (0xb) at pc=0x         


        
相关标签:
2条回答
  • 2020-11-29 01:56

    Upgrade to 4.3 or 4.4 works better, since for some Eclipse projects it continues to crash (egit, ADT...). If you are running old version of Eclipse I suggest you to delete the old installation and reinstall new version of Eclipse.

    Install latest Eclipse in Ubuntu 14.04

    0 讨论(0)
  • 2020-11-29 01:59

    Check bug report https://bugs.eclipse.org/bugs/show_bug.cgi?id=404776 . I suggest you to upgrade to the newest Eclipse 4.3 (Kepler).

    Alternativelly you can try workaround suggested in comment #6:

    For a workaround add the following to the end of your eclipse.ini

    -Dorg.eclipse.swt.browser.DefaultType=mozilla

    0 讨论(0)
提交回复
热议问题