Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Rich Client Platform (RCP) » RCP app hangs after EXIT_RELAUNCH
RCP app hangs after EXIT_RELAUNCH [message #467272] Wed, 02 May 2007 09:43
Marko Topolnik is currently offline Marko TopolnikFriend
Messages: 42
Registered: July 2009
Member
I have encountered a quite vicious problem with my RCP app. In certain
conditions I need to relaunch the app (my IPlaftormRunnable returns
EXIT_RELAUNCH). But, instead of relaunching, it just hangs before
reaching any of my code. The way it hangs is that a single thread
occupies the processor 100% and the process's memory just keeps growing
until I kill it through the Task Manager.

Does anyone have a suggestion on what might be wrong? To isolate the
problem I have eliminated almost all the code from the
IPlatformRunnable.run(), I just show a message box and then return
EXIT_RELAUNCH.

It would also be a great help if anyone can advise me on how to run a
debug session against an exported product (when I run it through
Eclipse, it just exits without trying to relaunch).

My RCP is version 3.2.2 with JFace databinding plugins from 3.3M6 and
also a few extra plugins from Eclipse SDK 3.2.2 (ui.forms, ui.intro).


--
Marko Topolnik, Ph.D.
CROZ d.o.o.
mtopolnik@croz.net
Previous Topic:Adding a jar to an RCP application
Next Topic:Adapter mechanism
Goto Forum:
  


Current Time: Fri Apr 19 04:08:06 GMT 2024

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

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

Back to the top