Felix Yan wrote: > apport information > > ** Tags added: apport-collected > > ** Description changed: > > After a latest upgrade, when I started eclipse, the splash window > appeared and then, when the progress bar showed, the background of the > splash window went black, and after loading nothing appeared at all, nor > did the IDE window occur. > > I tried run it through a terminal and got no error message, dmesg and > /var/log/syslog looked similar as: > kernel: [165216.021468] java[13470] trap int3 ip:7f157df07882 > sp:7f15b3b831f0 error:0 > > Java: > $ java -version > java version "1.6.0_20" > Java(TM) SE Runtime Environment (build 1.6.0_20-b02) > Java HotSpot(TM) 64-Bit Server VM (build 16.3-b01, mixed mode) > > Kernel: > $ uname -r > 2.6.34-4-generic > > Version of eclipse packages: > # dpkg -l|grep eclipse > ii eclipse 3.5.2-3 > Extensible Tool Platform and Java IDE > ii eclipse-jdt 3.5.2-3 > Eclipse Java Development Tools (JDT) > ii eclipse-pde 3.5.2-3 > Eclipse Plug-in Development Environment (PDE > ii eclipse-platform 3.5.2-3 > Eclipse platform without plug-ins to develop > ii eclipse-platform-data 3.5.2-3 > Eclipse platform without plug-ins to develop > ii eclipse-plugin-cvs 3.5.2-3 > Eclipse Team Integration (CVS support) > ii eclipse-rcp 3.5.2-3 > Eclipse Rich Client Platform (RCP) > > Anyone can help me? > > - Update: Tried the official tar.gz from eclipse.org, but same problem > - exists > + Update: Tried the official tar.gz from eclipse.org, but same problem exists > + --- > + Architecture: amd64 > + DistroRelease: Ubuntu 10.10 > + InstallationMedia: Ubuntu 10.04 "Lucid Lynx" - Beta amd64 (20100318) > + Package: eclipse 3.5.2-3 > + PackageArchitecture: all > + ProcEnviron: > + LANGUAGE=en_US:en > + PATH=(custom, no user) > + LANG=en_US.utf8 > + SHELL=/bin/bash > + ProcVersionSignature: Ubuntu 2.6.34-5.12-generic 2.6.34 > + Tags: maverick > + Uname: Linux 2.6.34-5-generic x86_64 > + UserGroups: > + > + xulrunner-versions: > + /usr/lib/xulrunner-1.9.2.5pre > + /usr/lib/xulrunner-1.9.3a5pre > > ** Attachment added: "Dependencies.txt" > http://launchpadlibrarian.net/49490099/Dependencies.txt >
Hi Could you try to remove /usr/lib/xulrunner-1.9.3a5pre and try again? xulrunner is the single greatest known reason for eclipse crashes and has a tendency of breaking backwards compatibility. Also you may want to use -debug -consoleLog when running from a terminal to get the output (man eclipse for more information). ~Niels -- Eclipse cannot start in maverick https://bugs.launchpad.net/bugs/587151 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
