java.lang.Exception: Don't call getHostInfo() from the UI thread while info is not known. Use quick isHostInfoAvailable() to detect whether info is available or not and go out of EDT if not at org.netbeans.modules.nativeexecution.support.Logger.assertNonUiThread(Logger.java:104) at org.netbeans.modules.nativeexecution.api.util.HostInfoUtils.getHostInfo(HostInfoUtils.java:192) at org.netbeans.modules.cnd.api.utils.PlatformInfo.(PlatformInfo.java:83) at org.netbeans.modules.cnd.api.utils.PlatformInfo.getDefault(PlatformInfo.java:394) at org.netbeans.modules.cnd.debugger.common2.debugger.remote.CndRemote.platformInfo(CndRemote.java:463) at org.netbeans.modules.cnd.debugger.common2.debugger.remote.CndRemote.hostFromName(CndRemote.java:290) at org.netbeans.modules.cnd.debugger.common2.debugger.actions.AttachPanel.getHost(AttachPanel.java:719) at org.netbeans.modules.cnd.debugger.common2.debugger.actions.DebugCorePanel.validateCorefilePath(DebugCorePanel.java:762) at org.netbeans.modules.cnd.debugger.common2.debugger.actions.DebugCorePanel.initialize(DebugCorePanel.java:150) at org.netbeans.modules.cnd.debugger.common2.debugger.actions.DebugCorePanel.(DebugCorePanel.java:118) at org.netbeans.modules.cnd.debugger.common2.debugger.actions.DebugCoreAction.performAction(DebugCoreAction.java:146) at org.netbeans.modules.cnd.debugger.common2.debugger.actions.DebugCoreNodeAction$1.run(DebugCoreNodeAction.java:83) at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209) at java.awt.EventQueue.dispatchEvent(EventQueue.java:597) at org.netbeans.core.TimableEventQueue.dispatchEvent(TimableEventQueue.java:148) at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269) at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184) at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:169) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:161) at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)