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 170770 - Commit hangs the IDE
Summary: Commit hangs the IDE
Status: RESOLVED FIXED
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Subversion (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P2 blocker (vote)
Assignee: issues@versioncontrol
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-08-22 21:11 UTC by chetzoff
Modified: 2011-02-24 15:10 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
thread dump (12.05 KB, text/plain)
2011-02-24 14:37 UTC, bartvdc
Details

Note You need to log in before you can comment on or make changes to this bug.
Description chetzoff 2009-08-22 21:11:32 UTC
Every time when I press the "Commit" button, NetBeans totaly freezes and the only cure is to kill the netbeans.exe process.
Comment 1 Ondrej Vrabec 2009-08-23 15:20:37 UTC
Was fixed a week ago: #459a5aec3dc5
However it would be great if you provide at least some thread dumps (but preferably a profiler snapshot -
http://wiki.netbeans.org/FitnessViaPartnership) so i can check the fix will apply to your problem
Comment 2 bartvdc 2011-02-24 13:53:31 UTC
I'm having this error with NB 6.9.1 on Win XP. I had it in 6.9 and upgraded hoping it would be solved.
The svn commit dialog pops up and instantly disappears. After that NB is blocked, you can't click on anything in NB, every click gives the 'pong' sound as if a modal dialog is open. As if the dialog hides behind NB but you can't reach it.
I can't take a snapshot because I can't reach NB.
Also right clicking NB in the taskbar does nothing, it shows no menu (minimize,close,...).The only way to escape is by killing the process.
Comment 3 bartvdc 2011-02-24 14:15:42 UTC
Forgot to mention: nothing changes in the log file.
Comment 4 Ondrej Vrabec 2011-02-24 14:19:34 UTC
Then run the IDE with a fresh userdir (netbeans.exe --userdir PATH_TO_EMPTY_FOLDER) and do at least a thread dump: http://wiki.netbeans.org/GenerateThreadDump
Comment 5 bartvdc 2011-02-24 14:37:31 UTC
Created attachment 106413 [details]
thread dump
Comment 6 bartvdc 2011-02-24 14:42:00 UTC
Thread dump in attach. Do you have a clue witch part of the userdir causes the problem? I would like to recover some of my settings.
Comment 7 Ondrej Vrabec 2011-02-24 14:47:17 UTC
From the thread dump it seems the commit dialog is displayed, maybe it's been moved outside of visible area. In that case try to modify user settings for the subversion module (~\.netbeans\VERSION\config\Preferences\org\netbeans\modules\subversion.properties) and delete line starting with: 'svn.commit.dialog='. Then restart the IDE. Does it help?
Comment 8 bartvdc 2011-02-24 15:00:43 UTC
OK, that worked. Thanks for saving my settings.

Bart
Comment 9 Ondrej Vrabec 2011-02-24 15:10:46 UTC
> OK, that worked. Thanks for saving my settings.
Glad to hear it