Java solution to Eclipse hang problem

  • 2020-04-01 02:03:00
  • OfStack

These days, Eclipse often fails because of JVM crashes. The following error log occurs each time:
#
# A fatal error has been detected by the Java Runtime Environment:
#
#   SIGSEGV (0xb) at PC =0x7bab036c, pid=12169, tid=3072990096
#
# JRE version: 6.0 _17 - b04
Java HotSpot(TM) Server VM (14.3-b01 mixed mode linux-x86)
# Problematic frame:
# C  [libxul. So + 0 xc8236c]
#
If you would like to submit a bug report, please visit:
#     http://java.sun.com/webapps/bugreport/crash.jsp
# The crash happened outside The Java Virtual Machine in native code.
# See contrast frame for where to report the bug.
#
Very depressed, later Google a pain, found the following method can be solved:

Add:

- Dorg. Eclipse SWT. Browser. XULRunnerPath = / usr/lib/xulrunner - 1.9 /

Then the problem was solved.


Related articles: