Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    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 08:00 Go to next message
MaximeLecourt  is currently offline MaximeLecourt Friend
Messages: 108
Registered: February 2010
Location: France
Senior Member
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


One day I shall master M2T, but that day has yet to come...

[Updated on: Wed, 08 June 2011 08:17]

Report message to a moderator

Re: Eclipse just shuts down when using home made plugin [message #677350 is a reply to message #677328] Wed, 08 June 2011 09:11 Go to previous messageGo to next message
MaximeLecourt  is currently offline MaximeLecourt Friend
Messages: 108
Registered: February 2010
Location: France
Senior Member
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


One day I shall master M2T, but that day has yet to come...
Re: Eclipse just shuts down when using home made plugin [message #686132 is a reply to message #677328] Sun, 19 June 2011 14:54 Go to previous messageGo to next message
Michael Pellaton is currently offline Michael PellatonFriend
Messages: 289
Registered: July 2009
Senior Member
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 09:44 Go to previous message
MaximeLecourt  is currently offline MaximeLecourt Friend
Messages: 108
Registered: February 2010
Location: France
Senior Member
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.


One day I shall master M2T, but that day has yet to come...
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: Fri Apr 19 22:51:06 GMT 2024

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

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

Back to the top