Problema Eclipse + LINUX

Fala galera beleza? Consegui um driver compativel com meu pc para linux e o linux está perfeito rodando aqui , porem o eclipse do nada da close…

Ele fecha… sem dizer nada , fui olhar os logs e tem isto:

[code]#

A fatal error has been detected by the Java Runtime Environment:

SIGSEGV (0xb) at pc=0x00711856, pid=3016, tid=3078960832

JRE version: 6.0_15-b03

Java VM: Java HotSpot™ Client VM (14.1-b02 mixed mode, sharing linux-x86 )

Problematic frame:

C [libpango-1.0.so.0+0x23856] pango_layout_new+0x36

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.

[/code]

Vi que muitos tavam tendo este problema devido a pouca memória , tenho 2gigas acho que não deveria ter problema.

Meu arquivo eclipse.ini está assim:

-startup plugins/org.eclipse.equinox.launcher_1.0.201.R35x_v20090715.jar --launcher.library plugins/org.eclipse.equinox.launcher.gtk.linux.x86_1.0.200.v20090520 -product org.eclipse.epp.package.jee.product -showsplash org.eclipse.platform --launcher.XXMaxPermSize 1024m -vmargs -Dosgi.requiredJavaVersion=1.6 -Xms512m -Xmx1024m -XX:PermSize=512m -XX:MaxPermSize=1024m

Quem puder ajudar agradeço desde já,

Abraço

FIX LIBPANGO DEPENDENCY ERRORS

Pango is the text layout and rendering library that GTK uses. The version that?s missing is in the Ubuntu 7.10 gutsy-updates (backports) repository. However, even with this repository enabled apt wouldn?t install it.

Here?s the solution I found:

1.Download the package from the libpango1.0-common page and install it. This is needed prior to installing libpango.
2.Download the package from the libpango1.0-0 page and install it.
After those two packages were installed, everything that was depending on libpango installed successfully.

ja ta instalado isso… mesmo erro…

uso o eclipse no Ubuntu 9.04 sem problemas, qual é o seu?

abs,

Se ele fecha pode ser problema de memória mesmo. Tente executar o eclipse com o parâmetro -clean também. Eu não usei isso diretamente no Eclipse, mas sim no Flex Builder, que é uma IDE Eclipse-based. Isso funcionou aqui.

Bom Dia amigo.

Qual a Linux vc esta utilizando?

Utilizo o Ubuntu 9.10 e realmente o mesmo esta com um " Bug" o eclipse abre porem as funçoes não funcionam, já foi prstado topicos sobre seu problema.
mas vc tem q fazer um arquivo e exeecultalo pelo terminal.

crie um arquivo “eclipsefix.sh” com o seguinte comando.
export GDK_NATIVE_WINDOWS=1
/opt/eclipse-3.5/eclipse (esse vc coloca o caminho onde esta localizado em sua maquina)

execute no terminal e pronto!

toda vez q precisar usar o eclipse vc abrira pelo terminal.
./eclipsefix.sh

espero ter ajudado.

abras

[quote=Felipe F. de Aguiar]uso o eclipse no Ubuntu 9.04 sem problemas, qual é o seu?

abs,[/quote]

9.10
no 9.04 tudo rodava de boa quando migrei deu merda…

Vou testar a solução do amigo ai encima.