Skip to main content



      Home
Home » Eclipse Projects » Plugin Development Environment (PDE) » Eclipse just shuts down when using home made plugin
Eclipse just shuts down when using home made plugin [message #677328] Wed, 08 June 2011 04:00 Go to next message
Eclipse UserFriend
Hi,

I use a home made plugin for Eclipse, that reads binary files (among other things).

When I test my project, launching a separate Eclipse Application from inside Eclipse (through the MANIFEST.MF file), everything works fine.

So I exported the plugin, and added it to my dropins folder. Eclipse launches fine, I can open my new perspective, all buttons menus and views are there.

When selecting the binary file to be read, Eclipse just shuts down (no warning, no message, nothing).
How can I get additional information about why Eclipse just shuts down ?

Regards,

Maxime Lecourt

Edit : I use Eclipse Helios, under WindowsXP

[Updated on: Wed, 08 June 2011 04:17] by Moderator

Re: Eclipse just shuts down when using home made plugin [message #677350 is a reply to message #677328] Wed, 08 June 2011 05:11 Go to previous messageGo to next message
Eclipse UserFriend
I looked at the log file in my workspace/.metadata directory, nothing special in it.


Quote:
!ENTRY ADTREE 1 0 2011-06-08 09:45:23.106
!MESSAGE OJAWA V1.2.1 (07062011) found
!SESSION 2011-06-08 11:05:12.752 -----------------------------------------------
eclipse.buildId=M20110210-1200
java.version=1.6.0_24
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=fr_FR
Framework arguments: -product org.eclipse.epp.package.jee.product
Command-line arguments: -os win32 -ws win32 -arch x86 -product org.eclipse.epp.package.jee.product

!ENTRY ADTREE 1 0 2011-06-08 11:08:58.664
!MESSAGE using relocated OJAWA from D:\eclipse\dropins\plugins\otawa\libotawa\lib\libojawa.dll

!ENTRY ADTREE 1 0 2011-06-08 11:08:58.664
!MESSAGE OJAWA V1.2.1 (07062011) found
Re: Eclipse just shuts down when using home made plugin [message #686132 is a reply to message #677328] Sun, 19 June 2011 10:54 Go to previous messageGo to next message
Eclipse UserFriend
Hi

Start Eclipse from command line with the two options -debug -consoleLog.

Your description sounds to me like a JVM crash. More about analyzing the
core dumps:
http://download.oracle.com/javase/6/docs/technotes/guides/visualvm/coredumps.html
http://weblogs.java.net/blog/2009/02/19/crash-course-jvm-crash-analysis

HTH
Michael
Re: Eclipse just shuts down when using home made plugin [message #686469 is a reply to message #686132] Wed, 22 June 2011 05:44 Go to previous message
Eclipse UserFriend
Using the -debug option, Eclipse does not crash anymore.

There was a bug that was corrected in a branch of the plugin, but not on all, which might be the cause of the crash.
Previous Topic:Updating included feature either from parent site or its own site
Next Topic:No available Software Sites while TargetPlatform build
Goto Forum:
  


Current Time: Sun Jul 27 11:57:01 EDT 2025

Powered by FUDForum. Page generated in 0.03568 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top