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 249295 - InterruptedException at java.lang.Object.wait
Summary: InterruptedException at java.lang.Object.wait
Status: RESOLVED FIXED
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Git (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Ondrej Vrabec
URL:
Keywords:
: 255198 (view as bug list)
Depends on:
Blocks:
 
Reported: 2014-12-11 14:20 UTC by misterm
Modified: 2015-09-11 06:13 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 214090


Attachments
stacktrace (1.10 KB, text/plain)
2014-12-11 14:21 UTC, misterm
Details

Note You need to log in before you can comment on or make changes to this bug.
Description misterm 2014-12-11 14:20:59 UTC
Build: NetBeans IDE Dev (Build 20141210-8d3bc43bbc5f)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.0-b70, Java(TM) SE Runtime Environment, 1.8.0-b132
OS: Windows 7

User Comments:
misterm: Refreshing diff




Stacktrace: 
java.lang.InterruptedException
   at java.lang.Object.wait(Object.java:0)
   at java.lang.Object.wait(Object.java:502)
   at java.awt.EventQueue.invokeAndWait(EventQueue.java:1294)
   at java.awt.EventQueue.invokeAndWait(EventQueue.java:1275)
   at org.netbeans.modules.openide.util.NbMutexEventProvider$Event.doEventAccess(NbMutexEventProvider.java:171)
   at org.netbeans.modules.openide.util.NbMutexEventProvider$Event.readAccess(NbMutexEventProvider.java:98)
Comment 1 misterm 2014-12-11 14:21:01 UTC
Created attachment 151045 [details]
stacktrace
Comment 2 Antonin Nebuzelsky 2014-12-12 13:40:16 UTC
org.netbeans.modules.git.ui.diff.MultiDiffPanelController$ApplyChangesTask.run
Comment 3 Ondrej Vrabec 2014-12-12 15:35:04 UTC
fix: http://hg.netbeans.org/core-main/rev/e3a795321828
Comment 4 Quality Engineering 2014-12-13 06:13:17 UTC
Integrated into 'main-silver', will be available in build *201412130001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/e3a795321828
User: Ondrej Vrabec <ovrabec@netbeans.org>
Log: #249295 - InterruptedException at java.lang.Object.wait
Do not interrupt threads to cancel running diff tasks. Rather let the tasks
implement Cancelable and call cancel on them directly.
Comment 5 Ondrej Vrabec 2015-09-11 06:13:49 UTC
*** Bug 255198 has been marked as a duplicate of this bug. ***