Davmail Java termina com o SIGSEGV após a atualização 11.10

3

Um dos meus programas favoritos, o davmail, trava agora após a atualização para o 11.10. Basta verificar se há uma correção rápida antes de enviar um relatório de bug. Obrigado.

$ 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.
    
por cmcginty 15.10.2011 / 02:48

2 respostas

2

Eu resolvi instalando openjdk-7-jre e, em seguida, vinculando o script /usr/bin/davmail para usar o binário java JDK1.7.

    
por cmcginty 18.10.2011 / 03:44
1

Depois de instalar o openjdk7, faça isso:

sudo update-alternatives --set java /usr/lib/jvm/java-7-openjdk-i386/jre/bin/java
    
por vnkatesh 04.11.2011 / 06:51