← Back to team overview

openjdk team mailing list archive

[Bug 1242029] Re: openjdk-7 crashed while running vuze

 

A couple of integrations to my previous comment.

1) Areca includes an swt.jar file with its own libswt-gtk. This version
of swt-gtk conflicts with the glib in saucy and trusty 64 bit and makes
areca crash.

2) In order to make areca work with ubuntu's libswt-gtk it is sufficient
to get areca's swt.jar out of the way. For instance:

mv <areca dir>/lib/swt.jar <areca dir>/lib/swt.jar.bak

Unfortunately, this does not help. Areca segfaults even with the
ubuntu's libswt-gtk that also seems to have issues with recent glib.

3) Installing in the areca lib directory the latest swt.jar downloaded
from eclipse which brings in libswt-gtk-4332.so (and uninstalling
ubuntu's libswt)  the issue is fixed.

IMHO, this indicates that there is an issue in swt.jar that has been
fixed in the latest swt. Maybe, the fix is related to
https://bugs.eclipse.org/bugs/show_bug.cgi?id=407077.

In any case, I believe that the libswt that is in trusty should be fixed
or updated.

-- 
You received this bug notification because you are a member of OpenJDK,
which is subscribed to openjdk-7 in Ubuntu.
https://bugs.launchpad.net/bugs/1242029

Title:
  openjdk-7 crashed while running vuze

Status in “openjdk-7” package in Ubuntu:
  Confirmed

Bug description:
  #
  # A fatal error has been detected by the Java Runtime Environment:
  #
  #  SIGSEGV (0xb) at pc=0x00007f954f566528, pid=3894, tid=140279267034880
  #
  # JRE version: 7.0_25-b30
  # Java VM: OpenJDK 64-Bit Server VM (23.7-b01 mixed mode linux-amd64 compressed oops)
  # Problematic frame:
  # C  [libgobject-2.0.so.0+0x19528]  g_object_get_qdata+0x18
  #
  # Failed to write core dump. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
  #
  # An error report file with more information is saved as:
  # /home/kleber/vuze/hs_err_pid3894.log
  #
  # If you would like to submit a bug report, please include
  # instructions on how to reproduce the bug and visit:
  #   https://bugs.launchpad.net/ubuntu/+source/openjdk-7/
  # The crash happened outside the Java Virtual Machine in native code.
  # See problematic frame for where to report the bug.
  #
  ./azureus: linha 204:  3894 Abortado                (imagem do núcleo gravada) ${JAVA_PROGRAM_DIR}java "${JAVA_ARGS}" -cp "${CLASSPATH}" -Djava.library.path="${PROGRAM_DIR}" -Dazureus.install.path="${PROGRAM_DIR}" -Dazureus.script="$0" $JAVA_PROPS $START_CLASS "$@"
  Exit from Azureus complete
  No shutdown tasks to do
  Azureus TERMINATED.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openjdk-7/+bug/1242029/+subscriptions


References