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 270847 - NetBeans hangs every time on push, pull, commit, ...
Summary: NetBeans hangs every time on push, pull, commit, ...
Status: NEW
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Git (show other bugs)
Version: 8.2
Hardware: PC Linux
: P1 normal (vote)
Assignee: Ondrej Vrabec
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-06-10 15:15 UTC by Xiano
Modified: 2017-08-23 20:27 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Xiano 2017-06-10 15:15:33 UTC
Every command of version control (I'm using git) chosen from the menus makes netbeans hang and I need to kill the process. I have reinstalled netbeans from the same version of archive on my notebook and have updated to the version (Build 201705191307) so they are exactly the same, though my notebook doesn't exhibit this behavior at all (OS'es are the same as well, Kubuntu 17.04 fully updated).

Be it 'Push...' or 'Pull...', 'Commit...', they all make netbeans hang. I connect to my own git server, which is localhost on the machine that makes netbeans hang, externally via internet on the other. When i change the localhost machine's git config to also go via the router's external interface, it doesn't resolve the issue, and I can't think of anything else.
Comment 1 Xiano 2017-06-10 17:10:01 UTC
I just noticed it doesn't happen when i choose 'Push...' this time, but it does hang when I choose "Commit...", regardless if there were any changes or not. Also, when I double-click the title bar or otherwise resize the main windowframe, everything redraws properly, I just never regain control over the application itself.

Another thing: performing the update in a terminal works properly and as expected, restarting netbeans shows the changes have taken effect also as expected (file no longer marked as ahead of repository).
Comment 2 navigatorrr 2017-08-23 20:27:32 UTC
I had the same issue in the same build, but in Windows. Git was totally unresponsive, cannot push, pull, commit, add... check revisions was always loading... I tried reinstalling without success. 

Finally, I installed git for windows and did add, commit, push operations through command line. After restarting netbeans, it was working again :)