Bug 470473 - right click project explorer crash
Summary: right click project explorer crash
Status: RESOLVED NOT_ECLIPSE
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: Mylyn (show other bugs)
Version: unspecified   Edit
Hardware: Macintosh Mac OS X
: P3 blocker (vote)
Target Milestone: ---   Edit
Assignee: Mylyn Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords: needinfo
Depends on:
Blocks:
 
Reported: 2015-06-18 06:57 EDT by Daniel Marcos CLA
Modified: 2016-04-25 14:23 EDT (History)
3 users (show)

See Also:


Attachments
error log (8.11 KB, application/octet-stream)
2015-06-19 05:23 EDT, Daniel Marcos CLA
no flags Details
Thread Dump (29.43 KB, text/plain)
2016-04-25 08:35 EDT, John Curtin CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Marcos CLA 2015-06-18 06:57:31 EDT
Every time I right click on a package/file in project explorer eclipse crash.

OSX 10.10.3

Eclipse Java EE IDE for Web Developers.

Version: Luna Service Release 2 (4.4.2)
Build id: 20150219-0600
Comment 1 Lars Vogel CLA 2015-06-18 07:05:44 EDT
Please try Mars. http://download.eclipse.org/eclipse/downloads/
Comment 2 Brian de Alwis CLA 2015-06-18 11:11:58 EDT
Daniel, could you describe what you mean by 'crash'?  A number of developers use OS X 10.10.3 with no issue.

Could you please check your logs.  See the following URL for how to find it.

https://wiki.eclipse.org/FAQ_Where_can_I_find_that_elusive_.log_file%3F for details

Finally, could you try as the Guest User on your machine?  That will eliminate any other OS X settings.
Comment 3 Daniel Marcos CLA 2015-06-19 04:52:51 EDT
(In reply to Lars Vogel from comment #1)
> Please try Mars. http://download.eclipse.org/eclipse/downloads/

I will try it
Comment 4 Daniel Marcos CLA 2015-06-19 05:23:56 EDT
Created attachment 254568 [details]
error log
Comment 5 Daniel Marcos CLA 2015-06-19 05:25:59 EDT
(In reply to Brian de Alwis from comment #2)
> Daniel, could you describe what you mean by 'crash'?  A number of developers
> use OS X 10.10.3 with no issue.

Appears rainbow icon on mac, and I'm forced to close eclipse, otherwise it will keep with rainbow icon.

> 
> Could you please check your logs.  See the following URL for how to find it.
> 
> https://wiki.eclipse.org/FAQ_Where_can_I_find_that_elusive_.log_file%3F for
> details

I've attached an error that happens from time to time in log file.

> 
> Finally, could you try as the Guest User on your machine?  That will
> eliminate any other OS X settings.

I will try it at the end of the day, and give you feedback
Comment 6 Daniel Marcos CLA 2015-06-30 10:20:04 EDT
Eclipse Mars 4.5.0 solve the issue so far.
Comment 7 John Curtin CLA 2016-04-21 12:55:51 EDT
I am currently experiencing this same error with Mars2, Spring STS, Java EE Developer packages installed.  Any right click locks the UI.  This occurs on both the package and project explorers.  This started after I updated my software a few days ago.
Comment 8 Brian de Alwis CLA 2016-04-22 08:29:04 EDT
John, could you please get a stack trace using one of the techniques described here:

   https://wiki.eclipse.org/How_to_report_a_deadlock

A few other questions:

  - what OS version are you running?
  - are you running Full-Screen?  Does it happen when you're not full-screen?
Comment 9 John Curtin CLA 2016-04-25 08:35:01 EDT
Created attachment 261210 [details]
Thread Dump

O/S = Windows 7, Running Full Screen and not full screen - the app locks up the minute I attempt to right click on anything.
Comment 10 John Curtin CLA 2016-04-25 08:35:33 EDT
I just uploaded it Brian - thanks for the help!
Comment 11 Brian de Alwis CLA 2016-04-25 09:44:57 EDT
John, your bug is unrelated to this one.  I'd normally suggest you open a new bug, except that it's not an Eclipse bug but an STS bug where they seem to be loading a set of preferences from across the web, and it's hanging.  Please file a bug with SpringSource and provide them your log.
Comment 12 John Curtin CLA 2016-04-25 09:45:54 EDT
Thank you very much Brian!
Comment 13 Dani Megert CLA 2016-04-25 13:41:58 EDT
	at sun.misc.Unsafe.park(Native Method)
	- parking to wait for  <0x04d09c38> (a java.util.concurrent.FutureTask)
	at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
	at java.util.concurrent.FutureTask.awaitDone(FutureTask.java:426)
	at java.util.concurrent.FutureTask.get(FutureTask.java:204)
	at org.eclipse.mylyn.commons.net.WebUtil.execute(WebUtil.java:370)
	at org.eclipse.mylyn.commons.net.WebUtil.executeInternal(WebUtil.java:384)
	at org.eclipse.mylyn.commons.net.WebUtil.execute(WebUtil.java:338)
	at org.eclipse.mylyn.commons.net.WebUtil.execute(WebUtil.java:312)
	at org.springsource.ide.eclipse.commons.internal.core.net.HttpClientTransportService.stream(HttpClientTransportService.java:198)


This is either a Mylyn or springsource issue. Moving to Mylyn as this is at the top of the stack.
Comment 14 Sam Davis CLA 2016-04-25 14:23:37 EDT
It looks like Brian has already asked John to open a bug against SpringSource.