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 178425 - Unkillable 'verify'
Summary: Unkillable 'verify'
Status: RESOLVED DUPLICATE of bug 136080
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Mercurial (show other bugs)
Version: 6.x
Hardware: PC Linux
: P3 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-12-10 06:37 UTC by Jesse Glick
Modified: 2009-12-11 20:54 UTC (History)
0 users

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 Jesse Glick 2009-12-10 06:37:13 UTC
JDK 6, dev build. I had some modifications to a versioned file in a clone of main which I did not want, so I pressed Alt-M, saw "Re_v_ert Modifications", and pressed V. To my annoyance, "Reco_v_er" posted (mnemonic conflict - solve this please!), so I pressed V again to cycle back to the item I wanted. Unfortunately rather than cycling, this invoked the subitem "_V_erify". "Verifying..." appeared in the status line with an X icon, so I stopped the process, then chose Recover manually using the arrow keys and continued work.

Later I noticed heavy CPU and disk usage; 'top' revealed that 'hg verify' was still running (and of course on main this could take half an hour). I had to kill it from a shell (at which point "killed!" appeared in the IDE's Hg output tab). I would expect that "stopping" the process from the IDE would actually stop it, but it did not.
Comment 1 Ondrej Vrabec 2009-12-10 06:43:15 UTC
already filed issue about still running hg processes: bug 136080 (we're planning to fix it in 6.9).
i'll fix the mnemonic in the menu
Comment 2 Jesse Glick 2009-12-10 06:46:28 UTC
Bug #136080 claims to be Windows-specific. I am running Linux.
Comment 3 Ondrej Vrabec 2009-12-10 06:54:08 UTC
fix: http://hg.netbeans.org/cdev/rev/97cfd4146945
Comment 4 Ondrej Vrabec 2009-12-10 06:56:04 UTC
i fixed the mnemonic conflict, which i introduced in fb4fad3cb835

> Bug #136080 claims to be Windows-specific. I am running Linux.
It applies to all systems

*** This bug has been marked as a duplicate of bug 136080 ***
Comment 5 Quality Engineering 2009-12-11 20:54:21 UTC
Integrated into 'main-golden', will be available in build *200912111937* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/97cfd4146945
User: Ondrej Vrabec <ovrabec@netbeans.org>
Log: Issue #178425 - Unkillable 'verify'
fixing the mnemonic conflict