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 178709 - IDE Hung up after open .properties file
Summary: IDE Hung up after open .properties file
Status: RESOLVED DUPLICATE of bug 207571
Alias: None
Product: platform
Classification: Unclassified
Component: Text (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P4 normal (vote)
Assignee: David Strupl
URL:
Keywords: RANDOM, THREAD
Depends on:
Blocks:
 
Reported: 2009-12-16 02:07 UTC by hdhero
Modified: 2012-10-29 11:00 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
thread dump generate by StackTrace (20.61 KB, text/plain)
2009-12-19 23:41 UTC, hdhero
Details
Full thread dump (22.57 KB, text/plain)
2010-06-03 02:48 UTC, hdhero
Details

Note You need to log in before you can comment on or make changes to this bug.
Description hdhero 2009-12-16 02:07:12 UTC
IDE Hung up after open .properties file,but This file can open in NB6.7!

Attachment is thie file.
Comment 1 Jiri Prox 2009-12-16 08:25:29 UTC
Can you please attach thread dump captured while IDE was frozen?
Thanks
Comment 2 Vitezslav Stejskal 2009-12-18 05:41:02 UTC
http://wiki.netbeans.org/GenerateThreadDump
Comment 3 hdhero 2009-12-19 23:41:21 UTC
Created attachment 92786 [details]
thread dump generate by StackTrace

thread dump generate by StackTrace
Comment 4 Jiri Prox 2009-12-21 03:45:44 UTC
thread dump was provided -> reopening.

Thanks
Comment 5 Vitezslav Stejskal 2009-12-22 06:03:18 UTC
Deadlock between "AWT-EventQueue-1" and "Versioning long tasks" threads. Most likely caused by CloneableEditorSupport.
Comment 6 mslama 2009-12-22 06:23:10 UTC
Please what was build number. It is race condition so it will be random. I will try to fire document change event out of document lock.
Comment 7 hdhero 2010-06-03 02:45:36 UTC
This bug occur in 6.9rc2-20100531 version yet.
I test it occur in web project that ues svn as team tools.
I cloned my project and delete all .svn files from disk,it not occur.
Comment 8 hdhero 2010-06-03 02:48:29 UTC
Created attachment 99776 [details]
Full thread dump
Comment 9 David Strupl 2012-10-25 13:39:31 UTC
Bug prior to 7.0, not touched for the last 2 years --> P4.
Comment 10 David Strupl 2012-10-26 14:24:15 UTC
I will have a look at the deadlock.
Comment 11 David Strupl 2012-10-29 11:00:44 UTC
This deadlock should be fixed by Mila's fix of #207571. Marking as a duplicate.

*** This bug has been marked as a duplicate of bug 207571 ***