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 255198 - InterruptedException at java.lang.Object.wait
Summary: InterruptedException at java.lang.Object.wait
Status: RESOLVED DUPLICATE of bug 249295
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Git (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Ondrej Vrabec
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-09-11 04:22 UTC by asmotrich
Modified: 2015-09-11 06:13 UTC (History)
4 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 211810


Attachments
stacktrace (846 bytes, text/plain)
2015-09-11 04:22 UTC, asmotrich
Details

Note You need to log in before you can comment on or make changes to this bug.
Description asmotrich 2015-09-11 04:22:31 UTC
Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.60-b23, Java(TM) SE Runtime Environment, 1.8.0_60-b27
OS: Linux

User Comments:
mullCollector: I just build a osgi bundle

mjanicek: Sorry, not sure when it happened

mjanicek: Not sure when the exception pops-up, sorry

rweaver: git pull maybe ?

asmotrich: building a project

GUEST: dont know




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:1313)
   at java.awt.EventQueue.invokeAndWait(EventQueue.java:1294)
   at org.openide.util.Mutex.doEventAccess(Mutex.java:1409)
   at org.openide.util.Mutex.readAccess(Mutex.java:278)
Comment 1 asmotrich 2015-09-11 04:22:34 UTC
Created attachment 156078 [details]
stacktrace
Comment 2 Ondrej Vrabec 2015-09-11 06:13:49 UTC

*** This bug has been marked as a duplicate of bug 249295 ***