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 139254 - NB hangs on start
Summary: NB hangs on start
Status: VERIFIED FIXED
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Subversion (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: issues@versioncontrol
URL:
Keywords:
: 139313 139367 (view as bug list)
Depends on:
Blocks:
 
Reported: 2008-07-08 14:28 UTC by Ivan Sidorkin
Modified: 2009-01-21 20:07 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
messages log (58.62 KB, text/plain)
2008-07-08 14:29 UTC, Ivan Sidorkin
Details
thread dump (27.06 KB, text/plain)
2008-07-08 14:30 UTC, Ivan Sidorkin
Details
screen shot (1.72 KB, image/png)
2008-07-08 14:31 UTC, Ivan Sidorkin
Details
thread dump (32.09 KB, text/plain)
2008-08-13 11:35 UTC, Ivan Sidorkin
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Ivan Sidorkin 2008-07-08 14:28:02 UTC
Product Version         = NetBeans IDE Dev (Build 200807080009)
Operating System        = Windows XP version 5.1 running on x86
Java; VM; Vendor        = 1.6.0_10-rc; Java HotSpot(TM) Client VM 11.0-b13; Sun Microsystems Inc.

NB hangs on first run
Comment 1 Ivan Sidorkin 2008-07-08 14:29:30 UTC
Created attachment 64085 [details]
messages log
Comment 2 Ivan Sidorkin 2008-07-08 14:30:18 UTC
Created attachment 64086 [details]
thread dump
Comment 3 Ivan Sidorkin 2008-07-08 14:31:15 UTC
Created attachment 64087 [details]
screen shot
Comment 4 Petr Dvorak 2008-07-08 15:12:40 UTC
The screenshot suggests that the problem is in JavaDB server registration - reassigning to DB guys.
Comment 5 Roman Mostyka 2008-07-09 09:13:22 UTC
*** Issue 139313 has been marked as a duplicate of this issue. ***
Comment 6 Roman Mostyka 2008-07-09 09:13:55 UTC
See comments in issue #139313.
Comment 7 Jayashri Visvanathan 2008-07-09 20:51:06 UTC
Roman,
   Have been able to reproduce this ? Is this a really a P1 ? Is this a regression. 
thanks.
Comment 8 Lukas Jungmann 2008-07-10 10:27:26 UTC
seems to be easily reproducible if one performs some action in the IDE before it gets fully initialized (ie. it seems to
be enough to "uncheck" Show on startup checkbox as soon as it becomes visible to reproduce the UI freeze)
Comment 9 Lukas Jungmann 2008-07-10 10:28:31 UTC
...Show on startup checkbox in welcome screen ...
Comment 10 Andrei Badea 2008-07-11 17:26:07 UTC
Problem rather seems to be in the Subversion support. In the folder recognized thread, it wants to acquire a lock in
response to an event. In another thread, it acquires that lock and wants to do a lookup, which (seemingly) needs to wait
for the folder recognized thread to finish -- which is never does, since it is waiting to acquire the lock.
Comment 11 Tomas Stupka 2008-07-11 21:47:44 UTC
removed the lookup call in scope of 2be10f298007
Comment 12 Andrei Badea 2008-07-22 13:03:46 UTC
*** Issue 139367 has been marked as a duplicate of this issue. ***
Comment 13 Ivan Sidorkin 2008-08-13 11:34:29 UTC
reproduced with 

  Product Version         = NetBeans IDE Dev (Build 200808130201)
  Operating System        = Windows XP version 5.1 running on x86
  Java; VM; Vendor        = 1.6.0_10-rc; Java HotSpot(TM) Client VM 11.0-b13; Sun Microsystems Inc.
Comment 14 Ivan Sidorkin 2008-08-13 11:35:41 UTC
Created attachment 67240 [details]
thread dump
Comment 15 Peter Pis 2008-08-13 11:45:51 UTC
Last attached thread dump seems to be a different issue. There is no versioning or subversion code causing the deadlock.
Please file a separate issue. I am closing this issue as FIXED.
Comment 16 Ivan Sidorkin 2009-01-21 20:07:22 UTC
verified