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 268127 - Deadlock when opening project with remote source
Summary: Deadlock when opening project with remote source
Status: VERIFIED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Remote (show other bugs)
Version: Dev
Hardware: PC Windows 7
: P1 normal (vote)
Assignee: Alexander Simon
URL:
Keywords: 82_HR_FIX
: 268140 (view as bug list)
Depends on:
Blocks:
 
Reported: 2016-09-21 02:36 UTC by creinke
Modified: 2016-09-23 02:01 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Thread dump. (41.62 KB, text/plain)
2016-09-21 15:55 UTC, creinke
Details

Note You need to log in before you can comment on or make changes to this bug.
Description creinke 2016-09-21 02:36:04 UTC
Starting with nightly build 201608280002, I am unable to load projects that are located on a remote build host (with paths mapped via SMB).  NetBeans locks up completely (window is does not redraw, but Windows does not pop up the hung-program dialog), and the Java process must be killed in order to close it.

I am able to load the same project if I move it to a local filesystem.

Nightly build 201608260002 opens the projects without deadlocking.
Nightly builds starting with 201608280002 deadlock.
Version 8.2 RC deadlocks.
Comment 1 Alexander Simon 2016-09-21 05:21:06 UTC
Please attach threads dump (see http://wiki.netbeans.org/GenerateThreadDump)
and reopen the bug.
Comment 2 creinke 2016-09-21 15:55:13 UTC
Created attachment 162160 [details]
Thread dump.
Comment 3 Alexander Simon 2016-09-22 08:13:08 UTC
fixed, change set:
https://hg.netbeans.org/cnd-main/rev/d1c305af572e
Comment 4 Alexander Simon 2016-09-22 08:40:29 UTC
(In reply to Alexander Simon from comment #3)
> fixed, change set:
> https://hg.netbeans.org/cnd-main/rev/d1c305af572e
Sorry, it is wrong change set.

Right change set is:
https://hg.netbeans.org/cnd-main/rev/59107f1b4386
Comment 5 Vladimir Voskresensky 2016-09-22 09:47:46 UTC
Good catch, Alexander!
Please, merge post read activity in one place + be sensitive to possible exceptions and change state to Broken
Comment 6 Alexander Simon 2016-09-22 10:13:19 UTC
(In reply to Vladimir Voskresensky from comment #5)
> Good catch, Alexander!
> Please, merge post read activity in one place + be sensitive to possible
> exceptions and change state to Broken
fixed, change set:
https://hg.netbeans.org/cnd-main/rev/8b16ecb1d162
Comment 7 soldatov 2016-09-22 11:24:37 UTC
Verified in internal NetBeans build
Comment 8 Alexander Simon 2016-09-22 11:33:15 UTC
transplanted to releases, branch release82, change sets:
https://hg.netbeans.org/releases/rev/9c2b94d39861
https://hg.netbeans.org/releases/rev/a81805410a89
Comment 9 Alexander Simon 2016-09-22 11:35:34 UTC
*** Bug 268140 has been marked as a duplicate of this bug. ***
Comment 10 Quality Engineering 2016-09-23 02:01:03 UTC
Integrated into 'main-silver', will be available in build *201609230002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/d1c305af572e
User: Alexander Simon <alexvsimon@netbeans.org>
Log: fixed Bug #268127 Deadlock when opening project with remote source