Célio Cidral Junior wrote: > I'm experiencing this problem too in a fresh install of Lucid beta2 with > all updates done until now. Even disabling A.T. and setting > GDK_NATIVE_WINDOWS=1 don't fix the problem. Eclipse freezes soon at the > splash screen when it's showing the message "Loading workbench". The > weirdest thing is that Eclipse have been working fine until I did some > apt-get updates yesterday. > > d...@meteoro:~$ eclipse > ^C# > # A fatal error has been detected by the Java Runtime Environment: > # > # SIGSEGV (0xb) at pc=0x003b8c86, pid=2685, tid=90250096 > # > # JRE version: 6.0_19-b04 > # Java VM: Java HotSpot(TM) Client VM (16.2-b04 mixed mode, sharing linux-x86 > ) > # Problematic frame: > # C [libpango-1.0.so.0+0x23c86] pango_layout_new+0x36 > # > # An error report file with more information is saved as: > # /home/duno/hs_err_pid2685.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. > # > Aborted (core dumped) >
Hi Could you please attach /home/duno/hs_err_pid2685.log to this bug? ~Niels -- Eclipse SIGSEGVs in libpango https://bugs.launchpad.net/bugs/445009 You received this bug notification because you are a member of OpenJDK, which is subscribed to openjdk-6 in ubuntu. Status in Eclipse: Fix Released Status in “eclipse” package in Ubuntu: Fix Released Status in “openjdk-6” package in Ubuntu: Invalid Status in “eclipse” source package in Karmic: New Status in “openjdk-6” source package in Karmic: New Status in “eclipse” package in Fedora: Fix Committed Bug description: ============= BUG ============= After having started Eclipse 3.5 on Karmic 32bit (openjdk-6-jre 6b16-1.6.1-1ubuntu2) and running it for some minutes, it terminates saying # # A fatal error has been detected by the Java Runtime Environment: # # SIGSEGV (0xb) at pc=0xb7b62856, pid=24497, tid=3084424896 # # JRE version: 6.0_15-b03 # Java VM: Java HotSpot(TM) Client VM (14.1-b02 mixed mode, sharing linux-x86 ) # Problematic frame: # C [libpango-1.0.so.0+0x23856] pango_layout_new+0x36 # # An error report file with more information is saved as: # /home/niklas/hs_err_pid24497.log [...] Seems to be the bug in https://bugzilla.redhat.com/show_bug.cgi?id=522187 , but for the bug opener, the problem seems to be gone. Please tell me if you need more information. ============= WORKAROUND ============= Disable assistive technologies: System > Preferences > Assistive Technology Preferences > "Enable assistive technologies" -OR- Replace /usr/lib/eclipse/plugins/org.eclipse.swt.gtk.linux.x86_3.5.1.v3555a.jar (rename it to .backup or something) with 32bit Ubuntu: http://launchpadlibrarian.net/36500083/org.eclipse.swt.gtk.linux.x86_3.5.1.v3555a.jar 64bit Ubuntu: http://launchpadlibrarian.net/36643806/org.eclipse.swt.gtk.linux.x86_64_3.5.1.v3555a.jar (See comment 44 and 47 for more info) _______________________________________________ Mailing list: https://launchpad.net/~openjdk Post to : [email protected] Unsubscribe : https://launchpad.net/~openjdk More help : https://help.launchpad.net/ListHelp

