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 - deadlock running webapp
Summary: deadlock running webapp
Status: CLOSED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Filesystems (show other bugs)
Version: 4.x
Hardware: PC Linux
: P1 blocker (vote)
Assignee: rmatous
URL:
Keywords: THREAD
Depends on:
Blocks:
 
Reported: 2004-10-07 19:35 UTC by athompson
Modified: 2008-12-23 00:41 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
thread dump (22.75 KB, text/plain)
2004-10-07 19:35 UTC, athompson
Details

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