History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: IDEA-15545
Type: Performance Problem Performance Problem
Status: Waiting for Reply Waiting for Reply
Assignee: Dmitry Jemerov
Reporter: tom quas
Votes: 0
Watchers: 2
Operations

If you were logged in you would be able to see more operations.
IDEA: Feedback

IDEA hangs during JSP editing

Created: 08 Oct 07 13:39   Updated: 08 Oct 07 14:36
Component/s: J2EE

File Attachments: 1. File .xsession-errors (23 kb)

Environment:
Linux strider 2.6.21 #1 PREEMPT Fri Jul 13 14:34:28 CEST 2007 i686 GNU/Linux
java version "1.6.0_02"
Java(TM) SE Runtime Environment (build 1.6.0_02-b05)
Java HotSpot(TM) Client VM (build 1.6.0_02-b05, mixed mode, sharing)

Build: 7,330
Severity: High


 Description  « Hide
I loaded a big JSP (2000+ lines) from an external project without including the other (10) JSP, CSS and Javascript files it depends on. After normal editing (replacing HTML tags etc. ) IDEA hung up on me consuming 100% CPU power. I attached the thread dump.

 All   Comments   Work Log   Change History      Sort Order:
Dmitry Jemerov - 08 Oct 07 13:44
Do you have any non-standard TODO patterns configured? How many TODO items do you have?
Also, a complete CPU snapshot rather than a thread dump will be very much helpful.

tom quas - 08 Oct 07 14:36
It's one (1) '<%-- TODO: ... --%>' in the JSP. I'll try to get the CPU snapshot...