Bug 547836 - Eclipse is not responding on ctrl + c and ctrl + v (copy/paste).
Summary: Eclipse is not responding on ctrl + c and ctrl + v (copy/paste).
Status: NEW
Alias: None
Product: WTP Source Editing
Classification: WebTools
Component: jst.jsp (show other bugs)
Version: 3.13   Edit
Hardware: PC Windows NT
: P3 blocker (vote)
Target Milestone: ---   Edit
Assignee: jst.jsp CLA
QA Contact: Nitin Dahyabhai CLA
URL:
Whiteboard:
Keywords: needinfo
Depends on:
Blocks:
 
Reported: 2019-06-01 06:35 EDT by Chirag Patel CLA
Modified: 2020-03-05 11:24 EST (History)
0 users

See Also:


Attachments
google_chrome_not_responding (41.17 KB, image/png)
2019-06-28 02:03 EDT, Chirag Patel CLA
no flags Details
eclipse_not_responding (112.60 KB, image/png)
2019-06-28 02:04 EDT, Chirag Patel CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Chirag Patel CLA 2019-06-01 06:35:55 EDT
Whenever press ctrl + c - eclipse goes to infinite state and not responding. please provide me the solution of it.

 It will goes in not responding state many number of times in a day.
Comment 1 Chirag Patel CLA 2019-06-01 06:36:33 EDT
Eclipse IDE for Enterprise Java Developers.

Version: 2019-03 (4.11.0)
Build id: 20190314-1200
Comment 2 Chirag Patel CLA 2019-06-01 06:44:48 EDT
I'm using window 8.
Comment 3 Stephan Herrmann CLA 2019-06-02 12:34:31 EDT
If this is important for you, this is how you can help us understand the problem: please provide a series of thread dumps from the time when Eclipse no longer responds, please see https://wiki.eclipse.org/How_to_report_a_deadlock
Comment 4 Chirag Patel CLA 2019-06-03 09:11:20 EDT
This happens only in .jsp pages ( file having jsp extention).
Comment 5 Stephan Herrmann CLA 2019-06-03 17:15:52 EDT
Moving the bug according to comment 4, but please note the information requested in comment 3 is still lacking / needed.
Comment 6 Nitin Dahyabhai CLA 2019-06-03 23:33:47 EDT
Indeed, plus the JSP Editor doesn't actually do anything special for Copying compared to the base Text Editor.
Comment 7 Chirag Patel CLA 2019-06-28 02:03:05 EDT
Created attachment 279112 [details]
google_chrome_not_responding
Comment 8 Chirag Patel CLA 2019-06-28 02:03:48 EDT
I have found that every time when I copy/paste something from 

<liferay-ui> or <aui> tag in jsp file then Eclipse goes into 'Not Responding' state. (It has not happened with .java file any single time)

i.e. 
1) <liferay-ui:message key="message-key" />
2) <aui:input label="test" name="test" type="text" />

It happened with google chrome as well, when I have copied <liferay-ui> tag from eclipse and want to paste here(in google chrome) then both eclipse and google chrome gone into 'Not Responding' state. 

I have attached screenshot shots as well for the reference.

Reference tag library :

<%@ taglib uri="http://liferay.com/tld/aui" prefix="aui" %>
<%@ taglib uri="http://liferay.com/tld/portlet" prefix="liferay-portlet" %>
<%@ taglib uri="http://liferay.com/tld/theme" prefix="liferay-theme" %>
<%@ taglib uri="http://liferay.com/tld/ui" prefix="liferay-ui" %>
<%@ taglib prefix="liferay-util" uri="http://liferay.com/tld/util" %>
Comment 9 Chirag Patel CLA 2019-06-28 02:04:54 EDT
Created attachment 279113 [details]
eclipse_not_responding

When I have selected liferay:ui tag to copy it..
Comment 10 Nitin Dahyabhai CLA 2020-03-05 11:24:47 EST
As mentioned in comment 3, a capture of thread dumps is needed to do anything further.