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 108043 - Deadlock in web/jspsyntax tests
Summary: Deadlock in web/jspsyntax tests
Status: RESOLVED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: Lexer (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Vitezslav Stejskal
URL:
Keywords: RANDOM, TEST, THREAD
Depends on:
Blocks:
 
Reported: 2007-06-25 16:43 UTC by Marek Fukala
Modified: 2007-10-24 13:37 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
The thread dump (24.66 KB, text/plain)
2007-06-25 16:43 UTC, Marek Fukala
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Marek Fukala 2007-06-25 16:43:11 UTC
Happens when creating NbEditorDocument instance, see attached threaddump.
Comment 1 Marek Fukala 2007-06-25 16:43:48 UTC
Created attachment 44352 [details]
The thread dump
Comment 2 Marek Fukala 2007-10-22 18:32:26 UTC
tests of formatting => tslota
Comment 3 Marek Fukala 2007-10-23 09:16:01 UTC
From the threaddump it looks like the problem is in lexer.
Comment 4 Vitezslav Stejskal 2007-10-24 10:10:16 UTC
I'll delay the initialization of LanguageManager.NO_LANG static field.
Comment 5 Vitezslav Stejskal 2007-10-24 13:37:36 UTC
Checking in LanguageManager.java;
/cvs/lexer/src/org/netbeans/lib/lexer/LanguageManager.java,v  <--  LanguageManager.java
new revision: 1.12; previous revision: 1.11
done