Problema: menu_proxy_module_load: assertion `dbusproxy != NULL’ failed

June 16, 2010

Ao tentar executar o eclipse tive o seguinte problema:

./eclipse

** (Eclipse:2989): CRITICAL **: menu_proxy_module_load: assertion `dbusproxy != NULL’ failed
#
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0×00007fbd4eb3be74, pid=2989, tid=140451675768592
#
# JRE version: 6.0_20-b02
# Java VM: Java HotSpot(TM) 64-Bit Server VM (16.3-b01 mixed mode linux-amd64 )
# Problematic frame:
# C [libglib-2.0.so.0+0x41e74] g_main_context_prepare+0×164
#
# An error report file with more information is saved as:
# /home/arbiza/eclipse/hs_err_pid2989.log
#
# 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 problematic frame for where to report the bug.
#

O problema é que instalei alguns dias atrás a interface de netbooks unity e ela instala o pacote appmenu-gtk . Basta removê-lo e tudo volta a funcionar.

# apt-get remove –purge appmenu-gtk

Leave a comment

Your comment