This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 116445 - deadlocks while opening jsp file
Summary: deadlocks while opening jsp file
Status: VERIFIED INVALID
Alias: None
Product: javaee
Classification: Unclassified
Component: JSP (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: Marek Fukala
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-09-23 20:03 UTC by Jindrich Sedek
Modified: 2007-09-24 13:01 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
jsp file (1.95 KB, text/plain)
2007-09-23 20:04 UTC, Jindrich Sedek
Details
full dump (20.16 KB, text/plain)
2007-09-23 20:05 UTC, Jindrich Sedek
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jindrich Sedek 2007-09-23 20:03:41 UTC
STEPS:
open attached jsp file

CPU starts running for 100%, IDE stops responding and there is no other way than kill IDE

running thread:
"Default RequestProcessor" daemon prio=10 tid=0x0962f400 nid=0x179d runnable [0x9da51000..0x9da51f30]
   java.lang.Thread.State: RUNNABLE
        at org.netbeans.lib.editor.util.FlyOffsetGapList.elementOffset(FlyOffsetGapList.java:113)
        at org.netbeans.lib.lexer.EmbeddedTokenList.tokenOffset(EmbeddedTokenList.java:185)
        at org.netbeans.lib.lexer.SubSequenceTokenList.tokenOffset(SubSequenceTokenList.java:194)
        at org.netbeans.api.lexer.TokenSequence.move(TokenSequence.java:596)
        at org.netbeans.modules.html.editor.coloring.EmbeddingUpdater.createEmbedding(EmbeddingUpdater.java:235)
        at org.netbeans.modules.html.editor.coloring.EmbeddingUpdater.endTag(EmbeddingUpdater.java:166)
        at org.netbeans.modules.html.editor.coloring.EmbeddingUpdater.parsingFinished(EmbeddingUpdater.java:92)
        at org.netbeans.editor.ext.html.parser.SyntaxParser.notifyParsingFinished(SyntaxParser.java:188)
        at org.netbeans.editor.ext.html.parser.SyntaxParser.parse(SyntaxParser.java:154)
        at org.netbeans.editor.ext.html.parser.SyntaxParser.access$200(SyntaxParser.java:44)
        at org.netbeans.editor.ext.html.parser.SyntaxParser$2.run(SyntaxParser.java:98)
        at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:539)
        at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:964)
Comment 1 Jindrich Sedek 2007-09-23 20:04:42 UTC
Created attachment 49323 [details]
jsp file
Comment 2 Jindrich Sedek 2007-09-23 20:05:21 UTC
Created attachment 49324 [details]
full dump
Comment 3 Jindrich Sedek 2007-09-23 20:23:07 UTC
I'm not able to reproduce with new build... I'm sorry - my fault.
Comment 4 Jindrich Sedek 2007-09-24 13:01:28 UTC
v.