web-dev-qa-db-fra.com

Davmail Java se termine avec SIGSEGV après la mise à niveau 11.10

L'un de mes programmes préférés, davmail, se bloque maintenant après la mise à niveau vers 11.10. Je vérifie simplement s'il existe une solution rapide avant de soumettre un rapport de bogue. Merci.

$ davmail 
#
# A fatal error has been detected by the Java Runtime Environment:
#
#  SIGSEGV (0xb) at pc=0x00007ff9e08d46b0, pid=7998, tid=140711267337984
#
# JRE version: 6.0_23-b23
# Java VM: OpenJDK 64-Bit Server VM (20.0-b11 mixed mode linux-AMD64 compressed oops)
# Derivative: IcedTea6 1.11pre
# Distribution: Ubuntu oneiric (development branch), package 6b23~pre10-0ubuntu5
# Problematic frame:
# C  [libdbus-1.so.3+0x246b0]
[error occurred during error reporting (printing problematic frame), id 0xb]

# An error report file with more information is saved as:
# /home/pcm/hs_err_pid7998.log
GConf Error: Configuration server couldn't be contacted: D-BUS error: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
3
cmcginty

J'ai résolu en installant openjdk-7-jre, puis en liant le /usr/bin/davmail script pour utiliser le JDK1.7 Java binaire.

2
cmcginty

Après avoir installé openjdk7, procédez comme suit:

Sudo update-alternatives --set Java /usr/lib/jvm/Java-7-openjdk-i386/jre/bin/Java
1
vnkatesh