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 83384

Summary: Deadlock after using JavaHelp Help set wizard
Product: editor Reporter: Tomas Danek <musilt2>
Component: -- Other --Assignee: issues@editor <issues>
Status: RESOLVED FIXED    
Severity: blocker Keywords: THREAD
Priority: P2    
Version: 5.x   
Hardware: PC   
OS: Windows XP   
Issue Type: DEFECT Exception Reporter:
Attachments: thread dump

Description Tomas Danek 2006-08-24 13:55:13 UTC
Netbeans 5.5 200608240000
jdk 1.5.0_07
+enterprise pack
+creator pack
+mobility
+profiler
+c/c++ pack

What i did: Tried to add JavaHelp to module using JavaHelp Help Set wizard
Could not reproduce again -> P2 -> no exact steps to reproduce.

thread dump attached. Seems to me like editor's involved, if not, reassigne.
Comment 1 Tomas Danek 2006-08-24 13:55:50 UTC
Created attachment 33245 [details]
thread dump
Comment 2 Tomas Danek 2006-08-24 13:56:45 UTC
it happend during integration testing -> INTEGRATION kw. But probably unrelated.
Comment 3 Miloslav Metelka 2006-08-30 09:46:33 UTC
Fixed in trunk:

Checking in EditorModule.java;
/cvs/editor/src/org/netbeans/modules/editor/EditorModule.java,v  <-- 
EditorModule.java
new revision: 1.122; previous revision: 1.121

I will request integration into 5.5 as well.
Comment 4 Miloslav Metelka 2006-09-06 10:39:53 UTC
It's deadlock of Settings.class <-> EditorModule.HackMap resolved by only
syncing on Settings.class.
Comment 6 Miloslav Metelka 2006-09-08 15:56:53 UTC
Integrated into release55:
Checking in src/org/netbeans/modules/editor/EditorModule.java;
/cvs/editor/src/org/netbeans/modules/editor/EditorModule.java,v  <-- 
EditorModule.java
new revision: 1.119.26.2; previous revision: 1.119.26.1