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 182604 - Can not stop execution in internal terminal
Summary: Can not stop execution in internal terminal
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 6.x
Hardware: PC All
: P2 normal (vote)
Assignee: Vladimir Voskresensky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-03-23 17:25 UTC by Alexander Pepin
Modified: 2010-04-02 05:03 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 Alexander Pepin 2010-03-23 17:25:58 UTC
Steps to reproduce
- create local Quote sample
- set internal terminal as a console type
- run the application, it's waiting for user's input
- press [x] button next to Quote (Build, Run) progress bar, and confirm stopping execution
Result: Application is still running and 'ps' shows that 'quote' process. If user after that enters into internal terminal a valid 'customer name' and then 'Q' to quit from application then process finishes but a progress bar remains visible and 'active' and user can not close it any more. Moreover IDE considers 'quote' process as running and warns a user about it if a user closes IDE.
Comment 1 Vladimir Voskresensky 2010-03-31 16:34:49 UTC
fixed:
http://hg.netbeans.org/cnd-main?cmd=changeset;node=83bc4d4387a0
Comment 2 Quality Engineering 2010-04-02 05:03:26 UTC
Integrated into 'main-golden', will be available in build *201004020200* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/83bc4d4387a0
User: Vladimir Voskresensky <vv159170@netbeans.org>
Log: fixed #182604 - Can not stop execution in internal terminal