Community
Participate
Working Groups
Created attachment 258949 [details] modal dialog doesn't close I changed my remote 'origin' url and tried a dry-run. The 'Progress information' dialog opened and another 'Push Results...' dialog opened with a 'Nothing to push' message. Clicking OK on the 'Push Results...' dialog does nothing, because the 'Progress Information' is modal. Clicking Cancel on the 'Progress' dialog causes the Cancel button to grey-out but the dialog remains open. The dialog can be positioned, so it's not a hung process, but there's no way to close the dialog and resume control of Eclipse. Only solution to regain control of Eclipse is kill the process. Eclipse: 4.5.1 (Mars) EGit: 4.0.3.201509231615-r
Can you please try to use egit 4.2 from the nightly build update site? http://download.eclipse.org/egit/updates-nightly
Looks like 4.2 nightly solves the problem. But on attempting a dry-run, eclipse informed me of this error: The following data will be sent: ------ STATUS ------ pluginId org.eclipse.egit.core pluginVersion 4.2.0.201512301017 code 0 severity 4 message HIDDEN fingerprint 7522c47f Exception:org.eclipse.jgit.errors.TransportException: HIDDEN at org.eclipse.jgit.transport.Transport.push(Transport.java:1238) at org.eclipse.egit.core.op.PushOperation.run(PushOperation.java:189) at org.eclipse.egit.ui.internal.push.PushOperationUI.execute(PushOperationUI.java:167) at org.eclipse.egit.ui.internal.push.SimpleConfigurePushDialog$17.run(SimpleConfigurePushDialog.java:588) at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:119) ------ REPORT ------ anonymousId 3d9b58a6-404b-4958-8c48-138ee5835a6b name email comment eclipseBuildId 4.5.1.M20150904-0015 eclipseProduct org.eclipse.epp.package.java.product javaRuntimeVersion 1.8.0_66-b18 osgiWs win32 osgiOs Windows10 osgiOsVersion 10.0.0 osgiArch x86_64 logMessage false ignoreSimilar false ------- BUNDLES ------- name org.eclipse.egit.core version 4.2.0.201512301017 name org.eclipse.egit version 4.2.0.201512301017 name org.eclipse.egit.ui version 4.2.0.201512301017 name org.eclipse.jface version 3.11.0.v20150602-1400 name org.eclipse.jgit version 4.2.0.201512290806
Can you please post the real stack trace from the error log view, not this crazy report? And could you please explain what actually works and what doesnt now?
I did post the original error as a new report. I just added it here for information. The 4.2 plugin solves this bug report. Sorry for not making that more obvious in my comment.