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 162355 - StackOverflowError at java.util.concurrent.locks.AbstractQueuedSynchronizer.acquire
Summary: StackOverflowError at java.util.concurrent.locks.AbstractQueuedSynchronizer.a...
Status: RESOLVED WONTFIX
Alias: None
Product: updatecenters
Classification: Unclassified
Component: Third-party (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@platform
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-04-09 23:50 UTC by nillili
Modified: 2009-07-24 13:19 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 134808


Attachments
stacktrace (90.73 KB, text/plain)
2009-04-09 23:50 UTC, nillili
Details

Note You need to log in before you can comment on or make changes to this bug.
Description nillili 2009-04-09 23:50:26 UTC
Build: NetBeans IDE 6.5 (Build 200811100001)
VM: Java HotSpot(TM) Client VM, 10.0-b19, Java(TM) SE Runtime Environment, 1.6.0_05-b13
OS: Windows XP, 5.1, x86

User Comments:
GUEST: Problem while copy-pasting

GUEST: I was changing the value asignation to a bean, in an Swing application. 

Actual
bean.setDate (   DateUtil.now()  );

The change
bean.setDate( DateUtil.toDate(textfield.getText())  );

When I tried to use CTRL + C and CTRL +V to made the change, the Netbeans becomes slow and It takes a lot of time to allow me to write the code.

Yesterday I had a similar problem and I need to restart the IDE, I was thinking that is because my Swing form has a lot of components, but today my form doesn't have a lot of components.



Stacktrace: 
java.lang.StackOverflowError
        at java.util.concurrent.locks.AbstractQueuedSynchronizer.acquire(AbstractQueuedSynchronizer.java:1114)
        at java.util.concurrent.locks.ReentrantLock$NonfairSync.lock(ReentrantLock.java:186)
        at java.util.concurrent.locks.ReentrantLock.lock(ReentrantLock.java:262)
        at java.util.concurrent.ConcurrentHashMap$Segment.put(ConcurrentHashMap.java:417)
        at java.util.concurrent.ConcurrentHashMap.putIfAbsent(ConcurrentHashMap.java:897)
        at org.netbeans.modules.masterfs.filebasedfs.utils.FileChangedManager.put(FileChangedManager.java:105)
Comment 1 nillili 2009-04-09 23:50:32 UTC
Created attachment 79857 [details]
stacktrace
Comment 2 Exceptions Reporter 2009-07-06 13:51:54 UTC
This issue already has 13 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=134808
Comment 3 Exceptions Reporter 2009-07-07 14:59:51 UTC
This issue already has 14 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=134808
Comment 4 Antonin Nebuzelsky 2009-07-24 13:19:55 UTC
Not a NetBeans bug. Please, file against icesoft's faces plugin.