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 - Deadlock when creating a macro
Summary: Deadlock when creating a macro
Status: RESOLVED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: Settings (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: issues@editor
URL:
Keywords: RANDOM, THREAD
Depends on:
Blocks:
 
Reported: 2007-12-03 10:21 UTC by Vitezslav Stejskal
Modified: 2008-01-10 11:18 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Full thread dump showing the deadlock (35.06 KB, text/plain)
2007-12-03 10:22 UTC, Vitezslav Stejskal
Details

Note You need to log in before you can comment on or make changes to this bug.
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.