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 50122

Summary: deadlock running webapp
Product: platform Reporter: athompson <athompson>
Component: FilesystemsAssignee: rmatous <rmatous>
Status: CLOSED FIXED    
Severity: blocker Keywords: THREAD
Priority: P1    
Version: 4.x   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:
Attachments: thread dump

Description athompson 2004-10-07 19:35:21 UTC
netbeans: jdk-1.5
project: jdk-1.4.2
linux
cvs build 10/7/2004 1431EST

1. open web app
2! click the 'run' button (F6). netbeans sometimes
completely deadlocks (1/3 the time). no UI
refresh, no nothing.

this may be a red herring, but as the webapp was
starting up i was right-clicking in the output
window to turn on word wrap.
Comment 1 athompson 2004-10-07 19:35:49 UTC
Created attachment 18141 [details]
thread dump
Comment 2 Petr Jiricka 2004-10-07 19:55:41 UTC
Looks like either filesystems or vcs issue; reassigning to openide.
Comment 3 rmatous 2004-10-11 09:02:43 UTC
Already fixed by hotfix for #50137: Deadlock when after clicking an
editor tab.

/cvs/openide/src/org/openide/filesystems/AbstractFileObject.java,v 
<--  new revision: 1.100; previous revision: 1.99

Comment 4 Marian Mirilovic 2005-12-22 13:05:16 UTC
verified/closed