Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Rich Client Platform (RCP) » Debugging hang on splash screen
Debugging hang on splash screen [message #1753975] Mon, 13 February 2017 15:04 Go to next message
Jonas Alesanas is currently offline Jonas AlesanasFriend
Messages: 3
Registered: February 2017
Junior Member
some times a RCP app hangs on the splash screen. Resolution is to remove the whole workspace or Workspace/.metadata/.plugins/org.eclipse.core.resources.{.safetable}. This messes up the workspace though. Going into a runtime eclipse instance works without issues.

Debugging so far included console, -debug, .log file, jstack, macOS instrumentation and the java thread dump which would point to an SVN in the workspace trying to be opened but waiting for something.

main" prio=5 tid=0x0000000101038000 nid=0x307 waiting for monitor entry [0x00007fff5fbf8000]
java.lang.Thread.State: BLOCKED (on object monitor)
at java.lang.Runtime.loadLibrary0(Runtime.java:841)
- waiting to lock <0x00000007c10009f0> (a java.lang.Runtime)
...
at org.eclipse.mylyn.internal.commons.net.PollingSslProtocolSocketFactory.<init>(PollingSslProtocolSocketFactory.java:85)

What else can one try to get more verbose info on where this otherwise hangs indefinitely? Thanks in advance.

Re: Debugging hang on splash screen [message #1755892 is a reply to message #1753975] Thu, 09 March 2017 02:08 Go to previous message
Eclipse UserFriend
The best way to get more info is, I suspect, to debug Eclipse with Eclipse.
Previous Topic:Message Console takes focus away from application
Next Topic:E3: Add a button to an EditorPart tool bar under some conditions
Goto Forum:
  


Current Time: Fri Apr 26 07:13:45 GMT 2024

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

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

Back to the top