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 123244

Summary: Deadlock when creating a macro
Product: editor Reporter: Vitezslav Stejskal <vstejskal>
Component: SettingsAssignee: issues@editor <issues>
Status: RESOLVED FIXED    
Severity: blocker Keywords: RANDOM, THREAD
Priority: P2    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Attachments: Full thread dump showing the deadlock

Description Vitezslav Stejskal 2007-12-03 10:21:20 UTC
I got the following deadlock when trying to reproduce issue #123060. I'm attaching the full thread dump.
Comment 1 Vitezslav Stejskal 2007-12-03 10:22:04 UTC
Created attachment 53770 [details]
Full thread dump showing the deadlock
Comment 2 Vitezslav Stejskal 2008-01-10 11:10:49 UTC
Checking in test/unit/src/org/netbeans/modules/editor/indent/api/IndentUtilsTest.java;
/cvs/editor/indent/test/unit/src/org/netbeans/modules/editor/indent/api/IndentUtilsTest.java,v  <--  IndentUtilsTest.java
new revision: 1.2; previous revision: 1.1
done
Checking in src/org/netbeans/modules/editor/indent/api/IndentUtils.java;
/cvs/editor/indent/src/org/netbeans/modules/editor/indent/api/IndentUtils.java,v  <--  IndentUtils.java
new revision: 1.2; previous revision: 1.1
done
Comment 3 Vitezslav Stejskal 2008-01-10 11:11:12 UTC
Oops, sorry, wrong issue...
Comment 4 Vitezslav Stejskal 2008-01-10 11:18:13 UTC
After fixing issue #59458 BaseOptions.loadXMLSettings does nothing, so it should never deadlock again.