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 103646 - Deadlock after opening properties file
Summary: Deadlock after opening properties file
Status: VERIFIED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: Settings (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: Vitezslav Stejskal
URL:
Keywords: T9Y
Depends on:
Blocks:
 
Reported: 2007-05-10 13:46 UTC by Marian Mirilovic
Modified: 2007-11-05 13:42 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
log file with thread-dump & NB info (71.06 KB, text/plain)
2007-05-10 13:47 UTC, Marian Mirilovic
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Marian Mirilovic 2007-05-10 13:46:27 UTC
NB Dev (200705091800), JDK 1.5.0_12

during performance tests run (Opening Properties file) the IDE hanged and one
deadlock has been found (see attached log) in taken thread-dump.
Comment 1 Marian Mirilovic 2007-05-10 13:47:28 UTC
Created attachment 42264 [details]
log file with thread-dump & NB info
Comment 2 Marian Petras 2007-05-17 16:20:12 UTC
This is a duplicate of bug #103409 ("Deadlock in editor setting").

*** This issue has been marked as a duplicate of 103409 ***
Comment 3 Marian Petras 2007-05-17 16:23:58 UTC
Oops! Either this is a different bug or the mentioned bug #103409 has not been
fixed properly.

Vita, could you please look at the attached thread dump and say which one of the
above guesses is correct?
Comment 4 Vitezslav Stejskal 2007-05-18 00:24:32 UTC
I see, it looks like #103409 is not entirely fixed. The same deadlock, but in a
different situation. I'll have a closer look.
Comment 5 Vitezslav Stejskal 2007-05-18 03:05:52 UTC
Hopefully fixed now.

Checking in ColoringMap.java;
/cvs/editor/libsrc/org/netbeans/modules/editor/lib/ColoringMap.java,v  <-- 
ColoringMap.java
new revision: 1.2; previous revision: 1.1
done
Comment 6 Marian Mirilovic 2007-06-25 11:06:21 UTC
verified