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 147039 - Deadlock when invoking code completion in JSP
Summary: Deadlock when invoking code completion in JSP
Status: RESOLVED DUPLICATE of bug 146762
Alias: None
Product: javaee
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: Marek Fukala
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-09-12 09:11 UTC by Jiri Prox
Modified: 2008-09-15 10:32 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
threaddump (25.18 KB, text/plain)
2008-09-12 09:13 UTC, Jiri Prox
Details
sample file (617 bytes, text/plain)
2008-09-12 09:25 UTC, Jiri Prox
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jiri Prox 2008-09-12 09:11:18 UTC
Product Version: NetBeans IDE Dev (Build 20080911080508)
Java: 1.6.0_10-rc; Java HotSpot(TM) Client VM 11.0-b13
System: Linux version 2.6.22-15-generic running on i386; UTF-8; en_US (nb)
Userdir: /home/jp159440/.netbeans/dev

Deadlock occurred when invoking code completion in scriptlet. Thread dump is attached
Comment 1 Jiri Prox 2008-09-12 09:13:27 UTC
Created attachment 69723 [details]
threaddump
Comment 2 Jiri Prox 2008-09-12 09:24:03 UTC
The deadlock is reproducible 
steps to reproduce:
1) open attached file
2) in scriptlet type 'st' and press tab
Comment 3 Jiri Prox 2008-09-12 09:25:09 UTC
Created attachment 69725 [details]
sample file
Comment 4 Marek Fukala 2008-09-15 10:32:08 UTC

*** This issue has been marked as a duplicate of 146762 ***