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 185218 - Remove userdir lock when Finising an IDE debugging session
Summary: Remove userdir lock when Finising an IDE debugging session
Status: NEW
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 7.1
Hardware: All All
: P2 normal with 2 votes (vote)
Assignee: issues@debugger
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-04-29 02:27 UTC by ivan
Modified: 2012-06-11 16:25 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description ivan 2010-04-29 02:27:00 UTC
When I debug NB using NB, say via a suite, if I just Finish that
debugging session, when I re-run or re-debug I get an error message
like this:

/export/home/ivan/proj/nb-use/nbbuild/netbeans/harness/suite.xml:459: Will not delete /export/home/ivan/proj/cnd-main2/lib.terminalemulator/demosrc/Suite/build/testuserdir because /export/home/ivan/proj/cnd-main2/lib.terminalemulator/demosrc/Suite/build/testuserdir/lock still exists; kill any running process and delete lock file if necessary

Surely it can be arranged that the lock be removed automatically?
Comment 1 rov63rus 2012-01-20 10:01:38 UTC
I have the same issue every time I close my NBP application no metter in debug mode or not. So I have to delete lock file every time I break my NBP application.

From the positon of causal user it's blocking issue and may it need to be P1 priority.
Comment 2 gwaldon 2012-06-11 16:25:52 UTC
This is new in 7.1.2 and very annoying. Thank for fixing.